Skip to content
Success

Console Output

Pull request #43075 updated
Started by user Sebastiaan van Stijn
Rebuilds build #43
14:17:34 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 088afc99e4bf8adb78e29733396182417d67ada2 rather than 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
Obtained Jenkinsfile from 088afc99e4bf8adb78e29733396182417d67ada2
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-43075@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
14:17:40 [2021-12-21T14:17:40.192Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
14:17:40 [2021-12-21T14:17:40.196Z] Trying to pass milestone 43
[Pipeline] milestone
14:17:40 [2021-12-21T14:17:40.264Z] Trying to pass milestone 44
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
14:17:55 [2021-12-21T14:17:55.437Z] Still waiting to schedule task
14:17:55 [2021-12-21T14:17:55.440Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0de1d081874472ac6)’ is offline
14:18:43 [2021-12-21T14:18:43.238Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0de1d081874472ac6) in /home/ubuntu/workspace/moby_PR-43075
[Pipeline] {
[Pipeline] checkout
14:18:43 [2021-12-21T14:18:43.355Z] The recommended git tool is: git
14:18:46 [2021-12-21T14:18:46.560Z] using credential docker-jenkins-github-credentials
14:18:46 [2021-12-21T14:18:46.574Z] Cloning the remote Git repository
14:18:46 [2021-12-21T14:18:46.574Z] Cloning with configured refspecs honoured and without tags
14:18:46 [2021-12-21T14:18:46.616Z] Cloning repository https://github.com/moby/moby.git
14:18:46 [2021-12-21T14:18:46.704Z]  > git init /home/ubuntu/workspace/moby_PR-43075 # timeout=10
14:18:46 [2021-12-21T14:18:46.863Z] Fetching upstream changes from https://github.com/moby/moby.git
14:18:46 [2021-12-21T14:18:46.863Z]  > git --version # timeout=10
14:18:46 [2021-12-21T14:18:46.887Z]  > git --version # 'git version 2.17.1'
14:18:46 [2021-12-21T14:18:46.888Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:18:46 [2021-12-21T14:18:46.891Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:19:08 [2021-12-21T14:19:08.387Z] Fetching without tags
14:19:08 [2021-12-21T14:19:08.792Z] Merging remotes/origin/master commit 088afc99e4bf8adb78e29733396182417d67ada2 into PR head commit 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:19:08 [2021-12-21T14:19:08.199Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:19:08 [2021-12-21T14:19:08.216Z]  > git config --add remote.origin.fetch +refs/pull/43075/head:refs/remotes/origin/PR-43075 # timeout=10
14:19:08 [2021-12-21T14:19:08.274Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:19:08 [2021-12-21T14:19:08.336Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:19:08 [2021-12-21T14:19:08.396Z] Fetching upstream changes from https://github.com/moby/moby.git
14:19:08 [2021-12-21T14:19:08.396Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:19:08 [2021-12-21T14:19:08.397Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:19:08 [2021-12-21T14:19:08.803Z]  > git config core.sparsecheckout # timeout=10
14:19:08 [2021-12-21T14:19:08.825Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:19:09 [2021-12-21T14:19:09.699Z] Merge succeeded, producing 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:19:09 [2021-12-21T14:19:09.699Z] Checking out Revision 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 (PR-43075)
14:19:09 [2021-12-21T14:19:09.590Z]  > git remote # timeout=10
14:19:09 [2021-12-21T14:19:09.618Z]  > git config --get remote.origin.url # timeout=10
14:19:09 [2021-12-21T14:19:09.641Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:19:09 [2021-12-21T14:19:09.643Z]  > git merge 088afc99e4bf8adb78e29733396182417d67ada2 # timeout=10
14:19:09 [2021-12-21T14:19:09.659Z]  > git rev-parse HEAD^{commit} # timeout=10
14:19:09 [2021-12-21T14:19:09.703Z]  > git config core.sparsecheckout # timeout=10
14:19:09 [2021-12-21T14:19:09.726Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:19:14 [2021-12-21T14:19:14.435Z] Commit message: "vendor: regenerate"
14:19:14 [2021-12-21T14:19:14.439Z]  > git rev-list --no-walk 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
14:19:15 [2021-12-21T14:19:15.599Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43075:/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
14:19:25 [2021-12-21T14:19:25.619Z] Unable to find image 'alpine:latest' locally
14:19:25 [2021-12-21T14:19:25.620Z] latest: Pulling from library/alpine
14:19:25 [2021-12-21T14:19:25.620Z] 59bf1c3509f3: Pulling fs layer
14:19:25 [2021-12-21T14:19:25.620Z] 59bf1c3509f3: Verifying Checksum
14:19:25 [2021-12-21T14:19:25.620Z] 59bf1c3509f3: Download complete
14:19:25 [2021-12-21T14:19:25.620Z] 59bf1c3509f3: Pull complete
14:19:25 [2021-12-21T14:19:25.620Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
14:19:25 [2021-12-21T14:19:25.620Z] Status: Downloaded newer image for alpine:latest
14:19:33 [2021-12-21T14:19:33.770Z] 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 "s390x integration-cli" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] node
[Pipeline] node
14:19:34 [2021-12-21T14:19:34.652Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0de1d081874472ac6) in /home/ubuntu/workspace/moby_PR-43075
[Pipeline] node
[Pipeline] node
[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)
[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
14:19:34 [2021-12-21T14:19:34.720Z] The recommended git tool is: git
[Pipeline] // stage
14:19:34 [2021-12-21T14:19:34.740Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
14:19:34 [2021-12-21T14:19:34.779Z] Fetching changes from the remote Git repository
[Pipeline] // stage
14:19:34 [2021-12-21T14:19:34.805Z] Fetching without tags
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[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] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
14:19:35 [2021-12-21T14:19:35.178Z] Merging remotes/origin/master commit 088afc99e4bf8adb78e29733396182417d67ada2 into PR head commit 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:19:35 [2021-12-21T14:19:35.426Z] Merge succeeded, producing 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:19:35 [2021-12-21T14:19:35.427Z] Checking out Revision 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 (PR-43075)
14:19:35 [2021-12-21T14:19:35.591Z] Commit message: "vendor: regenerate"
14:19:34 [2021-12-21T14:19:34.749Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43075/.git # timeout=10
14:19:34 [2021-12-21T14:19:34.782Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:19:34 [2021-12-21T14:19:34.808Z] Fetching upstream changes from https://github.com/moby/moby.git
14:19:34 [2021-12-21T14:19:34.808Z]  > git --version # timeout=10
14:19:34 [2021-12-21T14:19:34.822Z]  > git --version # 'git version 2.17.1'
14:19:34 [2021-12-21T14:19:34.822Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:19:34 [2021-12-21T14:19:34.823Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:19:35 [2021-12-21T14:19:35.182Z]  > git config core.sparsecheckout # timeout=10
14:19:35 [2021-12-21T14:19:35.196Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:19:35 [2021-12-21T14:19:35.329Z]  > git remote # timeout=10
14:19:35 [2021-12-21T14:19:35.362Z]  > git config --get remote.origin.url # timeout=10
14:19:35 [2021-12-21T14:19:35.382Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:19:35 [2021-12-21T14:19:35.383Z]  > git merge 088afc99e4bf8adb78e29733396182417d67ada2 # timeout=10
14:19:35 [2021-12-21T14:19:35.415Z]  > git rev-parse HEAD^{commit} # timeout=10
14:19:35 [2021-12-21T14:19:35.429Z]  > git config core.sparsecheckout # timeout=10
14:19:35 [2021-12-21T14:19:35.445Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
14:19:36 [2021-12-21T14:19:36.264Z] + [ PR != PR ]
14:19:36 [2021-12-21T14:19:36.264Z] + [ master != master ]
14:19:36 [2021-12-21T14:19:36.264Z] + [ false = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
14:19:36 [2021-12-21T14:19:36.611Z] + docker version
14:19:36 [2021-12-21T14:19:36.611Z] Client: Docker Engine - Community
14:19:36 [2021-12-21T14:19:36.611Z]  Version:           20.10.10-rc1
14:19:36 [2021-12-21T14:19:36.611Z]  API version:       1.41
14:19:36 [2021-12-21T14:19:36.611Z]  Go version:        go1.16.9
14:19:36 [2021-12-21T14:19:36.611Z]  Git commit:        b485636
14:19:36 [2021-12-21T14:19:36.611Z]  Built:             Mon Oct 18 15:21:56 2021
14:19:36 [2021-12-21T14:19:36.611Z]  OS/Arch:           linux/amd64
14:19:36 [2021-12-21T14:19:36.611Z]  Context:           default
14:19:36 [2021-12-21T14:19:36.611Z]  Experimental:      true
14:19:36 [2021-12-21T14:19:36.611Z] 
14:19:36 [2021-12-21T14:19:36.611Z] Server: Docker Engine - Community
14:19:36 [2021-12-21T14:19:36.611Z]  Engine:
14:19:36 [2021-12-21T14:19:36.611Z]   Version:          20.10.10-rc1
14:19:36 [2021-12-21T14:19:36.611Z]   API version:      1.41 (minimum version 1.12)
14:19:36 [2021-12-21T14:19:36.611Z]   Go version:       go1.16.9
14:19:36 [2021-12-21T14:19:36.611Z]   Git commit:       9f5b26f
14:19:36 [2021-12-21T14:19:36.611Z]   Built:            Mon Oct 18 15:20:03 2021
14:19:36 [2021-12-21T14:19:36.611Z]   OS/Arch:          linux/amd64
14:19:36 [2021-12-21T14:19:36.611Z]   Experimental:     true
14:19:36 [2021-12-21T14:19:36.611Z]  containerd:
14:19:36 [2021-12-21T14:19:36.611Z]   Version:          1.4.11
14:19:36 [2021-12-21T14:19:36.611Z]   GitCommit:        5b46e404f6b9f661a205e28d59c982d3634148f8
14:19:36 [2021-12-21T14:19:36.611Z]  runc:
14:19:36 [2021-12-21T14:19:36.611Z]   Version:          1.0.2
14:19:36 [2021-12-21T14:19:36.611Z]   GitCommit:        v1.0.2-0-g52b36a2
14:19:36 [2021-12-21T14:19:36.611Z]  docker-init:
14:19:36 [2021-12-21T14:19:36.611Z]   Version:          0.19.0
14:19:36 [2021-12-21T14:19:36.611Z]   GitCommit:        de40ad0
[Pipeline] sh
14:19:36 [2021-12-21T14:19:36.906Z] + docker info
14:19:49 [2021-12-21T14:19:49.652Z] Still waiting to schedule task
14:19:49 [2021-12-21T14:19:49.652Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0027d425a4ae190fb)’ is offline
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.652Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] Still waiting to schedule task
14:19:49 [2021-12-21T14:19:49.653Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0027d425a4ae190fb)’ is offline
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.653Z] ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
14:19:49 [2021-12-21T14:19:49.654Z] Still waiting to schedule task
14:19:49 [2021-12-21T14:19:49.654Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline
14:19:49 [2021-12-21T14:19:49.656Z] Still waiting to schedule task
14:19:49 [2021-12-21T14:19:49.656Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline
14:19:49 [2021-12-21T14:19:49.658Z] Still waiting to schedule task
14:19:49 [2021-12-21T14:19:49.658Z] All nodes of label ‘windows-2019’ are offline
14:19:49 [2021-12-21T14:19:49.659Z] Still waiting to schedule task
14:19:49 [2021-12-21T14:19:49.659Z] All nodes of label ‘windows-2022’ are offline
14:19:49 [2021-12-21T14:19:49.660Z] Still waiting to schedule task
14:19:49 [2021-12-21T14:19:49.660Z] All nodes of label ‘windows-2022’ are offline
14:19:58 [2021-12-21T14:19:58.895Z] Client:
14:19:58 [2021-12-21T14:19:58.895Z]  Context:    default
14:19:58 [2021-12-21T14:19:58.895Z]  Debug Mode: false
14:19:58 [2021-12-21T14:19:58.895Z]  Plugins:
14:19:58 [2021-12-21T14:19:58.895Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
14:19:58 [2021-12-21T14:19:58.895Z]   buildx: Build with BuildKit (Docker Inc., v0.6.3-docker)
14:19:58 [2021-12-21T14:19:58.895Z]   compose: Docker Compose (Docker Inc., v2.0.1)
14:19:58 [2021-12-21T14:19:58.895Z]   scan: Docker Scan (Docker Inc., v0.8.0)
14:19:58 [2021-12-21T14:19:58.895Z] 
14:19:58 [2021-12-21T14:19:58.895Z] Server:
14:19:58 [2021-12-21T14:19:58.895Z]  Containers: 0
14:19:58 [2021-12-21T14:19:58.895Z]   Running: 0
14:19:58 [2021-12-21T14:19:58.895Z]   Paused: 0
14:19:58 [2021-12-21T14:19:58.895Z]   Stopped: 0
14:19:58 [2021-12-21T14:19:58.895Z]  Images: 1
14:19:58 [2021-12-21T14:19:58.895Z]  Server Version: 20.10.10-rc1
14:19:58 [2021-12-21T14:19:58.895Z]  Storage Driver: overlay2
14:19:58 [2021-12-21T14:19:58.895Z]   Backing Filesystem: extfs
14:19:58 [2021-12-21T14:19:58.895Z]   Supports d_type: true
14:19:58 [2021-12-21T14:19:58.895Z]   Native Overlay Diff: true
14:19:58 [2021-12-21T14:19:58.895Z]   userxattr: false
14:19:58 [2021-12-21T14:19:58.895Z]  Logging Driver: json-file
14:19:58 [2021-12-21T14:19:58.895Z]  Cgroup Driver: cgroupfs
14:19:58 [2021-12-21T14:19:58.895Z]  Cgroup Version: 1
14:19:58 [2021-12-21T14:19:58.895Z]  Plugins:
14:19:58 [2021-12-21T14:19:58.895Z]   Volume: local
14:19:58 [2021-12-21T14:19:58.895Z]   Network: bridge host ipvlan macvlan null overlay
14:19:58 [2021-12-21T14:19:58.895Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:19:58 [2021-12-21T14:19:58.895Z]  Swarm: inactive
14:19:58 [2021-12-21T14:19:58.895Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
14:19:58 [2021-12-21T14:19:58.895Z]  Default Runtime: runc
14:19:58 [2021-12-21T14:19:58.895Z]  Init Binary: docker-init
14:19:58 [2021-12-21T14:19:58.895Z]  containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8
14:19:58 [2021-12-21T14:19:58.895Z]  runc version: v1.0.2-0-g52b36a2
14:19:58 [2021-12-21T14:19:58.895Z]  init version: de40ad0
14:19:58 [2021-12-21T14:19:58.895Z]  Security Options:
14:19:58 [2021-12-21T14:19:58.895Z]   apparmor
14:19:58 [2021-12-21T14:19:58.895Z]   seccomp
14:19:58 [2021-12-21T14:19:58.895Z]    Profile: default
14:19:58 [2021-12-21T14:19:58.895Z]  Kernel Version: 5.4.0-1057-aws
14:19:58 [2021-12-21T14:19:58.895Z]  Operating System: Ubuntu 18.04.6 LTS
14:19:58 [2021-12-21T14:19:58.895Z]  OSType: linux
14:19:58 [2021-12-21T14:19:58.895Z]  Architecture: x86_64
14:19:58 [2021-12-21T14:19:58.895Z]  CPUs: 2
14:19:58 [2021-12-21T14:19:58.895Z]  Total Memory: 7.487GiB
14:19:58 [2021-12-21T14:19:58.895Z]  Name: ip-10-100-61-155
14:19:58 [2021-12-21T14:19:58.895Z]  ID: VJ45:XA3V:TARU:GBDA:IWTL:KOMD:BAVL:YLAU:ZLSP:CFUA:UVNZ:SHJT
14:19:58 [2021-12-21T14:19:58.895Z]  Docker Root Dir: /var/lib/docker
14:19:58 [2021-12-21T14:19:58.895Z]  Debug Mode: false
14:19:58 [2021-12-21T14:19:58.895Z]  Registry: https://index.docker.io/v1/
14:19:58 [2021-12-21T14:19:58.895Z]  Labels:
14:19:58 [2021-12-21T14:19:58.895Z]  Experimental: true
14:19:58 [2021-12-21T14:19:58.895Z]  Insecure Registries:
14:19:58 [2021-12-21T14:19:58.895Z]   127.0.0.0/8
14:19:58 [2021-12-21T14:19:58.895Z]  Live Restore Enabled: true
14:19:58 [2021-12-21T14:19:58.895Z] 
14:19:58 [2021-12-21T14:19:58.895Z] WARNING: No swap limit support
[Pipeline] sh
14:19:59 [2021-12-21T14:19:59.187Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
14:19:59 [2021-12-21T14:19:59.187Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
14:19:59 [2021-12-21T14:19:59.187Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43075/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
14:19:59 [2021-12-21T14:19:59.187Z] + bash /home/ubuntu/workspace/moby_PR-43075/check-config.sh
14:19:59 [2021-12-21T14:19:59.187Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
14:19:59 [2021-12-21T14:19:59.187Z] info: reading kernel config from /boot/config-5.4.0-1057-aws ...
14:19:59 [2021-12-21T14:19:59.187Z] 
14:19:59 [2021-12-21T14:19:59.187Z] Generally Necessary:
14:19:59 [2021-12-21T14:19:59.187Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
14:19:59 [2021-12-21T14:19:59.187Z] - apparmor: enabled and tools installed
14:19:59 [2021-12-21T14:19:59.187Z] - CONFIG_NAMESPACES: enabled
14:19:59 [2021-12-21T14:19:59.187Z] - CONFIG_NET_NS: enabled
14:19:59 [2021-12-21T14:19:59.187Z] - CONFIG_PID_NS: enabled
14:19:59 [2021-12-21T14:19:59.187Z] - CONFIG_IPC_NS: enabled
14:19:59 [2021-12-21T14:19:59.187Z] - CONFIG_UTS_NS: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_CGROUPS: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_CGROUP_CPUACCT: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_CGROUP_DEVICE: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_CGROUP_FREEZER: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_CGROUP_SCHED: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_CPUSETS: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_MEMCG: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_KEYS: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_VETH: enabled (as module)
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_BRIDGE: enabled (as module)
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_IP_NF_FILTER: enabled (as module)
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_IP_NF_NAT: enabled (as module)
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_NF_NAT: enabled (as module)
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_POSIX_MQUEUE: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_CGROUP_BPF: enabled
14:19:59 [2021-12-21T14:19:59.450Z] 
14:19:59 [2021-12-21T14:19:59.450Z] Optional Features:
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_USER_NS: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_SECCOMP: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_SECCOMP_FILTER: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_CGROUP_PIDS: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_MEMCG_SWAP: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
14:19:59 [2021-12-21T14:19:59.450Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_BLK_CGROUP: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_BLK_DEV_THROTTLING: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_CGROUP_PERF: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_CGROUP_HUGETLB: enabled
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
14:19:59 [2021-12-21T14:19:59.450Z] - CONFIG_CGROUP_NET_PRIO: enabled
14:19:59 [2021-12-21T14:19:59.715Z] - CONFIG_CFS_BANDWIDTH: enabled
14:19:59 [2021-12-21T14:19:59.715Z] - CONFIG_FAIR_GROUP_SCHED: enabled
14:19:59 [2021-12-21T14:19:59.715Z] - CONFIG_RT_GROUP_SCHED: missing
14:19:59 [2021-12-21T14:19:59.715Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
14:19:59 [2021-12-21T14:19:59.715Z] - CONFIG_IP_VS: enabled (as module)
14:19:59 [2021-12-21T14:19:59.715Z] - CONFIG_IP_VS_NFCT: enabled
14:19:59 [2021-12-21T14:19:59.715Z] - CONFIG_IP_VS_PROTO_TCP: enabled
14:19:59 [2021-12-21T14:19:59.715Z] - CONFIG_IP_VS_PROTO_UDP: enabled
14:19:59 [2021-12-21T14:19:59.715Z] - CONFIG_IP_VS_RR: enabled (as module)
14:19:59 [2021-12-21T14:19:59.715Z] - CONFIG_SECURITY_SELINUX: enabled
14:19:59 [2021-12-21T14:19:59.715Z] - CONFIG_SECURITY_APPARMOR: enabled
14:19:59 [2021-12-21T14:19:59.715Z] - CONFIG_EXT4_FS: enabled
14:19:59 [2021-12-21T14:19:59.715Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
14:19:59 [2021-12-21T14:19:59.715Z] - CONFIG_EXT4_FS_SECURITY: enabled
14:19:59 [2021-12-21T14:19:59.715Z] - Network Drivers:
14:19:59 [2021-12-21T14:19:59.715Z]   - "overlay":
14:19:59 [2021-12-21T14:19:59.715Z]     - CONFIG_VXLAN: enabled (as module)
14:19:59 [2021-12-21T14:19:59.715Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
14:19:59 [2021-12-21T14:19:59.715Z]       Optional (for encrypted networks):
14:19:59 [2021-12-21T14:19:59.715Z]       - CONFIG_CRYPTO: enabled
14:19:59 [2021-12-21T14:19:59.715Z]       - CONFIG_CRYPTO_AEAD: enabled
14:19:59 [2021-12-21T14:19:59.715Z]       - CONFIG_CRYPTO_GCM: enabled
14:19:59 [2021-12-21T14:19:59.715Z]       - CONFIG_CRYPTO_SEQIV: enabled
14:19:59 [2021-12-21T14:19:59.715Z]       - CONFIG_CRYPTO_GHASH: enabled
14:19:59 [2021-12-21T14:19:59.715Z]       - CONFIG_XFRM: enabled
14:19:59 [2021-12-21T14:19:59.715Z]       - CONFIG_XFRM_USER: enabled (as module)
14:19:59 [2021-12-21T14:19:59.715Z]       - CONFIG_XFRM_ALGO: enabled (as module)
14:19:59 [2021-12-21T14:19:59.715Z]       - CONFIG_INET_ESP: enabled (as module)
14:19:59 [2021-12-21T14:19:59.715Z]   - "ipvlan":
14:19:59 [2021-12-21T14:19:59.715Z]     - CONFIG_IPVLAN: enabled (as module)
14:19:59 [2021-12-21T14:19:59.715Z]   - "macvlan":
14:19:59 [2021-12-21T14:19:59.715Z]     - CONFIG_MACVLAN: enabled (as module)
14:19:59 [2021-12-21T14:19:59.715Z]     - CONFIG_DUMMY: enabled (as module)
14:19:59 [2021-12-21T14:19:59.715Z]   - "ftp,tftp client in container":
14:19:59 [2021-12-21T14:19:59.715Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
14:19:59 [2021-12-21T14:19:59.715Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
14:19:59 [2021-12-21T14:19:59.715Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
14:19:59 [2021-12-21T14:19:59.715Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
14:19:59 [2021-12-21T14:19:59.715Z] - Storage Drivers:
14:19:59 [2021-12-21T14:19:59.715Z]   - "aufs":
14:19:59 [2021-12-21T14:19:59.979Z]     - CONFIG_AUFS_FS: enabled (as module)
14:19:59 [2021-12-21T14:19:59.979Z]   - "btrfs":
14:19:59 [2021-12-21T14:19:59.979Z]     - CONFIG_BTRFS_FS: enabled (as module)
14:19:59 [2021-12-21T14:19:59.979Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
14:19:59 [2021-12-21T14:19:59.979Z]   - "devicemapper":
14:19:59 [2021-12-21T14:19:59.979Z]     - CONFIG_BLK_DEV_DM: enabled
14:19:59 [2021-12-21T14:19:59.979Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
14:19:59 [2021-12-21T14:19:59.979Z]   - "overlay":
14:19:59 [2021-12-21T14:19:59.979Z]     - CONFIG_OVERLAY_FS: enabled (as module)
14:19:59 [2021-12-21T14:19:59.979Z]   - "zfs":
14:19:59 [2021-12-21T14:19:59.979Z]     - /dev/zfs: present
14:19:59 [2021-12-21T14:19:59.979Z]     - zfs command: missing
14:19:59 [2021-12-21T14:19:59.979Z]     - zpool command: missing
14:19:59 [2021-12-21T14:19:59.979Z] 
14:19:59 [2021-12-21T14:19:59.979Z] Limits:
14:19:59 [2021-12-21T14:19:59.979Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
14:19:59 [2021-12-21T14:19:59.979Z] 
14:19:59 [2021-12-21T14:19:59.979Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
14:20:00 [2021-12-21T14:20:00.315Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 .
14:20:00 [2021-12-21T14:20:00.576Z] #2 [internal] load .dockerignore
14:20:00 [2021-12-21T14:20:00.576Z] #2 sha256:f5ce67c6d992cbe070a11ee998b261450fb940d5e6966b8c32264c6fe360e887
14:20:00 [2021-12-21T14:20:00.576Z] #2 DONE 0.0s
14:20:00 [2021-12-21T14:20:00.576Z] 
14:20:00 [2021-12-21T14:20:00.576Z] #1 [internal] load build definition from Dockerfile
14:20:00 [2021-12-21T14:20:00.576Z] #1 sha256:b4393b0e1b51c8f250843f1b624fbb61d9739cf1845f5843e0955055006ed393
14:20:00 [2021-12-21T14:20:00.576Z] #1 transferring dockerfile: 16.86kB done
14:20:00 [2021-12-21T14:20:00.576Z] #1 DONE 0.2s
14:20:00 [2021-12-21T14:20:00.576Z] 
14:20:00 [2021-12-21T14:20:00.576Z] #2 [internal] load .dockerignore
14:20:00 [2021-12-21T14:20:00.576Z] #2 sha256:f5ce67c6d992cbe070a11ee998b261450fb940d5e6966b8c32264c6fe360e887
14:20:00 [2021-12-21T14:20:00.576Z] #2 transferring context: 87B done
14:20:00 [2021-12-21T14:20:00.576Z] #2 DONE 0.1s
14:20:00 [2021-12-21T14:20:00.576Z] 
14:20:00 [2021-12-21T14:20:00.576Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
14:20:00 [2021-12-21T14:20:00.576Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
14:20:01 [2021-12-21T14:20:01.148Z] #3 DONE 0.4s
14:20:01 [2021-12-21T14:20:01.148Z] 
14:20:01 [2021-12-21T14:20:01.148Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
14:20:01 [2021-12-21T14:20:01.148Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
14:20:01 [2021-12-21T14:20:01.148Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
14:20:01 [2021-12-21T14:20:01.148Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
14:20:01 [2021-12-21T14:20:01.148Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
14:20:01 [2021-12-21T14:20:01.148Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0B / 9.67MB 0.1s
14:20:01 [2021-12-21T14:20:01.148Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
14:20:01 [2021-12-21T14:20:01.148Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 5.24MB / 9.67MB 0.2s
14:20:01 [2021-12-21T14:20:01.409Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.4s done
14:20:01 [2021-12-21T14:20:01.409Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s
14:20:01 [2021-12-21T14:20:01.982Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.5s done
14:20:01 [2021-12-21T14:20:01.982Z] #4 DONE 1.0s
14:20:02 [2021-12-21T14:20:02.246Z] 
14:20:02 [2021-12-21T14:20:02.246Z] #5 [internal] load build definition from Dockerfile
14:20:02 [2021-12-21T14:20:02.246Z] #5 sha256:c6af594adec090a9eadf78a8e3dd5b017531d3b6385cddc08a1792304684065b
14:20:02 [2021-12-21T14:20:02.246Z] #5 DONE 0.0s
14:20:02 [2021-12-21T14:20:02.246Z] 
14:20:02 [2021-12-21T14:20:02.246Z] #6 [internal] load .dockerignore
14:20:02 [2021-12-21T14:20:02.246Z] #6 sha256:16018c8c127a08b80bfd0ddff2e3036878a6bd27cde67d239a46665d90ab8c78
14:20:02 [2021-12-21T14:20:02.246Z] #6 DONE 0.0s
14:20:02 [2021-12-21T14:20:02.246Z] 
14:20:02 [2021-12-21T14:20:02.246Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:20:02 [2021-12-21T14:20:02.246Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
14:20:03 [2021-12-21T14:20:03.661Z] #10 ...
14:20:03 [2021-12-21T14:20:03.661Z] 
14:20:03 [2021-12-21T14:20:03.661Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:20:03 [2021-12-21T14:20:03.661Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
14:20:03 [2021-12-21T14:20:03.661Z] #8 DONE 1.2s
14:20:03 [2021-12-21T14:20:03.661Z] 
14:20:03 [2021-12-21T14:20:03.661Z] #9 [internal] load metadata for docker.io/library/debian:bullseye
14:20:03 [2021-12-21T14:20:03.661Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
14:20:03 [2021-12-21T14:20:03.661Z] #9 DONE 1.3s
14:20:03 [2021-12-21T14:20:03.661Z] 
14:20:03 [2021-12-21T14:20:03.661Z] #7 [internal] load metadata for docker.io/library/golang:1.17.5-bullseye
14:20:03 [2021-12-21T14:20:03.661Z] #7 sha256:0e7b6fdd2d0311397aafb0bf13a2724c20781f24285b8b72788466fb5f6df2c7
14:20:03 [2021-12-21T14:20:03.661Z] #7 DONE 1.3s
14:20:03 [2021-12-21T14:20:03.661Z] 
14:20:03 [2021-12-21T14:20:03.661Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:20:03 [2021-12-21T14:20:03.661Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
14:20:03 [2021-12-21T14:20:03.661Z] #10 DONE 1.3s
14:20:04 [2021-12-21T14:20:04.614Z] 
14:20:04 [2021-12-21T14:20:04.614Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:20:04 [2021-12-21T14:20:04.614Z] #35 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:20:04 [2021-12-21T14:20:04.614Z] #35 DONE 0.0s
14:20:04 [2021-12-21T14:20:04.614Z] 
14:20:04 [2021-12-21T14:20:04.614Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:20:04 [2021-12-21T14:20:04.614Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
14:20:04 [2021-12-21T14:20:04.614Z] #74 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:20:04 [2021-12-21T14:20:04.614Z] #74 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
14:20:04 [2021-12-21T14:20:04.887Z] #74 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:20:04 [2021-12-21T14:20:04.887Z] #74 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
14:20:04 [2021-12-21T14:20:04.887Z] #74 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
14:20:05 [2021-12-21T14:20:05.160Z] #74 ...
14:20:05 [2021-12-21T14:20:05.160Z] 
14:20:05 [2021-12-21T14:20:05.160Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
14:20:05 [2021-12-21T14:20:05.160Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
14:20:05 [2021-12-21T14:20:05.160Z] #52 DONE 0.0s
14:20:05 [2021-12-21T14:20:05.160Z] 
14:20:05 [2021-12-21T14:20:05.160Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:20:05 [2021-12-21T14:20:05.160Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:20:05 [2021-12-21T14:20:05.160Z] #11 resolve docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6 0.0s done
14:20:05 [2021-12-21T14:20:05.160Z] #11 sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6 1.86kB / 1.86kB done
14:20:05 [2021-12-21T14:20:05.160Z] #11 sha256:d860e175278037ee2429fecb1150bf10635ff4488c5a6faf695b169bf2c0868f 1.80kB / 1.80kB done
14:20:05 [2021-12-21T14:20:05.160Z] #11 sha256:37eabbc422cd87d1d6f7d02fc132605c22a5ef03ca0ec8c83f3dc51101dbbdb9 7.07kB / 7.07kB done
14:20:05 [2021-12-21T14:20:05.160Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 12.58MB / 54.93MB 0.5s
14:20:05 [2021-12-21T14:20:05.160Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 1.05MB / 10.87MB 0.5s
14:20:05 [2021-12-21T14:20:05.160Z] #11 sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 5.15MB / 5.15MB 0.5s
14:20:05 [2021-12-21T14:20:05.425Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 18.87MB / 54.93MB 0.5s
14:20:05 [2021-12-21T14:20:05.425Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 2.10MB / 10.87MB 0.5s
14:20:05 [2021-12-21T14:20:05.425Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 31.46MB / 54.93MB 0.7s
14:20:05 [2021-12-21T14:20:05.425Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 8.39MB / 10.87MB 0.7s
14:20:05 [2021-12-21T14:20:05.425Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 37.11MB / 54.93MB 0.7s
14:20:05 [2021-12-21T14:20:05.425Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 10.87MB / 10.87MB 0.7s
14:20:05 [2021-12-21T14:20:05.686Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 49.28MB / 54.93MB 0.8s
14:20:05 [2021-12-21T14:20:05.686Z] #11 sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 5.15MB / 5.15MB 0.7s done
14:20:05 [2021-12-21T14:20:05.686Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 54.93MB / 54.93MB 0.9s
14:20:05 [2021-12-21T14:20:05.968Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 10.87MB / 10.87MB 1.1s done
14:20:05 [2021-12-21T14:20:05.968Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 2.10MB / 54.57MB 1.2s
14:20:05 [2021-12-21T14:20:05.968Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 9.44MB / 54.57MB 1.2s
14:20:06 [2021-12-21T14:20:06.231Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 27.10MB / 54.57MB 1.5s
14:20:06 [2021-12-21T14:20:06.231Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 40.89MB / 54.57MB 1.6s
14:20:06 [2021-12-21T14:20:06.492Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 54.93MB / 54.93MB 1.6s done
14:20:06 [2021-12-21T14:20:06.492Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 49.28MB / 54.57MB 1.8s
14:20:06 [2021-12-21T14:20:06.492Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 0B / 85.77MB 1.8s
14:20:06 [2021-12-21T14:20:06.492Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 0B / 134.81MB 1.8s
14:20:06 [2021-12-21T14:20:06.492Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 53.48MB / 54.57MB 1.8s
14:20:06 [2021-12-21T14:20:06.492Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b
14:20:06 [2021-12-21T14:20:06.753Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 11.53MB / 85.77MB 1.9s
14:20:06 [2021-12-21T14:20:06.753Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 16.78MB / 85.77MB 2.1s
14:20:07 [2021-12-21T14:20:07.013Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 22.36MB / 85.77MB 2.2s
14:20:07 [2021-12-21T14:20:07.013Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 9.44MB / 134.81MB 2.4s
14:20:07 [2021-12-21T14:20:07.275Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 30.41MB / 85.77MB 2.5s
14:20:07 [2021-12-21T14:20:07.275Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 54.57MB / 54.57MB 2.5s done
14:20:07 [2021-12-21T14:20:07.275Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 35.65MB / 85.77MB 2.6s
14:20:07 [2021-12-21T14:20:07.275Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 20.97MB / 134.81MB 2.6s
14:20:07 [2021-12-21T14:20:07.536Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 40.89MB / 85.77MB 2.8s
14:20:07 [2021-12-21T14:20:07.536Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 28.31MB / 134.81MB 2.8s
14:20:07 [2021-12-21T14:20:07.536Z] #11 sha256:8dc73180a07b32d19a6e968d749075d14466adf6cc4cc34736c39fa9fa1b4ae0 156B / 156B 2.7s done
14:20:07 [2021-12-21T14:20:07.796Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 47.19MB / 85.77MB 2.9s
14:20:07 [2021-12-21T14:20:07.796Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 35.65MB / 134.81MB 2.9s
14:20:08 [2021-12-21T14:20:08.057Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 52.43MB / 85.77MB 3.2s
14:20:08 [2021-12-21T14:20:08.057Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 46.14MB / 134.81MB 3.4s
14:20:08 [2021-12-21T14:20:08.334Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 60.82MB / 85.77MB 3.5s
14:20:08 [2021-12-21T14:20:08.595Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 53.48MB / 134.81MB 3.8s
14:20:08 [2021-12-21T14:20:08.856Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 69.21MB / 85.77MB 4.1s
14:20:08 [2021-12-21T14:20:08.856Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 61.87MB / 134.81MB 4.1s
14:20:09 [2021-12-21T14:20:09.119Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 74.45MB / 85.77MB 4.2s
14:20:09 [2021-12-21T14:20:09.119Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 84.93MB / 85.77MB 4.5s
14:20:09 [2021-12-21T14:20:09.119Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 79.69MB / 134.81MB 4.5s
14:20:09 [2021-12-21T14:20:09.381Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 89.13MB / 134.81MB 4.8s
14:20:09 [2021-12-21T14:20:09.955Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 96.47MB / 134.81MB 5.1s
14:20:10 [2021-12-21T14:20:10.216Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 85.77MB / 85.77MB 5.4s done
14:20:10 [2021-12-21T14:20:10.216Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 106.95MB / 134.81MB 5.5s
14:20:10 [2021-12-21T14:20:10.787Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 115.34MB / 134.81MB 6.0s
14:20:11 [2021-12-21T14:20:11.049Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 126.88MB / 134.81MB 6.3s
14:20:11 [2021-12-21T14:20:11.312Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 134.81MB / 134.81MB 6.5s
14:20:11 [2021-12-21T14:20:11.887Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 5.1s
14:20:12 [2021-12-21T14:20:12.457Z] #11 ...
14:20:12 [2021-12-21T14:20:12.457Z] 
14:20:12 [2021-12-21T14:20:12.457Z] #31 [internal] load build context
14:20:12 [2021-12-21T14:20:12.457Z] #31 sha256:150a846370254832af47de3c11a14aa698b4f7522852ccb1bb8a0b0c7862784a
14:20:12 [2021-12-21T14:20:12.457Z] #31 transferring context: 58.38MB 7.2s done
14:20:12 [2021-12-21T14:20:12.457Z] #31 DONE 7.9s
14:20:12 [2021-12-21T14:20:12.457Z] 
14:20:12 [2021-12-21T14:20:12.457Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:20:12 [2021-12-21T14:20:12.457Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:20:12 [2021-12-21T14:20:12.457Z] #11 ...
14:20:12 [2021-12-21T14:20:12.457Z] 
14:20:12 [2021-12-21T14:20:12.457Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:20:12 [2021-12-21T14:20:12.457Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
14:20:12 [2021-12-21T14:20:12.457Z] #74 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.6s done
14:20:12 [2021-12-21T14:20:12.457Z] #74 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.9s
14:20:12 [2021-12-21T14:20:12.718Z] #74 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.2s done
14:20:13 [2021-12-21T14:20:13.290Z] #74 DONE 8.5s
14:20:13 [2021-12-21T14:20:13.290Z] 
14:20:13 [2021-12-21T14:20:13.290Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:20:13 [2021-12-21T14:20:13.290Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:20:13 [2021-12-21T14:20:13.290Z] #76 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
14:20:13 [2021-12-21T14:20:13.290Z] #76 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:20:13 [2021-12-21T14:20:13.290Z] #76 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
14:20:13 [2021-12-21T14:20:13.290Z] #76 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
14:20:13 [2021-12-21T14:20:13.290Z] #76 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.7s done
14:20:13 [2021-12-21T14:20:13.290Z] #76 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.0s done
14:20:13 [2021-12-21T14:20:13.290Z] #76 DONE 8.6s
14:20:13 [2021-12-21T14:20:13.290Z] 
14:20:13 [2021-12-21T14:20:13.290Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:20:13 [2021-12-21T14:20:13.290Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:20:13 [2021-12-21T14:20:13.290Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 134.81MB / 134.81MB 7.7s done
14:20:14 [2021-12-21T14:20:14.679Z] #11 ...
14:20:14 [2021-12-21T14:20:14.679Z] 
14:20:14 [2021-12-21T14:20:14.679Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:20:14 [2021-12-21T14:20:14.679Z] #35 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:20:14 [2021-12-21T14:20:14.679Z] #35 resolve docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d 0.1s done
14:20:14 [2021-12-21T14:20:14.679Z] #35 sha256:a4c378901a2ba14fd331e96a49101556e91ed592d5fd68ba7405fdbf9b969e61 529B / 529B done
14:20:14 [2021-12-21T14:20:14.679Z] #35 sha256:6f4986d78878699c680b97e3d7a2fd131bf4def477f1abad9a9edcb5d99cda3c 1.46kB / 1.46kB done
14:20:14 [2021-12-21T14:20:14.679Z] #35 sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d 1.85kB / 1.85kB done
14:20:14 [2021-12-21T14:20:14.679Z] #35 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 54.92MB / 54.92MB 8.2s done
14:20:14 [2021-12-21T14:20:14.679Z] #35 extracting sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 1.5s
14:20:14 [2021-12-21T14:20:14.679Z] #35 ...
14:20:14 [2021-12-21T14:20:14.679Z] 
14:20:14 [2021-12-21T14:20:14.679Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:20:14 [2021-12-21T14:20:14.679Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:20:16 [2021-12-21T14:20:16.065Z] #11 ...
14:20:16 [2021-12-21T14:20:16.065Z] 
14:20:16 [2021-12-21T14:20:16.065Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
14:20:16 [2021-12-21T14:20:16.065Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
14:20:16 [2021-12-21T14:20:16.065Z] #75 DONE 0.2s
14:20:16 [2021-12-21T14:20:16.326Z] 
14:20:16 [2021-12-21T14:20:16.326Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:20:16 [2021-12-21T14:20:16.326Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:20:16 [2021-12-21T14:20:16.900Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 10.2s
14:20:16 [2021-12-21T14:20:16.901Z] #11 ...
14:20:16 [2021-12-21T14:20:16.901Z] 
14:20:16 [2021-12-21T14:20:16.901Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
14:20:16 [2021-12-21T14:20:16.901Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
14:20:16 [2021-12-21T14:20:16.901Z] #77 DONE 0.9s
14:20:16 [2021-12-21T14:20:16.901Z] 
14:20:16 [2021-12-21T14:20:16.901Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:20:16 [2021-12-21T14:20:16.901Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:20:18 [2021-12-21T14:20:18.818Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 11.9s done
14:20:18 [2021-12-21T14:20:18.818Z] #11 extracting sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2
14:20:20 [2021-12-21T14:20:20.206Z] #11 extracting sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 1.1s done
14:20:20 [2021-12-21T14:20:20.206Z] #11 extracting sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1
14:20:21 [2021-12-21T14:20:21.154Z] #11 extracting sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 1.1s done
14:20:21 [2021-12-21T14:20:21.731Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3
14:20:21 [2021-12-21T14:20:21.993Z] #11 ...
14:20:21 [2021-12-21T14:20:21.993Z] 
14:20:21 [2021-12-21T14:20:21.993Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:20:21 [2021-12-21T14:20:21.993Z] #35 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:20:21 [2021-12-21T14:20:21.993Z] #35 extracting sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 8.6s done
14:20:21 [2021-12-21T14:20:21.993Z] #35 DONE 17.3s
14:20:21 [2021-12-21T14:20:21.993Z] 
14:20:21 [2021-12-21T14:20:21.993Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:20:21 [2021-12-21T14:20:21.993Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:20:27 [2021-12-21T14:20:27.290Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 5.1s
14:20:30 [2021-12-21T14:20:30.603Z] #11 ...
14:20:30 [2021-12-21T14:20:30.603Z] 
14:20:30 [2021-12-21T14:20:30.603Z] #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
14:20:30 [2021-12-21T14:20:30.603Z] #36 sha256:39bcb803db3fb62875203216ca39406b318edba942ba3bef5bd533f59ce21ed1
14:20:30 [2021-12-21T14:20:30.603Z] #36 1.841 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 1.841 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 1.865 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 2.072 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 2.304 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 2.827 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:20:30 [2021-12-21T14:20:30.603Z] #36 4.027 Fetched 8485 kB in 2s (3453 kB/s)
14:20:30 [2021-12-21T14:20:30.603Z] #36 4.027 Reading package lists...
14:20:30 [2021-12-21T14:20:30.603Z] #36 4.879 Reading package lists...
14:20:30 [2021-12-21T14:20:30.603Z] #36 5.693 Building dependency tree...
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.072 The following additional packages will be installed:
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.072   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.072   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.072 Recommended packages:
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.072   libldap-common publicsuffix libsasl2-modules
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.251 The following NEW packages will be installed:
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.251   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.258   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.258   libssh2-1 openssl
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.526 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.526 Need to get 3038 kB of archives.
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.526 After this operation, 6650 kB of additional disk space will be used.
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.526 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.546 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.546 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.547 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.554 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.554 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.555 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.555 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.555 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.558 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.567 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.567 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.575 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.575 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.575 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.776 debconf: delaying package configuration, since apt-utils is not installed
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.820 Fetched 3038 kB in 0s (9598 kB/s)
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.844 Selecting previously unselected package openssl.
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.844 (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.)
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.857 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 6.887 Unpacking openssl (1.1.1k-1+deb11u1) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.018 Selecting previously unselected package ca-certificates.
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.018 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.021 Unpacking ca-certificates (20210119) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.106 Selecting previously unselected package libbrotli1:amd64.
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.106 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.113 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.271 Selecting previously unselected package libsasl2-modules-db:amd64.
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.271 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.280 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.322 Selecting previously unselected package libsasl2-2:amd64.
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.322 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.326 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.390 Selecting previously unselected package libldap-2.4-2:amd64.
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.390 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.394 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.473 Selecting previously unselected package libnghttp2-14:amd64.
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.476 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.480 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.534 Selecting previously unselected package libpsl5:amd64.
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.534 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.536 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.587 Selecting previously unselected package librtmp1:amd64.
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.588 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.594 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.653 Selecting previously unselected package libssh2-1:amd64.
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.653 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.657 Unpacking libssh2-1:amd64 (1.9.0-2) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.727 Selecting previously unselected package libcurl4:amd64.
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.727 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.731 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.819 Selecting previously unselected package curl.
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.819 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.822 Unpacking curl (7.74.0-1.3+deb11u1) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.899 Selecting previously unselected package libonig5:amd64.
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.899 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.902 Unpacking libonig5:amd64 (6.9.6-1.1) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.982 Selecting previously unselected package libjq1:amd64.
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.982 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 7.986 Unpacking libjq1:amd64 (1.6-2.1) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 8.058 Selecting previously unselected package jq.
14:20:30 [2021-12-21T14:20:30.603Z] #36 8.058 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 8.064 Unpacking jq (1.6-2.1) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 8.105 Setting up libpsl5:amd64 (0.21.0-1.2) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 8.114 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 8.125 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 8.134 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 8.143 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 8.154 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 8.170 Setting up libssh2-1:amd64 (1.9.0-2) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 8.173 Setting up openssl (1.1.1k-1+deb11u1) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 8.187 Setting up libonig5:amd64 (6.9.6-1.1) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 8.198 Setting up libjq1:amd64 (1.6-2.1) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 8.214 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
14:20:30 [2021-12-21T14:20:30.603Z] #36 8.216 Setting up ca-certificates (20210119) ...
14:20:30 [2021-12-21T14:20:30.865Z] #36 8.919 Updating certificates in /etc/ssl/certs...
14:20:32 [2021-12-21T14:20:32.253Z] #36 10.19 129 added, 0 removed; done.
14:20:32 [2021-12-21T14:20:32.253Z] #36 10.24 Setting up jq (1.6-2.1) ...
14:20:32 [2021-12-21T14:20:32.253Z] #36 10.25 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
14:20:32 [2021-12-21T14:20:32.253Z] #36 10.25 Setting up curl (7.74.0-1.3+deb11u1) ...
14:20:32 [2021-12-21T14:20:32.253Z] #36 10.26 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:20:32 [2021-12-21T14:20:32.253Z] #36 10.28 Processing triggers for ca-certificates (20210119) ...
14:20:32 [2021-12-21T14:20:32.253Z] #36 10.29 Updating certificates in /etc/ssl/certs...
14:20:33 [2021-12-21T14:20:33.459Z] #36 11.26 0 added, 0 removed; done.
14:20:33 [2021-12-21T14:20:33.459Z] #36 11.26 Running hooks in /etc/ca-certificates/update.d...
14:20:33 [2021-12-21T14:20:33.459Z] #36 11.27 done.
14:20:34 [2021-12-21T14:20:34.844Z] #36 DONE 12.7s
14:20:34 [2021-12-21T14:20:34.844Z] 
14:20:34 [2021-12-21T14:20:34.844Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
14:20:34 [2021-12-21T14:20:34.844Z] #37 sha256:e94d72f1a3305c89d30fb73b283d5b9745b8c518b8682941dba6a6ae0528e6de
14:20:34 [2021-12-21T14:20:34.844Z] #37 DONE 0.3s
14:20:34 [2021-12-21T14:20:34.844Z] 
14:20:34 [2021-12-21T14:20:34.844Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:20:34 [2021-12-21T14:20:34.844Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:20:34 [2021-12-21T14:20:34.844Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 9.7s done
14:20:34 [2021-12-21T14:20:34.844Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 3.2s
14:20:37 [2021-12-21T14:20:37.048Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f63728b9a0065867) in /home/ubuntu/workspace/moby_PR-43075
[Pipeline] {
[Pipeline] checkout
14:20:37 [2021-12-21T14:20:37.083Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-025c007656c7c3dd6) in /home/ubuntu/workspace/moby_PR-43075
[Pipeline] {
[Pipeline] checkout
14:20:37 [2021-12-21T14:20:37.155Z] The recommended git tool is: git
14:20:37 [2021-12-21T14:20:37.221Z] The recommended git tool is: git
14:20:40 [2021-12-21T14:20:40.144Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 8.4s
14:20:40 [2021-12-21T14:20:40.593Z] using credential docker-jenkins-github-credentials
14:20:40 [2021-12-21T14:20:40.620Z] Cloning the remote Git repository
14:20:40 [2021-12-21T14:20:40.620Z] Cloning with configured refspecs honoured and without tags
14:20:40 [2021-12-21T14:20:40.866Z] using credential docker-jenkins-github-credentials
14:20:40 [2021-12-21T14:20:40.873Z] Cloning the remote Git repository
14:20:40 [2021-12-21T14:20:40.873Z] Cloning with configured refspecs honoured and without tags
14:20:41 [2021-12-21T14:20:41.534Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 9.7s done
14:20:39 [2021-12-21T14:20:39.941Z] Cloning repository https://github.com/moby/moby.git
14:20:39 [2021-12-21T14:20:39.990Z]  > git init /home/ubuntu/workspace/moby_PR-43075 # timeout=10
14:20:40 [2021-12-21T14:20:40.150Z] Fetching upstream changes from https://github.com/moby/moby.git
14:20:40 [2021-12-21T14:20:40.150Z]  > git --version # timeout=10
14:20:40 [2021-12-21T14:20:40.169Z]  > git --version # 'git version 2.17.1'
14:20:40 [2021-12-21T14:20:40.169Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:20:40 [2021-12-21T14:20:40.171Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:20:39 [2021-12-21T14:20:39.474Z] Cloning repository https://github.com/moby/moby.git
14:20:39 [2021-12-21T14:20:39.528Z]  > git init /home/ubuntu/workspace/moby_PR-43075 # timeout=10
14:20:39 [2021-12-21T14:20:39.694Z] Fetching upstream changes from https://github.com/moby/moby.git
14:20:39 [2021-12-21T14:20:39.695Z]  > git --version # timeout=10
14:20:39 [2021-12-21T14:20:39.717Z]  > git --version # 'git version 2.17.1'
14:20:39 [2021-12-21T14:20:39.718Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:20:39 [2021-12-21T14:20:39.719Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:20:41 [2021-12-21T14:20:41.795Z] #11 extracting sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17
14:20:45 [2021-12-21T14:20:45.103Z] #11 ...
14:20:45 [2021-12-21T14:20:45.103Z] 
14:20:45 [2021-12-21T14:20:45.103Z] #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
14:20:45 [2021-12-21T14:20:45.103Z] #38 sha256:53b29af6ad2ae17b559a2148c6897c822c0817df4eb25ae26fb6ffd8d4f76ee3
14:20:45 [2021-12-21T14:20:45.103Z] #38 2.943 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
14:20:45 [2021-12-21T14:20:45.103Z] #38 3.290 
14:20:45 [2021-12-21T14:20:45.103Z] #38 3.505 #=#=#                                                                         

######################################################################## 100.0%
14:20:45 [2021-12-21T14:20:45.103Z] #38 3.816 
14:20:45 [2021-12-21T14:20:45.103Z] #38 4.919 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
14:20:45 [2021-12-21T14:20:45.103Z] #38 5.283 
14:20:45 [2021-12-21T14:20:45.103Z] #38 5.504 #=#=#                                                                         

#################                                                         23.9%
######################################################################## 100.0%
14:20:45 [2021-12-21T14:20:45.103Z] #38 5.915 
14:20:45 [2021-12-21T14:20:45.103Z] #38 7.019 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
14:20:45 [2021-12-21T14:20:45.103Z] #38 7.364 
14:20:45 [2021-12-21T14:20:45.103Z] #38 7.579 #=#=#                                                                         

#################                                                         24.3%
##########################################                                59.4%
#################################################################         91.5%
######################################################################## 100.0%
14:20:45 [2021-12-21T14:20:45.103Z] #38 8.171 
14:20:45 [2021-12-21T14:20:45.103Z] #38 9.299 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
14:20:45 [2021-12-21T14:20:45.103Z] #38 9.616 
14:20:45 [2021-12-21T14:20:45.103Z] #38 9.842 #=#=#                                                                         

######################################################################## 100.0%
14:20:45 [2021-12-21T14:20:45.103Z] #38 10.12 
14:20:45 [2021-12-21T14:20:45.103Z] #38 ...
14:20:45 [2021-12-21T14:20:45.103Z] 
14:20:45 [2021-12-21T14:20:45.103Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:20:45 [2021-12-21T14:20:45.103Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:20:47 [2021-12-21T14:20:47.025Z] #11 extracting sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 5.1s
14:20:49 [2021-12-21T14:20:49.574Z] #11 ...
14:20:49 [2021-12-21T14:20:49.574Z] 
14:20:49 [2021-12-21T14:20:49.574Z] #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
14:20:49 [2021-12-21T14:20:49.574Z] #38 sha256:53b29af6ad2ae17b559a2148c6897c822c0817df4eb25ae26fb6ffd8d4f76ee3
14:20:49 [2021-12-21T14:20:49.574Z] #38 10.94 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
14:20:49 [2021-12-21T14:20:49.574Z] #38 11.36 
14:20:49 [2021-12-21T14:20:49.574Z] #38 11.59 #=#=#                                                                         

######################################################################## 100.0%
14:20:49 [2021-12-21T14:20:49.574Z] #38 11.92 
14:20:49 [2021-12-21T14:20:49.574Z] #38 11.97 Download of images into '/build' complete.
14:20:49 [2021-12-21T14:20:49.574Z] #38 11.97 Use something like the following to load the result into a Docker daemon:
14:20:49 [2021-12-21T14:20:49.574Z] #38 11.97   tar -cC '/build' . | docker load
14:20:49 [2021-12-21T14:20:49.574Z] #38 DONE 14.5s
14:20:49 [2021-12-21T14:20:49.574Z] 
14:20:49 [2021-12-21T14:20:49.574Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:20:49 [2021-12-21T14:20:49.574Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:20:50 [2021-12-21T14:20:50.417Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0e9f6e645269e468b) in /home/ubuntu/workspace/moby_PR-43075
[Pipeline] {
[Pipeline] checkout
14:20:50 [2021-12-21T14:20:50.812Z] The recommended git tool is: git
14:20:52 [2021-12-21T14:20:52.123Z] #11 extracting sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 10.2s
14:20:55 [2021-12-21T14:20:55.237Z] using credential docker-jenkins-github-credentials
14:20:55 [2021-12-21T14:20:55.248Z] Cloning the remote Git repository
14:20:55 [2021-12-21T14:20:55.248Z] Cloning with configured refspecs honoured and without tags
14:20:55 [2021-12-21T14:20:55.425Z] #11 extracting sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 13.5s done
14:20:55 [2021-12-21T14:20:55.687Z] #11 extracting sha256:8dc73180a07b32d19a6e968d749075d14466adf6cc4cc34736c39fa9fa1b4ae0 done
14:20:55 [2021-12-21T14:20:55.948Z] #11 DONE 51.2s
14:20:55 [2021-12-21T14:20:55.948Z] 
14:20:55 [2021-12-21T14:20:55.948Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
14:20:55 [2021-12-21T14:20:55.948Z] #12 sha256:df87039b81178eb1221db8eeda0c2bbe1f90e4b66a74758c8f4cbbd0b13a5969
14:20:55 [2021-12-21T14:20:55.331Z] Cloning repository https://github.com/moby/moby.git
14:20:55 [2021-12-21T14:20:55.407Z]  > git init /home/ubuntu/workspace/moby_PR-43075 # timeout=10
14:20:55 [2021-12-21T14:20:55.856Z] Fetching upstream changes from https://github.com/moby/moby.git
14:20:55 [2021-12-21T14:20:55.856Z]  > git --version # timeout=10
14:20:55 [2021-12-21T14:20:55.876Z]  > git --version # 'git version 2.25.1'
14:20:55 [2021-12-21T14:20:55.876Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:20:55 [2021-12-21T14:20:55.878Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:20:57 [2021-12-21T14:20:57.424Z] #12 DONE 1.3s
14:20:57 [2021-12-21T14:20:57.424Z] 
14:20:57 [2021-12-21T14:20:57.424Z] #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
14:20:57 [2021-12-21T14:20:57.424Z] #13 sha256:7376a93dbf0ab1cdf225bd6fbad354a3210ba129d4fb54e0e25d6631fd288dd5
14:20:58 [2021-12-21T14:20:58.216Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07d5cd6f5ded3a701) in /home/ubuntu/workspace/moby_PR-43075
[Pipeline] {
[Pipeline] checkout
14:20:58 [2021-12-21T14:20:58.404Z] #13 DONE 1.1s
14:20:58 [2021-12-21T14:20:58.404Z] 
14:20:58 [2021-12-21T14:20:58.404Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
14:20:58 [2021-12-21T14:20:58.404Z] #49 sha256:d6584f513e2244fc79ee6237c60f221dac0c50dd55035054e85c3c9d28263e98
14:20:58 [2021-12-21T14:20:58.404Z] #49 ...
14:20:58 [2021-12-21T14:20:58.404Z] 
14:20:58 [2021-12-21T14:20:58.404Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
14:20:58 [2021-12-21T14:20:58.404Z] #40 sha256:2b8d555c92ab804f36e86cb77eb41f2a887cbb7986eb0d8a40fabd119373b796
14:20:58 [2021-12-21T14:20:58.404Z] #40 DONE 0.2s
14:20:58 [2021-12-21T14:20:58.404Z] 
14:20:58 [2021-12-21T14:20:58.404Z] #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
14:20:58 [2021-12-21T14:20:58.404Z] #53 sha256:9544a359918f6566da982da9e4a1afc09499ff38bfc670a1e9e5844bfaf435e8
14:20:58 [2021-12-21T14:20:58.404Z] #53 DONE 0.2s
14:20:58 [2021-12-21T14:20:58.557Z] The recommended git tool is: git
14:20:58 [2021-12-21T14:20:58.674Z] 
14:20:58 [2021-12-21T14:20:58.674Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
14:20:58 [2021-12-21T14:20:58.674Z] #49 sha256:d6584f513e2244fc79ee6237c60f221dac0c50dd55035054e85c3c9d28263e98
14:20:58 [2021-12-21T14:20:58.674Z] #49 DONE 0.3s
14:20:58 [2021-12-21T14:20:58.674Z] 
14:20:58 [2021-12-21T14:20:58.674Z] #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
14:20:58 [2021-12-21T14:20:58.674Z] #50 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:21:02 [2021-12-21T14:21:02.745Z] using credential docker-jenkins-github-credentials
14:21:02 [2021-12-21T14:21:02.758Z] Cloning the remote Git repository
14:21:02 [2021-12-21T14:21:02.758Z] Cloning with configured refspecs honoured and without tags
14:21:02 [2021-12-21T14:21:02.824Z] Cloning repository https://github.com/moby/moby.git
14:21:02 [2021-12-21T14:21:02.896Z]  > git init /home/ubuntu/workspace/moby_PR-43075 # timeout=10
14:21:02 [2021-12-21T14:21:02.929Z] Fetching without tags
14:21:02 [2021-12-21T14:21:02.858Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:02 [2021-12-21T14:21:02.872Z]  > git config --add remote.origin.fetch +refs/pull/43075/head:refs/remotes/origin/PR-43075 # timeout=10
14:21:02 [2021-12-21T14:21:02.886Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:21:02 [2021-12-21T14:21:02.906Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:02 [2021-12-21T14:21:02.933Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:02 [2021-12-21T14:21:02.933Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:02 [2021-12-21T14:21:02.934Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:21:03 [2021-12-21T14:21:03.359Z] Merging remotes/origin/master commit 088afc99e4bf8adb78e29733396182417d67ada2 into PR head commit 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:21:03 [2021-12-21T14:21:03.670Z] Fetching without tags
14:21:03 [2021-12-21T14:21:03.973Z] #50 5.023 + git clone https://github.com/docker/distribution.git .
14:21:03 [2021-12-21T14:21:03.973Z] #50 5.023 Cloning into '.'...
14:21:03 [2021-12-21T14:21:03.632Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:03 [2021-12-21T14:21:03.632Z]  > git --version # timeout=10
14:21:03 [2021-12-21T14:21:03.650Z]  > git --version # 'git version 2.25.1'
14:21:03 [2021-12-21T14:21:03.651Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:03 [2021-12-21T14:21:03.652Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:21:04 [2021-12-21T14:21:04.142Z] Merging remotes/origin/master commit 088afc99e4bf8adb78e29733396182417d67ada2 into PR head commit 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:21:04 [2021-12-21T14:21:04.233Z] #50 ...
14:21:04 [2021-12-21T14:21:04.233Z] 
14:21:04 [2021-12-21T14:21:04.233Z] #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
14:21:04 [2021-12-21T14:21:04.233Z] #54 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:21:04 [2021-12-21T14:21:04.233Z] #54 5.271 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:21:04 [2021-12-21T14:21:04.233Z] #54 5.418 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:21:04 [2021-12-21T14:21:04.233Z] #54 5.622 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:21:04 [2021-12-21T14:21:04.233Z] #54 5.670 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
14:21:04 [2021-12-21T14:21:04.233Z] #54 5.810 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:21:04 [2021-12-21T14:21:04.290Z] Merge succeeded, producing 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:21:04 [2021-12-21T14:21:04.290Z] Checking out Revision 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 (PR-43075)
14:21:04 [2021-12-21T14:21:04.494Z] #54 ...
14:21:04 [2021-12-21T14:21:04.494Z] 
14:21:04 [2021-12-21T14:21:04.494Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64
14:21:04 [2021-12-21T14:21:04.494Z] #14 sha256:3bb7b5a24815ee79e4b5c6234d5967b5617504c658a0ddf8a1cfe506229eeb83
14:21:04 [2021-12-21T14:21:04.494Z] #14 DONE 6.2s
14:21:04 [2021-12-21T14:21:04.494Z] 
14:21:04 [2021-12-21T14:21:04.494Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel
14:21:04 [2021-12-21T14:21:04.494Z] #15 sha256:6452d5f644dd38706cd376c8ee2b0394798ae352c3b92d758df0e56852f75246
14:21:05 [2021-12-21T14:21:05.023Z] Merge succeeded, producing 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:21:05 [2021-12-21T14:21:05.023Z] Checking out Revision 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 (PR-43075)
14:21:03 [2021-12-21T14:21:03.373Z]  > git config core.sparsecheckout # timeout=10
14:21:03 [2021-12-21T14:21:03.401Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:21:04 [2021-12-21T14:21:04.171Z]  > git remote # timeout=10
14:21:04 [2021-12-21T14:21:04.201Z]  > git config --get remote.origin.url # timeout=10
14:21:04 [2021-12-21T14:21:04.229Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:04 [2021-12-21T14:21:04.230Z]  > git merge 088afc99e4bf8adb78e29733396182417d67ada2 # timeout=10
14:21:04 [2021-12-21T14:21:04.261Z]  > git rev-parse HEAD^{commit} # timeout=10
14:21:04 [2021-12-21T14:21:04.293Z]  > git config core.sparsecheckout # timeout=10
14:21:04 [2021-12-21T14:21:04.316Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:21:03 [2021-12-21T14:21:03.582Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:03 [2021-12-21T14:21:03.599Z]  > git config --add remote.origin.fetch +refs/pull/43075/head:refs/remotes/origin/PR-43075 # timeout=10
14:21:03 [2021-12-21T14:21:03.616Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:21:03 [2021-12-21T14:21:03.643Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:03 [2021-12-21T14:21:03.675Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:03 [2021-12-21T14:21:03.676Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:03 [2021-12-21T14:21:03.677Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:21:04 [2021-12-21T14:21:04.151Z]  > git config core.sparsecheckout # timeout=10
14:21:04 [2021-12-21T14:21:04.179Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:21:04 [2021-12-21T14:21:04.926Z]  > git remote # timeout=10
14:21:04 [2021-12-21T14:21:04.947Z]  > git config --get remote.origin.url # timeout=10
14:21:04 [2021-12-21T14:21:04.966Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:04 [2021-12-21T14:21:04.967Z]  > git merge 088afc99e4bf8adb78e29733396182417d67ada2 # timeout=10
14:21:04 [2021-12-21T14:21:04.997Z]  > git rev-parse HEAD^{commit} # timeout=10
14:21:05 [2021-12-21T14:21:05.027Z]  > git config core.sparsecheckout # timeout=10
14:21:05 [2021-12-21T14:21:05.054Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:21:06 [2021-12-21T14:21:06.407Z] #15 DONE 2.1s
14:21:06 [2021-12-21T14:21:06.407Z] 
14:21:06 [2021-12-21T14:21:06.407Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf
14:21:06 [2021-12-21T14:21:06.407Z] #16 sha256:f255e95ea57cc5898229672d81ce0f99bb35e029d18e45c56cd3671454fd1ce6
14:21:08 [2021-12-21T14:21:08.321Z] #16 ...
14:21:08 [2021-12-21T14:21:08.321Z] 
14:21:08 [2021-12-21T14:21:08.321Z] #60 [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
14:21:08 [2021-12-21T14:21:08.321Z] #60 sha256:9d2d7440e47f94c4ef9cc91dbba2d7b1228ac82d5ecaea3827b2893ae5c1cc05
14:21:08 [2021-12-21T14:21:08.321Z] #60 5.534 go: downloading mvdan.cc/sh/v3 v3.0.2
14:21:08 [2021-12-21T14:21:08.321Z] #60 8.376 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:21:08 [2021-12-21T14:21:08.321Z] #60 8.391 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:21:08 [2021-12-21T14:21:08.321Z] #60 8.468 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:21:08 [2021-12-21T14:21:08.321Z] #60 ...
14:21:08 [2021-12-21T14:21:08.321Z] 
14:21:08 [2021-12-21T14:21:08.321Z] #58 [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
14:21:08 [2021-12-21T14:21:08.321Z] #58 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:21:08 [2021-12-21T14:21:08.321Z] #58 4.641 go: downloading github.com/golangci/golangci-lint v1.23.8
14:21:08 [2021-12-21T14:21:08.582Z] #58 ...
14:21:08 [2021-12-21T14:21:08.582Z] 
14:21:08 [2021-12-21T14:21:08.582Z] #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
14:21:08 [2021-12-21T14:21:08.582Z] #41 sha256:c0519c19fbf7c93514d7a6102815dd09ddf688b9f5468088005b4c292cacdf92
14:21:08 [2021-12-21T14:21:08.582Z] #41 5.025 + git clone https://github.com/kolyshkin/go-swagger.git .
14:21:08 [2021-12-21T14:21:08.582Z] #41 5.025 Cloning into '.'...
14:21:08 [2021-12-21T14:21:08.582Z] #41 ...
14:21:08 [2021-12-21T14:21:08.582Z] 
14:21:08 [2021-12-21T14:21:08.582Z] #56 [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
14:21:08 [2021-12-21T14:21:08.582Z] #56 sha256:bf1a249cd016a851b08f3693d41987d8ffde4c476600e61ccf78680f31850424
14:21:08 [2021-12-21T14:21:08.582Z] #56 5.315 go: downloading gotest.tools/gotestsum v1.7.0
14:21:08 [2021-12-21T14:21:08.582Z] #56 6.636 go: downloading github.com/fatih/color v1.10.0
14:21:08 [2021-12-21T14:21:08.582Z] #56 6.751 go: downloading github.com/dnephin/pflag v1.0.7
14:21:08 [2021-12-21T14:21:08.582Z] #56 6.831 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:21:08 [2021-12-21T14:21:08.582Z] #56 6.845 go: downloading github.com/pkg/errors v0.9.1
14:21:08 [2021-12-21T14:21:08.582Z] #56 6.950 go: downloading golang.org/x/tools v0.1.0
14:21:08 [2021-12-21T14:21:08.582Z] #56 7.043 go: downloading github.com/mattn/go-colorable v0.1.8
14:21:08 [2021-12-21T14:21:08.582Z] #56 7.080 go: downloading github.com/mattn/go-isatty v0.0.12
14:21:08 [2021-12-21T14:21:08.582Z] #56 7.132 go: downloading github.com/fsnotify/fsnotify v1.4.9
14:21:08 [2021-12-21T14:21:08.582Z] #56 7.191 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
14:21:08 [2021-12-21T14:21:08.639Z] Commit message: "vendor: regenerate"
14:21:08 [2021-12-21T14:21:08.843Z] #56 ...
14:21:08 [2021-12-21T14:21:08.843Z] 
14:21:08 [2021-12-21T14:21:08.843Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf
14:21:08 [2021-12-21T14:21:08.843Z] #16 sha256:f255e95ea57cc5898229672d81ce0f99bb35e029d18e45c56cd3671454fd1ce6
14:21:08 [2021-12-21T14:21:08.843Z] #16 DONE 2.3s
14:21:08 [2021-12-21T14:21:08.843Z] 
14:21:08 [2021-12-21T14:21:08.843Z] #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
14:21:08 [2021-12-21T14:21:08.843Z] #43 sha256:655bb463c9830e1337ccb793d88ca46bef5f7d19aaed44808d09796947cf687e
14:21:08 [2021-12-21T14:21:08.843Z] #43 5.717 go: downloading github.com/pelletier/go-toml v1.8.1
14:21:08 [2021-12-21T14:21:08.843Z] #43 ...
14:21:08 [2021-12-21T14:21:08.843Z] 
14:21:08 [2021-12-21T14:21:08.843Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
14:21:08 [2021-12-21T14:21:08.843Z] #17 sha256:7ef64ae1e1391aac0c06d617c3da2b696344251c364bbaa0568d40b6dc8d37b5
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
14:21:09 [2021-12-21T14:21:09.889Z] Commit message: "vendor: regenerate"
14:21:09 [2021-12-21T14:21:09.904Z] + docker version
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
14:21:11 [2021-12-21T14:21:11.064Z] + docker version
14:21:11 [2021-12-21T14:21:11.388Z] #17 DONE 2.2s
14:21:11 [2021-12-21T14:21:11.389Z] 
14:21:11 [2021-12-21T14:21:11.389Z] #58 [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
14:21:11 [2021-12-21T14:21:11.389Z] #58 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:21:11 [2021-12-21T14:21:11.389Z] #58 12.68 go: downloading github.com/fatih/color v1.7.0
14:21:11 [2021-12-21T14:21:11.389Z] #58 12.68 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:21:11 [2021-12-21T14:21:11.389Z] #58 12.79 go: downloading github.com/pkg/errors v0.8.1
14:21:11 [2021-12-21T14:21:11.389Z] #58 12.79 go: downloading github.com/spf13/cobra v0.0.5
14:21:11 [2021-12-21T14:21:11.389Z] #58 12.91 go: downloading github.com/spf13/pflag v1.0.5
14:21:11 [2021-12-21T14:21:11.389Z] #58 13.20 go: downloading github.com/spf13/viper v1.6.1
14:21:11 [2021-12-21T14:21:11.389Z] #58 13.33 go: downloading github.com/mattn/go-colorable v0.1.4
14:21:11 [2021-12-21T14:21:11.389Z] #58 13.33 go: downloading github.com/mattn/go-isatty v0.0.8
14:21:11 [2021-12-21T14:21:11.648Z] #58 13.42 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:21:11 [2021-12-21T14:21:11.648Z] #58 13.42 go: downloading github.com/go-critic/go-critic v0.4.1
14:21:12 [2021-12-21T14:21:12.589Z] #58 14.27 go: downloading github.com/go-lintpack/lintpack v0.5.2
14:21:12 [2021-12-21T14:21:12.589Z] #58 14.43 go: downloading github.com/mitchellh/go-homedir v1.1.0
14:21:13 [2021-12-21T14:21:13.532Z] #58 ...
14:21:13 [2021-12-21T14:21:13.532Z] 
14:21:13 [2021-12-21T14:21:13.532Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x
14:21:13 [2021-12-21T14:21:13.532Z] #18 sha256:0edc9d099d7faca858a016ac8ab1fc6f36a7dce5b8e876c0e3dc5d128de4b1e5
14:21:13 [2021-12-21T14:21:13.532Z] #18 DONE 2.3s
14:21:13 [2021-12-21T14:21:13.532Z] 
14:21:13 [2021-12-21T14:21:13.532Z] #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
14:21:13 [2021-12-21T14:21:13.532Z] #19 sha256:0ca987a5f6a5f555eb25e698e4c924baeb4cf79fc0303d5686c4022bb6867a46
14:21:16 [2021-12-21T14:21:16.076Z] #19 2.268 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:21:16 [2021-12-21T14:21:16.076Z] #19 2.323 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:21:16 [2021-12-21T14:21:16.076Z] #19 2.323 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:21:16 [2021-12-21T14:21:16.076Z] #19 ...
14:21:16 [2021-12-21T14:21:16.076Z] 
14:21:16 [2021-12-21T14:21:16.076Z] #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
14:21:16 [2021-12-21T14:21:16.076Z] #54 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:21:16 [2021-12-21T14:21:16.076Z] #54 7.411 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:21:16 [2021-12-21T14:21:16.076Z] #54 9.932 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:21:16 [2021-12-21T14:21:16.076Z] #54 12.87 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1828 B]
14:21:16 [2021-12-21T14:21:16.076Z] #54 ...
14:21:16 [2021-12-21T14:21:16.076Z] 
14:21:16 [2021-12-21T14:21:16.076Z] #56 [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
14:21:16 [2021-12-21T14:21:16.076Z] #56 sha256:bf1a249cd016a851b08f3693d41987d8ffde4c476600e61ccf78680f31850424
14:21:16 [2021-12-21T14:21:16.076Z] #56 10.85 go: downloading github.com/jonboulle/clockwork v0.2.2
14:21:16 [2021-12-21T14:21:16.076Z] #56 10.94 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
14:21:16 [2021-12-21T14:21:16.076Z] #56 11.04 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
14:21:16 [2021-12-21T14:21:16.076Z] #56 13.28 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
14:21:16 [2021-12-21T14:21:16.076Z] #56 13.28 go: downloading golang.org/x/mod v0.3.0
14:21:16 [2021-12-21T14:21:16.076Z] #56 ...
14:21:16 [2021-12-21T14:21:16.076Z] 
14:21:16 [2021-12-21T14:21:16.076Z] #58 [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
14:21:16 [2021-12-21T14:21:16.076Z] #58 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:21:16 [2021-12-21T14:21:16.076Z] #58 17.87 go: downloading github.com/sirupsen/logrus v1.4.2
14:21:16 [2021-12-21T14:21:16.076Z] #58 17.87 go: downloading github.com/stretchr/testify v1.4.0
14:21:16 [2021-12-21T14:21:16.338Z] #58 18.00 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:21:16 [2021-12-21T14:21:16.338Z] #58 18.12 go: downloading github.com/fsnotify/fsnotify v1.4.7
14:21:16 [2021-12-21T14:21:16.338Z] #58 18.25 go: downloading github.com/hashicorp/hcl v1.0.0
14:21:16 [2021-12-21T14:21:16.910Z] #58 18.57 go: downloading github.com/magiconair/properties v1.8.1
14:21:16 [2021-12-21T14:21:16.910Z] #58 18.57 go: downloading github.com/mitchellh/mapstructure v1.1.2
14:21:16 [2021-12-21T14:21:16.910Z] #58 18.67 go: downloading github.com/pelletier/go-toml v1.2.0
14:21:16 [2021-12-21T14:21:16.910Z] #58 18.75 go: downloading github.com/spf13/afero v1.1.2
14:21:17 [2021-12-21T14:21:17.171Z] #58 19.01 go: downloading github.com/spf13/cast v1.3.0
14:21:17 [2021-12-21T14:21:17.198Z] Fetching without tags
14:21:17 [2021-12-21T14:21:17.432Z] #58 19.04 go: downloading github.com/spf13/jwalterweatherman v1.0.0
14:21:17 [2021-12-21T14:21:17.432Z] #58 19.08 go: downloading github.com/subosito/gotenv v1.2.0
14:21:17 [2021-12-21T14:21:17.432Z] #58 19.08 go: downloading gopkg.in/ini.v1 v1.51.0
14:21:17 [2021-12-21T14:21:17.432Z] #58 19.21 go: downloading gopkg.in/yaml.v2 v2.2.7
14:21:17 [2021-12-21T14:21:17.484Z] Merging remotes/origin/master commit 088afc99e4bf8adb78e29733396182417d67ada2 into PR head commit 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:21:17 [2021-12-21T14:21:17.163Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:17 [2021-12-21T14:21:17.171Z]  > git config --add remote.origin.fetch +refs/pull/43075/head:refs/remotes/origin/PR-43075 # timeout=10
14:21:17 [2021-12-21T14:21:17.177Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:21:17 [2021-12-21T14:21:17.196Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:17 [2021-12-21T14:21:17.249Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:17 [2021-12-21T14:21:17.250Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:17 [2021-12-21T14:21:17.251Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:21:17 [2021-12-21T14:21:17.494Z]  > git config core.sparsecheckout # timeout=10
14:21:17 [2021-12-21T14:21:17.645Z] Client: Docker Engine - Community
14:21:17 [2021-12-21T14:21:17.645Z]  Version:           20.10.10-rc1
14:21:17 [2021-12-21T14:21:17.645Z]  API version:       1.41
14:21:17 [2021-12-21T14:21:17.645Z]  Go version:        go1.16.9
14:21:17 [2021-12-21T14:21:17.645Z]  Git commit:        b485636
14:21:17 [2021-12-21T14:21:17.645Z]  Built:             Mon Oct 18 15:21:56 2021
14:21:17 [2021-12-21T14:21:17.645Z]  OS/Arch:           linux/amd64
14:21:17 [2021-12-21T14:21:17.645Z]  Context:           default
14:21:17 [2021-12-21T14:21:17.645Z]  Experimental:      true
14:21:17 [2021-12-21T14:21:17.645Z] 
14:21:17 [2021-12-21T14:21:17.645Z] Server: Docker Engine - Community
14:21:17 [2021-12-21T14:21:17.645Z]  Engine:
14:21:17 [2021-12-21T14:21:17.645Z]   Version:          20.10.10-rc1
14:21:17 [2021-12-21T14:21:17.645Z]   API version:      1.41 (minimum version 1.12)
14:21:17 [2021-12-21T14:21:17.645Z]   Go version:       go1.16.9
14:21:17 [2021-12-21T14:21:17.645Z]   Git commit:       9f5b26f
14:21:17 [2021-12-21T14:21:17.645Z]   Built:            Mon Oct 18 15:20:03 2021
14:21:17 [2021-12-21T14:21:17.645Z]   OS/Arch:          linux/amd64
14:21:17 [2021-12-21T14:21:17.645Z]   Experimental:     true
14:21:17 [2021-12-21T14:21:17.645Z]  containerd:
14:21:17 [2021-12-21T14:21:17.645Z]   Version:          1.4.11
14:21:17 [2021-12-21T14:21:17.645Z]   GitCommit:        5b46e404f6b9f661a205e28d59c982d3634148f8
14:21:17 [2021-12-21T14:21:17.645Z]  runc:
14:21:17 [2021-12-21T14:21:17.645Z]   Version:          1.0.2
14:21:17 [2021-12-21T14:21:17.645Z]   GitCommit:        v1.0.2-0-g52b36a2
14:21:17 [2021-12-21T14:21:17.645Z]  docker-init:
14:21:17 [2021-12-21T14:21:17.645Z]   Version:          0.19.0
14:21:17 [2021-12-21T14:21:17.645Z]   GitCommit:        de40ad0
[Pipeline] sh
14:21:17 [2021-12-21T14:21:17.692Z] #58 19.40 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:21:17 [2021-12-21T14:21:17.692Z] #58 19.42 go: downloading github.com/go-toolsmith/astcast v1.0.0
14:21:17 [2021-12-21T14:21:17.692Z] #58 19.47 go: downloading github.com/go-toolsmith/astcopy v1.0.0
14:21:17 [2021-12-21T14:21:17.692Z] #58 19.50 go: downloading github.com/go-toolsmith/astequal v1.0.0
14:21:17 [2021-12-21T14:21:17.953Z] #58 19.66 go: downloading github.com/go-toolsmith/astfmt v1.0.0
14:21:17 [2021-12-21T14:21:17.953Z] #58 19.71 go: downloading github.com/go-toolsmith/astp v1.0.0
14:21:17 [2021-12-21T14:21:17.953Z] #58 19.75 go: downloading github.com/go-toolsmith/strparse v1.0.0
14:21:17 [2021-12-21T14:21:17.958Z] + docker info
14:21:18 [2021-12-21T14:21:18.048Z] Client: Docker Engine - Community
14:21:18 [2021-12-21T14:21:18.048Z]  Version:           20.10.10-rc1
14:21:18 [2021-12-21T14:21:18.048Z]  API version:       1.41
14:21:18 [2021-12-21T14:21:18.048Z]  Go version:        go1.16.9
14:21:18 [2021-12-21T14:21:18.048Z]  Git commit:        b485636
14:21:18 [2021-12-21T14:21:18.048Z]  Built:             Mon Oct 18 15:21:56 2021
14:21:18 [2021-12-21T14:21:18.048Z]  OS/Arch:           linux/amd64
14:21:18 [2021-12-21T14:21:18.048Z]  Context:           default
14:21:18 [2021-12-21T14:21:18.048Z]  Experimental:      true
14:21:18 [2021-12-21T14:21:18.048Z] 
14:21:18 [2021-12-21T14:21:18.048Z] Server: Docker Engine - Community
14:21:18 [2021-12-21T14:21:18.048Z]  Engine:
14:21:18 [2021-12-21T14:21:18.048Z]   Version:          20.10.10-rc1
14:21:18 [2021-12-21T14:21:18.048Z]   API version:      1.41 (minimum version 1.12)
14:21:18 [2021-12-21T14:21:18.048Z]   Go version:       go1.16.9
14:21:18 [2021-12-21T14:21:18.048Z]   Git commit:       9f5b26f
14:21:18 [2021-12-21T14:21:18.048Z]   Built:            Mon Oct 18 15:20:03 2021
14:21:18 [2021-12-21T14:21:18.048Z]   OS/Arch:          linux/amd64
14:21:18 [2021-12-21T14:21:18.048Z]   Experimental:     true
14:21:18 [2021-12-21T14:21:18.048Z]  containerd:
14:21:18 [2021-12-21T14:21:18.048Z]   Version:          1.4.11
14:21:18 [2021-12-21T14:21:18.048Z]   GitCommit:        5b46e404f6b9f661a205e28d59c982d3634148f8
14:21:18 [2021-12-21T14:21:18.048Z]  runc:
14:21:18 [2021-12-21T14:21:18.048Z]   Version:          1.0.2
14:21:18 [2021-12-21T14:21:18.048Z]   GitCommit:        v1.0.2-0-g52b36a2
14:21:18 [2021-12-21T14:21:18.048Z]  docker-init:
14:21:18 [2021-12-21T14:21:18.048Z]   Version:          0.19.0
14:21:18 [2021-12-21T14:21:18.048Z]   GitCommit:        de40ad0
[Pipeline] sh
14:21:18 [2021-12-21T14:21:18.214Z] #58 19.87 go: downloading github.com/go-toolsmith/typep v1.0.0
14:21:18 [2021-12-21T14:21:18.215Z] #58 20.04 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
14:21:18 [2021-12-21T14:21:18.215Z] #58 20.10 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
14:21:18 [2021-12-21T14:21:18.215Z] #58 20.14 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:21:18 [2021-12-21T14:21:18.372Z] Merge succeeded, producing 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:21:18 [2021-12-21T14:21:18.373Z] Checking out Revision 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 (PR-43075)
14:21:18 [2021-12-21T14:21:18.433Z] + docker info
14:21:18 [2021-12-21T14:21:18.475Z] #58 20.22 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:21:18 [2021-12-21T14:21:18.735Z] #58 20.47 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:21:18 [2021-12-21T14:21:18.735Z] #58 20.48 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:21:18 [2021-12-21T14:21:18.996Z] #58 ...
14:21:18 [2021-12-21T14:21:18.996Z] 
14:21:18 [2021-12-21T14:21:18.996Z] #60 [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
14:21:18 [2021-12-21T14:21:18.996Z] #60 sha256:9d2d7440e47f94c4ef9cc91dbba2d7b1228ac82d5ecaea3827b2893ae5c1cc05
14:21:18 [2021-12-21T14:21:18.996Z] #60 10.74 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:21:19 [2021-12-21T14:21:19.257Z] #60 ...
14:21:19 [2021-12-21T14:21:19.257Z] 
14:21:19 [2021-12-21T14:21:19.257Z] #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
14:21:19 [2021-12-21T14:21:19.257Z] #54 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:21:19 [2021-12-21T14:21:19.257Z] #54 20.15 Fetched 8489 kB in 15s (554 kB/s)
14:21:17 [2021-12-21T14:21:17.503Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:21:18 [2021-12-21T14:21:18.310Z]  > git remote # timeout=10
14:21:18 [2021-12-21T14:21:18.325Z]  > git config --get remote.origin.url # timeout=10
14:21:18 [2021-12-21T14:21:18.333Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:18 [2021-12-21T14:21:18.334Z]  > git merge 088afc99e4bf8adb78e29733396182417d67ada2 # timeout=10
14:21:18 [2021-12-21T14:21:18.353Z]  > git rev-parse HEAD^{commit} # timeout=10
14:21:18 [2021-12-21T14:21:18.379Z]  > git config core.sparsecheckout # timeout=10
14:21:18 [2021-12-21T14:21:18.391Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:21:20 [2021-12-21T14:21:20.201Z] #54 20.15 Reading package lists...
14:21:20 [2021-12-21T14:21:20.201Z] #54 ...
14:21:20 [2021-12-21T14:21:20.201Z] 
14:21:20 [2021-12-21T14:21:20.201Z] #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
14:21:20 [2021-12-21T14:21:20.201Z] #43 sha256:655bb463c9830e1337ccb793d88ca46bef5f7d19aaed44808d09796947cf687e
14:21:20 [2021-12-21T14:21:20.201Z] #43 21.68 tomll can be used in two ways:
14:21:20 [2021-12-21T14:21:20.201Z] #43 21.68 Writing to STDIN and reading from STDOUT:
14:21:20 [2021-12-21T14:21:20.201Z] #43 21.68   cat file.toml | tomll > file.toml
14:21:20 [2021-12-21T14:21:20.201Z] #43 21.68 
14:21:20 [2021-12-21T14:21:20.201Z] #43 21.68 Reading and updating a list of files:
14:21:20 [2021-12-21T14:21:20.201Z] #43 21.68   tomll a.toml b.toml c.toml
14:21:20 [2021-12-21T14:21:20.201Z] #43 21.68 
14:21:20 [2021-12-21T14:21:20.201Z] #43 21.68 When given a list of files, tomll will modify all files in place without asking.
14:21:20 [2021-12-21T14:21:20.201Z] #43 DONE 22.0s
14:21:20 [2021-12-21T14:21:20.463Z] 
14:21:20 [2021-12-21T14:21:20.463Z] #58 [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
14:21:20 [2021-12-21T14:21:20.463Z] #58 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:21:20 [2021-12-21T14:21:20.463Z] #58 21.01 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:21:20 [2021-12-21T14:21:20.463Z] #58 21.03 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:21:20 [2021-12-21T14:21:20.463Z] #58 21.04 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:21:20 [2021-12-21T14:21:20.463Z] #58 21.26 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:21:20 [2021-12-21T14:21:20.463Z] #58 21.41 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:21:20 [2021-12-21T14:21:20.463Z] #58 21.62 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:21:20 [2021-12-21T14:21:20.463Z] #58 21.63 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:21:20 [2021-12-21T14:21:20.463Z] #58 22.23 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:21:20 [2021-12-21T14:21:20.463Z] #58 22.23 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:21:20 [2021-12-21T14:21:20.463Z] #58 22.35 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:21:20 [2021-12-21T14:21:20.725Z] #58 22.40 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:21:20 [2021-12-21T14:21:20.725Z] #58 22.40 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:21:20 [2021-12-21T14:21:20.725Z] #58 22.54 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:21:20 [2021-12-21T14:21:20.985Z] #58 22.93 go: downloading github.com/sourcegraph/go-diff v0.5.1
14:21:21 [2021-12-21T14:21:21.246Z] #58 23.08 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:21:21 [2021-12-21T14:21:21.246Z] #58 23.16 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
14:21:21 [2021-12-21T14:21:21.508Z] #58 23.27 go: downloading github.com/ultraware/funlen v0.0.2
14:21:21 [2021-12-21T14:21:21.508Z] #58 23.28 go: downloading github.com/ultraware/whitespace v0.0.4
14:21:21 [2021-12-21T14:21:21.508Z] #58 23.28 go: downloading github.com/uudashr/gocognit v1.0.1
14:21:21 [2021-12-21T14:21:21.770Z] #58 23.50 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
14:21:22 [2021-12-21T14:21:22.208Z] Commit message: "vendor: regenerate"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
14:21:23 [2021-12-21T14:21:23.166Z] + docker version
14:21:23 [2021-12-21T14:21:23.175Z] #58 24.87 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:21:23 [2021-12-21T14:21:23.175Z] #58 24.91 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:21:23 [2021-12-21T14:21:23.435Z] #58 25.06 go: downloading github.com/davecgh/go-spew v1.1.1
14:21:23 [2021-12-21T14:21:23.435Z] #58 25.11 go: downloading github.com/pmezard/go-difflib v1.0.0
14:21:23 [2021-12-21T14:21:23.435Z] #58 25.20 go: downloading github.com/stretchr/objx v0.2.0
14:21:23 [2021-12-21T14:21:23.697Z] #58 25.39 go: downloading golang.org/x/text v0.3.2
14:21:25 [2021-12-21T14:21:25.154Z] #58 ...
14:21:25 [2021-12-21T14:21:25.154Z] 
14:21:25 [2021-12-21T14:21:25.154Z] #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
14:21:25 [2021-12-21T14:21:25.154Z] #54 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:21:25 [2021-12-21T14:21:25.154Z] #54 20.15 Reading package lists...
14:21:26 [2021-12-21T14:21:26.844Z] Fetching without tags
14:21:27 [2021-12-21T14:21:27.070Z] #54 26.78 Reading package lists...
14:21:27 [2021-12-21T14:21:27.070Z] #54 ...
14:21:27 [2021-12-21T14:21:27.070Z] 
14:21:27 [2021-12-21T14:21:27.070Z] #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
14:21:27 [2021-12-21T14:21:27.070Z] #19 sha256:0ca987a5f6a5f555eb25e698e4c924baeb4cf79fc0303d5686c4022bb6867a46
14:21:27 [2021-12-21T14:21:27.070Z] #19 3.496 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
14:21:27 [2021-12-21T14:21:27.070Z] #19 4.628 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
14:21:27 [2021-12-21T14:21:27.070Z] #19 5.912 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
14:21:27 [2021-12-21T14:21:27.070Z] #19 7.270 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB]
14:21:27 [2021-12-21T14:21:27.070Z] #19 8.788 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:21:27 [2021-12-21T14:21:27.070Z] #19 10.21 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB]
14:21:27 [2021-12-21T14:21:27.070Z] #19 11.49 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:21:27 [2021-12-21T14:21:27.070Z] #19 11.49 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [97.6 kB]
14:21:27 [2021-12-21T14:21:27.070Z] #19 11.51 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [99.0 kB]
14:21:27 [2021-12-21T14:21:27.070Z] #19 11.53 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [95.5 kB]
14:21:27 [2021-12-21T14:21:27.070Z] #19 11.53 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [96.8 kB]
14:21:27 [2021-12-21T14:21:27.070Z] #19 11.53 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [95.8 kB]
14:21:27 [2021-12-21T14:21:27.070Z] #19 11.62 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
14:21:27 [2021-12-21T14:21:27.070Z] #19 11.62 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
14:21:27 [2021-12-21T14:21:27.070Z] #19 11.62 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
14:21:27 [2021-12-21T14:21:27.070Z] #19 11.62 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:21:27 [2021-12-21T14:21:27.070Z] #19 11.62 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B]
14:21:27 [2021-12-21T14:21:27.070Z] #19 11.62 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
14:21:27 [2021-12-21T14:21:27.070Z] #19 ...
14:21:27 [2021-12-21T14:21:27.070Z] 
14:21:27 [2021-12-21T14:21:27.070Z] #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
14:21:27 [2021-12-21T14:21:27.070Z] #50 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:21:27 [2021-12-21T14:21:27.070Z] #50 22.56 Updating files:  88% (1561/1754)
Updating files:  89% (1562/1754)
Updating files:  90% (1579/1754)
Updating files:  91% (1597/1754)
Updating files:  92% (1614/1754)
Updating files:  93% (1632/1754)
Updating files:  94% (1649/1754)
Updating files:  95% (1667/1754)
Updating files:  96% (1684/1754)
Updating files:  97% (1702/1754)
Updating files:  98% (1719/1754)
Updating files:  99% (1737/1754)
Updating files: 100% (1754/1754)
Updating files: 100% (1754/1754), done.
14:21:27 [2021-12-21T14:21:27.070Z] #50 22.82 + git checkout -q v2.3.0
14:21:27 [2021-12-21T14:21:27.070Z] #50 24.67 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
14:21:27 [2021-12-21T14:21:27.116Z] Merging remotes/origin/master commit 088afc99e4bf8adb78e29733396182417d67ada2 into PR head commit 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:21:26 [2021-12-21T14:21:26.778Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:26 [2021-12-21T14:21:26.791Z]  > git config --add remote.origin.fetch +refs/pull/43075/head:refs/remotes/origin/PR-43075 # timeout=10
14:21:26 [2021-12-21T14:21:26.813Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:21:26 [2021-12-21T14:21:26.832Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:26 [2021-12-21T14:21:26.853Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:26 [2021-12-21T14:21:26.853Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:26 [2021-12-21T14:21:26.854Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:21:27 [2021-12-21T14:21:27.122Z]  > git config core.sparsecheckout # timeout=10
14:21:27 [2021-12-21T14:21:27.136Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:21:28 [2021-12-21T14:21:28.440Z] Merge succeeded, producing 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:21:28 [2021-12-21T14:21:28.440Z] Checking out Revision 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 (PR-43075)
14:21:29 [2021-12-21T14:21:29.614Z] #50 ...
14:21:29 [2021-12-21T14:21:29.614Z] 
14:21:29 [2021-12-21T14:21:29.614Z] #58 [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
14:21:29 [2021-12-21T14:21:29.614Z] #58 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:21:29 [2021-12-21T14:21:29.614Z] #58 31.46 go: downloading github.com/gobwas/glob v0.2.3
14:21:29 [2021-12-21T14:21:29.614Z] #58 31.51 go: downloading github.com/kisielk/gotool v1.0.0
14:21:29 [2021-12-21T14:21:29.614Z] #58 31.58 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:21:29 [2021-12-21T14:21:29.875Z] #58 31.62 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:21:30 [2021-12-21T14:21:30.136Z] #58 31.73 go: downloading github.com/gogo/protobuf v1.2.1
14:21:28 [2021-12-21T14:21:28.343Z]  > git remote # timeout=10
14:21:28 [2021-12-21T14:21:28.356Z]  > git config --get remote.origin.url # timeout=10
14:21:28 [2021-12-21T14:21:28.377Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:28 [2021-12-21T14:21:28.378Z]  > git merge 088afc99e4bf8adb78e29733396182417d67ada2 # timeout=10
14:21:28 [2021-12-21T14:21:28.422Z]  > git rev-parse HEAD^{commit} # timeout=10
14:21:28 [2021-12-21T14:21:28.444Z]  > git config core.sparsecheckout # timeout=10
14:21:28 [2021-12-21T14:21:28.456Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:21:31 [2021-12-21T14:21:31.519Z] #58 33.22 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:21:31 [2021-12-21T14:21:31.519Z] #58 33.46 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:21:32 [2021-12-21T14:21:32.090Z] #58 33.70 go: downloading github.com/BurntSushi/toml v0.3.1
14:21:32 [2021-12-21T14:21:32.697Z] Commit message: "vendor: regenerate"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
14:21:33 [2021-12-21T14:21:33.114Z] Client: Docker Engine - Community
14:21:33 [2021-12-21T14:21:33.114Z]  Version:           20.10.10-rc1
14:21:33 [2021-12-21T14:21:33.114Z]  API version:       1.41
14:21:33 [2021-12-21T14:21:33.114Z]  Go version:        go1.16.9
14:21:33 [2021-12-21T14:21:33.114Z]  Git commit:        b485636
14:21:33 [2021-12-21T14:21:33.114Z]  Built:             Mon Oct 18 15:22:14 2021
14:21:33 [2021-12-21T14:21:33.114Z]  OS/Arch:           linux/amd64
14:21:33 [2021-12-21T14:21:33.114Z]  Context:           default
14:21:33 [2021-12-21T14:21:33.114Z]  Experimental:      true
14:21:33 [2021-12-21T14:21:33.114Z] 
14:21:33 [2021-12-21T14:21:33.114Z] Server: Docker Engine - Community
14:21:33 [2021-12-21T14:21:33.114Z]  Engine:
14:21:33 [2021-12-21T14:21:33.114Z]   Version:          20.10.10-rc1
14:21:33 [2021-12-21T14:21:33.114Z]   API version:      1.41 (minimum version 1.12)
14:21:33 [2021-12-21T14:21:33.114Z]   Go version:       go1.16.9
14:21:33 [2021-12-21T14:21:33.114Z]   Git commit:       9f5b26f
14:21:33 [2021-12-21T14:21:33.114Z]   Built:            Mon Oct 18 15:20:19 2021
14:21:33 [2021-12-21T14:21:33.114Z]   OS/Arch:          linux/amd64
14:21:33 [2021-12-21T14:21:33.114Z]   Experimental:     true
14:21:33 [2021-12-21T14:21:33.114Z]  containerd:
14:21:33 [2021-12-21T14:21:33.114Z]   Version:          1.4.11
14:21:33 [2021-12-21T14:21:33.114Z]   GitCommit:        5b46e404f6b9f661a205e28d59c982d3634148f8
14:21:33 [2021-12-21T14:21:33.114Z]  runc:
14:21:33 [2021-12-21T14:21:33.114Z]   Version:          1.0.2
14:21:33 [2021-12-21T14:21:33.114Z]   GitCommit:        v1.0.2-0-g52b36a2
14:21:33 [2021-12-21T14:21:33.114Z]  docker-init:
14:21:33 [2021-12-21T14:21:33.114Z]   Version:          0.19.0
14:21:33 [2021-12-21T14:21:33.114Z]   GitCommit:        de40ad0
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
[Pipeline] sh
14:21:33 [2021-12-21T14:21:33.427Z] + docker info
14:21:33 [2021-12-21T14:21:33.948Z] + docker version
14:21:36 [2021-12-21T14:21:36.734Z] Client:
14:21:36 [2021-12-21T14:21:36.734Z]  Context:    default
14:21:36 [2021-12-21T14:21:36.734Z]  Debug Mode: false
14:21:36 [2021-12-21T14:21:36.734Z]  Plugins:
14:21:36 [2021-12-21T14:21:36.734Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
14:21:36 [2021-12-21T14:21:36.734Z]   buildx: Build with BuildKit (Docker Inc., v0.6.3-docker)
14:21:36 [2021-12-21T14:21:36.734Z]   compose: Docker Compose (Docker Inc., v2.0.1)
14:21:36 [2021-12-21T14:21:36.734Z]   scan: Docker Scan (Docker Inc., v0.8.0)
14:21:36 [2021-12-21T14:21:36.734Z] 
14:21:36 [2021-12-21T14:21:36.734Z] Server:
14:21:36 [2021-12-21T14:21:36.734Z]  Containers: 0
14:21:36 [2021-12-21T14:21:36.734Z]   Running: 0
14:21:36 [2021-12-21T14:21:36.734Z]   Paused: 0
14:21:36 [2021-12-21T14:21:36.734Z]   Stopped: 0
14:21:36 [2021-12-21T14:21:36.734Z]  Images: 0
14:21:36 [2021-12-21T14:21:36.734Z]  Server Version: 20.10.10-rc1
14:21:36 [2021-12-21T14:21:36.734Z]  Storage Driver: overlay2
14:21:36 [2021-12-21T14:21:36.734Z]   Backing Filesystem: extfs
14:21:36 [2021-12-21T14:21:36.734Z]   Supports d_type: true
14:21:36 [2021-12-21T14:21:36.734Z]   Native Overlay Diff: true
14:21:36 [2021-12-21T14:21:36.734Z]   userxattr: false
14:21:36 [2021-12-21T14:21:36.734Z]  Logging Driver: json-file
14:21:36 [2021-12-21T14:21:36.734Z]  Cgroup Driver: cgroupfs
14:21:36 [2021-12-21T14:21:36.734Z]  Cgroup Version: 1
14:21:36 [2021-12-21T14:21:36.734Z]  Plugins:
14:21:36 [2021-12-21T14:21:36.734Z]   Volume: local
14:21:36 [2021-12-21T14:21:36.734Z]   Network: bridge host ipvlan macvlan null overlay
14:21:36 [2021-12-21T14:21:36.734Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:21:36 [2021-12-21T14:21:36.734Z]  Swarm: inactive
14:21:36 [2021-12-21T14:21:36.734Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
14:21:36 [2021-12-21T14:21:36.734Z]  Default Runtime: runc
14:21:36 [2021-12-21T14:21:36.734Z]  Init Binary: docker-init
14:21:36 [2021-12-21T14:21:36.734Z]  containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8
14:21:36 [2021-12-21T14:21:36.734Z]  runc version: v1.0.2-0-g52b36a2
14:21:36 [2021-12-21T14:21:36.734Z]  init version: de40ad0
14:21:36 [2021-12-21T14:21:36.734Z]  Security Options:
14:21:36 [2021-12-21T14:21:36.734Z]   apparmor
14:21:36 [2021-12-21T14:21:36.734Z]   seccomp
14:21:36 [2021-12-21T14:21:36.734Z]    Profile: default
14:21:36 [2021-12-21T14:21:36.734Z]  Kernel Version: 5.4.0-1057-aws
14:21:36 [2021-12-21T14:21:36.734Z]  Operating System: Ubuntu 18.04.6 LTS
14:21:36 [2021-12-21T14:21:36.734Z]  OSType: linux
14:21:36 [2021-12-21T14:21:36.734Z]  Architecture: x86_64
14:21:36 [2021-12-21T14:21:36.734Z]  CPUs: 2
14:21:36 [2021-12-21T14:21:36.734Z]  Total Memory: 7.569GiB
14:21:36 [2021-12-21T14:21:36.734Z]  Name: ip-10-100-121-211
14:21:36 [2021-12-21T14:21:36.734Z]  ID: VJ45:XA3V:TARU:GBDA:IWTL:KOMD:BAVL:YLAU:ZLSP:CFUA:UVNZ:SHJT
14:21:36 [2021-12-21T14:21:36.734Z]  Docker Root Dir: /var/lib/docker
14:21:36 [2021-12-21T14:21:36.734Z]  Debug Mode: false
14:21:36 [2021-12-21T14:21:36.734Z]  Registry: https://index.docker.io/v1/
14:21:36 [2021-12-21T14:21:36.734Z]  Labels:
14:21:36 [2021-12-21T14:21:36.734Z]  Experimental: true
14:21:36 [2021-12-21T14:21:36.734Z]  Insecure Registries:
14:21:36 [2021-12-21T14:21:36.734Z]   127.0.0.0/8
14:21:36 [2021-12-21T14:21:36.734Z]  Live Restore Enabled: true
14:21:36 [2021-12-21T14:21:36.734Z] 
14:21:36 [2021-12-21T14:21:36.734Z] WARNING: No swap limit support
[Pipeline] sh
14:21:37 [2021-12-21T14:21:37.207Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
14:21:37 [2021-12-21T14:21:37.207Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
14:21:37 [2021-12-21T14:21:37.207Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43075/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
14:21:37 [2021-12-21T14:21:37.207Z] + bash /home/ubuntu/workspace/moby_PR-43075/check-config.sh
14:21:37 [2021-12-21T14:21:37.207Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
14:21:37 [2021-12-21T14:21:37.207Z] info: reading kernel config from /boot/config-5.4.0-1057-aws ...
14:21:37 [2021-12-21T14:21:37.207Z] 
14:21:37 [2021-12-21T14:21:37.207Z] Generally Necessary:
14:21:37 [2021-12-21T14:21:37.207Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
14:21:37 [2021-12-21T14:21:37.207Z] - apparmor: enabled and tools installed
14:21:37 [2021-12-21T14:21:37.207Z] - CONFIG_NAMESPACES: enabled
14:21:37 [2021-12-21T14:21:37.207Z] - CONFIG_NET_NS: enabled
14:21:37 [2021-12-21T14:21:37.207Z] - CONFIG_PID_NS: enabled
14:21:37 [2021-12-21T14:21:37.207Z] - CONFIG_IPC_NS: enabled
14:21:37 [2021-12-21T14:21:37.207Z] - CONFIG_UTS_NS: enabled
14:21:37 [2021-12-21T14:21:37.207Z] - CONFIG_CGROUPS: enabled
14:21:37 [2021-12-21T14:21:37.207Z] - CONFIG_CGROUP_CPUACCT: enabled
14:21:37 [2021-12-21T14:21:37.207Z] - CONFIG_CGROUP_DEVICE: enabled
14:21:37 [2021-12-21T14:21:37.207Z] - CONFIG_CGROUP_FREEZER: enabled
14:21:37 [2021-12-21T14:21:37.207Z] - CONFIG_CGROUP_SCHED: enabled
14:21:37 [2021-12-21T14:21:37.207Z] - CONFIG_CPUSETS: enabled
14:21:37 [2021-12-21T14:21:37.207Z] - CONFIG_MEMCG: enabled
14:21:37 [2021-12-21T14:21:37.207Z] - CONFIG_KEYS: enabled
14:21:37 [2021-12-21T14:21:37.207Z] - CONFIG_VETH: enabled (as module)
14:21:37 [2021-12-21T14:21:37.207Z] - CONFIG_BRIDGE: enabled (as module)
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_IP_NF_FILTER: enabled (as module)
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_IP_NF_NAT: enabled (as module)
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_NF_NAT: enabled (as module)
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_POSIX_MQUEUE: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_CGROUP_BPF: enabled
14:21:37 [2021-12-21T14:21:37.467Z] 
14:21:37 [2021-12-21T14:21:37.467Z] Optional Features:
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_USER_NS: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_SECCOMP: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_SECCOMP_FILTER: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_CGROUP_PIDS: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_MEMCG_SWAP: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
14:21:37 [2021-12-21T14:21:37.467Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_BLK_CGROUP: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_BLK_DEV_THROTTLING: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_CGROUP_PERF: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_CGROUP_HUGETLB: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_CGROUP_NET_PRIO: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_CFS_BANDWIDTH: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_FAIR_GROUP_SCHED: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_RT_GROUP_SCHED: missing
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_IP_VS: enabled (as module)
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_IP_VS_NFCT: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_IP_VS_PROTO_TCP: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_IP_VS_PROTO_UDP: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_IP_VS_RR: enabled (as module)
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_SECURITY_SELINUX: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_SECURITY_APPARMOR: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_EXT4_FS: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - CONFIG_EXT4_FS_SECURITY: enabled
14:21:37 [2021-12-21T14:21:37.467Z] - Network Drivers:
14:21:37 [2021-12-21T14:21:37.467Z]   - "overlay":
14:21:37 [2021-12-21T14:21:37.467Z]     - CONFIG_VXLAN: enabled (as module)
14:21:37 [2021-12-21T14:21:37.467Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
14:21:37 [2021-12-21T14:21:37.467Z]       Optional (for encrypted networks):
14:21:37 [2021-12-21T14:21:37.725Z]       - CONFIG_CRYPTO: enabled
14:21:37 [2021-12-21T14:21:37.725Z]       - CONFIG_CRYPTO_AEAD: enabled
14:21:37 [2021-12-21T14:21:37.725Z]       - CONFIG_CRYPTO_GCM: enabled
14:21:37 [2021-12-21T14:21:37.725Z]       - CONFIG_CRYPTO_SEQIV: enabled
14:21:37 [2021-12-21T14:21:37.725Z]       - CONFIG_CRYPTO_GHASH: enabled
14:21:37 [2021-12-21T14:21:37.725Z]       - CONFIG_XFRM: enabled
14:21:37 [2021-12-21T14:21:37.725Z]       - CONFIG_XFRM_USER: enabled (as module)
14:21:37 [2021-12-21T14:21:37.725Z]       - CONFIG_XFRM_ALGO: enabled (as module)
14:21:37 [2021-12-21T14:21:37.725Z]       - CONFIG_INET_ESP: enabled (as module)
14:21:37 [2021-12-21T14:21:37.725Z]   - "ipvlan":
14:21:37 [2021-12-21T14:21:37.725Z]     - CONFIG_IPVLAN: enabled (as module)
14:21:37 [2021-12-21T14:21:37.725Z]   - "macvlan":
14:21:37 [2021-12-21T14:21:37.725Z]     - CONFIG_MACVLAN: enabled (as module)
14:21:37 [2021-12-21T14:21:37.725Z]     - CONFIG_DUMMY: enabled (as module)
14:21:37 [2021-12-21T14:21:37.725Z]   - "ftp,tftp client in container":
14:21:37 [2021-12-21T14:21:37.725Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
14:21:37 [2021-12-21T14:21:37.725Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
14:21:37 [2021-12-21T14:21:37.725Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
14:21:37 [2021-12-21T14:21:37.725Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
14:21:37 [2021-12-21T14:21:37.725Z] - Storage Drivers:
14:21:37 [2021-12-21T14:21:37.725Z]   - "aufs":
14:21:37 [2021-12-21T14:21:37.725Z]     - CONFIG_AUFS_FS: enabled (as module)
14:21:37 [2021-12-21T14:21:37.725Z]   - "btrfs":
14:21:37 [2021-12-21T14:21:37.725Z]     - CONFIG_BTRFS_FS: enabled (as module)
14:21:37 [2021-12-21T14:21:37.725Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
14:21:37 [2021-12-21T14:21:37.725Z]   - "devicemapper":
14:21:37 [2021-12-21T14:21:37.725Z]     - CONFIG_BLK_DEV_DM: enabled
14:21:37 [2021-12-21T14:21:37.725Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
14:21:37 [2021-12-21T14:21:37.725Z]   - "overlay":
14:21:37 [2021-12-21T14:21:37.725Z]     - CONFIG_OVERLAY_FS: enabled (as module)
14:21:37 [2021-12-21T14:21:37.725Z]   - "zfs":
14:21:37 [2021-12-21T14:21:37.725Z]     - /dev/zfs: present
14:21:37 [2021-12-21T14:21:37.725Z]     - zfs command: missing
14:21:37 [2021-12-21T14:21:37.725Z]     - zpool command: missing
14:21:37 [2021-12-21T14:21:37.725Z] 
14:21:37 [2021-12-21T14:21:37.725Z] Limits:
14:21:37 [2021-12-21T14:21:37.725Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
14:21:37 [2021-12-21T14:21:37.725Z] 
14:21:37 [2021-12-21T14:21:37.725Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
14:21:38 [2021-12-21T14:21:38.075Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 .
14:21:38 [2021-12-21T14:21:38.335Z] #1 [internal] load build definition from Dockerfile
14:21:38 [2021-12-21T14:21:38.335Z] #1 sha256:a53ce7767bc546a2f0103faeb8cdadbea5bac542d7d88f8444a72804152d3c3b
14:21:38 [2021-12-21T14:21:38.335Z] #1 transferring dockerfile:
14:21:38 [2021-12-21T14:21:38.595Z] #1 transferring dockerfile: 16.86kB 0.1s done
14:21:38 [2021-12-21T14:21:38.595Z] #1 DONE 0.2s
14:21:38 [2021-12-21T14:21:38.595Z] 
14:21:38 [2021-12-21T14:21:38.595Z] #2 [internal] load .dockerignore
14:21:38 [2021-12-21T14:21:38.595Z] #2 sha256:d66c6a0385f6d04d5b396b864a475c9682ae69fce5d721f02eb02a8699d5dd35
14:21:38 [2021-12-21T14:21:38.595Z] #2 transferring context: 87B done
14:21:38 [2021-12-21T14:21:38.595Z] #2 DONE 0.2s
14:21:38 [2021-12-21T14:21:38.595Z] 
14:21:38 [2021-12-21T14:21:38.595Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
14:21:38 [2021-12-21T14:21:38.595Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
14:21:38 [2021-12-21T14:21:38.718Z] #58 ...
14:21:38 [2021-12-21T14:21:38.718Z] 
14:21:38 [2021-12-21T14:21:38.718Z] #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
14:21:38 [2021-12-21T14:21:38.718Z] #54 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:21:38 [2021-12-21T14:21:38.718Z] #54 26.78 Reading package lists...
14:21:38 [2021-12-21T14:21:38.718Z] #54 33.28 Building dependency tree...
14:21:38 [2021-12-21T14:21:38.718Z] #54 37.84 The following additional packages will be installed:
14:21:38 [2021-12-21T14:21:38.718Z] #54 37.86   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
14:21:38 [2021-12-21T14:21:38.718Z] #54 37.86   python3-protobuf python3-six
14:21:38 [2021-12-21T14:21:38.718Z] #54 37.86 Suggested packages:
14:21:38 [2021-12-21T14:21:38.718Z] #54 37.86   python3-setuptools
14:21:38 [2021-12-21T14:21:38.718Z] #54 37.86 Recommended packages:
14:21:38 [2021-12-21T14:21:38.718Z] #54 37.86   iproute2 | iproute
14:21:38 [2021-12-21T14:21:38.718Z] #54 38.92 The following NEW packages will be installed:
14:21:38 [2021-12-21T14:21:38.718Z] #54 38.97   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
14:21:38 [2021-12-21T14:21:38.718Z] #54 38.97   python3-protobuf python3-six
14:21:38 [2021-12-21T14:21:38.718Z] #54 39.52 0 upgraded, 8 newly installed, 0 to remove and 8 not upgraded.
14:21:38 [2021-12-21T14:21:38.718Z] #54 39.52 Need to get 2292 kB of archives.
14:21:38 [2021-12-21T14:21:38.718Z] #54 39.52 After this operation, 11.0 MB of additional disk space will be used.
14:21:38 [2021-12-21T14:21:38.718Z] #54 39.52 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
14:21:38 [2021-12-21T14:21:38.718Z] #54 39.56 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
14:21:38 [2021-12-21T14:21:38.718Z] #54 39.58 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
14:21:38 [2021-12-21T14:21:38.718Z] #54 39.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
14:21:38 [2021-12-21T14:21:38.718Z] #54 39.61 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:21:38 [2021-12-21T14:21:38.718Z] #54 39.62 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
14:21:38 [2021-12-21T14:21:38.718Z] #54 39.62 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
14:21:39 [2021-12-21T14:21:39.162Z] #3 DONE 0.5s
14:21:39 [2021-12-21T14:21:39.162Z] 
14:21:39 [2021-12-21T14:21:39.162Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
14:21:39 [2021-12-21T14:21:39.162Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
14:21:39 [2021-12-21T14:21:39.162Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
14:21:39 [2021-12-21T14:21:39.162Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0B / 9.67MB 0.1s
14:21:39 [2021-12-21T14:21:39.162Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
14:21:39 [2021-12-21T14:21:39.162Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
14:21:39 [2021-12-21T14:21:39.162Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
14:21:39 [2021-12-21T14:21:39.162Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
14:21:39 [2021-12-21T14:21:39.421Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done
14:21:39 [2021-12-21T14:21:39.421Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s
14:21:39 [2021-12-21T14:21:39.664Z] #54 ...
14:21:39 [2021-12-21T14:21:39.664Z] 
14:21:39 [2021-12-21T14:21:39.664Z] #60 [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
14:21:39 [2021-12-21T14:21:39.664Z] #60 sha256:9d2d7440e47f94c4ef9cc91dbba2d7b1228ac82d5ecaea3827b2893ae5c1cc05
14:21:39 [2021-12-21T14:21:39.664Z] #60 41.21 v3.0.2
14:21:39 [2021-12-21T14:21:39.912Z] Client:
14:21:39 [2021-12-21T14:21:39.912Z]  Context:    default
14:21:39 [2021-12-21T14:21:39.912Z]  Debug Mode: false
14:21:39 [2021-12-21T14:21:39.912Z]  Plugins:
14:21:39 [2021-12-21T14:21:39.912Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
14:21:39 [2021-12-21T14:21:39.912Z]   buildx: Build with BuildKit (Docker Inc., v0.6.3-docker)
14:21:39 [2021-12-21T14:21:39.912Z]   compose: Docker Compose (Docker Inc., v2.0.1)
14:21:39 [2021-12-21T14:21:39.912Z]   scan: Docker Scan (Docker Inc., v0.8.0)
14:21:39 [2021-12-21T14:21:39.912Z] 
14:21:39 [2021-12-21T14:21:39.912Z] Server:
14:21:39 [2021-12-21T14:21:39.912Z]  Containers: 0
14:21:39 [2021-12-21T14:21:39.912Z]   Running: 0
14:21:39 [2021-12-21T14:21:39.912Z]   Paused: 0
14:21:39 [2021-12-21T14:21:39.912Z]   Stopped: 0
14:21:39 [2021-12-21T14:21:39.912Z]  Images: 0
14:21:39 [2021-12-21T14:21:39.912Z]  Server Version: 20.10.10-rc1
14:21:39 [2021-12-21T14:21:39.912Z]  Storage Driver: overlay2
14:21:39 [2021-12-21T14:21:39.912Z]   Backing Filesystem: extfs
14:21:39 [2021-12-21T14:21:39.912Z]   Supports d_type: true
14:21:39 [2021-12-21T14:21:39.912Z]   Native Overlay Diff: true
14:21:39 [2021-12-21T14:21:39.912Z]   userxattr: false
14:21:39 [2021-12-21T14:21:39.912Z]  Logging Driver: json-file
14:21:39 [2021-12-21T14:21:39.912Z]  Cgroup Driver: cgroupfs
14:21:39 [2021-12-21T14:21:39.912Z]  Cgroup Version: 1
14:21:39 [2021-12-21T14:21:39.912Z]  Plugins:
14:21:39 [2021-12-21T14:21:39.912Z]   Volume: local
14:21:39 [2021-12-21T14:21:39.912Z]   Network: bridge host ipvlan macvlan null overlay
14:21:39 [2021-12-21T14:21:39.912Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:21:39 [2021-12-21T14:21:39.912Z]  Swarm: inactive
14:21:39 [2021-12-21T14:21:39.912Z]  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
14:21:39 [2021-12-21T14:21:39.912Z]  Default Runtime: runc
14:21:39 [2021-12-21T14:21:39.912Z]  Init Binary: docker-init
14:21:39 [2021-12-21T14:21:39.912Z]  containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8
14:21:39 [2021-12-21T14:21:39.912Z]  runc version: v1.0.2-0-g52b36a2
14:21:39 [2021-12-21T14:21:39.912Z]  init version: de40ad0
14:21:39 [2021-12-21T14:21:39.912Z]  Security Options:
14:21:39 [2021-12-21T14:21:39.912Z]   apparmor
14:21:39 [2021-12-21T14:21:39.912Z]   seccomp
14:21:39 [2021-12-21T14:21:39.912Z]    Profile: default
14:21:39 [2021-12-21T14:21:39.912Z]  Kernel Version: 5.4.0-1057-aws
14:21:39 [2021-12-21T14:21:39.912Z]  Operating System: Ubuntu 18.04.6 LTS
14:21:39 [2021-12-21T14:21:39.912Z]  OSType: linux
14:21:39 [2021-12-21T14:21:39.912Z]  Architecture: x86_64
14:21:39 [2021-12-21T14:21:39.912Z]  CPUs: 2
14:21:39 [2021-12-21T14:21:39.912Z]  Total Memory: 7.487GiB
14:21:39 [2021-12-21T14:21:39.912Z]  Name: ip-10-100-121-243
14:21:39 [2021-12-21T14:21:39.912Z]  ID: VJ45:XA3V:TARU:GBDA:IWTL:KOMD:BAVL:YLAU:ZLSP:CFUA:UVNZ:SHJT
14:21:39 [2021-12-21T14:21:39.912Z]  Docker Root Dir: /var/lib/docker
14:21:39 [2021-12-21T14:21:39.912Z]  Debug Mode: false
14:21:39 [2021-12-21T14:21:39.912Z]  Registry: https://index.docker.io/v1/
14:21:39 [2021-12-21T14:21:39.912Z]  Labels:
14:21:39 [2021-12-21T14:21:39.912Z]  Experimental: true
14:21:39 [2021-12-21T14:21:39.912Z]  Insecure Registries:
14:21:39 [2021-12-21T14:21:39.912Z]   127.0.0.0/8
14:21:39 [2021-12-21T14:21:39.912Z]  Live Restore Enabled: true
14:21:39 [2021-12-21T14:21:39.912Z] 
14:21:39 [2021-12-21T14:21:39.912Z] WARNING: No swap limit support
[Pipeline] sh
14:21:39 [2021-12-21T14:21:39.925Z] #60 DONE 41.7s
14:21:39 [2021-12-21T14:21:39.925Z] 
14:21:39 [2021-12-21T14:21:39.925Z] #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
14:21:39 [2021-12-21T14:21:39.925Z] #19 sha256:0ca987a5f6a5f555eb25e698e4c924baeb4cf79fc0303d5686c4022bb6867a46
14:21:39 [2021-12-21T14:21:39.989Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.5s done
14:21:39 [2021-12-21T14:21:39.989Z] #4 DONE 0.9s
14:21:40 [2021-12-21T14:21:40.218Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
14:21:40 [2021-12-21T14:21:40.219Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
14:21:40 [2021-12-21T14:21:40.219Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43075/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
14:21:40 [2021-12-21T14:21:40.219Z] + bash /home/ubuntu/workspace/moby_PR-43075/check-config.sh
14:21:40 [2021-12-21T14:21:40.219Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
14:21:40 [2021-12-21T14:21:40.219Z] info: reading kernel config from /boot/config-5.4.0-1057-aws ...
14:21:40 [2021-12-21T14:21:40.219Z] 
14:21:40 [2021-12-21T14:21:40.219Z] Generally Necessary:
14:21:40 [2021-12-21T14:21:40.219Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
14:21:40 [2021-12-21T14:21:40.219Z] - apparmor: enabled and tools installed
14:21:40 [2021-12-21T14:21:40.219Z] - CONFIG_NAMESPACES: enabled
14:21:40 [2021-12-21T14:21:40.219Z] - CONFIG_NET_NS: enabled
14:21:40 [2021-12-21T14:21:40.219Z] - CONFIG_PID_NS: enabled
14:21:40 [2021-12-21T14:21:40.219Z] - CONFIG_IPC_NS: enabled
14:21:40 [2021-12-21T14:21:40.219Z] - CONFIG_UTS_NS: enabled
14:21:40 [2021-12-21T14:21:40.219Z] - CONFIG_CGROUPS: enabled
14:21:40 [2021-12-21T14:21:40.219Z] - CONFIG_CGROUP_CPUACCT: enabled
14:21:40 [2021-12-21T14:21:40.219Z] - CONFIG_CGROUP_DEVICE: enabled
14:21:40 [2021-12-21T14:21:40.219Z] - CONFIG_CGROUP_FREEZER: enabled
14:21:40 [2021-12-21T14:21:40.219Z] - CONFIG_CGROUP_SCHED: enabled
14:21:40 [2021-12-21T14:21:40.219Z] - CONFIG_CPUSETS: enabled
14:21:40 [2021-12-21T14:21:40.219Z] - CONFIG_MEMCG: enabled
14:21:40 [2021-12-21T14:21:40.219Z] - CONFIG_KEYS: enabled
14:21:40 [2021-12-21T14:21:40.248Z] 
14:21:40 [2021-12-21T14:21:40.248Z] #6 [internal] load build definition from Dockerfile
14:21:40 [2021-12-21T14:21:40.248Z] #6 sha256:9a614a0546454d208aa3672c9fb02725b21449e8e43d7e996d895443a0d7240c
14:21:40 [2021-12-21T14:21:40.248Z] #6 DONE 0.0s
14:21:40 [2021-12-21T14:21:40.248Z] 
14:21:40 [2021-12-21T14:21:40.248Z] #5 [internal] load .dockerignore
14:21:40 [2021-12-21T14:21:40.248Z] #5 sha256:860b9d5d0aae9e7c2fb78eb7a209d76a67bf88ea6f0933748f4b2ba14009055a
14:21:40 [2021-12-21T14:21:40.248Z] #5 DONE 0.0s
14:21:40 [2021-12-21T14:21:40.248Z] 
14:21:40 [2021-12-21T14:21:40.248Z] #10 [internal] load metadata for docker.io/library/debian:bullseye
14:21:40 [2021-12-21T14:21:40.248Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_VETH: enabled (as module)
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_BRIDGE: enabled (as module)
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_IP_NF_FILTER: enabled (as module)
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_IP_NF_NAT: enabled (as module)
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_NF_NAT: enabled (as module)
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_POSIX_MQUEUE: enabled
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_CGROUP_BPF: enabled
14:21:40 [2021-12-21T14:21:40.478Z] 
14:21:40 [2021-12-21T14:21:40.478Z] Optional Features:
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_USER_NS: enabled
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_SECCOMP: enabled
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_SECCOMP_FILTER: enabled
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_CGROUP_PIDS: enabled
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_MEMCG_SWAP: enabled
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
14:21:40 [2021-12-21T14:21:40.478Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_BLK_CGROUP: enabled
14:21:40 [2021-12-21T14:21:40.478Z] - CONFIG_BLK_DEV_THROTTLING: enabled
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_CGROUP_PERF: enabled
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_CGROUP_HUGETLB: enabled
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_CGROUP_NET_PRIO: enabled
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_CFS_BANDWIDTH: enabled
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_FAIR_GROUP_SCHED: enabled
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_RT_GROUP_SCHED: missing
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_IP_VS: enabled (as module)
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_IP_VS_NFCT: enabled
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_IP_VS_PROTO_TCP: enabled
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_IP_VS_PROTO_UDP: enabled
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_IP_VS_RR: enabled (as module)
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_SECURITY_SELINUX: enabled
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_SECURITY_APPARMOR: enabled
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_EXT4_FS: enabled
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
14:21:40 [2021-12-21T14:21:40.479Z] - CONFIG_EXT4_FS_SECURITY: enabled
14:21:40 [2021-12-21T14:21:40.737Z] - Network Drivers:
14:21:40 [2021-12-21T14:21:40.737Z]   - "overlay":
14:21:40 [2021-12-21T14:21:40.737Z]     - CONFIG_VXLAN: enabled (as module)
14:21:40 [2021-12-21T14:21:40.737Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
14:21:40 [2021-12-21T14:21:40.737Z]       Optional (for encrypted networks):
14:21:40 [2021-12-21T14:21:40.737Z]       - CONFIG_CRYPTO: enabled
14:21:40 [2021-12-21T14:21:40.737Z]       - CONFIG_CRYPTO_AEAD: enabled
14:21:40 [2021-12-21T14:21:40.737Z]       - CONFIG_CRYPTO_GCM: enabled
14:21:40 [2021-12-21T14:21:40.737Z]       - CONFIG_CRYPTO_SEQIV: enabled
14:21:40 [2021-12-21T14:21:40.737Z]       - CONFIG_CRYPTO_GHASH: enabled
14:21:40 [2021-12-21T14:21:40.737Z]       - CONFIG_XFRM: enabled
14:21:40 [2021-12-21T14:21:40.737Z]       - CONFIG_XFRM_USER: enabled (as module)
14:21:40 [2021-12-21T14:21:40.737Z]       - CONFIG_XFRM_ALGO: enabled (as module)
14:21:40 [2021-12-21T14:21:40.737Z]       - CONFIG_INET_ESP: enabled (as module)
14:21:40 [2021-12-21T14:21:40.737Z]   - "ipvlan":
14:21:40 [2021-12-21T14:21:40.737Z]     - CONFIG_IPVLAN: enabled (as module)
14:21:40 [2021-12-21T14:21:40.737Z]   - "macvlan":
14:21:40 [2021-12-21T14:21:40.737Z]     - CONFIG_MACVLAN: enabled (as module)
14:21:40 [2021-12-21T14:21:40.737Z]     - CONFIG_DUMMY: enabled (as module)
14:21:40 [2021-12-21T14:21:40.737Z]   - "ftp,tftp client in container":
14:21:40 [2021-12-21T14:21:40.737Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
14:21:40 [2021-12-21T14:21:40.737Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
14:21:40 [2021-12-21T14:21:40.737Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
14:21:40 [2021-12-21T14:21:40.737Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
14:21:40 [2021-12-21T14:21:40.737Z] - Storage Drivers:
14:21:40 [2021-12-21T14:21:40.737Z]   - "aufs":
14:21:40 [2021-12-21T14:21:40.737Z]     - CONFIG_AUFS_FS: enabled (as module)
14:21:40 [2021-12-21T14:21:40.737Z]   - "btrfs":
14:21:40 [2021-12-21T14:21:40.737Z]     - CONFIG_BTRFS_FS: enabled (as module)
14:21:40 [2021-12-21T14:21:40.737Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
14:21:40 [2021-12-21T14:21:40.737Z]   - "devicemapper":
14:21:40 [2021-12-21T14:21:40.737Z]     - CONFIG_BLK_DEV_DM: enabled
14:21:40 [2021-12-21T14:21:40.737Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
14:21:40 [2021-12-21T14:21:40.737Z]   - "overlay":
14:21:40 [2021-12-21T14:21:40.737Z]     - CONFIG_OVERLAY_FS: enabled (as module)
14:21:40 [2021-12-21T14:21:40.737Z]   - "zfs":
14:21:40 [2021-12-21T14:21:40.737Z]     - /dev/zfs: present
14:21:40 [2021-12-21T14:21:40.737Z]     - zfs command: missing
14:21:40 [2021-12-21T14:21:40.737Z]     - zpool command: missing
14:21:40 [2021-12-21T14:21:40.737Z] 
14:21:40 [2021-12-21T14:21:40.737Z] Limits:
14:21:40 [2021-12-21T14:21:40.737Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
14:21:40 [2021-12-21T14:21:40.737Z] 
14:21:40 [2021-12-21T14:21:40.737Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
14:21:41 [2021-12-21T14:21:41.105Z] + sudo modprobe ip_vs
14:21:41 [2021-12-21T14:21:41.105Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 .
14:21:41 [2021-12-21T14:21:41.366Z] #1 [internal] load build definition from Dockerfile
14:21:41 [2021-12-21T14:21:41.366Z] #1 sha256:315033a2371eec993c92f9b82f323a3b2137b7ea8d5128342dfa4e16418a65b1
14:21:41 [2021-12-21T14:21:41.366Z] #1 transferring dockerfile: 16.86kB done
14:21:41 [2021-12-21T14:21:41.366Z] #1 DONE 0.1s
14:21:41 [2021-12-21T14:21:41.366Z] 
14:21:41 [2021-12-21T14:21:41.366Z] #2 [internal] load .dockerignore
14:21:41 [2021-12-21T14:21:41.366Z] #2 sha256:63df833898bf657d387ea505aa2a1958d013478c6c0027f9fce7cd18c952185d
14:21:41 [2021-12-21T14:21:41.366Z] #2 transferring context: 87B done
14:21:41 [2021-12-21T14:21:41.366Z] #2 DONE 0.1s
14:21:41 [2021-12-21T14:21:41.629Z] 
14:21:41 [2021-12-21T14:21:41.629Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
14:21:41 [2021-12-21T14:21:41.629Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
14:21:41 [2021-12-21T14:21:41.631Z] #10 DONE 1.3s
14:21:41 [2021-12-21T14:21:41.631Z] 
14:21:41 [2021-12-21T14:21:41.631Z] #7 [internal] load metadata for docker.io/library/golang:1.17.5-bullseye
14:21:41 [2021-12-21T14:21:41.631Z] #7 sha256:0e7b6fdd2d0311397aafb0bf13a2724c20781f24285b8b72788466fb5f6df2c7
14:21:41 [2021-12-21T14:21:41.631Z] #7 DONE 1.4s
14:21:41 [2021-12-21T14:21:41.631Z] 
14:21:41 [2021-12-21T14:21:41.631Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:21:41 [2021-12-21T14:21:41.631Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
14:21:41 [2021-12-21T14:21:41.631Z] #9 ...
14:21:41 [2021-12-21T14:21:41.631Z] 
14:21:41 [2021-12-21T14:21:41.631Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:21:41 [2021-12-21T14:21:41.631Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
14:21:41 [2021-12-21T14:21:41.631Z] #8 DONE 1.5s
14:21:41 [2021-12-21T14:21:41.631Z] 
14:21:41 [2021-12-21T14:21:41.631Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:21:41 [2021-12-21T14:21:41.631Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
14:21:41 [2021-12-21T14:21:41.631Z] #9 DONE 1.5s
14:21:41 [2021-12-21T14:21:41.836Z] #19 ...
14:21:41 [2021-12-21T14:21:41.836Z] 
14:21:41 [2021-12-21T14:21:41.836Z] #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
14:21:41 [2021-12-21T14:21:41.836Z] #54 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:21:41 [2021-12-21T14:21:41.836Z] #54 43.22 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-3 [660 kB]
14:21:41 [2021-12-21T14:21:41.888Z] #3 DONE 0.4s
14:21:41 [2021-12-21T14:21:41.889Z] 
14:21:41 [2021-12-21T14:21:41.889Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
14:21:41 [2021-12-21T14:21:41.889Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
14:21:41 [2021-12-21T14:21:41.889Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
14:21:42 [2021-12-21T14:21:42.148Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
14:21:42 [2021-12-21T14:21:42.148Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
14:21:42 [2021-12-21T14:21:42.148Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
14:21:42 [2021-12-21T14:21:42.148Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
14:21:42 [2021-12-21T14:21:42.407Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done
14:21:42 [2021-12-21T14:21:42.407Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s
14:21:42 [2021-12-21T14:21:42.407Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.3s done
14:21:42 [2021-12-21T14:21:42.573Z] 
14:21:42 [2021-12-21T14:21:42.573Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:42 [2021-12-21T14:21:42.573Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:21:42 [2021-12-21T14:21:42.573Z] #69 DONE 0.0s
14:21:42 [2021-12-21T14:21:42.573Z] 
14:21:42 [2021-12-21T14:21:42.573Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:42 [2021-12-21T14:21:42.573Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
14:21:42 [2021-12-21T14:21:42.573Z] #67 DONE 0.0s
14:21:42 [2021-12-21T14:21:42.573Z] 
14:21:42 [2021-12-21T14:21:42.573Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:21:42 [2021-12-21T14:21:42.573Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:21:42 [2021-12-21T14:21:42.573Z] #11 DONE 0.0s
14:21:42 [2021-12-21T14:21:42.573Z] 
14:21:42 [2021-12-21T14:21:42.573Z] #24 [internal] load build context
14:21:42 [2021-12-21T14:21:42.573Z] #24 sha256:25ca3f17d14d2a683a2bb68b78f4e5062dedc5edbaa3bb86598f31cfcd95639b
14:21:42 [2021-12-21T14:21:42.668Z] #4 DONE 0.7s
14:21:42 [2021-12-21T14:21:42.926Z] 
14:21:42 [2021-12-21T14:21:42.926Z] #5 [internal] load build definition from Dockerfile
14:21:42 [2021-12-21T14:21:42.926Z] #5 sha256:d043bddef935b0fae979e97b63d75e3dff573c445fb38b1880d93b4b53898a3c
14:21:42 [2021-12-21T14:21:42.926Z] #5 DONE 0.0s
14:21:42 [2021-12-21T14:21:42.926Z] 
14:21:42 [2021-12-21T14:21:42.926Z] #6 [internal] load .dockerignore
14:21:42 [2021-12-21T14:21:42.926Z] #6 sha256:28314aa531f2a1dce4984d6abe4b7217947aa045a2747e8d91e0296e91280bb3
14:21:42 [2021-12-21T14:21:42.927Z] #6 DONE 0.0s
14:21:42 [2021-12-21T14:21:42.927Z] 
14:21:42 [2021-12-21T14:21:42.927Z] #10 [internal] load metadata for docker.io/library/golang:1.17.5-bullseye
14:21:42 [2021-12-21T14:21:42.927Z] #10 sha256:0e7b6fdd2d0311397aafb0bf13a2724c20781f24285b8b72788466fb5f6df2c7
14:21:43 [2021-12-21T14:21:43.221Z] #54 44.56 debconf: delaying package configuration, since apt-utils is not installed
14:21:43 [2021-12-21T14:21:43.221Z] #54 44.80 Fetched 2292 kB in 4s (514 kB/s)
14:21:43 [2021-12-21T14:21:43.481Z] #54 44.93 Selecting previously unselected package libprotobuf23:amd64.
14:21:43 [2021-12-21T14:21:43.482Z] #54 44.93 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:21:43 [2021-12-21T14:21:43.482Z] #54 45.07 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
14:21:43 [2021-12-21T14:21:43.482Z] #54 45.09 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
14:21:43 [2021-12-21T14:21:43.516Z] #24 ...
14:21:43 [2021-12-21T14:21:43.516Z] 
14:21:43 [2021-12-21T14:21:43.516Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
14:21:43 [2021-12-21T14:21:43.516Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
14:21:43 [2021-12-21T14:21:43.516Z] #45 DONE 0.0s
14:21:43 [2021-12-21T14:21:43.516Z] 
14:21:43 [2021-12-21T14:21:43.516Z] #24 [internal] load build context
14:21:43 [2021-12-21T14:21:43.516Z] #24 sha256:25ca3f17d14d2a683a2bb68b78f4e5062dedc5edbaa3bb86598f31cfcd95639b
14:21:43 [2021-12-21T14:21:43.516Z] #24 transferring context: 3.72MB 1.0s
14:21:43 [2021-12-21T14:21:43.871Z] #10 DONE 1.1s
14:21:43 [2021-12-21T14:21:43.871Z] 
14:21:43 [2021-12-21T14:21:43.871Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:21:43 [2021-12-21T14:21:43.871Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
14:21:43 [2021-12-21T14:21:43.871Z] #9 DONE 1.1s
14:21:43 [2021-12-21T14:21:43.872Z] 
14:21:43 [2021-12-21T14:21:43.872Z] #7 [internal] load metadata for docker.io/library/debian:bullseye
14:21:43 [2021-12-21T14:21:43.872Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
14:21:43 [2021-12-21T14:21:43.872Z] #7 DONE 1.1s
14:21:43 [2021-12-21T14:21:43.872Z] 
14:21:43 [2021-12-21T14:21:43.872Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:21:43 [2021-12-21T14:21:43.872Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
14:21:43 [2021-12-21T14:21:43.872Z] #8 DONE 1.1s
14:21:43 [2021-12-21T14:21:43.909Z] Client: Docker Engine - Community
14:21:43 [2021-12-21T14:21:43.909Z]  Version:           20.10.10-rc1
14:21:43 [2021-12-21T14:21:43.909Z]  API version:       1.41
14:21:43 [2021-12-21T14:21:43.909Z]  Go version:        go1.16.9
14:21:43 [2021-12-21T14:21:43.909Z]  Git commit:        b485636
14:21:43 [2021-12-21T14:21:43.909Z]  Built:             Mon Oct 18 15:21:14 2021
14:21:43 [2021-12-21T14:21:43.909Z]  OS/Arch:           linux/arm64
14:21:43 [2021-12-21T14:21:43.909Z]  Context:           default
14:21:43 [2021-12-21T14:21:43.909Z]  Experimental:      true
14:21:43 [2021-12-21T14:21:43.909Z] 
14:21:43 [2021-12-21T14:21:43.909Z] Server: Docker Engine - Community
14:21:43 [2021-12-21T14:21:43.909Z]  Engine:
14:21:43 [2021-12-21T14:21:43.909Z]   Version:          20.10.10-rc1
14:21:43 [2021-12-21T14:21:43.909Z]   API version:      1.41 (minimum version 1.12)
14:21:43 [2021-12-21T14:21:43.909Z]   Go version:       go1.16.9
14:21:43 [2021-12-21T14:21:43.909Z]   Git commit:       9f5b26f
14:21:43 [2021-12-21T14:21:43.909Z]   Built:            Mon Oct 18 15:19:46 2021
14:21:43 [2021-12-21T14:21:43.909Z]   OS/Arch:          linux/arm64
14:21:43 [2021-12-21T14:21:43.909Z]   Experimental:     true
14:21:43 [2021-12-21T14:21:43.909Z]  containerd:
14:21:43 [2021-12-21T14:21:43.909Z]   Version:          1.4.11
14:21:43 [2021-12-21T14:21:43.909Z]   GitCommit:        5b46e404f6b9f661a205e28d59c982d3634148f8
14:21:43 [2021-12-21T14:21:43.909Z]  runc:
14:21:43 [2021-12-21T14:21:43.909Z]   Version:          1.0.2
14:21:43 [2021-12-21T14:21:43.909Z]   GitCommit:        v1.0.2-0-g52b36a2
14:21:43 [2021-12-21T14:21:43.909Z]  docker-init:
14:21:43 [2021-12-21T14:21:43.909Z]   Version:          0.19.0
14:21:43 [2021-12-21T14:21:43.909Z]   GitCommit:        de40ad0
[Pipeline] sh
14:21:44 [2021-12-21T14:21:44.216Z] + docker info
14:21:44 [2021-12-21T14:21:44.423Z] #54 45.95 Selecting previously unselected package python3-pkg-resources.
14:21:44 [2021-12-21T14:21:44.423Z] #54 45.95 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
14:21:44 [2021-12-21T14:21:44.423Z] #54 45.96 Unpacking python3-pkg-resources (52.0.0-4) ...
14:21:44 [2021-12-21T14:21:44.683Z] #54 46.20 Selecting previously unselected package python3-six.
14:21:44 [2021-12-21T14:21:44.683Z] #54 46.21 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
14:21:44 [2021-12-21T14:21:44.683Z] #54 46.21 Unpacking python3-six (1.16.0-2) ...
14:21:44 [2021-12-21T14:21:44.944Z] #54 46.33 Selecting previously unselected package python3-protobuf.
14:21:44 [2021-12-21T14:21:44.944Z] #54 46.33 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
14:21:44 [2021-12-21T14:21:44.944Z] #54 46.34 Unpacking python3-protobuf (3.12.4-1) ...
14:21:45 [2021-12-21T14:21:45.272Z] 
14:21:45 [2021-12-21T14:21:45.272Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:45 [2021-12-21T14:21:45.272Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:21:45 [2021-12-21T14:21:45.272Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
14:21:45 [2021-12-21T14:21:45.272Z] #69 DONE 0.1s
14:21:45 [2021-12-21T14:21:45.272Z] 
14:21:45 [2021-12-21T14:21:45.272Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:21:45 [2021-12-21T14:21:45.272Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:21:45 [2021-12-21T14:21:45.272Z] #28 resolve docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d 0.1s done
14:21:45 [2021-12-21T14:21:45.272Z] #28 sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d 1.85kB / 1.85kB done
14:21:45 [2021-12-21T14:21:45.272Z] #28 sha256:a4c378901a2ba14fd331e96a49101556e91ed592d5fd68ba7405fdbf9b969e61 529B / 529B done
14:21:45 [2021-12-21T14:21:45.272Z] #28 sha256:6f4986d78878699c680b97e3d7a2fd131bf4def477f1abad9a9edcb5d99cda3c 1.46kB / 1.46kB done
14:21:45 [2021-12-21T14:21:45.272Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 3.15MB / 54.92MB 0.2s
14:21:45 [2021-12-21T14:21:45.464Z] #54 46.88 Selecting previously unselected package libnet1:amd64.
14:21:45 [2021-12-21T14:21:45.464Z] #54 46.89 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:21:45 [2021-12-21T14:21:45.464Z] #54 46.90 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:21:45 [2021-12-21T14:21:45.464Z] #54 47.08 Selecting previously unselected package libnl-3-200:amd64.
14:21:45 [2021-12-21T14:21:45.464Z] #54 47.08 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
14:21:45 [2021-12-21T14:21:45.464Z] #54 47.09 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
14:21:45 [2021-12-21T14:21:45.534Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 11.50MB / 54.92MB 0.3s
14:21:45 [2021-12-21T14:21:45.725Z] #54 47.20 Selecting previously unselected package libprotobuf-c1:amd64.
14:21:45 [2021-12-21T14:21:45.725Z] #54 47.22 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
14:21:45 [2021-12-21T14:21:45.725Z] #54 47.22 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:21:45 [2021-12-21T14:21:45.798Z] #28 ...
14:21:45 [2021-12-21T14:21:45.798Z] 
14:21:45 [2021-12-21T14:21:45.798Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
14:21:45 [2021-12-21T14:21:45.798Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
14:21:45 [2021-12-21T14:21:45.798Z] #45 DONE 0.0s
14:21:45 [2021-12-21T14:21:45.798Z] 
14:21:45 [2021-12-21T14:21:45.798Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:21:45 [2021-12-21T14:21:45.798Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:21:45 [2021-12-21T14:21:45.798Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 22.88MB / 54.92MB 0.5s
14:21:45 [2021-12-21T14:21:45.798Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 29.36MB / 54.92MB 0.6s
14:21:45 [2021-12-21T14:21:45.986Z] #54 47.35 Selecting previously unselected package criu.
14:21:45 [2021-12-21T14:21:45.986Z] #54 47.35 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ...
14:21:45 [2021-12-21T14:21:45.986Z] #54 47.36 Unpacking criu (3.16.1-3) ...
14:21:46 [2021-12-21T14:21:46.061Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 37.75MB / 54.92MB 0.8s
14:21:46 [2021-12-21T14:21:46.061Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 43.02MB / 54.92MB 0.9s
14:21:46 [2021-12-21T14:21:46.320Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 53.48MB / 54.92MB 1.1s
14:21:46 [2021-12-21T14:21:46.894Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 54.92MB / 54.92MB 1.6s done
14:21:46 [2021-12-21T14:21:46.928Z] #54 48.35 Setting up python3-pkg-resources (52.0.0-4) ...
14:21:47 [2021-12-21T14:21:47.154Z] #28 extracting sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3
14:21:48 [2021-12-21T14:21:48.792Z] #24 transferring context: 58.38MB 5.9s done
14:21:48 [2021-12-21T14:21:48.841Z] #54 50.29 Setting up libprotobuf23:amd64 (3.12.4-1) ...
14:21:48 [2021-12-21T14:21:48.841Z] #54 50.30 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:21:48 [2021-12-21T14:21:48.841Z] #54 50.31 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:21:48 [2021-12-21T14:21:48.841Z] #54 50.34 Setting up python3-six (1.16.0-2) ...
14:21:49 [2021-12-21T14:21:49.361Z] #24 ...
14:21:49 [2021-12-21T14:21:49.361Z] 
14:21:49 [2021-12-21T14:21:49.361Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:21:49 [2021-12-21T14:21:49.361Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:21:49 [2021-12-21T14:21:49.361Z] #11 resolve docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6 0.1s done
14:21:49 [2021-12-21T14:21:49.361Z] #11 sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6 1.86kB / 1.86kB done
14:21:49 [2021-12-21T14:21:49.361Z] #11 sha256:d860e175278037ee2429fecb1150bf10635ff4488c5a6faf695b169bf2c0868f 1.80kB / 1.80kB done
14:21:49 [2021-12-21T14:21:49.361Z] #11 sha256:37eabbc422cd87d1d6f7d02fc132605c22a5ef03ca0ec8c83f3dc51101dbbdb9 7.07kB / 7.07kB done
14:21:49 [2021-12-21T14:21:49.361Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 54.93MB / 54.93MB 1.8s done
14:21:49 [2021-12-21T14:21:49.361Z] #11 sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 5.15MB / 5.15MB 1.9s done
14:21:49 [2021-12-21T14:21:49.361Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 10.87MB / 10.87MB 2.1s done
14:21:49 [2021-12-21T14:21:49.361Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 85.77MB / 85.77MB 5.0s done
14:21:49 [2021-12-21T14:21:49.361Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 134.81MB / 134.81MB 6.4s
14:21:49 [2021-12-21T14:21:49.361Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 54.57MB / 54.57MB 5.5s done
14:21:49 [2021-12-21T14:21:49.361Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 4.3s
14:21:49 [2021-12-21T14:21:49.361Z] #11 sha256:8dc73180a07b32d19a6e968d749075d14466adf6cc4cc34736c39fa9fa1b4ae0 156B / 156B 5.5s done
14:21:49 [2021-12-21T14:21:49.929Z] #11 ...
14:21:49 [2021-12-21T14:21:49.929Z] 
14:21:49 [2021-12-21T14:21:49.929Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:49 [2021-12-21T14:21:49.929Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
14:21:49 [2021-12-21T14:21:49.929Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
14:21:49 [2021-12-21T14:21:49.929Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:21:49 [2021-12-21T14:21:49.929Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
14:21:49 [2021-12-21T14:21:49.929Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
14:21:49 [2021-12-21T14:21:49.929Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.9s done
14:21:49 [2021-12-21T14:21:49.929Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.6s done
14:21:49 [2021-12-21T14:21:49.929Z] #67 DONE 7.2s
14:21:49 [2021-12-21T14:21:49.929Z] 
14:21:49 [2021-12-21T14:21:49.929Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:21:49 [2021-12-21T14:21:49.929Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:21:49 [2021-12-21T14:21:49.929Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 134.81MB / 134.81MB 6.8s done
14:21:49 [2021-12-21T14:21:49.929Z] #11 ...
14:21:49 [2021-12-21T14:21:49.929Z] 
14:21:49 [2021-12-21T14:21:49.929Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:49 [2021-12-21T14:21:49.929Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:21:49 [2021-12-21T14:21:49.929Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
14:21:49 [2021-12-21T14:21:49.929Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:21:49 [2021-12-21T14:21:49.929Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
14:21:49 [2021-12-21T14:21:49.929Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
14:21:49 [2021-12-21T14:21:49.929Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.1s done
14:21:49 [2021-12-21T14:21:49.929Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.1s done
14:21:49 [2021-12-21T14:21:49.929Z] #69 ...
14:21:49 [2021-12-21T14:21:49.929Z] 
14:21:49 [2021-12-21T14:21:49.929Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:21:49 [2021-12-21T14:21:49.929Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:21:50 [2021-12-21T14:21:50.226Z] #54 51.66 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
14:21:50 [2021-12-21T14:21:50.226Z] #54 51.70 Setting up python3-protobuf (3.12.4-1) ...
14:21:50 [2021-12-21T14:21:50.497Z] #11 ...
14:21:50 [2021-12-21T14:21:50.497Z] 
14:21:50 [2021-12-21T14:21:50.497Z] #24 [internal] load build context
14:21:50 [2021-12-21T14:21:50.497Z] #24 sha256:25ca3f17d14d2a683a2bb68b78f4e5062dedc5edbaa3bb86598f31cfcd95639b
14:21:50 [2021-12-21T14:21:50.497Z] #24 DONE 7.7s
14:21:50 [2021-12-21T14:21:50.497Z] 
14:21:50 [2021-12-21T14:21:50.497Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:50 [2021-12-21T14:21:50.497Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:21:50 [2021-12-21T14:21:50.497Z] #69 DONE 7.7s
14:21:50 [2021-12-21T14:21:50.497Z] 
14:21:50 [2021-12-21T14:21:50.497Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:21:50 [2021-12-21T14:21:50.497Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:21:51 [2021-12-21T14:21:51.358Z] #28 ...
14:21:51 [2021-12-21T14:21:51.358Z] 
14:21:51 [2021-12-21T14:21:51.358Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:21:51 [2021-12-21T14:21:51.358Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:21:51 [2021-12-21T14:21:51.358Z] #11 resolve docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6 0.1s done
14:21:51 [2021-12-21T14:21:51.358Z] #11 sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6 1.86kB / 1.86kB done
14:21:51 [2021-12-21T14:21:51.358Z] #11 sha256:d860e175278037ee2429fecb1150bf10635ff4488c5a6faf695b169bf2c0868f 1.80kB / 1.80kB done
14:21:51 [2021-12-21T14:21:51.358Z] #11 sha256:37eabbc422cd87d1d6f7d02fc132605c22a5ef03ca0ec8c83f3dc51101dbbdb9 7.07kB / 7.07kB done
14:21:51 [2021-12-21T14:21:51.358Z] #11 sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 5.15MB / 5.15MB 0.6s done
14:21:51 [2021-12-21T14:21:51.358Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 54.93MB / 54.93MB 2.0s done
14:21:51 [2021-12-21T14:21:51.358Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 10.87MB / 10.87MB 1.5s done
14:21:51 [2021-12-21T14:21:51.358Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 85.77MB / 85.77MB 4.9s done
14:21:51 [2021-12-21T14:21:51.358Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 54.57MB / 54.57MB 4.0s done
14:21:51 [2021-12-21T14:21:51.358Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 134.81MB / 134.81MB 6.1s
14:21:51 [2021-12-21T14:21:51.358Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 3.7s
14:21:51 [2021-12-21T14:21:51.358Z] #11 sha256:8dc73180a07b32d19a6e968d749075d14466adf6cc4cc34736c39fa9fa1b4ae0 156B / 156B 5.0s done
14:21:51 [2021-12-21T14:21:51.926Z] #11 ...
14:21:51 [2021-12-21T14:21:51.926Z] 
14:21:51 [2021-12-21T14:21:51.926Z] #24 [internal] load build context
14:21:51 [2021-12-21T14:21:51.926Z] #24 sha256:2878205f4492564664049c4bbaf9e8491f3a7b3739655fa73abe1cbeb5d8d902
14:21:51 [2021-12-21T14:21:51.926Z] #24 transferring context: 58.38MB 6.2s done
14:21:51 [2021-12-21T14:21:51.926Z] #24 DONE 7.0s
14:21:51 [2021-12-21T14:21:51.926Z] 
14:21:51 [2021-12-21T14:21:51.926Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:21:51 [2021-12-21T14:21:51.926Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:21:51 [2021-12-21T14:21:51.926Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 134.81MB / 134.81MB 6.7s done
14:21:51 [2021-12-21T14:21:51.926Z] #11 ...
14:21:51 [2021-12-21T14:21:51.926Z] 
14:21:51 [2021-12-21T14:21:51.926Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:21:51 [2021-12-21T14:21:51.926Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:21:52 [2021-12-21T14:21:52.184Z] #28 extracting sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 5.1s
14:21:53 [2021-12-21T14:21:53.060Z] #11 ...
14:21:53 [2021-12-21T14:21:53.060Z] 
14:21:53 [2021-12-21T14:21:53.060Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:21:53 [2021-12-21T14:21:53.060Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:21:53 [2021-12-21T14:21:53.060Z] #28 resolve docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d 0.1s done
14:21:53 [2021-12-21T14:21:53.060Z] #28 sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d 1.85kB / 1.85kB done
14:21:53 [2021-12-21T14:21:53.061Z] #28 sha256:a4c378901a2ba14fd331e96a49101556e91ed592d5fd68ba7405fdbf9b969e61 529B / 529B done
14:21:53 [2021-12-21T14:21:53.061Z] #28 sha256:6f4986d78878699c680b97e3d7a2fd131bf4def477f1abad9a9edcb5d99cda3c 1.46kB / 1.46kB done
14:21:53 [2021-12-21T14:21:53.061Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 54.92MB / 54.92MB 7.3s
14:21:53 [2021-12-21T14:21:53.061Z] #28 extracting sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 1.9s
14:21:53 [2021-12-21T14:21:53.061Z] #28 ...
14:21:53 [2021-12-21T14:21:53.061Z] 
14:21:53 [2021-12-21T14:21:53.061Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:21:53 [2021-12-21T14:21:53.061Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:21:53 [2021-12-21T14:21:53.996Z] #11 ...
14:21:53 [2021-12-21T14:21:53.996Z] 
14:21:53 [2021-12-21T14:21:53.996Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
14:21:53 [2021-12-21T14:21:53.996Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
14:21:53 [2021-12-21T14:21:53.996Z] #68 DONE 0.7s
14:21:53 [2021-12-21T14:21:53.996Z] 
14:21:53 [2021-12-21T14:21:53.996Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:21:53 [2021-12-21T14:21:53.996Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:21:54 [2021-12-21T14:21:54.428Z] #54 ...
14:21:54 [2021-12-21T14:21:54.428Z] 
14:21:54 [2021-12-21T14:21:54.428Z] #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
14:21:54 [2021-12-21T14:21:54.428Z] #41 sha256:c0519c19fbf7c93514d7a6102815dd09ddf688b9f5468088005b4c292cacdf92
14:21:54 [2021-12-21T14:21:54.428Z] #41 45.93 Updating files:  92% (1403/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.
14:21:54 [2021-12-21T14:21:54.428Z] #41 46.22 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
14:21:54 [2021-12-21T14:21:54.428Z] #41 46.56 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:21:54 [2021-12-21T14:21:54.935Z] #28 ...
14:21:54 [2021-12-21T14:21:54.935Z] 
14:21:54 [2021-12-21T14:21:54.935Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
14:21:54 [2021-12-21T14:21:54.935Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
14:21:54 [2021-12-21T14:21:54.935Z] #70 DONE 1.0s
14:21:54 [2021-12-21T14:21:54.935Z] 
14:21:54 [2021-12-21T14:21:54.935Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:21:54 [2021-12-21T14:21:54.935Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:21:54 [2021-12-21T14:21:54.998Z] #41 ...
14:21:54 [2021-12-21T14:21:54.998Z] 
14:21:54 [2021-12-21T14:21:54.998Z] #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
14:21:54 [2021-12-21T14:21:54.998Z] #54 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:21:54 [2021-12-21T14:21:54.998Z] #54 56.59 Setting up criu (3.16.1-3) ...
14:21:55 [2021-12-21T14:21:55.473Z] #28 ...
14:21:55 [2021-12-21T14:21:55.473Z] 
14:21:55 [2021-12-21T14:21:55.473Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:55 [2021-12-21T14:21:55.473Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
14:21:55 [2021-12-21T14:21:55.473Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
14:21:55 [2021-12-21T14:21:55.473Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:21:55 [2021-12-21T14:21:55.473Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
14:21:55 [2021-12-21T14:21:55.473Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
14:21:55 [2021-12-21T14:21:55.473Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 6.7s done
14:21:55 [2021-12-21T14:21:55.473Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.8s done
14:21:55 [2021-12-21T14:21:55.473Z] #67 DONE 10.0s
14:21:55 [2021-12-21T14:21:55.473Z] 
14:21:55 [2021-12-21T14:21:55.473Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:21:55 [2021-12-21T14:21:55.473Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:21:55 [2021-12-21T14:21:55.473Z] #28 ...
14:21:55 [2021-12-21T14:21:55.473Z] 
14:21:55 [2021-12-21T14:21:55.473Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:55 [2021-12-21T14:21:55.473Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:21:55 [2021-12-21T14:21:55.473Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:21:55 [2021-12-21T14:21:55.473Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
14:21:55 [2021-12-21T14:21:55.473Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
14:21:55 [2021-12-21T14:21:55.473Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.9s done
14:21:55 [2021-12-21T14:21:55.473Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.0s
14:21:55 [2021-12-21T14:21:55.473Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.0s done
14:21:55 [2021-12-21T14:21:55.473Z] #69 ...
14:21:55 [2021-12-21T14:21:55.473Z] 
14:21:55 [2021-12-21T14:21:55.473Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:21:55 [2021-12-21T14:21:55.473Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:21:55 [2021-12-21T14:21:55.736Z] #28 ...
14:21:55 [2021-12-21T14:21:55.736Z] 
14:21:55 [2021-12-21T14:21:55.736Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:21:55 [2021-12-21T14:21:55.736Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:21:55 [2021-12-21T14:21:55.736Z] #69 DONE 10.5s
14:21:55 [2021-12-21T14:21:55.995Z] 
14:21:55 [2021-12-21T14:21:55.995Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:21:55 [2021-12-21T14:21:55.995Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:21:57 [2021-12-21T14:21:57.377Z] #28 extracting sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 10.1s
14:21:58 [2021-12-21T14:21:58.219Z] #28 extracting sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 7.0s
14:21:58 [2021-12-21T14:21:58.296Z] #54 59.25 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:21:58 [2021-12-21T14:21:58.296Z] #54 DONE 59.7s
14:21:58 [2021-12-21T14:21:58.296Z] 
14:21:58 [2021-12-21T14:21:58.296Z] #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
14:21:58 [2021-12-21T14:21:58.296Z] #50 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:21:58 [2021-12-21T14:21:58.314Z] #28 ...
14:21:58 [2021-12-21T14:21:58.314Z] 
14:21:58 [2021-12-21T14:21:58.314Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
14:21:58 [2021-12-21T14:21:58.314Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
14:21:58 [2021-12-21T14:21:58.314Z] #68 DONE 0.7s
14:21:58 [2021-12-21T14:21:58.314Z] 
14:21:58 [2021-12-21T14:21:58.314Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:21:58 [2021-12-21T14:21:58.314Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:21:58 [2021-12-21T14:21:58.314Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 10.4s
14:21:59 [2021-12-21T14:21:59.065Z] Client:
14:21:59 [2021-12-21T14:21:59.065Z]  Context:    default
14:21:59 [2021-12-21T14:21:59.065Z]  Debug Mode: false
14:21:59 [2021-12-21T14:21:59.065Z]  Plugins:
14:21:59 [2021-12-21T14:21:59.065Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
14:21:59 [2021-12-21T14:21:59.065Z]   buildx: Build with BuildKit (Docker Inc., v0.6.3-docker)
14:21:59 [2021-12-21T14:21:59.065Z] 
14:21:59 [2021-12-21T14:21:59.065Z] Server:
14:21:59 [2021-12-21T14:21:59.065Z]  Containers: 0
14:21:59 [2021-12-21T14:21:59.065Z]   Running: 0
14:21:59 [2021-12-21T14:21:59.065Z]   Paused: 0
14:21:59 [2021-12-21T14:21:59.065Z]   Stopped: 0
14:21:59 [2021-12-21T14:21:59.065Z]  Images: 0
14:21:59 [2021-12-21T14:21:59.065Z]  Server Version: 20.10.10-rc1
14:21:59 [2021-12-21T14:21:59.065Z]  Storage Driver: overlay2
14:21:59 [2021-12-21T14:21:59.065Z]   Backing Filesystem: extfs
14:21:59 [2021-12-21T14:21:59.065Z]   Supports d_type: true
14:21:59 [2021-12-21T14:21:59.065Z]   Native Overlay Diff: true
14:21:59 [2021-12-21T14:21:59.065Z]   userxattr: false
14:21:59 [2021-12-21T14:21:59.065Z]  Logging Driver: json-file
14:21:59 [2021-12-21T14:21:59.065Z]  Cgroup Driver: cgroupfs
14:21:59 [2021-12-21T14:21:59.065Z]  Cgroup Version: 1
14:21:59 [2021-12-21T14:21:59.065Z]  Plugins:
14:21:59 [2021-12-21T14:21:59.065Z]   Volume: local
14:21:59 [2021-12-21T14:21:59.065Z]   Network: bridge host ipvlan macvlan null overlay
14:21:59 [2021-12-21T14:21:59.065Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:21:59 [2021-12-21T14:21:59.065Z]  Swarm: inactive
14:21:59 [2021-12-21T14:21:59.065Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
14:21:59 [2021-12-21T14:21:59.065Z]  Default Runtime: runc
14:21:59 [2021-12-21T14:21:59.065Z]  Init Binary: docker-init
14:21:59 [2021-12-21T14:21:59.065Z]  containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8
14:21:59 [2021-12-21T14:21:59.065Z]  runc version: v1.0.2-0-g52b36a2
14:21:59 [2021-12-21T14:21:59.065Z]  init version: de40ad0
14:21:59 [2021-12-21T14:21:59.065Z]  Security Options:
14:21:59 [2021-12-21T14:21:59.065Z]   apparmor
14:21:59 [2021-12-21T14:21:59.065Z]   seccomp
14:21:59 [2021-12-21T14:21:59.065Z]    Profile: default
14:21:59 [2021-12-21T14:21:59.065Z]  Kernel Version: 5.11.0-1020-aws
14:21:59 [2021-12-21T14:21:59.065Z]  Operating System: Ubuntu 20.04.3 LTS
14:21:59 [2021-12-21T14:21:59.065Z]  OSType: linux
14:21:59 [2021-12-21T14:21:59.065Z]  Architecture: aarch64
14:21:59 [2021-12-21T14:21:59.065Z]  CPUs: 2
14:21:59 [2021-12-21T14:21:59.065Z]  Total Memory: 7.582GiB
14:21:59 [2021-12-21T14:21:59.065Z]  Name: ip-10-100-69-169
14:21:59 [2021-12-21T14:21:59.065Z]  ID: 2QJQ:GFB4:R5EH:OJUD:6QSX:VWJY:GI53:DJTV:GPSZ:ID5L:T7WP:MQDN
14:21:59 [2021-12-21T14:21:59.065Z]  Docker Root Dir: /var/lib/docker
14:21:59 [2021-12-21T14:21:59.065Z]  Debug Mode: false
14:21:59 [2021-12-21T14:21:59.065Z]  Registry: https://index.docker.io/v1/
14:21:59 [2021-12-21T14:21:59.065Z]  Labels:
14:21:59 [2021-12-21T14:21:59.065Z]  Experimental: true
14:21:59 [2021-12-21T14:21:59.065Z]  Insecure Registries:
14:21:59 [2021-12-21T14:21:59.065Z]   127.0.0.0/8
14:21:59 [2021-12-21T14:21:59.065Z]  Live Restore Enabled: true
14:21:59 [2021-12-21T14:21:59.065Z] 
[Pipeline] sh
14:21:59 [2021-12-21T14:21:59.154Z] #28 extracting sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 8.6s done
14:21:59 [2021-12-21T14:21:59.248Z] #11 ...
14:21:59 [2021-12-21T14:21:59.248Z] 
14:21:59 [2021-12-21T14:21:59.248Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
14:21:59 [2021-12-21T14:21:59.248Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
14:21:59 [2021-12-21T14:21:59.248Z] #70 DONE 1.0s
14:21:59 [2021-12-21T14:21:59.248Z] 
14:21:59 [2021-12-21T14:21:59.248Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:21:59 [2021-12-21T14:21:59.248Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:21:59 [2021-12-21T14:21:59.348Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
14:21:59 [2021-12-21T14:21:59.348Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
14:21:59 [2021-12-21T14:21:59.348Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43075/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
14:21:59 [2021-12-21T14:21:59.348Z] + bash /home/ubuntu/workspace/moby_PR-43075/check-config.sh
14:21:59 [2021-12-21T14:21:59.348Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
14:21:59 [2021-12-21T14:21:59.348Z] info: reading kernel config from /boot/config-5.11.0-1020-aws ...
14:21:59 [2021-12-21T14:21:59.348Z] 
14:21:59 [2021-12-21T14:21:59.348Z] Generally Necessary:
14:21:59 [2021-12-21T14:21:59.348Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
14:21:59 [2021-12-21T14:21:59.348Z] - apparmor: enabled and tools installed
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_NAMESPACES: enabled
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_NET_NS: enabled
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_PID_NS: enabled
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_IPC_NS: enabled
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_UTS_NS: enabled
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_CGROUPS: enabled
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_CGROUP_CPUACCT: enabled
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_CGROUP_DEVICE: enabled
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_CGROUP_FREEZER: enabled
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_CGROUP_SCHED: enabled
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_CPUSETS: enabled
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_MEMCG: enabled
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_KEYS: enabled
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_VETH: enabled (as module)
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_BRIDGE: enabled (as module)
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_IP_NF_FILTER: enabled (as module)
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
14:21:59 [2021-12-21T14:21:59.348Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
14:21:59 [2021-12-21T14:21:59.414Z] #28 DONE 16.7s
14:21:59 [2021-12-21T14:21:59.414Z] 
14:21:59 [2021-12-21T14:21:59.414Z] #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
14:21:59 [2021-12-21T14:21:59.414Z] #29 sha256:39bcb803db3fb62875203216ca39406b318edba942ba3bef5bd533f59ce21ed1
14:21:59 [2021-12-21T14:21:59.506Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 12.0s done
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_IP_NF_NAT: enabled (as module)
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_NF_NAT: enabled (as module)
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_POSIX_MQUEUE: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_CGROUP_BPF: enabled
14:21:59 [2021-12-21T14:21:59.608Z] 
14:21:59 [2021-12-21T14:21:59.608Z] Optional Features:
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_USER_NS: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_SECCOMP: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_SECCOMP_FILTER: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_CGROUP_PIDS: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_MEMCG_SWAP: enabled
14:21:59 [2021-12-21T14:21:59.608Z]     (cgroup swap accounting is currently enabled)
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_BLK_CGROUP: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_BLK_DEV_THROTTLING: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_CGROUP_PERF: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_CGROUP_HUGETLB: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_CGROUP_NET_PRIO: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_CFS_BANDWIDTH: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_FAIR_GROUP_SCHED: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_RT_GROUP_SCHED: missing
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_IP_VS: enabled (as module)
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_IP_VS_NFCT: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_IP_VS_PROTO_TCP: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_IP_VS_PROTO_UDP: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_IP_VS_RR: enabled (as module)
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_SECURITY_SELINUX: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_SECURITY_APPARMOR: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_EXT4_FS: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - CONFIG_EXT4_FS_SECURITY: enabled
14:21:59 [2021-12-21T14:21:59.608Z] - Network Drivers:
14:21:59 [2021-12-21T14:21:59.608Z]   - "overlay":
14:21:59 [2021-12-21T14:21:59.608Z]     - CONFIG_VXLAN: enabled (as module)
14:21:59 [2021-12-21T14:21:59.608Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
14:21:59 [2021-12-21T14:21:59.608Z]       Optional (for encrypted networks):
14:21:59 [2021-12-21T14:21:59.608Z]       - CONFIG_CRYPTO: enabled
14:21:59 [2021-12-21T14:21:59.608Z]       - CONFIG_CRYPTO_AEAD: enabled
14:21:59 [2021-12-21T14:21:59.608Z]       - CONFIG_CRYPTO_GCM: enabled
14:21:59 [2021-12-21T14:21:59.608Z]       - CONFIG_CRYPTO_SEQIV: enabled
14:21:59 [2021-12-21T14:21:59.608Z]       - CONFIG_CRYPTO_GHASH: enabled
14:21:59 [2021-12-21T14:21:59.608Z]       - CONFIG_XFRM: enabled
14:21:59 [2021-12-21T14:21:59.608Z]       - CONFIG_XFRM_USER: enabled (as module)
14:21:59 [2021-12-21T14:21:59.608Z]       - CONFIG_XFRM_ALGO: enabled (as module)
14:21:59 [2021-12-21T14:21:59.608Z]       - CONFIG_INET_ESP: enabled (as module)
14:21:59 [2021-12-21T14:21:59.608Z]   - "ipvlan":
14:21:59 [2021-12-21T14:21:59.608Z]     - CONFIG_IPVLAN: enabled (as module)
14:21:59 [2021-12-21T14:21:59.608Z]   - "macvlan":
14:21:59 [2021-12-21T14:21:59.608Z]     - CONFIG_MACVLAN: enabled (as module)
14:21:59 [2021-12-21T14:21:59.608Z]     - CONFIG_DUMMY: enabled (as module)
14:21:59 [2021-12-21T14:21:59.608Z]   - "ftp,tftp client in container":
14:21:59 [2021-12-21T14:21:59.865Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
14:21:59 [2021-12-21T14:21:59.865Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
14:21:59 [2021-12-21T14:21:59.865Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
14:21:59 [2021-12-21T14:21:59.865Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
14:21:59 [2021-12-21T14:21:59.865Z] - Storage Drivers:
14:21:59 [2021-12-21T14:21:59.865Z]   - "aufs":
14:21:59 [2021-12-21T14:21:59.865Z]     - CONFIG_AUFS_FS: missing
14:21:59 [2021-12-21T14:21:59.865Z]   - "btrfs":
14:21:59 [2021-12-21T14:21:59.865Z]     - CONFIG_BTRFS_FS: enabled (as module)
14:21:59 [2021-12-21T14:21:59.865Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
14:21:59 [2021-12-21T14:21:59.865Z]   - "devicemapper":
14:21:59 [2021-12-21T14:21:59.865Z]     - CONFIG_BLK_DEV_DM: enabled
14:21:59 [2021-12-21T14:21:59.865Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
14:21:59 [2021-12-21T14:21:59.865Z]   - "overlay":
14:21:59 [2021-12-21T14:21:59.865Z]     - CONFIG_OVERLAY_FS: enabled (as module)
14:21:59 [2021-12-21T14:21:59.865Z]   - "zfs":
14:21:59 [2021-12-21T14:21:59.865Z]     - /dev/zfs: present
14:21:59 [2021-12-21T14:21:59.865Z]     - zfs command: missing
14:21:59 [2021-12-21T14:21:59.865Z]     - zpool command: missing
14:21:59 [2021-12-21T14:21:59.865Z] 
14:21:59 [2021-12-21T14:21:59.865Z] Limits:
14:21:59 [2021-12-21T14:21:59.865Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
14:21:59 [2021-12-21T14:21:59.865Z] 
14:21:59 [2021-12-21T14:21:59.865Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
14:21:59 [2021-12-21T14:21:59.933Z] Client:
14:21:59 [2021-12-21T14:21:59.933Z]  Context:    default
14:21:59 [2021-12-21T14:21:59.933Z]  Debug Mode: false
14:21:59 [2021-12-21T14:21:59.933Z]  Plugins:
14:21:59 [2021-12-21T14:21:59.933Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
14:21:59 [2021-12-21T14:21:59.933Z]   buildx: Build with BuildKit (Docker Inc., v0.6.3-docker)
14:21:59 [2021-12-21T14:21:59.933Z]   compose: Docker Compose (Docker Inc., v2.0.1)
14:21:59 [2021-12-21T14:21:59.933Z]   scan: Docker Scan (Docker Inc., v0.8.0)
14:21:59 [2021-12-21T14:21:59.933Z] 
14:21:59 [2021-12-21T14:21:59.933Z] Server:
14:21:59 [2021-12-21T14:21:59.933Z]  Containers: 0
14:21:59 [2021-12-21T14:21:59.933Z]   Running: 0
14:21:59 [2021-12-21T14:21:59.933Z]   Paused: 0
14:21:59 [2021-12-21T14:21:59.933Z]   Stopped: 0
14:21:59 [2021-12-21T14:21:59.933Z]  Images: 0
14:21:59 [2021-12-21T14:21:59.933Z]  Server Version: 20.10.10-rc1
14:21:59 [2021-12-21T14:21:59.933Z]  Storage Driver: overlay2
14:21:59 [2021-12-21T14:21:59.933Z]   Backing Filesystem: extfs
14:21:59 [2021-12-21T14:21:59.933Z]   Supports d_type: true
14:21:59 [2021-12-21T14:21:59.933Z]   Native Overlay Diff: true
14:21:59 [2021-12-21T14:21:59.933Z]   userxattr: false
14:21:59 [2021-12-21T14:21:59.933Z]  Logging Driver: json-file
14:21:59 [2021-12-21T14:21:59.933Z]  Cgroup Driver: systemd
14:21:59 [2021-12-21T14:21:59.933Z]  Cgroup Version: 2
14:21:59 [2021-12-21T14:21:59.933Z]  Plugins:
14:21:59 [2021-12-21T14:21:59.933Z]   Volume: local
14:21:59 [2021-12-21T14:21:59.933Z]   Network: bridge host ipvlan macvlan null overlay
14:21:59 [2021-12-21T14:21:59.933Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
14:21:59 [2021-12-21T14:21:59.933Z]  Swarm: inactive
14:21:59 [2021-12-21T14:21:59.933Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
14:21:59 [2021-12-21T14:21:59.933Z]  Default Runtime: runc
14:21:59 [2021-12-21T14:21:59.933Z]  Init Binary: docker-init
14:21:59 [2021-12-21T14:21:59.933Z]  containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8
14:21:59 [2021-12-21T14:21:59.933Z]  runc version: v1.0.2-0-g52b36a2
14:21:59 [2021-12-21T14:21:59.933Z]  init version: de40ad0
14:21:59 [2021-12-21T14:21:59.933Z]  Security Options:
14:21:59 [2021-12-21T14:21:59.933Z]   apparmor
14:21:59 [2021-12-21T14:21:59.933Z]   seccomp
14:21:59 [2021-12-21T14:21:59.933Z]    Profile: default
14:21:59 [2021-12-21T14:21:59.933Z]   cgroupns
14:21:59 [2021-12-21T14:21:59.933Z]  Kernel Version: 5.11.0-1020-aws
14:21:59 [2021-12-21T14:21:59.933Z]  Operating System: Ubuntu 20.04.3 LTS
14:21:59 [2021-12-21T14:21:59.933Z]  OSType: linux
14:21:59 [2021-12-21T14:21:59.933Z]  Architecture: x86_64
14:21:59 [2021-12-21T14:21:59.933Z]  CPUs: 2
14:21:59 [2021-12-21T14:21:59.933Z]  Total Memory: 7.482GiB
14:21:59 [2021-12-21T14:21:59.933Z]  Name: ip-10-100-85-215
14:21:59 [2021-12-21T14:21:59.933Z]  ID: OBED:WFDB:UKZG:ZPKM:WQRJ:WS2Z:2JRM:ODNC:7HJV:6Z63:5KG3:MLVP
14:21:59 [2021-12-21T14:21:59.933Z]  Docker Root Dir: /var/lib/docker
14:21:59 [2021-12-21T14:21:59.933Z]  Debug Mode: false
14:21:59 [2021-12-21T14:21:59.933Z]  Registry: https://index.docker.io/v1/
14:21:59 [2021-12-21T14:21:59.933Z]  Labels:
14:21:59 [2021-12-21T14:21:59.933Z]  Experimental: true
14:21:59 [2021-12-21T14:21:59.933Z]  Insecure Registries:
14:21:59 [2021-12-21T14:21:59.933Z]   127.0.0.0/8
14:21:59 [2021-12-21T14:21:59.933Z]  Live Restore Enabled: true
14:21:59 [2021-12-21T14:21:59.933Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
14:22:00 [2021-12-21T14:22:00.074Z] #11 extracting sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2
14:22:00 [2021-12-21T14:22:00.210Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 .
14:22:00 [2021-12-21T14:22:00.210Z] #1 [internal] load build definition from Dockerfile
14:22:00 [2021-12-21T14:22:00.210Z] #1 sha256:a346d426c82e95c860356fa2c53d175da9cd8f5309ec8adf853ac1c9b86e0b43
14:22:00 [2021-12-21T14:22:00.210Z] #1 transferring dockerfile: 16.86kB done
14:22:00 [2021-12-21T14:22:00.210Z] #1 DONE 0.1s
14:22:00 [2021-12-21T14:22:00.210Z] 
14:22:00 [2021-12-21T14:22:00.210Z] #2 [internal] load .dockerignore
14:22:00 [2021-12-21T14:22:00.210Z] #2 sha256:dbfbd8194a7e93a625ebf9b9dbaedce953cd10e1ff835aca511922007d5b882f
14:22:00 [2021-12-21T14:22:00.210Z] #2 transferring context: 87B done
14:22:00 [2021-12-21T14:22:00.210Z] #2 DONE 0.1s
14:22:00 [2021-12-21T14:22:00.321Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 .
14:22:00 [2021-12-21T14:22:00.322Z] #2 [internal] load .dockerignore
14:22:00 [2021-12-21T14:22:00.322Z] #2 sha256:cac7da447bed23781ce11636184fead1fe4d29eb03b85dac0e158045f76afb99
14:22:00 [2021-12-21T14:22:00.333Z] #11 ...
14:22:00 [2021-12-21T14:22:00.333Z] 
14:22:00 [2021-12-21T14:22:00.333Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:22:00 [2021-12-21T14:22:00.333Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:22:00 [2021-12-21T14:22:00.333Z] #28 extracting sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 12.8s done
14:22:00 [2021-12-21T14:22:00.333Z] #28 DONE 15.0s
14:22:00 [2021-12-21T14:22:00.333Z] 
14:22:00 [2021-12-21T14:22:00.333Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:00 [2021-12-21T14:22:00.333Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:00 [2021-12-21T14:22:00.500Z] 
14:22:00 [2021-12-21T14:22:00.500Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
14:22:00 [2021-12-21T14:22:00.500Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a
14:22:00 [2021-12-21T14:22:00.578Z] #2 transferring context: 87B done
14:22:00 [2021-12-21T14:22:00.578Z] #2 DONE 0.1s
14:22:00 [2021-12-21T14:22:00.578Z] 
14:22:00 [2021-12-21T14:22:00.578Z] #1 [internal] load build definition from Dockerfile
14:22:00 [2021-12-21T14:22:00.578Z] #1 sha256:9ab7d95fc339927c4d3a04c4acfde7ad9792a4e7babbcc98e95805abe8e06da1
14:22:00 [2021-12-21T14:22:00.578Z] #1 transferring dockerfile: 16.86kB done
14:22:00 [2021-12-21T14:22:00.578Z] #1 DONE 0.2s
14:22:00 [2021-12-21T14:22:00.578Z] 
14:22:00 [2021-12-21T14:22:00.578Z] #3 resolve image config for docker.io/docker/dockerfile:1.3
14:22:00 [2021-12-21T14:22:00.578Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
14:22:00 [2021-12-21T14:22:00.837Z] #3 DONE 0.4s
14:22:00 [2021-12-21T14:22:00.837Z] 
14:22:00 [2021-12-21T14:22:00.837Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
14:22:00 [2021-12-21T14:22:00.837Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
14:22:00 [2021-12-21T14:22:00.837Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
14:22:01 [2021-12-21T14:22:01.063Z] #3 DONE 0.4s
14:22:01 [2021-12-21T14:22:01.063Z] 
14:22:01 [2021-12-21T14:22:01.063Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
14:22:01 [2021-12-21T14:22:01.063Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120
14:22:01 [2021-12-21T14:22:01.063Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
14:22:01 [2021-12-21T14:22:01.063Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
14:22:01 [2021-12-21T14:22:01.063Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done
14:22:01 [2021-12-21T14:22:01.063Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done
14:22:01 [2021-12-21T14:22:01.063Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0B / 9.06MB 0.2s
14:22:01 [2021-12-21T14:22:01.063Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 8.39MB / 9.06MB 0.3s
14:22:01 [2021-12-21T14:22:01.094Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
14:22:01 [2021-12-21T14:22:01.094Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
14:22:01 [2021-12-21T14:22:01.094Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
14:22:01 [2021-12-21T14:22:01.094Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
14:22:01 [2021-12-21T14:22:01.094Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done
14:22:01 [2021-12-21T14:22:01.270Z] #11 extracting sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 1.1s done
14:22:01 [2021-12-21T14:22:01.270Z] #11 extracting sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1
14:22:01 [2021-12-21T14:22:01.320Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.4s
14:22:01 [2021-12-21T14:22:01.320Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.5s done
14:22:01 [2021-12-21T14:22:01.352Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030
14:22:01 [2021-12-21T14:22:01.577Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c
14:22:01 [2021-12-21T14:22:01.609Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done
14:22:01 [2021-12-21T14:22:01.609Z] #4 DONE 0.7s
14:22:01 [2021-12-21T14:22:01.835Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done
14:22:01 [2021-12-21T14:22:01.835Z] #4 DONE 0.9s
14:22:01 [2021-12-21T14:22:01.869Z] 
14:22:01 [2021-12-21T14:22:01.869Z] #5 [internal] load build definition from Dockerfile
14:22:01 [2021-12-21T14:22:01.869Z] #5 sha256:032bb360d1ccd28d1e19fbe62ec3ef975495991a275ebfc919fa454309c46229
14:22:01 [2021-12-21T14:22:01.869Z] #5 DONE 0.0s
14:22:01 [2021-12-21T14:22:01.869Z] 
14:22:01 [2021-12-21T14:22:01.869Z] #6 [internal] load .dockerignore
14:22:01 [2021-12-21T14:22:01.869Z] #6 sha256:8926b298f45e1414eeb7f7dcdb7b60f4cbbed3715a4d28127d568135e2c597b9
14:22:01 [2021-12-21T14:22:01.869Z] #6 DONE 0.0s
14:22:01 [2021-12-21T14:22:01.869Z] 
14:22:01 [2021-12-21T14:22:01.869Z] #10 [internal] load metadata for docker.io/library/debian:bullseye
14:22:01 [2021-12-21T14:22:01.869Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
14:22:01 [2021-12-21T14:22:01.950Z] #29 2.408 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:01 [2021-12-21T14:22:01.950Z] #29 2.428 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
14:22:01 [2021-12-21T14:22:01.950Z] #29 2.428 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:02 [2021-12-21T14:22:02.092Z] 
14:22:02 [2021-12-21T14:22:02.092Z] #5 [internal] load .dockerignore
14:22:02 [2021-12-21T14:22:02.092Z] #5 sha256:d0f68e28cca19d259b5e07c6bb4938d9673a7e6dd999de3743bd3eb5590ad43f
14:22:02 [2021-12-21T14:22:02.092Z] #5 DONE 0.0s
14:22:02 [2021-12-21T14:22:02.092Z] 
14:22:02 [2021-12-21T14:22:02.092Z] #6 [internal] load build definition from Dockerfile
14:22:02 [2021-12-21T14:22:02.092Z] #6 sha256:60168c6df2affea81ff4c7c26d8adbea6b992e92b80d895c7420fa9e5c718f62
14:22:02 [2021-12-21T14:22:02.092Z] #6 DONE 0.0s
14:22:02 [2021-12-21T14:22:02.092Z] 
14:22:02 [2021-12-21T14:22:02.092Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:22:02 [2021-12-21T14:22:02.092Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
14:22:02 [2021-12-21T14:22:02.211Z] #29 2.616 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:22:02 [2021-12-21T14:22:02.211Z] #29 2.840 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:22:02 [2021-12-21T14:22:02.436Z] #10 ...
14:22:02 [2021-12-21T14:22:02.436Z] 
14:22:02 [2021-12-21T14:22:02.436Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:22:02 [2021-12-21T14:22:02.436Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
14:22:02 [2021-12-21T14:22:02.436Z] #8 DONE 0.7s
14:22:02 [2021-12-21T14:22:02.436Z] 
14:22:02 [2021-12-21T14:22:02.436Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:22:02 [2021-12-21T14:22:02.436Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
14:22:02 [2021-12-21T14:22:02.436Z] #9 DONE 0.8s
14:22:02 [2021-12-21T14:22:02.436Z] 
14:22:02 [2021-12-21T14:22:02.436Z] #7 [internal] load metadata for docker.io/library/golang:1.17.5-bullseye
14:22:02 [2021-12-21T14:22:02.436Z] #7 sha256:0e7b6fdd2d0311397aafb0bf13a2724c20781f24285b8b72788466fb5f6df2c7
14:22:02 [2021-12-21T14:22:02.470Z] #29 3.116 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:22:02 [2021-12-21T14:22:02.506Z] #50 ...
14:22:02 [2021-12-21T14:22:02.506Z] 
14:22:02 [2021-12-21T14:22:02.506Z] #56 [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
14:22:02 [2021-12-21T14:22:02.506Z] #56 sha256:bf1a249cd016a851b08f3693d41987d8ffde4c476600e61ccf78680f31850424
14:22:02 [2021-12-21T14:22:02.506Z] #56 64.31 gotestsum version dev
14:22:02 [2021-12-21T14:22:02.653Z] #11 extracting sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 1.2s done
14:22:02 [2021-12-21T14:22:02.692Z] #7 DONE 0.8s
14:22:02 [2021-12-21T14:22:02.692Z] 
14:22:02 [2021-12-21T14:22:02.692Z] #10 [internal] load metadata for docker.io/library/debian:bullseye
14:22:02 [2021-12-21T14:22:02.692Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
14:22:02 [2021-12-21T14:22:02.692Z] #10 DONE 0.8s
14:22:02 [2021-12-21T14:22:02.767Z] #56 DONE 64.7s
14:22:02 [2021-12-21T14:22:02.767Z] 
14:22:02 [2021-12-21T14:22:02.767Z] #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
14:22:02 [2021-12-21T14:22:02.767Z] #19 sha256:0ca987a5f6a5f555eb25e698e4c924baeb4cf79fc0303d5686c4022bb6867a46
14:22:02 [2021-12-21T14:22:02.952Z] 
14:22:02 [2021-12-21T14:22:02.952Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:22:02 [2021-12-21T14:22:02.952Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:22:02 [2021-12-21T14:22:02.952Z] #28 resolve docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d done
14:22:02 [2021-12-21T14:22:02.952Z] #28 sha256:a4c378901a2ba14fd331e96a49101556e91ed592d5fd68ba7405fdbf9b969e61 529B / 529B done
14:22:02 [2021-12-21T14:22:02.952Z] #28 sha256:6f4986d78878699c680b97e3d7a2fd131bf4def477f1abad9a9edcb5d99cda3c 1.46kB / 1.46kB done
14:22:02 [2021-12-21T14:22:02.952Z] #28 sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d 1.85kB / 1.85kB done
14:22:03 [2021-12-21T14:22:03.023Z] #10 DONE 1.0s
14:22:03 [2021-12-21T14:22:03.023Z] 
14:22:03 [2021-12-21T14:22:03.023Z] #9 [internal] load metadata for docker.io/library/debian:bullseye
14:22:03 [2021-12-21T14:22:03.023Z] #9 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9
14:22:03 [2021-12-21T14:22:03.023Z] #9 ...
14:22:03 [2021-12-21T14:22:03.023Z] 
14:22:03 [2021-12-21T14:22:03.023Z] #8 [internal] load metadata for docker.io/library/golang:1.17.5-bullseye
14:22:03 [2021-12-21T14:22:03.023Z] #8 sha256:cd533941805580089c8360f896348d930319d50c9e36066073278dcb97a2c22f
14:22:03 [2021-12-21T14:22:03.023Z] #8 DONE 1.0s
14:22:03 [2021-12-21T14:22:03.023Z] 
14:22:03 [2021-12-21T14:22:03.023Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
14:22:03 [2021-12-21T14:22:03.023Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
14:22:03 [2021-12-21T14:22:03.023Z] #7 DONE 1.0s
14:22:03 [2021-12-21T14:22:03.220Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3
14:22:03 [2021-12-21T14:22:03.263Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 1.05MB / 54.92MB 0.3s
14:22:03 [2021-12-21T14:22:03.281Z] 
14:22:03 [2021-12-21T14:22:03.281Z] #9 [internal] load metadata for docker.io/library/debian:bullseye
14:22:03 [2021-12-21T14:22:03.281Z] #9 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9
14:22:03 [2021-12-21T14:22:03.281Z] #9 DONE 1.2s
14:22:03 [2021-12-21T14:22:03.524Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 14.68MB / 54.92MB 0.5s
14:22:03 [2021-12-21T14:22:03.524Z] #28 ...
14:22:03 [2021-12-21T14:22:03.524Z] 
14:22:03 [2021-12-21T14:22:03.524Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
14:22:03 [2021-12-21T14:22:03.524Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
14:22:03 [2021-12-21T14:22:03.524Z] #45 DONE 0.0s
14:22:03 [2021-12-21T14:22:03.524Z] 
14:22:03 [2021-12-21T14:22:03.524Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:22:03 [2021-12-21T14:22:03.524Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:22:03 [2021-12-21T14:22:03.524Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 20.97MB / 54.92MB 0.6s
14:22:03 [2021-12-21T14:22:03.786Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 29.36MB / 54.92MB 0.7s
14:22:03 [2021-12-21T14:22:03.786Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 33.55MB / 54.92MB 0.8s
14:22:03 [2021-12-21T14:22:03.786Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 36.70MB / 54.92MB 0.9s
14:22:03 [2021-12-21T14:22:03.847Z] 
14:22:03 [2021-12-21T14:22:03.847Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:22:03 [2021-12-21T14:22:03.847Z] #28 sha256:fb44ae50789b09fc0145b46dda6c04e339b5d6f167ece4162d2be3767a465791
14:22:03 [2021-12-21T14:22:03.847Z] #28 resolve docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d 0.0s done
14:22:03 [2021-12-21T14:22:03.847Z] #28 sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d 1.85kB / 1.85kB done
14:22:04 [2021-12-21T14:22:04.047Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 42.99MB / 54.92MB 1.0s
14:22:04 [2021-12-21T14:22:04.047Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 46.14MB / 54.92MB 1.2s
14:22:04 [2021-12-21T14:22:04.104Z] #28 sha256:2f8b378ec53ef6cd638495467ffed6f6e2fd958c5c68d2dfd5d25650cb3d9f38 529B / 529B done
14:22:04 [2021-12-21T14:22:04.104Z] #28 sha256:5852ca45f7bf5f8b89b0054cf0f5a7c581273023c685ebbf6a3a60fcd930a69a 1.48kB / 1.48kB done
14:22:04 [2021-12-21T14:22:04.368Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 49.28MB / 54.92MB 1.3s
14:22:04 [2021-12-21T14:22:04.368Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 53.48MB / 54.92MB 1.4s
14:22:04 [2021-12-21T14:22:04.389Z] #29 4.560 Fetched 8485 kB in 2s (3515 kB/s)
14:22:04 [2021-12-21T14:22:04.389Z] #29 4.560 Reading package lists...
14:22:04 [2021-12-21T14:22:04.389Z] #29 ...
14:22:04 [2021-12-21T14:22:04.389Z] 
14:22:04 [2021-12-21T14:22:04.389Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:04 [2021-12-21T14:22:04.389Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:04 [2021-12-21T14:22:04.389Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 9.6s done
14:22:04 [2021-12-21T14:22:04.389Z] #11 extracting sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 1.1s done
14:22:04 [2021-12-21T14:22:04.389Z] #11 extracting sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 1.0s done
14:22:04 [2021-12-21T14:22:04.389Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 6.5s
14:22:04 [2021-12-21T14:22:04.396Z] #28 ...
14:22:04 [2021-12-21T14:22:04.396Z] 
14:22:04 [2021-12-21T14:22:04.396Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
14:22:04 [2021-12-21T14:22:04.396Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
14:22:04 [2021-12-21T14:22:04.396Z] #45 DONE 0.0s
14:22:04 [2021-12-21T14:22:04.647Z] #11 ...
14:22:04 [2021-12-21T14:22:04.647Z] 
14:22:04 [2021-12-21T14:22:04.647Z] #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
14:22:04 [2021-12-21T14:22:04.647Z] #29 sha256:39bcb803db3fb62875203216ca39406b318edba942ba3bef5bd533f59ce21ed1
14:22:04 [2021-12-21T14:22:04.647Z] #29 4.560 Reading package lists...
14:22:04 [2021-12-21T14:22:04.654Z] 
14:22:04 [2021-12-21T14:22:04.654Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:04 [2021-12-21T14:22:04.654Z] #11 sha256:d2c61e19dd1409c74812da232cc73f98df32dc89248af49c085255f5a8f48171
14:22:04 [2021-12-21T14:22:04.654Z] #11 resolve docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6 0.0s done
14:22:04 [2021-12-21T14:22:04.654Z] #11 sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6 1.86kB / 1.86kB done
14:22:04 [2021-12-21T14:22:04.654Z] #11 sha256:a7c09c3892998e6d205df67677ce58226693649c6629b976988a8cba66bca9e5 7.08kB / 7.08kB done
14:22:04 [2021-12-21T14:22:04.654Z] #11 sha256:6245b2bee36df7a76a983b7213af5765d6b61fda5a44fbaf95716135af152dac 1.80kB / 1.80kB done
14:22:04 [2021-12-21T14:22:04.654Z] #11 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 8.39MB / 53.62MB 0.6s
14:22:04 [2021-12-21T14:22:04.654Z] #11 sha256:96565d527970b1cc982493f96d6b317b1fbfdd7bf0ea6fd58d44942bb4f597c5 4.94MB / 4.94MB 0.6s
14:22:04 [2021-12-21T14:22:04.654Z] #11 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 12.58MB / 53.62MB 0.8s
14:22:04 [2021-12-21T14:22:04.912Z] #11 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 20.97MB / 53.62MB 1.0s
14:22:04 [2021-12-21T14:22:04.912Z] #11 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 24.12MB / 53.62MB 1.1s
14:22:04 [2021-12-21T14:22:04.912Z] #11 sha256:96565d527970b1cc982493f96d6b317b1fbfdd7bf0ea6fd58d44942bb4f597c5 4.94MB / 4.94MB 1.2s done
14:22:04 [2021-12-21T14:22:04.912Z] #11 sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46 0B / 54.67MB 1.2s
14:22:05 [2021-12-21T14:22:05.171Z] #11 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 32.51MB / 53.62MB 1.4s
14:22:05 [2021-12-21T14:22:05.171Z] #11 sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46 7.34MB / 54.67MB 1.4s
14:22:05 [2021-12-21T14:22:05.171Z] #11 sha256:aa8c15f93136056df893ba8088992a38e90dc37210fd6ebb712413fd045c58de 0B / 10.66MB 1.4s
14:22:05 [2021-12-21T14:22:05.306Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 54.92MB / 54.92MB 2.4s done
14:22:05 [2021-12-21T14:22:05.429Z] #11 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 35.65MB / 53.62MB 1.5s
14:22:05 [2021-12-21T14:22:05.429Z] #11 sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46 16.78MB / 54.67MB 1.5s
14:22:05 [2021-12-21T14:22:05.429Z] #11 sha256:aa8c15f93136056df893ba8088992a38e90dc37210fd6ebb712413fd045c58de 7.34MB / 10.66MB 1.6s
14:22:05 [2021-12-21T14:22:05.473Z] #29 5.328 Reading package lists...
14:22:05 [2021-12-21T14:22:05.563Z] #28 extracting sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3
14:22:05 [2021-12-21T14:22:05.733Z] #29 6.135 Building dependency tree...
14:22:05 [2021-12-21T14:22:05.813Z] #11 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 41.94MB / 53.62MB 1.7s
14:22:05 [2021-12-21T14:22:05.813Z] #11 sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46 24.12MB / 54.67MB 1.7s
14:22:05 [2021-12-21T14:22:05.813Z] #11 sha256:aa8c15f93136056df893ba8088992a38e90dc37210fd6ebb712413fd045c58de 10.66MB / 10.66MB 1.7s
14:22:05 [2021-12-21T14:22:05.813Z] #11 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 49.28MB / 53.62MB 1.9s
14:22:05 [2021-12-21T14:22:05.813Z] #11 sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46 30.41MB / 54.67MB 1.9s
14:22:05 [2021-12-21T14:22:05.992Z] #29 6.532 The following additional packages will be installed:
14:22:05 [2021-12-21T14:22:05.992Z] #29 6.532   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
14:22:05 [2021-12-21T14:22:05.992Z] #29 6.532   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
14:22:05 [2021-12-21T14:22:05.992Z] #29 6.532 Recommended packages:
14:22:05 [2021-12-21T14:22:05.992Z] #29 6.532   libldap-common publicsuffix libsasl2-modules
14:22:06 [2021-12-21T14:22:06.127Z] #11 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 53.62MB / 53.62MB 2.2s
14:22:06 [2021-12-21T14:22:06.127Z] #11 sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46 45.09MB / 54.67MB 2.2s
14:22:06 [2021-12-21T14:22:06.127Z] #11 sha256:aa8c15f93136056df893ba8088992a38e90dc37210fd6ebb712413fd045c58de 10.66MB / 10.66MB 2.1s done
14:22:06 [2021-12-21T14:22:06.127Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 0B / 80.99MB 2.2s
14:22:06 [2021-12-21T14:22:06.127Z] #11 sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46 53.48MB / 54.67MB 2.3s
14:22:06 [2021-12-21T14:22:06.252Z] #29 6.692 The following NEW packages will be installed:
14:22:06 [2021-12-21T14:22:06.252Z] #29 6.692   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
14:22:06 [2021-12-21T14:22:06.252Z] #29 6.692   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
14:22:06 [2021-12-21T14:22:06.252Z] #29 6.692   libssh2-1 openssl
14:22:06 [2021-12-21T14:22:06.463Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 4.19MB / 80.99MB 2.4s
14:22:06 [2021-12-21T14:22:06.463Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 10.49MB / 80.99MB 2.5s
14:22:06 [2021-12-21T14:22:06.495Z] #28 ...
14:22:06 [2021-12-21T14:22:06.495Z] 
14:22:06 [2021-12-21T14:22:06.495Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:22:06 [2021-12-21T14:22:06.495Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
14:22:06 [2021-12-21T14:22:06.495Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
14:22:06 [2021-12-21T14:22:06.495Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
14:22:06 [2021-12-21T14:22:06.495Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
14:22:06 [2021-12-21T14:22:06.495Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.9s done
14:22:06 [2021-12-21T14:22:06.495Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.4s done
14:22:06 [2021-12-21T14:22:06.495Z] #67 DONE 3.6s
14:22:06 [2021-12-21T14:22:06.495Z] 
14:22:06 [2021-12-21T14:22:06.495Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:06 [2021-12-21T14:22:06.495Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:06 [2021-12-21T14:22:06.495Z] #11 resolve docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6 0.1s done
14:22:06 [2021-12-21T14:22:06.495Z] #11 sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6 1.86kB / 1.86kB done
14:22:06 [2021-12-21T14:22:06.495Z] #11 sha256:d860e175278037ee2429fecb1150bf10635ff4488c5a6faf695b169bf2c0868f 1.80kB / 1.80kB done
14:22:06 [2021-12-21T14:22:06.495Z] #11 sha256:37eabbc422cd87d1d6f7d02fc132605c22a5ef03ca0ec8c83f3dc51101dbbdb9 7.07kB / 7.07kB done
14:22:06 [2021-12-21T14:22:06.495Z] #11 sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 54.93MB / 54.93MB 2.9s done
14:22:06 [2021-12-21T14:22:06.495Z] #11 sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 5.15MB / 5.15MB 1.2s done
14:22:06 [2021-12-21T14:22:06.495Z] #11 sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 10.87MB / 10.87MB 3.1s done
14:22:06 [2021-12-21T14:22:06.495Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 6.36MB / 134.81MB 3.3s
14:22:06 [2021-12-21T14:22:06.495Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 0.1s
14:22:06 [2021-12-21T14:22:06.495Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 0B / 54.57MB 3.3s
14:22:06 [2021-12-21T14:22:06.495Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 7.34MB / 85.77MB 3.3s
14:22:06 [2021-12-21T14:22:06.511Z] #29 6.967 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
14:22:06 [2021-12-21T14:22:06.511Z] #29 6.967 Need to get 3038 kB of archives.
14:22:06 [2021-12-21T14:22:06.511Z] #29 6.967 After this operation, 6650 kB of additional disk space will be used.
14:22:06 [2021-12-21T14:22:06.511Z] #29 6.967 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB]
14:22:06 [2021-12-21T14:22:06.511Z] #29 7.000 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
14:22:06 [2021-12-21T14:22:06.511Z] #29 7.000 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
14:22:06 [2021-12-21T14:22:06.511Z] #29 7.000 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB]
14:22:06 [2021-12-21T14:22:06.511Z] #29 7.000 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB]
14:22:06 [2021-12-21T14:22:06.511Z] #29 7.000 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB]
14:22:06 [2021-12-21T14:22:06.511Z] #29 7.000 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
14:22:06 [2021-12-21T14:22:06.511Z] #29 7.000 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
14:22:06 [2021-12-21T14:22:06.511Z] #29 7.000 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
14:22:06 [2021-12-21T14:22:06.511Z] #29 7.018 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
14:22:06 [2021-12-21T14:22:06.511Z] #29 7.018 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
14:22:06 [2021-12-21T14:22:06.511Z] #29 7.018 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
14:22:06 [2021-12-21T14:22:06.511Z] #29 7.018 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
14:22:06 [2021-12-21T14:22:06.511Z] #29 7.018 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
14:22:06 [2021-12-21T14:22:06.511Z] #29 7.028 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
14:22:06 [2021-12-21T14:22:06.725Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 16.78MB / 80.99MB 2.6s
14:22:06 [2021-12-21T14:22:06.725Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 24.12MB / 80.99MB 2.9s
14:22:06 [2021-12-21T14:22:06.725Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 32.51MB / 80.99MB 3.0s
14:22:06 [2021-12-21T14:22:06.753Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 3.15MB / 54.57MB 3.4s
14:22:06 [2021-12-21T14:22:06.771Z] #29 7.265 debconf: delaying package configuration, since apt-utils is not installed
14:22:06 [2021-12-21T14:22:06.771Z] #29 7.290 Fetched 3038 kB in 0s (9377 kB/s)
14:22:06 [2021-12-21T14:22:06.771Z] #29 7.315 Selecting previously unselected package openssl.
14:22:06 [2021-12-21T14:22:06.771Z] #29 7.315 (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.)
14:22:06 [2021-12-21T14:22:06.771Z] #29 7.318 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ...
14:22:06 [2021-12-21T14:22:06.771Z] #29 7.321 Unpacking openssl (1.1.1k-1+deb11u1) ...
14:22:07 [2021-12-21T14:22:07.011Z] #11 ...
14:22:07 [2021-12-21T14:22:07.011Z] 
14:22:07 [2021-12-21T14:22:07.011Z] #24 [internal] load build context
14:22:07 [2021-12-21T14:22:07.011Z] #24 sha256:448cf1967e9585faf4cac22ffab40ed516d90bc15540ff3c66dad2979cb0d84c
14:22:07 [2021-12-21T14:22:07.011Z] #24 transferring context: 58.37MB 3.7s done
14:22:07 [2021-12-21T14:22:07.011Z] #24 DONE 4.0s
14:22:07 [2021-12-21T14:22:07.011Z] 
14:22:07 [2021-12-21T14:22:07.011Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:07 [2021-12-21T14:22:07.011Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:07 [2021-12-21T14:22:07.011Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 15.73MB / 134.81MB 3.5s
14:22:07 [2021-12-21T14:22:07.011Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 8.39MB / 54.57MB 3.5s
14:22:07 [2021-12-21T14:22:07.011Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 14.22MB / 85.77MB 3.5s
14:22:07 [2021-12-21T14:22:07.011Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 19.92MB / 54.57MB 3.7s
14:22:07 [2021-12-21T14:22:07.011Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 24.12MB / 85.77MB 3.7s
14:22:07 [2021-12-21T14:22:07.032Z] #29 7.485 Selecting previously unselected package ca-certificates.
14:22:07 [2021-12-21T14:22:07.032Z] #29 7.486 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
14:22:07 [2021-12-21T14:22:07.032Z] #29 7.489 Unpacking ca-certificates (20210119) ...
14:22:07 [2021-12-21T14:22:07.032Z] #29 7.569 Selecting previously unselected package libbrotli1:amd64.
14:22:07 [2021-12-21T14:22:07.032Z] #29 7.569 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
14:22:07 [2021-12-21T14:22:07.032Z] #29 7.577 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
14:22:07 [2021-12-21T14:22:07.032Z] #29 7.648 Selecting previously unselected package libsasl2-modules-db:amd64.
14:22:07 [2021-12-21T14:22:07.277Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 26.42MB / 134.81MB 3.8s
14:22:07 [2021-12-21T14:22:07.277Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 25.17MB / 54.57MB 3.8s
14:22:07 [2021-12-21T14:22:07.277Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 35.65MB / 134.81MB 4.0s
14:22:07 [2021-12-21T14:22:07.277Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 38.80MB / 54.57MB 4.0s
14:22:07 [2021-12-21T14:22:07.277Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 29.36MB / 85.77MB 4.0s
14:22:07 [2021-12-21T14:22:07.289Z] #11 ...
14:22:07 [2021-12-21T14:22:07.289Z] 
14:22:07 [2021-12-21T14:22:07.289Z] #24 [internal] load build context
14:22:07 [2021-12-21T14:22:07.289Z] #24 sha256:f26b612bc26a18046b860d2b54aafa041aadc586bebfaa393077013fe6081f81
14:22:07 [2021-12-21T14:22:07.289Z] #24 transferring context: 58.38MB 2.8s done
14:22:07 [2021-12-21T14:22:07.289Z] #24 DONE 3.6s
14:22:07 [2021-12-21T14:22:07.289Z] 
14:22:07 [2021-12-21T14:22:07.289Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:07 [2021-12-21T14:22:07.289Z] #11 sha256:d2c61e19dd1409c74812da232cc73f98df32dc89248af49c085255f5a8f48171
14:22:07 [2021-12-21T14:22:07.289Z] #11 sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 53.62MB / 53.62MB 3.4s done
14:22:07 [2021-12-21T14:22:07.289Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 53.48MB / 80.99MB 3.4s
14:22:07 [2021-12-21T14:22:07.289Z] #11 extracting sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80
14:22:07 [2021-12-21T14:22:07.289Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 59.77MB / 80.99MB 3.5s
14:22:07 [2021-12-21T14:22:07.293Z] #29 7.649 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ...
14:22:07 [2021-12-21T14:22:07.293Z] #29 7.653 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
14:22:07 [2021-12-21T14:22:07.293Z] #29 7.709 Selecting previously unselected package libsasl2-2:amd64.
14:22:07 [2021-12-21T14:22:07.293Z] #29 7.709 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ...
14:22:07 [2021-12-21T14:22:07.293Z] #29 7.711 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
14:22:07 [2021-12-21T14:22:07.293Z] #29 7.778 Selecting previously unselected package libldap-2.4-2:amd64.
14:22:07 [2021-12-21T14:22:07.293Z] #29 7.778 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ...
14:22:07 [2021-12-21T14:22:07.293Z] #29 7.778 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
14:22:07 [2021-12-21T14:22:07.293Z] #29 7.862 Selecting previously unselected package libnghttp2-14:amd64.
14:22:07 [2021-12-21T14:22:07.293Z] #29 7.862 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
14:22:07 [2021-12-21T14:22:07.293Z] #29 7.867 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
14:22:07 [2021-12-21T14:22:07.293Z] #29 7.922 Selecting previously unselected package libpsl5:amd64.
14:22:07 [2021-12-21T14:22:07.293Z] #29 7.925 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
14:22:07 [2021-12-21T14:22:07.293Z] #29 7.928 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
14:22:07 [2021-12-21T14:22:07.535Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 34.60MB / 85.77MB 4.1s
14:22:07 [2021-12-21T14:22:07.535Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 47.61MB / 134.81MB 4.2s
14:22:07 [2021-12-21T14:22:07.535Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 45.09MB / 54.57MB 4.2s
14:22:07 [2021-12-21T14:22:07.546Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 66.06MB / 80.99MB 3.6s
14:22:07 [2021-12-21T14:22:07.546Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 70.25MB / 80.99MB 3.7s
14:22:07 [2021-12-21T14:22:07.552Z] #29 8.020 Selecting previously unselected package librtmp1:amd64.
14:22:07 [2021-12-21T14:22:07.552Z] #29 8.020 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
14:22:07 [2021-12-21T14:22:07.552Z] #29 8.028 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
14:22:07 [2021-12-21T14:22:07.552Z] #29 8.085 Selecting previously unselected package libssh2-1:amd64.
14:22:07 [2021-12-21T14:22:07.552Z] #29 8.085 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
14:22:07 [2021-12-21T14:22:07.552Z] #29 8.089 Unpacking libssh2-1:amd64 (1.9.0-2) ...
14:22:07 [2021-12-21T14:22:07.794Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 49.28MB / 54.57MB 4.3s
14:22:07 [2021-12-21T14:22:07.794Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 43.36MB / 85.77MB 4.3s
14:22:07 [2021-12-21T14:22:07.794Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 67.11MB / 134.81MB 4.5s
14:22:07 [2021-12-21T14:22:07.794Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 54.57MB / 54.57MB 4.5s
14:22:07 [2021-12-21T14:22:07.794Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 62.79MB / 85.77MB 4.5s
14:22:07 [2021-12-21T14:22:07.802Z] #11 sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 80.99MB / 80.99MB 3.9s
14:22:07 [2021-12-21T14:22:07.813Z] #29 8.194 Selecting previously unselected package libcurl4:amd64.
14:22:07 [2021-12-21T14:22:07.813Z] #29 8.196 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
14:22:07 [2021-12-21T14:22:07.813Z] #29 8.199 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
14:22:07 [2021-12-21T14:22:07.813Z] #29 8.324 Selecting previously unselected package curl.
14:22:07 [2021-12-21T14:22:07.813Z] #29 8.324 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
14:22:07 [2021-12-21T14:22:07.813Z] #29 8.324 Unpacking curl (7.74.0-1.3+deb11u1) ...
14:22:07 [2021-12-21T14:22:07.813Z] #29 8.391 Selecting previously unselected package libonig5:amd64.
14:22:07 [2021-12-21T14:22:07.813Z] #29 8.391 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
14:22:07 [2021-12-21T14:22:07.813Z] #29 8.395 Unpacking libonig5:amd64 (6.9.6-1.1) ...
14:22:08 [2021-12-21T14:22:08.052Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 77.59MB / 134.81MB 4.7s
14:22:08 [2021-12-21T14:22:08.052Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 76.55MB / 85.77MB 4.7s
14:22:08 [2021-12-21T14:22:08.052Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 83.89MB / 85.77MB 4.8s
14:22:08 [2021-12-21T14:22:08.072Z] #29 8.571 Selecting previously unselected package libjq1:amd64.
14:22:08 [2021-12-21T14:22:08.072Z] #29 8.571 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
14:22:08 [2021-12-21T14:22:08.072Z] #29 8.576 Unpacking libjq1:amd64 (1.6-2.1) ...
14:22:08 [2021-12-21T14:22:08.072Z] #29 8.640 Selecting previously unselected package jq.
14:22:08 [2021-12-21T14:22:08.072Z] #29 8.640 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
14:22:08 [2021-12-21T14:22:08.072Z] #29 8.643 Unpacking jq (1.6-2.1) ...
14:22:08 [2021-12-21T14:22:08.072Z] #29 8.690 Setting up libpsl5:amd64 (0.21.0-1.2) ...
14:22:08 [2021-12-21T14:22:08.072Z] #29 8.708 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
14:22:08 [2021-12-21T14:22:08.072Z] #29 8.718 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
14:22:08 [2021-12-21T14:22:08.072Z] #29 8.727 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
14:22:08 [2021-12-21T14:22:08.072Z] #29 8.737 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
14:22:08 [2021-12-21T14:22:08.308Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 92.27MB / 134.81MB 4.9s
14:22:08 [2021-12-21T14:22:08.308Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 99.61MB / 134.81MB 5.0s
14:22:08 [2021-12-21T14:22:08.332Z] #29 8.749 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
14:22:08 [2021-12-21T14:22:08.332Z] #29 8.766 Setting up libssh2-1:amd64 (1.9.0-2) ...
14:22:08 [2021-12-21T14:22:08.332Z] #29 8.775 Setting up openssl (1.1.1k-1+deb11u1) ...
14:22:08 [2021-12-21T14:22:08.332Z] #29 8.790 Setting up libonig5:amd64 (6.9.6-1.1) ...
14:22:08 [2021-12-21T14:22:08.332Z] #29 8.801 Setting up libjq1:amd64 (1.6-2.1) ...
14:22:08 [2021-12-21T14:22:08.332Z] #29 8.813 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
14:22:08 [2021-12-21T14:22:08.332Z] #29 8.823 Setting up ca-certificates (20210119) ...
14:22:08 [2021-12-21T14:22:08.513Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 5.1s
14:22:08 [2021-12-21T14:22:08.566Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 110.10MB / 134.81MB 5.1s
14:22:08 [2021-12-21T14:22:08.731Z] #11 sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46 54.67MB / 54.67MB 4.7s done
14:22:08 [2021-12-21T14:22:08.732Z] #11 sha256:d19c6eaaced152f2555856673c7fddada222c210af0071877297faa8944a5ebf 0B / 126B 4.7s
14:22:08 [2021-12-21T14:22:08.732Z] #11 sha256:d19c6eaaced152f2555856673c7fddada222c210af0071877297faa8944a5ebf 126B / 126B 4.9s
14:22:08 [2021-12-21T14:22:08.822Z] #11 sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 128.97MB / 134.81MB 5.4s
14:22:08 [2021-12-21T14:22:08.906Z] #29 9.538 Updating certificates in /etc/ssl/certs...
14:22:08 [2021-12-21T14:22:08.988Z] #11 extracting sha256:6476cb406b24c94f24348db05d154b814b14ee38860dea1625080e7e08295a80 1.6s done
14:22:09 [2021-12-21T14:22:09.079Z] #11 sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 54.57MB / 54.57MB 5.4s done
14:22:09 [2021-12-21T14:22:09.079Z] #11 sha256:8dc73180a07b32d19a6e968d749075d14466adf6cc4cc34736c39fa9fa1b4ae0 156B / 156B 5.6s
14:22:10 [2021-12-21T14:22:10.362Z] #11 extracting sha256:96565d527970b1cc982493f96d6b317b1fbfdd7bf0ea6fd58d44942bb4f597c5
14:22:10 [2021-12-21T14:22:10.362Z] #11 extracting sha256:96565d527970b1cc982493f96d6b317b1fbfdd7bf0ea6fd58d44942bb4f597c5 0.2s done
14:22:10 [2021-12-21T14:22:10.362Z] #11 extracting sha256:aa8c15f93136056df893ba8088992a38e90dc37210fd6ebb712413fd045c58de
14:22:10 [2021-12-21T14:22:10.426Z] #11 ...
14:22:10 [2021-12-21T14:22:10.426Z] 
14:22:10 [2021-12-21T14:22:10.426Z] #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
14:22:10 [2021-12-21T14:22:10.426Z] #29 sha256:39bcb803db3fb62875203216ca39406b318edba942ba3bef5bd533f59ce21ed1
14:22:10 [2021-12-21T14:22:10.426Z] #29 1.769 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:10 [2021-12-21T14:22:10.426Z] #29 1.769 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
14:22:10 [2021-12-21T14:22:10.426Z] #29 1.785 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:10 [2021-12-21T14:22:10.426Z] #29 2.024 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:22:10 [2021-12-21T14:22:10.426Z] #29 2.290 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:22:10 [2021-12-21T14:22:10.426Z] #29 2.725 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:22:10 [2021-12-21T14:22:10.426Z] #29 4.126 Fetched 8485 kB in 3s (3224 kB/s)
14:22:10 [2021-12-21T14:22:10.426Z] #29 4.126 Reading package lists...
14:22:10 [2021-12-21T14:22:10.426Z] #29 4.923 Reading package lists...
14:22:10 [2021-12-21T14:22:10.426Z] #29 5.746 Building dependency tree...
14:22:10 [2021-12-21T14:22:10.426Z] #29 6.065 The following additional packages will be installed:
14:22:10 [2021-12-21T14:22:10.426Z] #29 6.065   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
14:22:10 [2021-12-21T14:22:10.426Z] #29 6.065   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
14:22:10 [2021-12-21T14:22:10.426Z] #29 6.065 Recommended packages:
14:22:10 [2021-12-21T14:22:10.426Z] #29 6.065   libldap-common publicsuffix libsasl2-modules
14:22:10 [2021-12-21T14:22:10.426Z] #29 6.236 The following NEW packages will be installed:
14:22:10 [2021-12-21T14:22:10.426Z] #29 6.236   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
14:22:10 [2021-12-21T14:22:10.426Z] #29 6.236   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
14:22:10 [2021-12-21T14:22:10.426Z] #29 6.236   libssh2-1 openssl
14:22:10 [2021-12-21T14:22:10.426Z] #29 6.507 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
14:22:10 [2021-12-21T14:22:10.426Z] #29 6.507 Need to get 3038 kB of archives.
14:22:10 [2021-12-21T14:22:10.426Z] #29 6.507 After this operation, 6650 kB of additional disk space will be used.
14:22:10 [2021-12-21T14:22:10.426Z] #29 6.507 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB]
14:22:10 [2021-12-21T14:22:10.426Z] #29 6.535 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
14:22:10 [2021-12-21T14:22:10.426Z] #29 6.535 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.544 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB]
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.544 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB]
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.549 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB]
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.549 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.549 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.550 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.551 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.556 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.563 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.563 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.563 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.563 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.751 debconf: delaying package configuration, since apt-utils is not installed
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.795 Fetched 3038 kB in 0s (9343 kB/s)
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.830 Selecting previously unselected package openssl.
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.830 (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.)
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.830 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 6.836 Unpacking openssl (1.1.1k-1+deb11u1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.008 Selecting previously unselected package ca-certificates.
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.008 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.011 Unpacking ca-certificates (20210119) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.164 Selecting previously unselected package libbrotli1:amd64.
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.164 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.176 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.250 Selecting previously unselected package libsasl2-modules-db:amd64.
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.250 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.253 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.320 Selecting previously unselected package libsasl2-2:amd64.
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.320 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.331 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.381 Selecting previously unselected package libldap-2.4-2:amd64.
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.381 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.384 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.466 Selecting previously unselected package libnghttp2-14:amd64.
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.468 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.472 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.532 Selecting previously unselected package libpsl5:amd64.
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.532 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.540 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.586 Selecting previously unselected package librtmp1:amd64.
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.586 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.590 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.631 Selecting previously unselected package libssh2-1:amd64.
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.633 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.637 Unpacking libssh2-1:amd64 (1.9.0-2) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.696 Selecting previously unselected package libcurl4:amd64.
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.696 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.699 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.798 Selecting previously unselected package curl.
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.798 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.804 Unpacking curl (7.74.0-1.3+deb11u1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.899 Selecting previously unselected package libonig5:amd64.
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.899 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.904 Unpacking libonig5:amd64 (6.9.6-1.1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.960 Selecting previously unselected package libjq1:amd64.
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.978 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 7.978 Unpacking libjq1:amd64 (1.6-2.1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.026 Selecting previously unselected package jq.
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.026 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.028 Unpacking jq (1.6-2.1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.084 Setting up libpsl5:amd64 (0.21.0-1.2) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.101 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.133 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.133 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.133 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.146 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.152 Setting up libssh2-1:amd64 (1.9.0-2) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.163 Setting up openssl (1.1.1k-1+deb11u1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.177 Setting up libonig5:amd64 (6.9.6-1.1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.188 Setting up libjq1:amd64 (1.6-2.1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.202 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.211 Setting up ca-certificates (20210119) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 8.952 Updating certificates in /etc/ssl/certs...
14:22:10 [2021-12-21T14:22:10.427Z] #29 10.04 129 added, 0 removed; done.
14:22:10 [2021-12-21T14:22:10.427Z] #29 10.13 Setting up jq (1.6-2.1) ...
14:22:10 [2021-12-21T14:22:10.427Z] #29 ...
14:22:10 [2021-12-21T14:22:10.427Z] 
14:22:10 [2021-12-21T14:22:10.427Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:10 [2021-12-21T14:22:10.427Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:10 [2021-12-21T14:22:10.747Z] #11 ...
14:22:10 [2021-12-21T14:22:10.747Z] 
14:22:10 [2021-12-21T14:22:10.747Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:22:10 [2021-12-21T14:22:10.747Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
14:22:10 [2021-12-21T14:22:10.747Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
14:22:10 [2021-12-21T14:22:10.747Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:22:10 [2021-12-21T14:22:10.747Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
14:22:10 [2021-12-21T14:22:10.747Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
14:22:10 [2021-12-21T14:22:10.747Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done
14:22:10 [2021-12-21T14:22:10.747Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.4s done
14:22:10 [2021-12-21T14:22:10.747Z] #67 DONE 6.8s
14:22:10 [2021-12-21T14:22:10.747Z] 
14:22:10 [2021-12-21T14:22:10.747Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:10 [2021-12-21T14:22:10.747Z] #11 sha256:d2c61e19dd1409c74812da232cc73f98df32dc89248af49c085255f5a8f48171
14:22:10 [2021-12-21T14:22:10.747Z] #11 sha256:7df682714696dcda51e3d1450e19e12e91596cb835720e25c9c4b9e1c4bf4c16 0B / 102.63MB 6.6s
14:22:10 [2021-12-21T14:22:10.747Z] #11 sha256:7df682714696dcda51e3d1450e19e12e91596cb835720e25c9c4b9e1c4bf4c16 7.34MB / 102.63MB 6.8s
14:22:10 [2021-12-21T14:22:10.747Z] #11 extracting sha256:aa8c15f93136056df893ba8088992a38e90dc37210fd6ebb712413fd045c58de 0.4s done
14:22:10 [2021-12-21T14:22:10.747Z] #11 sha256:7df682714696dcda51e3d1450e19e12e91596cb835720e25c9c4b9e1c4bf4c16 16.78MB / 102.63MB 6.9s
14:22:10 [2021-12-21T14:22:10.828Z] #29 11.04 129 added, 0 removed; done.
14:22:10 [2021-12-21T14:22:10.828Z] #29 11.06 Setting up jq (1.6-2.1) ...
14:22:10 [2021-12-21T14:22:10.828Z] #29 11.07 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
14:22:10 [2021-12-21T14:22:10.828Z] #29 11.08 Setting up curl (7.74.0-1.3+deb11u1) ...
14:22:10 [2021-12-21T14:22:10.828Z] #29 11.10 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:22:10 [2021-12-21T14:22:10.828Z] #29 11.12 Processing triggers for ca-certificates (20210119) ...
14:22:10 [2021-12-21T14:22:10.828Z] #29 11.13 Updating certificates in /etc/ssl/certs...
14:22:10 [2021-12-21T14:22:10.902Z] #19 56.72 Fetched 48.8 MB in 55s (892 kB/s)
14:22:10 [2021-12-21T14:22:10.996Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 7.9s done
14:22:11 [2021-12-21T14:22:11.023Z] #11 sha256:7df682714696dcda51e3d1450e19e12e91596cb835720e25c9c4b9e1c4bf4c16 24.12MB / 102.63MB 7.1s
14:22:11 [2021-12-21T14:22:11.023Z] #11 sha256:7df682714696dcda51e3d1450e19e12e91596cb835720e25c9c4b9e1c4bf4c16 32.51MB / 102.63MB 7.2s
14:22:11 [2021-12-21T14:22:11.255Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760
14:22:11 [2021-12-21T14:22:11.589Z] #11 sha256:7df682714696dcda51e3d1450e19e12e91596cb835720e25c9c4b9e1c4bf4c16 51.38MB / 102.63MB 7.6s
14:22:11 [2021-12-21T14:22:11.589Z] #11 sha256:7df682714696dcda51e3d1450e19e12e91596cb835720e25c9c4b9e1c4bf4c16 56.62MB / 102.63MB 7.7s
14:22:11 [2021-12-21T14:22:11.589Z] #11 extracting sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46
14:22:11 [2021-12-21T14:22:11.769Z] #29 12.17 0 added, 0 removed; done.
14:22:11 [2021-12-21T14:22:11.769Z] #29 12.17 Running hooks in /etc/ca-certificates/update.d...
14:22:11 [2021-12-21T14:22:11.769Z] #29 12.18 done.
14:22:11 [2021-12-21T14:22:11.847Z] #11 sha256:7df682714696dcda51e3d1450e19e12e91596cb835720e25c9c4b9e1c4bf4c16 74.65MB / 102.63MB 8.1s
14:22:12 [2021-12-21T14:22:12.104Z] #11 sha256:7df682714696dcda51e3d1450e19e12e91596cb835720e25c9c4b9e1c4bf4c16 99.61MB / 102.63MB 8.2s
14:22:12 [2021-12-21T14:22:12.350Z] #11 sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 85.77MB / 85.77MB 8.5s done
14:22:12 [2021-12-21T14:22:12.350Z] #11 ...
14:22:12 [2021-12-21T14:22:12.350Z] 
14:22:12 [2021-12-21T14:22:12.350Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
14:22:12 [2021-12-21T14:22:12.350Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
14:22:12 [2021-12-21T14:22:12.350Z] #68 ...
14:22:12 [2021-12-21T14:22:12.350Z] 
14:22:12 [2021-12-21T14:22:12.350Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:22:12 [2021-12-21T14:22:12.350Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4
14:22:12 [2021-12-21T14:22:12.350Z] #28 extracting sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 6.0s done
14:22:12 [2021-12-21T14:22:12.350Z] #28 DONE 9.1s
14:22:12 [2021-12-21T14:22:12.350Z] 
14:22:12 [2021-12-21T14:22:12.350Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:12 [2021-12-21T14:22:12.350Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:12 [2021-12-21T14:22:12.350Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 5.6s
14:22:12 [2021-12-21T14:22:12.607Z] #11 extracting sha256:5e0b432e8ba9d9029a000e627840b98ffc1ed0c5172075b7d3e869be0df0fe9b 6.1s done
14:22:12 [2021-12-21T14:22:12.864Z] #11 extracting sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2
14:22:12 [2021-12-21T14:22:12.864Z] #11 ...
14:22:12 [2021-12-21T14:22:12.864Z] 
14:22:12 [2021-12-21T14:22:12.864Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
14:22:12 [2021-12-21T14:22:12.864Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
14:22:12 [2021-12-21T14:22:12.864Z] #68 DONE 1.0s
14:22:12 [2021-12-21T14:22:12.864Z] 
14:22:12 [2021-12-21T14:22:12.864Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:22:12 [2021-12-21T14:22:12.864Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:22:12 [2021-12-21T14:22:12.864Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
14:22:12 [2021-12-21T14:22:12.864Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:22:12 [2021-12-21T14:22:12.864Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
14:22:12 [2021-12-21T14:22:12.864Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
14:22:12 [2021-12-21T14:22:12.864Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 9.6s done
14:22:12 [2021-12-21T14:22:12.864Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0
14:22:13 [2021-12-21T14:22:13.122Z] #69 ...
14:22:13 [2021-12-21T14:22:13.122Z] 
14:22:13 [2021-12-21T14:22:13.122Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:13 [2021-12-21T14:22:13.122Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:13 [2021-12-21T14:22:13.172Z] #11 ...
14:22:13 [2021-12-21T14:22:13.172Z] 
14:22:13 [2021-12-21T14:22:13.172Z] #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
14:22:13 [2021-12-21T14:22:13.172Z] #29 sha256:39bcb803db3fb62875203216ca39406b318edba942ba3bef5bd533f59ce21ed1
14:22:13 [2021-12-21T14:22:13.172Z] #29 10.14 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
14:22:13 [2021-12-21T14:22:13.172Z] #29 10.15 Setting up curl (7.74.0-1.3+deb11u1) ...
14:22:13 [2021-12-21T14:22:13.172Z] #29 10.16 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:22:13 [2021-12-21T14:22:13.172Z] #29 10.18 Processing triggers for ca-certificates (20210119) ...
14:22:13 [2021-12-21T14:22:13.172Z] #29 10.20 Updating certificates in /etc/ssl/certs...
14:22:13 [2021-12-21T14:22:13.172Z] #29 11.18 0 added, 0 removed; done.
14:22:13 [2021-12-21T14:22:13.172Z] #29 11.18 Running hooks in /etc/ca-certificates/update.d...
14:22:13 [2021-12-21T14:22:13.172Z] #29 11.19 done.
14:22:13 [2021-12-21T14:22:13.172Z] #29 DONE 12.6s
14:22:13 [2021-12-21T14:22:13.172Z] 
14:22:13 [2021-12-21T14:22:13.172Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:13 [2021-12-21T14:22:13.172Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:13 [2021-12-21T14:22:13.172Z] #11 ...
14:22:13 [2021-12-21T14:22:13.172Z] 
14:22:13 [2021-12-21T14:22:13.172Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
14:22:13 [2021-12-21T14:22:13.172Z] #30 sha256:3f835e25be8f16efcfda25ba61b2731214597d3e50885b9bc292dd6dd039891b
14:22:13 [2021-12-21T14:22:13.172Z] #30 DONE 0.2s
14:22:13 [2021-12-21T14:22:13.172Z] 
14:22:13 [2021-12-21T14:22:13.172Z] #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
14:22:13 [2021-12-21T14:22:13.172Z] #31 sha256:60151038959a313af0e83cc228fae112f70c3dc9e165c42faac132b472199901
14:22:13 [2021-12-21T14:22:13.688Z] #11 extracting sha256:a84cfd68b5cea612a8343c346bfa5bd6c486769010d12f7ec86b23c74887feb2 0.8s done
14:22:13 [2021-12-21T14:22:13.945Z] #11 extracting sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1
14:22:14 [2021-12-21T14:22:14.008Z] #11 ...
14:22:14 [2021-12-21T14:22:14.008Z] 
14:22:14 [2021-12-21T14:22:14.008Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:22:14 [2021-12-21T14:22:14.008Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:22:14 [2021-12-21T14:22:14.008Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
14:22:14 [2021-12-21T14:22:14.008Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
14:22:14 [2021-12-21T14:22:14.008Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
14:22:14 [2021-12-21T14:22:14.008Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
14:22:14 [2021-12-21T14:22:14.008Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 7.5s done
14:22:14 [2021-12-21T14:22:14.008Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.6s done
14:22:14 [2021-12-21T14:22:14.008Z] #69 ...
14:22:14 [2021-12-21T14:22:14.008Z] 
14:22:14 [2021-12-21T14:22:14.008Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:14 [2021-12-21T14:22:14.008Z] #11 sha256:d2c61e19dd1409c74812da232cc73f98df32dc89248af49c085255f5a8f48171
14:22:14 [2021-12-21T14:22:14.312Z] #29 DONE 14.5s
14:22:14 [2021-12-21T14:22:14.312Z] 
14:22:14 [2021-12-21T14:22:14.312Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
14:22:14 [2021-12-21T14:22:14.312Z] #30 sha256:ab5b4ed5c2e0b52667582edc6dd6bba5501aef1755660ed528ab3f10f1b41395
14:22:14 [2021-12-21T14:22:14.570Z] #11 extracting sha256:ee42e24e52cb2f9b50ab14328865298f5ae6ac159219db890afc6366ec641a46 3.0s done
14:22:14 [2021-12-21T14:22:14.570Z] #30 DONE 0.6s
14:22:14 [2021-12-21T14:22:14.571Z] 
14:22:14 [2021-12-21T14:22:14.571Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:14 [2021-12-21T14:22:14.571Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:14 [2021-12-21T14:22:14.571Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 9.6s done
14:22:14 [2021-12-21T14:22:14.571Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 5.9s done
14:22:14 [2021-12-21T14:22:14.571Z] #11 extracting sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 0.2s
14:22:14 [2021-12-21T14:22:14.571Z] #11 ...
14:22:14 [2021-12-21T14:22:14.571Z] 
14:22:14 [2021-12-21T14:22:14.571Z] #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
14:22:14 [2021-12-21T14:22:14.571Z] #31 sha256:0fbc3202b135663f6f78291777d6c9ee48a74ef2408b3bc8532c56777a4ebe48
14:22:14 [2021-12-21T14:22:14.877Z] #11 ...
14:22:14 [2021-12-21T14:22:14.877Z] 
14:22:14 [2021-12-21T14:22:14.877Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:22:14 [2021-12-21T14:22:14.877Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:22:14 [2021-12-21T14:22:14.877Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.7s done
14:22:14 [2021-12-21T14:22:14.877Z] #69 DONE 11.8s
14:22:14 [2021-12-21T14:22:14.877Z] 
14:22:14 [2021-12-21T14:22:14.877Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:14 [2021-12-21T14:22:14.877Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:14 [2021-12-21T14:22:14.877Z] #11 extracting sha256:e8b8f2315954535f1e27cd13d777e73da4a787b0aebf4241d225beff3c91cbb1 0.9s done
14:22:15 [2021-12-21T14:22:15.135Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3
14:22:15 [2021-12-21T14:22:15.944Z] #11 extracting sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3
14:22:16 [2021-12-21T14:22:16.202Z] #11 ...
14:22:16 [2021-12-21T14:22:16.202Z] 
14:22:16 [2021-12-21T14:22:16.202Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
14:22:16 [2021-12-21T14:22:16.202Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
14:22:16 [2021-12-21T14:22:16.202Z] #69 DONE 12.6s
14:22:16 [2021-12-21T14:22:16.202Z] 
14:22:16 [2021-12-21T14:22:16.202Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:16 [2021-12-21T14:22:16.202Z] #11 sha256:d2c61e19dd1409c74812da232cc73f98df32dc89248af49c085255f5a8f48171
14:22:16 [2021-12-21T14:22:16.202Z] #11 sha256:7df682714696dcda51e3d1450e19e12e91596cb835720e25c9c4b9e1c4bf4c16 102.63MB / 102.63MB 12.3s done
14:22:16 [2021-12-21T14:22:16.465Z] #31 2.861 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
14:22:16 [2021-12-21T14:22:16.465Z] #31 3.231 
14:22:16 [2021-12-21T14:22:16.465Z] #31 3.447 #=#=#                                                                         

######################################################################## 100.0%
14:22:16 [2021-12-21T14:22:16.486Z] #11 ...
14:22:16 [2021-12-21T14:22:16.487Z] 
14:22:16 [2021-12-21T14:22:16.487Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d
14:22:16 [2021-12-21T14:22:16.487Z] #28 sha256:fb44ae50789b09fc0145b46dda6c04e339b5d6f167ece4162d2be3767a465791
14:22:16 [2021-12-21T14:22:16.487Z] #28 sha256:94a23d3cb5be24659b25f17537307e7f568d665244f6a383c1c6e51e31080749 53.60MB / 53.60MB 9.5s done
14:22:16 [2021-12-21T14:22:16.487Z] #28 extracting sha256:94a23d3cb5be24659b25f17537307e7f568d665244f6a383c1c6e51e31080749 2.5s done
14:22:16 [2021-12-21T14:22:16.487Z] #28 DONE 12.7s
14:22:16 [2021-12-21T14:22:16.487Z] 
14:22:16 [2021-12-21T14:22:16.487Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:16 [2021-12-21T14:22:16.487Z] #11 sha256:d2c61e19dd1409c74812da232cc73f98df32dc89248af49c085255f5a8f48171
14:22:16 [2021-12-21T14:22:16.727Z] #31 3.749 
14:22:17 [2021-12-21T14:22:17.030Z] #11 ...
14:22:17 [2021-12-21T14:22:17.030Z] 
14:22:17 [2021-12-21T14:22:17.030Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
14:22:17 [2021-12-21T14:22:17.030Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
14:22:17 [2021-12-21T14:22:17.030Z] #70 DONE 1.2s
14:22:17 [2021-12-21T14:22:17.030Z] 
14:22:17 [2021-12-21T14:22:17.030Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:17 [2021-12-21T14:22:17.030Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:17 [2021-12-21T14:22:17.103Z] #31 2.190 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
14:22:17 [2021-12-21T14:22:17.103Z] #31 2.535 
14:22:17 [2021-12-21T14:22:17.362Z] #31 2.768 #=#=#                                                                         

######################################################################## 100.0%
14:22:17 [2021-12-21T14:22:17.622Z] #31 3.128 
14:22:18 [2021-12-21T14:22:18.112Z] #31 4.818 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
14:22:18 [2021-12-21T14:22:18.112Z] #31 5.180 
14:22:18 [2021-12-21T14:22:18.371Z] #31 5.413 #=#=#                                                                         

######################################################################## 100.0%
14:22:18 [2021-12-21T14:22:18.940Z] #31 5.813 
14:22:19 [2021-12-21T14:22:19.002Z] #31 4.217 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
14:22:19 [2021-12-21T14:22:19.004Z] #11 extracting sha256:387334821c5766fe1e51787a0e39fabd91c968e763b23a2444bb011742679aa3 2.6s done
14:22:19 [2021-12-21T14:22:19.261Z] #11 extracting sha256:7df682714696dcda51e3d1450e19e12e91596cb835720e25c9c4b9e1c4bf4c16 0.1s
14:22:19 [2021-12-21T14:22:19.261Z] #31 4.599 
14:22:19 [2021-12-21T14:22:19.511Z] #31 ...
14:22:19 [2021-12-21T14:22:19.511Z] 
14:22:19 [2021-12-21T14:22:19.511Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:19 [2021-12-21T14:22:19.511Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:19 [2021-12-21T14:22:19.511Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 8.0s
14:22:19 [2021-12-21T14:22:19.520Z] #31 4.835 #=#=#                                                                         

######################################################################## 100.0%
14:22:19 [2021-12-21T14:22:19.781Z] #31 5.217 
14:22:20 [2021-12-21T14:22:20.302Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 5.1s
14:22:20 [2021-12-21T14:22:20.302Z] #11 extracting sha256:0598fa43a7e793a76c198e8d45d8810394e1cfc943b2673d7fcf5a6fdc4f45b3 5.1s done
14:22:20 [2021-12-21T14:22:20.558Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760
14:22:21 [2021-12-21T14:22:21.159Z] #31 6.299 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
14:22:21 [2021-12-21T14:22:21.159Z] #31 ...
14:22:21 [2021-12-21T14:22:21.159Z] 
14:22:21 [2021-12-21T14:22:21.159Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:21 [2021-12-21T14:22:21.159Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:21 [2021-12-21T14:22:21.159Z] #11 extracting sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 6.6s
14:22:21 [2021-12-21T14:22:21.928Z] #11 ...
14:22:21 [2021-12-21T14:22:21.928Z] 
14:22:21 [2021-12-21T14:22:21.928Z] #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
14:22:21 [2021-12-21T14:22:21.928Z] #29 sha256:39bcb803db3fb62875203216ca39406b318edba942ba3bef5bd533f59ce21ed1
14:22:21 [2021-12-21T14:22:21.928Z] #29 2.381 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 2.381 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 2.389 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 2.532 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 2.683 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 2.982 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:22:21 [2021-12-21T14:22:21.928Z] #29 4.565 Fetched 8485 kB in 2s (3430 kB/s)
14:22:21 [2021-12-21T14:22:21.928Z] #29 4.565 Reading package lists...
14:22:21 [2021-12-21T14:22:21.928Z] #29 5.415 Reading package lists...
14:22:21 [2021-12-21T14:22:21.928Z] #29 6.224 Building dependency tree...
14:22:21 [2021-12-21T14:22:21.928Z] #29 6.590 The following additional packages will be installed:
14:22:21 [2021-12-21T14:22:21.928Z] #29 6.590   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
14:22:21 [2021-12-21T14:22:21.928Z] #29 6.591   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
14:22:21 [2021-12-21T14:22:21.928Z] #29 6.592 Recommended packages:
14:22:21 [2021-12-21T14:22:21.928Z] #29 6.592   libldap-common publicsuffix libsasl2-modules
14:22:21 [2021-12-21T14:22:21.928Z] #29 6.770 The following NEW packages will be installed:
14:22:21 [2021-12-21T14:22:21.928Z] #29 6.770   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
14:22:21 [2021-12-21T14:22:21.928Z] #29 6.771   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
14:22:21 [2021-12-21T14:22:21.928Z] #29 6.772   libssh2-1 openssl
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.043 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.043 Need to get 3038 kB of archives.
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.043 After this operation, 6650 kB of additional disk space will be used.
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.043 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.058 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.059 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.064 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.065 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.067 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.073 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.076 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.079 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.081 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.083 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.088 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.090 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.111 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.113 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
14:22:21 [2021-12-21T14:22:21.928Z] #29 7.256 debconf: delaying package configuration, since apt-utils is not installed
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.287 Fetched 3038 kB in 0s (9085 kB/s)
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.310 Selecting previously unselected package openssl.
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.310 (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.)
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.315 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.319 Unpacking openssl (1.1.1k-1+deb11u1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.457 Selecting previously unselected package ca-certificates.
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.457 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.460 Unpacking ca-certificates (20210119) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.523 Selecting previously unselected package libbrotli1:amd64.
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.523 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.535 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.599 Selecting previously unselected package libsasl2-modules-db:amd64.
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.600 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.604 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.638 Selecting previously unselected package libsasl2-2:amd64.
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.640 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.643 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.779 Selecting previously unselected package libldap-2.4-2:amd64.
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.780 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.786 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.850 Selecting previously unselected package libnghttp2-14:amd64.
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.850 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.852 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.898 Selecting previously unselected package libpsl5:amd64.
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.898 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.902 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.937 Selecting previously unselected package librtmp1:amd64.
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.938 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.942 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.978 Selecting previously unselected package libssh2-1:amd64.
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.978 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 7.981 Unpacking libssh2-1:amd64 (1.9.0-2) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.032 Selecting previously unselected package libcurl4:amd64.
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.032 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.035 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.098 Selecting previously unselected package curl.
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.098 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.106 Unpacking curl (7.74.0-1.3+deb11u1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.159 Selecting previously unselected package libonig5:amd64.
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.159 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.166 Unpacking libonig5:amd64 (6.9.6-1.1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.230 Selecting previously unselected package libjq1:amd64.
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.230 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.233 Unpacking libjq1:amd64 (1.6-2.1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.278 Selecting previously unselected package jq.
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.280 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.290 Unpacking jq (1.6-2.1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.327 Setting up libpsl5:amd64 (0.21.0-1.2) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.340 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.351 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.363 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.373 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.382 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.392 Setting up libssh2-1:amd64 (1.9.0-2) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.404 Setting up openssl (1.1.1k-1+deb11u1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.420 Setting up libonig5:amd64 (6.9.6-1.1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.426 Setting up libjq1:amd64 (1.6-2.1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.435 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 8.445 Setting up ca-certificates (20210119) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 9.040 Updating certificates in /etc/ssl/certs...
14:22:21 [2021-12-21T14:22:21.929Z] #29 9.784 129 added, 0 removed; done.
14:22:21 [2021-12-21T14:22:21.929Z] #29 9.822 Setting up jq (1.6-2.1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 9.828 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 9.837 Setting up curl (7.74.0-1.3+deb11u1) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 9.847 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 9.871 Processing triggers for ca-certificates (20210119) ...
14:22:21 [2021-12-21T14:22:21.929Z] #29 9.880 Updating certificates in /etc/ssl/certs...
14:22:22 [2021-12-21T14:22:22.185Z] #29 ...
14:22:22 [2021-12-21T14:22:22.185Z] 
14:22:22 [2021-12-21T14:22:22.185Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:22 [2021-12-21T14:22:22.185Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:22 [2021-12-21T14:22:22.530Z] #11 extracting sha256:7df682714696dcda51e3d1450e19e12e91596cb835720e25c9c4b9e1c4bf4c16 3.3s done
14:22:22 [2021-12-21T14:22:22.921Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 10.9s done
14:22:22 [2021-12-21T14:22:22.921Z] #11 extracting sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 0.1s
14:22:23 [2021-12-21T14:22:23.092Z] #11 extracting sha256:d19c6eaaced152f2555856673c7fddada222c210af0071877297faa8944a5ebf done
14:22:24 [2021-12-21T14:22:24.457Z] #11 DONE 20.6s
14:22:24 [2021-12-21T14:22:24.457Z] 
14:22:24 [2021-12-21T14:22:24.457Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
14:22:24 [2021-12-21T14:22:24.457Z] #12 sha256:a3774e4b76fa67979cd22e9fcf205d97529d16288053ad209102c08dc2a77de7
14:22:24 [2021-12-21T14:22:24.457Z] #12 ...
14:22:24 [2021-12-21T14:22:24.457Z] 
14:22:24 [2021-12-21T14:22:24.457Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
14:22:24 [2021-12-21T14:22:24.457Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef
14:22:24 [2021-12-21T14:22:24.457Z] #68 DONE 2.9s
14:22:24 [2021-12-21T14:22:24.457Z] 
14:22:24 [2021-12-21T14:22:24.457Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
14:22:24 [2021-12-21T14:22:24.457Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
14:22:24 [2021-12-21T14:22:24.704Z] #11 ...
14:22:24 [2021-12-21T14:22:24.704Z] 
14:22:24 [2021-12-21T14:22:24.704Z] #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
14:22:24 [2021-12-21T14:22:24.704Z] #29 sha256:39bcb803db3fb62875203216ca39406b318edba942ba3bef5bd533f59ce21ed1
14:22:24 [2021-12-21T14:22:24.704Z] #29 10.44 0 added, 0 removed; done.
14:22:24 [2021-12-21T14:22:24.704Z] #29 10.44 Running hooks in /etc/ca-certificates/update.d...
14:22:24 [2021-12-21T14:22:24.704Z] #29 10.44 done.
14:22:24 [2021-12-21T14:22:24.704Z] #29 DONE 12.2s
14:22:24 [2021-12-21T14:22:24.704Z] 
14:22:24 [2021-12-21T14:22:24.704Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:24 [2021-12-21T14:22:24.704Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:24 [2021-12-21T14:22:24.704Z] #11 extracting sha256:ae9442ff4ff8634f5d742369e4ad1d6fea20a21a71807d249f6b28954a515760 3.9s done
14:22:24 [2021-12-21T14:22:24.704Z] #11 ...
14:22:24 [2021-12-21T14:22:24.704Z] 
14:22:24 [2021-12-21T14:22:24.704Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
14:22:24 [2021-12-21T14:22:24.704Z] #30 sha256:831d08ad23f0020a274a0bad032c15ffe13bfd7bcdd5d87a3a48506837e26834
14:22:24 [2021-12-21T14:22:24.704Z] #30 DONE 0.2s
14:22:24 [2021-12-21T14:22:24.704Z] 
14:22:24 [2021-12-21T14:22:24.704Z] #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
14:22:24 [2021-12-21T14:22:24.704Z] #31 sha256:6126dc9da36a4219cd6ca6755b24858cb51c046ba27e1d395d9ab23ef8ed59d2
14:22:26 [2021-12-21T14:22:26.231Z] #11 ...
14:22:26 [2021-12-21T14:22:26.231Z] 
14:22:26 [2021-12-21T14:22:26.231Z] #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
14:22:26 [2021-12-21T14:22:26.231Z] #31 sha256:60151038959a313af0e83cc228fae112f70c3dc9e165c42faac132b472199901
14:22:26 [2021-12-21T14:22:26.231Z] #31 6.942 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
14:22:26 [2021-12-21T14:22:26.231Z] #31 7.272 
14:22:26 [2021-12-21T14:22:26.231Z] #31 7.515 #=#=#                                                                         

###############                                                           22.0%
#########################################                                 58.1%
#################################################################         90.4%
######################################################################## 100.0%
14:22:26 [2021-12-21T14:22:26.231Z] #31 8.049 
14:22:26 [2021-12-21T14:22:26.231Z] #31 9.150 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
14:22:26 [2021-12-21T14:22:26.231Z] #31 9.494 
14:22:26 [2021-12-21T14:22:26.231Z] #31 9.730 #=#=#                                                                         

######################################################################## 100.0%
14:22:26 [2021-12-21T14:22:26.231Z] #31 10.02 
14:22:26 [2021-12-21T14:22:26.231Z] #31 10.87 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
14:22:26 [2021-12-21T14:22:26.231Z] #31 11.26 
14:22:26 [2021-12-21T14:22:26.231Z] #31 11.50 #=#=#                                                                         

######################################################################## 100.0%
14:22:26 [2021-12-21T14:22:26.231Z] #31 11.83 
14:22:26 [2021-12-21T14:22:26.231Z] #31 11.91 Download of images into '/build' complete.
14:22:26 [2021-12-21T14:22:26.231Z] #31 11.91 Use something like the following to load the result into a Docker daemon:
14:22:26 [2021-12-21T14:22:26.231Z] #31 11.91   tar -cC '/build' . | docker load
14:22:26 [2021-12-21T14:22:26.231Z] #31 DONE 13.2s
14:22:26 [2021-12-21T14:22:26.231Z] 
14:22:26 [2021-12-21T14:22:26.231Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:26 [2021-12-21T14:22:26.231Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:26 [2021-12-21T14:22:26.351Z] #70 DONE 1.6s
14:22:26 [2021-12-21T14:22:26.352Z] 
14:22:26 [2021-12-21T14:22:26.352Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
14:22:26 [2021-12-21T14:22:26.352Z] #12 sha256:a3774e4b76fa67979cd22e9fcf205d97529d16288053ad209102c08dc2a77de7
14:22:26 [2021-12-21T14:22:26.352Z] #12 DONE 1.7s
14:22:26 [2021-12-21T14:22:26.352Z] 
14:22:26 [2021-12-21T14:22:26.352Z] #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
14:22:26 [2021-12-21T14:22:26.352Z] #13 sha256:b4b611da5b4a228cd0fa470c25d064b778f65997f89569a34997d3583253cb6d
14:22:26 [2021-12-21T14:22:26.352Z] #13 ...
14:22:26 [2021-12-21T14:22:26.352Z] 
14:22:26 [2021-12-21T14:22:26.352Z] #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
14:22:26 [2021-12-21T14:22:26.352Z] #29 sha256:2b601b3cbc9c15664da8f9d986d91fcaaeaab089f69b78c88b08e8a4a1db5c22
14:22:26 [2021-12-21T14:22:26.352Z] #29 10.15 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:26 [2021-12-21T14:22:26.432Z] #11 extracting sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 11.6s
14:22:26 [2021-12-21T14:22:26.602Z] #31 2.099 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
14:22:26 [2021-12-21T14:22:26.609Z] #29 10.16 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
14:22:26 [2021-12-21T14:22:26.609Z] #29 10.16 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:26 [2021-12-21T14:22:26.609Z] #29 10.29 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [97.6 kB]
14:22:26 [2021-12-21T14:22:26.609Z] #29 ...
14:22:26 [2021-12-21T14:22:26.609Z] 
14:22:26 [2021-12-21T14:22:26.609Z] #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
14:22:26 [2021-12-21T14:22:26.609Z] #13 sha256:b4b611da5b4a228cd0fa470c25d064b778f65997f89569a34997d3583253cb6d
14:22:26 [2021-12-21T14:22:26.609Z] #13 DONE 0.8s
14:22:26 [2021-12-21T14:22:26.866Z] 
14:22:26 [2021-12-21T14:22:26.866Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
14:22:26 [2021-12-21T14:22:26.866Z] #33 sha256:a257dcfee02723a4e620e9edc76a42fb7d6aab860aaa2608f681de24668efbb1
14:22:26 [2021-12-21T14:22:26.866Z] #33 DONE 0.1s
14:22:26 [2021-12-21T14:22:26.866Z] 
14:22:26 [2021-12-21T14:22:26.866Z] #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
14:22:26 [2021-12-21T14:22:26.866Z] #34 sha256:a0e1cee052c913e5350dbcf23a1c22f7aaf0f32c02886141e9f2e541cbde45f4
14:22:27 [2021-12-21T14:22:27.169Z] #31 2.566 
14:22:27 [2021-12-21T14:22:27.427Z] #31 2.791 #=#=#                                                                         

######################################################################## 100.0%
14:22:27 [2021-12-21T14:22:27.432Z] #34 ...
14:22:27 [2021-12-21T14:22:27.432Z] 
14:22:27 [2021-12-21T14:22:27.432Z] #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
14:22:27 [2021-12-21T14:22:27.432Z] #46 sha256:637b30abb802d093f4537ebaa97ff9be51f99a8fea15002fcc8003b8ff2a7f0f
14:22:27 [2021-12-21T14:22:27.432Z] #46 DONE 0.7s
14:22:27 [2021-12-21T14:22:27.686Z] #31 3.252 
14:22:27 [2021-12-21T14:22:27.699Z] 
14:22:27 [2021-12-21T14:22:27.699Z] #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
14:22:27 [2021-12-21T14:22:27.699Z] #47 sha256:6f2328862792c2154f686b9ce769b61ada0d2382b3817e5958582f64026888fd
14:22:27 [2021-12-21T14:22:27.699Z] #47 ...
14:22:27 [2021-12-21T14:22:27.699Z] 
14:22:27 [2021-12-21T14:22:27.699Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
14:22:27 [2021-12-21T14:22:27.699Z] #42 sha256:b0895a2f10d9cd32558d112eabb1875df45be4f1ed4805b62e57d53a72d57a5d
14:22:27 [2021-12-21T14:22:27.699Z] #42 DONE 1.0s
14:22:27 [2021-12-21T14:22:27.809Z] #11 ...
14:22:27 [2021-12-21T14:22:27.809Z] 
14:22:27 [2021-12-21T14:22:27.809Z] #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
14:22:27 [2021-12-21T14:22:27.809Z] #31 sha256:0fbc3202b135663f6f78291777d6c9ee48a74ef2408b3bc8532c56777a4ebe48
14:22:27 [2021-12-21T14:22:27.809Z] #31 6.646 
14:22:27 [2021-12-21T14:22:27.809Z] #31 6.877 #=#=#                                                                         

#                                                                          2.3%
###################################                                       48.9%
################################################################          89.0%
######################################################################## 100.0%
14:22:27 [2021-12-21T14:22:27.809Z] #31 7.444 
14:22:27 [2021-12-21T14:22:27.809Z] #31 8.341 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
14:22:27 [2021-12-21T14:22:27.809Z] #31 8.694 
14:22:27 [2021-12-21T14:22:27.809Z] #31 8.920 #=#=#                                                                         

######################################################################## 100.0%
14:22:27 [2021-12-21T14:22:27.809Z] #31 9.197 
14:22:27 [2021-12-21T14:22:27.809Z] #31 9.974 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
14:22:27 [2021-12-21T14:22:27.809Z] #31 10.31 
14:22:27 [2021-12-21T14:22:27.809Z] #31 10.54 #=#=#                                                                         

######################################################################## 100.0%
14:22:27 [2021-12-21T14:22:27.809Z] #31 10.83 
14:22:27 [2021-12-21T14:22:27.809Z] #31 10.91 Download of images into '/build' complete.
14:22:27 [2021-12-21T14:22:27.809Z] #31 10.91 Use something like the following to load the result into a Docker daemon:
14:22:27 [2021-12-21T14:22:27.809Z] #31 10.91   tar -cC '/build' . | docker load
14:22:27 [2021-12-21T14:22:27.809Z] #31 DONE 13.2s
14:22:27 [2021-12-21T14:22:27.960Z] 
14:22:27 [2021-12-21T14:22:27.960Z] #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
14:22:27 [2021-12-21T14:22:27.960Z] #43 sha256:e7c4530740b32a2b42a5a3d269476b056d098b76df4b29d960f9eb0bb2e5c785
14:22:27 [2021-12-21T14:22:27.960Z] #43 ...
14:22:27 [2021-12-21T14:22:27.960Z] 
14:22:27 [2021-12-21T14:22:27.960Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
14:22:27 [2021-12-21T14:22:27.960Z] #25 sha256:b56da56c831e3c2885e01a4530b3ded49007b19a32d660b5046061cf3e117252
14:22:27 [2021-12-21T14:22:27.960Z] #25 DONE 1.1s
14:22:28 [2021-12-21T14:22:28.068Z] 
14:22:28 [2021-12-21T14:22:28.068Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:28 [2021-12-21T14:22:28.068Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:28 [2021-12-21T14:22:28.135Z] #11 extracting sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 5.3s
14:22:28 [2021-12-21T14:22:28.221Z] 
14:22:28 [2021-12-21T14:22:28.221Z] #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
14:22:28 [2021-12-21T14:22:28.221Z] #26 sha256:809bbff3117711378b8a55bec95dad0ff4e43a0ab852cee2a3837aceefe71847
14:22:28 [2021-12-21T14:22:28.221Z] #26 ...
14:22:28 [2021-12-21T14:22:28.221Z] 
14:22:28 [2021-12-21T14:22:28.221Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
14:22:28 [2021-12-21T14:22:28.221Z] #62 sha256:b848b27e3bc82844e6199fa4c7bcd126dae31ddf932a7d207ca5b6a6b315c9a3
14:22:28 [2021-12-21T14:22:28.221Z] #62 DONE 1.4s
14:22:28 [2021-12-21T14:22:28.481Z] 
14:22:28 [2021-12-21T14:22:28.481Z] #63 [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
14:22:28 [2021-12-21T14:22:28.481Z] #63 sha256:bbe0c80e781aea08b88206b98256852f24b3d5a525a7bf9193e166a547ca1962
14:22:29 [2021-12-21T14:22:29.058Z] #31 4.446 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
14:22:29 [2021-12-21T14:22:29.316Z] #31 4.718 
14:22:29 [2021-12-21T14:22:29.574Z] #31 4.936 #=#=#                                                                         

######################################################################## 100.0%
14:22:29 [2021-12-21T14:22:29.574Z] #31 5.215 
14:22:30 [2021-12-21T14:22:30.507Z] #31 6.084 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
14:22:30 [2021-12-21T14:22:30.763Z] #31 ...
14:22:30 [2021-12-21T14:22:30.763Z] 
14:22:30 [2021-12-21T14:22:30.763Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.5-bullseye@sha256:13ce2929017f1c624df2be6f6b2db33da48d0608202d5a54d8e80b4d4d9a1ff6
14:22:30 [2021-12-21T14:22:30.763Z] #11 sha256:a4d74b9414742518c2b3070e0bb1cb396145c716e9ac7a7ce62b4b6b660edfbf
14:22:30 [2021-12-21T14:22:30.763Z] #11 extracting sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 5.8s
14:22:31 [2021-12-21T14:22:31.359Z] #11 extracting sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 16.8s done
14:22:31 [2021-12-21T14:22:31.359Z] #11 extracting sha256:8dc73180a07b32d19a6e968d749075d14466adf6cc4cc34736c39fa9fa1b4ae0 done
14:22:31 [2021-12-21T14:22:31.618Z] #11 DONE 49.0s
14:22:31 [2021-12-21T14:22:31.618Z] 
14:22:31 [2021-12-21T14:22:31.618Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
14:22:31 [2021-12-21T14:22:31.618Z] #12 sha256:df87039b81178eb1221db8eeda0c2bbe1f90e4b66a74758c8f4cbbd0b13a5969
14:22:32 [2021-12-21T14:22:32.865Z] #19 56.72 Reading package lists...
14:22:32 [2021-12-21T14:22:32.995Z] #12 DONE 1.1s
14:22:32 [2021-12-21T14:22:32.995Z] 
14:22:32 [2021-12-21T14:22:32.995Z] #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
14:22:32 [2021-12-21T14:22:32.995Z] #13 sha256:7376a93dbf0ab1cdf225bd6fbad354a3210ba129d4fb54e0e25d6631fd288dd5
14:22:33 [2021-12-21T14:22:33.406Z] #11 extracting sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 10.3s
14:22:33 [2021-12-21T14:22:33.568Z] #13 DONE 1.0s
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.920 + RM_GOPATH=0
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.920 + TMP_GOPATH=
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.920 + : /build
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.920 + '[' -z '' ']'
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.920 ++ mktemp -d
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.920 + export GOPATH=/tmp/tmp.vaOQIxOiXW
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.920 + GOPATH=/tmp/tmp.vaOQIxOiXW
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.920 + RM_GOPATH=1
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.920 + case "$(go env GOARCH)" in
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.928 ++ go env GOARCH
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + export GO_BUILDMODE=-buildmode=pie
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + GO_BUILDMODE=-buildmode=pie
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 ++ dirname /install.sh
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + dir=/
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + bin=rootlesskit
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + shift
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + '[' '!' -f //rootlesskit.installer ']'
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + . //rootlesskit.installer
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 ++ : v0.14.6
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + install_rootlesskit
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + case "$1" in
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + export CGO_ENABLED=0
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + CGO_ENABLED=0
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + _install_rootlesskit
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + echo 'Install rootlesskit version v0.14.6'
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + for f in rootlesskit rootlesskit-docker-proxy
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + GOBIN=/build
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + GO111MODULE=on
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6
14:22:33 [2021-12-21T14:22:33.759Z] #63 4.972 Install rootlesskit version v0.14.6
14:22:33 [2021-12-21T14:22:33.759Z] #63 ...
14:22:33 [2021-12-21T14:22:33.759Z] 
14:22:33 [2021-12-21T14:22:33.759Z] #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
14:22:33 [2021-12-21T14:22:33.759Z] #26 sha256:809bbff3117711378b8a55bec95dad0ff4e43a0ab852cee2a3837aceefe71847
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.042 + RM_GOPATH=0
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.042 + TMP_GOPATH=
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.042 + : /build
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.042 + '[' -z '' ']'
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.042 ++ mktemp -d
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.042 + export GOPATH=/tmp/tmp.9uuaL7114U
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.042 + GOPATH=/tmp/tmp.9uuaL7114U
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.042 + RM_GOPATH=1
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.042 + case "$(go env GOARCH)" in
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.042 ++ go env GOARCH
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.066 + export GO_BUILDMODE=-buildmode=pie
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.066 + GO_BUILDMODE=-buildmode=pie
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.066 ++ dirname /install.sh
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.066 + dir=/
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.066 + bin=dockercli
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.066 + shift
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.070 + '[' '!' -f //dockercli.installer ']'
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.070 + . //dockercli.installer
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.070 ++ : stable
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.070 ++ : 17.06.2-ce
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.070 + install_dockercli
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.070 + echo 'Install docker/cli version 17.06.2-ce from stable'
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.070 ++ uname -m
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.071 Install docker/cli version 17.06.2-ce from stable
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.077 + arch=aarch64
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.077 + '[' aarch64 '!=' x86_64 ']'
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.077 + '[' aarch64 '!=' s390x ']'
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.077 + '[' aarch64 '!=' armhf ']'
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.077 + build_dockercli
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.077 + git clone https://github.com/docker/docker-ce /tmp/tmp.9uuaL7114U/tmp/docker-ce
14:22:33 [2021-12-21T14:22:33.759Z] #26 5.079 Cloning into '/tmp/tmp.9uuaL7114U/tmp/docker-ce'...
14:22:33 [2021-12-21T14:22:33.828Z] 
14:22:33 [2021-12-21T14:22:33.829Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
14:22:33 [2021-12-21T14:22:33.829Z] #42 sha256:d6584f513e2244fc79ee6237c60f221dac0c50dd55035054e85c3c9d28263e98
14:22:33 [2021-12-21T14:22:33.829Z] #42 DONE 0.1s
14:22:33 [2021-12-21T14:22:33.829Z] 
14:22:33 [2021-12-21T14:22:33.829Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
14:22:33 [2021-12-21T14:22:33.829Z] #33 sha256:2b8d555c92ab804f36e86cb77eb41f2a887cbb7986eb0d8a40fabd119373b796
14:22:33 [2021-12-21T14:22:33.829Z] #33 DONE 0.2s
14:22:33 [2021-12-21T14:22:33.829Z] 
14:22:33 [2021-12-21T14:22:33.829Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
14:22:33 [2021-12-21T14:22:33.829Z] #25 sha256:2390669a1a1154ec518db81639ee0952b0f641338a0751dd8600cadb9b445376
14:22:33 [2021-12-21T14:22:33.829Z] #25 DONE 0.2s
14:22:33 [2021-12-21T14:22:33.829Z] 
14:22:33 [2021-12-21T14:22:33.829Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
14:22:33 [2021-12-21T14:22:33.829Z] #62 sha256:26aeb41dc8900d8d4d67a49cc3a32e93d9563631dbbd379bf733c6e395a5a011
14:22:33 [2021-12-21T14:22:33.829Z] #62 DONE 0.2s
14:22:33 [2021-12-21T14:22:33.829Z] 
14:22:33 [2021-12-21T14:22:33.829Z] #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
14:22:33 [2021-12-21T14:22:33.829Z] #34 sha256:c0519c19fbf7c93514d7a6102815dd09ddf688b9f5468088005b4c292cacdf92
14:22:34 [2021-12-21T14:22:34.101Z] #34 ...
14:22:34 [2021-12-21T14:22:34.101Z] 
14:22:34 [2021-12-21T14:22:34.101Z] #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
14:22:34 [2021-12-21T14:22:34.101Z] #46 sha256:9544a359918f6566da982da9e4a1afc09499ff38bfc670a1e9e5844bfaf435e8
14:22:34 [2021-12-21T14:22:34.101Z] #46 DONE 0.3s
14:22:34 [2021-12-21T14:22:34.101Z] 
14:22:34 [2021-12-21T14:22:34.101Z] #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
14:22:34 [2021-12-21T14:22:34.101Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:22:34 [2021-12-21T14:22:34.957Z] #11 extracting sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 9.7s done
14:22:35 [2021-12-21T14:22:35.213Z] #11 extracting sha256:8dc73180a07b32d19a6e968d749075d14466adf6cc4cc34736c39fa9fa1b4ae0
14:22:35 [2021-12-21T14:22:35.213Z] #11 extracting sha256:8dc73180a07b32d19a6e968d749075d14466adf6cc4cc34736c39fa9fa1b4ae0 done
14:22:35 [2021-12-21T14:22:35.313Z] #11 extracting sha256:dba1e4e2904e6f722f1f8292e68ccdd20fed7fa2cc36bf6cef5ec212f3c44b17 12.7s done
14:22:35 [2021-12-21T14:22:35.572Z] #11 extracting sha256:8dc73180a07b32d19a6e968d749075d14466adf6cc4cc34736c39fa9fa1b4ae0 done
14:22:35 [2021-12-21T14:22:35.776Z] #11 DONE 32.8s
14:22:35 [2021-12-21T14:22:35.776Z] 
14:22:35 [2021-12-21T14:22:35.776Z] #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
14:22:35 [2021-12-21T14:22:35.776Z] #31 sha256:6126dc9da36a4219cd6ca6755b24858cb51c046ba27e1d395d9ab23ef8ed59d2
14:22:35 [2021-12-21T14:22:35.776Z] #31 6.345 
14:22:35 [2021-12-21T14:22:35.776Z] #31 6.559 #=#=#                                                                         

###################                                                       27.4%
##########################################                                59.6%
#################################################################         91.6%
######################################################################## 100.0%
14:22:35 [2021-12-21T14:22:35.776Z] #31 7.093 
14:22:35 [2021-12-21T14:22:35.776Z] #31 7.971 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
14:22:35 [2021-12-21T14:22:35.776Z] #31 8.268 
14:22:35 [2021-12-21T14:22:35.776Z] #31 8.484 #=#=#                                                                         

######################################################################## 100.0%
14:22:35 [2021-12-21T14:22:35.776Z] #31 8.731 
14:22:35 [2021-12-21T14:22:35.776Z] #31 9.371 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
14:22:35 [2021-12-21T14:22:35.776Z] #31 9.627 
14:22:35 [2021-12-21T14:22:35.776Z] #31 9.842 #=#=#                                                                         

######################################################################## 100.0%
14:22:35 [2021-12-21T14:22:35.776Z] #31 10.08 
14:22:35 [2021-12-21T14:22:35.776Z] #31 10.16 Download of images into '/build' complete.
14:22:35 [2021-12-21T14:22:35.776Z] #31 10.16 Use something like the following to load the result into a Docker daemon:
14:22:35 [2021-12-21T14:22:35.776Z] #31 10.16   tar -cC '/build' . | docker load
14:22:35 [2021-12-21T14:22:35.776Z] #31 DONE 11.4s
14:22:35 [2021-12-21T14:22:35.776Z] 
14:22:35 [2021-12-21T14:22:35.776Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
14:22:35 [2021-12-21T14:22:35.776Z] #12 sha256:df87039b81178eb1221db8eeda0c2bbe1f90e4b66a74758c8f4cbbd0b13a5969
14:22:35 [2021-12-21T14:22:35.831Z] #11 DONE 50.5s
14:22:35 [2021-12-21T14:22:35.831Z] 
14:22:35 [2021-12-21T14:22:35.831Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
14:22:35 [2021-12-21T14:22:35.831Z] #12 sha256:df87039b81178eb1221db8eeda0c2bbe1f90e4b66a74758c8f4cbbd0b13a5969
14:22:36 [2021-12-21T14:22:36.708Z] #12 DONE 0.9s
14:22:36 [2021-12-21T14:22:36.709Z] 
14:22:36 [2021-12-21T14:22:36.709Z] #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
14:22:36 [2021-12-21T14:22:36.709Z] #13 sha256:7376a93dbf0ab1cdf225bd6fbad354a3210ba129d4fb54e0e25d6631fd288dd5
14:22:37 [2021-12-21T14:22:37.046Z] #26 ...
14:22:37 [2021-12-21T14:22:37.046Z] 
14:22:37 [2021-12-21T14:22:37.046Z] #49 [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
14:22:37 [2021-12-21T14:22:37.046Z] #49 sha256:b7fae48cf1740cffed86d78c776368db0c2b4129cf7a35b6b74711346c001b94
14:22:37 [2021-12-21T14:22:37.046Z] #49 6.339 go: downloading gotest.tools/gotestsum v1.7.0
14:22:37 [2021-12-21T14:22:37.046Z] #49 9.246 go: downloading github.com/dnephin/pflag v1.0.7
14:22:37 [2021-12-21T14:22:37.046Z] #49 9.246 go: downloading github.com/fatih/color v1.10.0
14:22:37 [2021-12-21T14:22:37.046Z] #49 9.395 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:22:37 [2021-12-21T14:22:37.046Z] #49 9.474 go: downloading github.com/pkg/errors v0.9.1
14:22:37 [2021-12-21T14:22:37.046Z] #49 10.07 go: downloading github.com/mattn/go-colorable v0.1.8
14:22:37 [2021-12-21T14:22:37.046Z] #49 10.07 go: downloading github.com/mattn/go-isatty v0.0.12
14:22:37 [2021-12-21T14:22:37.046Z] #49 10.12 go: downloading github.com/fsnotify/fsnotify v1.4.9
14:22:37 [2021-12-21T14:22:37.046Z] #49 ...
14:22:37 [2021-12-21T14:22:37.046Z] 
14:22:37 [2021-12-21T14:22:37.046Z] #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
14:22:37 [2021-12-21T14:22:37.046Z] #36 sha256:63655a4d06f71e7cd27a42bf1a899f45f00dfebf571d33bcbf9888bdf0c3d162
14:22:37 [2021-12-21T14:22:37.046Z] #36 5.728 go: downloading github.com/pelletier/go-toml v1.8.1
14:22:37 [2021-12-21T14:22:37.046Z] #36 ...
14:22:37 [2021-12-21T14:22:37.046Z] 
14:22:37 [2021-12-21T14:22:37.046Z] #51 [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
14:22:37 [2021-12-21T14:22:37.046Z] #51 sha256:20f4bb0ba091fcec695104f60876dc70e32a884162e045ea94bbd0080742119e
14:22:37 [2021-12-21T14:22:37.046Z] #51 6.463 go: downloading github.com/golangci/golangci-lint v1.23.8
14:22:37 [2021-12-21T14:22:37.212Z] #12 DONE 1.5s
14:22:37 [2021-12-21T14:22:37.212Z] 
14:22:37 [2021-12-21T14:22:37.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
14:22:37 [2021-12-21T14:22:37.212Z] #13 sha256:7376a93dbf0ab1cdf225bd6fbad354a3210ba129d4fb54e0e25d6631fd288dd5
14:22:37 [2021-12-21T14:22:37.304Z] #51 ...
14:22:37 [2021-12-21T14:22:37.304Z] 
14:22:37 [2021-12-21T14:22:37.304Z] #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
14:22:37 [2021-12-21T14:22:37.304Z] #29 sha256:2b601b3cbc9c15664da8f9d986d91fcaaeaab089f69b78c88b08e8a4a1db5c22
14:22:37 [2021-12-21T14:22:37.304Z] #29 10.49 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 10.81 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
14:22:37 [2021-12-21T14:22:37.304Z] #29 12.44 Fetched 8370 kB in 3s (3280 kB/s)
14:22:37 [2021-12-21T14:22:37.304Z] #29 12.44 Reading package lists...
14:22:37 [2021-12-21T14:22:37.304Z] #29 13.04 Reading package lists...
14:22:37 [2021-12-21T14:22:37.304Z] #29 13.70 Building dependency tree...
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.06 The following additional packages will be installed:
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.06   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.06   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.07 Recommended packages:
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.07   libldap-common publicsuffix libsasl2-modules
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.20 The following NEW packages will be installed:
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.21   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.21   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.21   libssh2-1 openssl
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.47 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.47 Need to get 2932 kB of archives.
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.47 After this operation, 6483 kB of additional disk space will be used.
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.47 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1k-1+deb11u1 [829 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.50 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.50 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.50 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1 [69.3 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.50 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1 [105 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.50 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.50 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.57 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.57 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.57 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.57 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.58 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.58 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.58 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.58 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.75 debconf: delaying package configuration, since apt-utils is not installed
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.78 Fetched 2932 kB in 0s (8003 kB/s)
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.82 Selecting previously unselected package openssl.
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.82 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6645 files and directories currently installed.)
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.82 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_arm64.deb ...
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.82 Unpacking openssl (1.1.1k-1+deb11u1) ...
14:22:37 [2021-12-21T14:22:37.304Z] #29 14.97 Selecting previously unselected package ca-certificates.
14:22:37 [2021-12-21T14:22:37.305Z] #29 14.97 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 14.99 Unpacking ca-certificates (20210119) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.06 Selecting previously unselected package libbrotli1:arm64.
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.06 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.07 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.15 Selecting previously unselected package libsasl2-modules-db:arm64.
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.15 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_arm64.deb ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.15 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.20 Selecting previously unselected package libsasl2-2:arm64.
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.20 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_arm64.deb ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.21 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.25 Selecting previously unselected package libldap-2.4-2:arm64.
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.25 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.26 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.34 Selecting previously unselected package libnghttp2-14:arm64.
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.34 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.34 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.39 Selecting previously unselected package libpsl5:arm64.
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.39 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.40 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.45 Selecting previously unselected package librtmp1:arm64.
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.45 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.46 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.51 Selecting previously unselected package libssh2-1:arm64.
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.51 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.51 Unpacking libssh2-1:arm64 (1.9.0-2) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.68 Selecting previously unselected package libcurl4:arm64.
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.68 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.68 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.78 Selecting previously unselected package curl.
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.78 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.79 Unpacking curl (7.74.0-1.3+deb11u1) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.87 Selecting previously unselected package libonig5:arm64.
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.87 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 15.87 Unpacking libonig5:arm64 (6.9.6-1.1) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.01 Selecting previously unselected package libjq1:arm64.
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.01 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.01 Unpacking libjq1:arm64 (1.6-2.1) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.15 Selecting previously unselected package jq.
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.15 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.16 Unpacking jq (1.6-2.1) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.29 Setting up libpsl5:arm64 (0.21.0-1.2) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.31 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.33 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.34 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.36 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.38 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.41 Setting up libssh2-1:arm64 (1.9.0-2) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.43 Setting up openssl (1.1.1k-1+deb11u1) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.45 Setting up libonig5:arm64 (6.9.6-1.1) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.47 Setting up libjq1:arm64 (1.6-2.1) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.49 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 16.51 Setting up ca-certificates (20210119) ...
14:22:37 [2021-12-21T14:22:37.305Z] #29 21.04 Updating certificates in /etc/ssl/certs...
14:22:37 [2021-12-21T14:22:37.305Z] #29 ...
14:22:37 [2021-12-21T14:22:37.305Z] 
14:22:37 [2021-12-21T14:22:37.305Z] #53 [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
14:22:37 [2021-12-21T14:22:37.305Z] #53 sha256:9bed5e72d9ee40c0cbbe8aa3d2a35a53c3acd9bc06e1716c3fa0c04c85dc6882
14:22:37 [2021-12-21T14:22:37.305Z] #53 6.105 go: downloading mvdan.cc/sh/v3 v3.0.2
14:22:37 [2021-12-21T14:22:37.305Z] #53 7.132 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:22:37 [2021-12-21T14:22:37.305Z] #53 7.313 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:22:37 [2021-12-21T14:22:37.305Z] #53 7.350 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:22:37 [2021-12-21T14:22:37.305Z] #53 10.04 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:22:37 [2021-12-21T14:22:37.564Z] #53 ...
14:22:37 [2021-12-21T14:22:37.564Z] 
14:22:37 [2021-12-21T14:22:37.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
14:22:37 [2021-12-21T14:22:37.564Z] #14 sha256:b6c739283ee732edd99276e11c2fef81bf5074189a0df68706ff447adbdea86b
14:22:37 [2021-12-21T14:22:37.564Z] #14 6.355 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:37 [2021-12-21T14:22:37.564Z] #14 6.461 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:37 [2021-12-21T14:22:37.564Z] #14 6.651 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:37 [2021-12-21T14:22:37.564Z] #14 7.767 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
14:22:37 [2021-12-21T14:22:37.564Z] #14 10.17 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [97.6 kB]
14:22:37 [2021-12-21T14:22:37.564Z] #14 ...
14:22:37 [2021-12-21T14:22:37.564Z] 
14:22:37 [2021-12-21T14:22:37.564Z] #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
14:22:37 [2021-12-21T14:22:37.564Z] #38 sha256:adb1cad0ee9da91869ee5aa20fc56601364d765743e020e7b3cd78ecbcc4980f
14:22:37 [2021-12-21T14:22:37.564Z] #38 6.919 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:37 [2021-12-21T14:22:37.564Z] #38 6.942 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:37 [2021-12-21T14:22:37.564Z] #38 6.942 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:37 [2021-12-21T14:22:37.564Z] #38 7.978 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
14:22:37 [2021-12-21T14:22:37.564Z] #38 9.971 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [97.6 kB]
14:22:37 [2021-12-21T14:22:37.642Z] #13 DONE 0.7s
14:22:37 [2021-12-21T14:22:37.642Z] 
14:22:37 [2021-12-21T14:22:37.642Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
14:22:37 [2021-12-21T14:22:37.642Z] #42 sha256:d6584f513e2244fc79ee6237c60f221dac0c50dd55035054e85c3c9d28263e98
14:22:37 [2021-12-21T14:22:37.642Z] #42 DONE 0.1s
14:22:37 [2021-12-21T14:22:37.642Z] 
14:22:37 [2021-12-21T14:22:37.642Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
14:22:37 [2021-12-21T14:22:37.642Z] #25 sha256:bbdcdd601af10880353dacfd028b63074ab0feb30642e74ea25a08ced0a19272
14:22:37 [2021-12-21T14:22:37.642Z] #25 ...
14:22:37 [2021-12-21T14:22:37.642Z] 
14:22:37 [2021-12-21T14:22:37.642Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
14:22:37 [2021-12-21T14:22:37.642Z] #33 sha256:2b8d555c92ab804f36e86cb77eb41f2a887cbb7986eb0d8a40fabd119373b796
14:22:37 [2021-12-21T14:22:37.642Z] #33 DONE 0.1s
14:22:37 [2021-12-21T14:22:37.642Z] 
14:22:37 [2021-12-21T14:22:37.642Z] #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
14:22:37 [2021-12-21T14:22:37.642Z] #46 sha256:9544a359918f6566da982da9e4a1afc09499ff38bfc670a1e9e5844bfaf435e8
14:22:37 [2021-12-21T14:22:37.642Z] #46 DONE 0.2s
14:22:37 [2021-12-21T14:22:37.822Z] #38 ...
14:22:37 [2021-12-21T14:22:37.822Z] 
14:22:37 [2021-12-21T14:22:37.822Z] #58 [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
14:22:37 [2021-12-21T14:22:37.822Z] #58 sha256:fb7021f5e0daf498e068e2d3c22abdafdd4672cd4d888d8fc1f99f5ca5db08b7
14:22:37 [2021-12-21T14:22:37.822Z] #58 6.786 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:37 [2021-12-21T14:22:37.822Z] #58 6.795 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:37 [2021-12-21T14:22:37.822Z] #58 6.832 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:37 [2021-12-21T14:22:37.822Z] #58 7.984 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
14:22:37 [2021-12-21T14:22:37.822Z] #58 9.853 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [97.6 kB]
14:22:37 [2021-12-21T14:22:37.822Z] #58 ...
14:22:37 [2021-12-21T14:22:37.822Z] 
14:22:37 [2021-12-21T14:22:37.822Z] #49 [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
14:22:37 [2021-12-21T14:22:37.822Z] #49 sha256:b7fae48cf1740cffed86d78c776368db0c2b4129cf7a35b6b74711346c001b94
14:22:37 [2021-12-21T14:22:37.822Z] #49 10.24 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
14:22:37 [2021-12-21T14:22:37.822Z] #49 10.34 go: downloading github.com/jonboulle/clockwork v0.2.2
14:22:37 [2021-12-21T14:22:37.822Z] #49 10.54 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
14:22:37 [2021-12-21T14:22:37.822Z] #49 10.67 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
14:22:37 [2021-12-21T14:22:37.899Z] 
14:22:37 [2021-12-21T14:22:37.899Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
14:22:37 [2021-12-21T14:22:37.899Z] #62 sha256:4b360e37c4f1a5ff5436803d0cadee8c59224942f5b864294bb5b69775582b4a
14:22:37 [2021-12-21T14:22:37.899Z] #62 DONE 0.3s
14:22:37 [2021-12-21T14:22:37.899Z] 
14:22:37 [2021-12-21T14:22:37.899Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
14:22:37 [2021-12-21T14:22:37.899Z] #25 sha256:bbdcdd601af10880353dacfd028b63074ab0feb30642e74ea25a08ced0a19272
14:22:37 [2021-12-21T14:22:37.899Z] #25 DONE 0.3s
14:22:37 [2021-12-21T14:22:37.899Z] 
14:22:37 [2021-12-21T14:22:37.899Z] #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
14:22:37 [2021-12-21T14:22:37.899Z] #26 sha256:6c247ac386b888d9190c343da6ad50440888e8a59391f191221c5289106907aa
14:22:38 [2021-12-21T14:22:38.153Z] #13 DONE 1.0s
14:22:38 [2021-12-21T14:22:38.153Z] 
14:22:38 [2021-12-21T14:22:38.153Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
14:22:38 [2021-12-21T14:22:38.153Z] #25 sha256:099baed59612a1f025d76e840bb988611abb6b272e50a49152488e92656b46f3
14:22:38 [2021-12-21T14:22:38.388Z] #49 11.45 go: downloading golang.org/x/tools v0.1.0
14:22:38 [2021-12-21T14:22:38.415Z] #25 ...
14:22:38 [2021-12-21T14:22:38.415Z] 
14:22:38 [2021-12-21T14:22:38.415Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
14:22:38 [2021-12-21T14:22:38.415Z] #42 sha256:d6584f513e2244fc79ee6237c60f221dac0c50dd55035054e85c3c9d28263e98
14:22:38 [2021-12-21T14:22:38.415Z] #42 DONE 0.2s
14:22:38 [2021-12-21T14:22:38.415Z] 
14:22:38 [2021-12-21T14:22:38.415Z] #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
14:22:38 [2021-12-21T14:22:38.415Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:22:38 [2021-12-21T14:22:38.676Z] #43 ...
14:22:38 [2021-12-21T14:22:38.676Z] 
14:22:38 [2021-12-21T14:22:38.676Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
14:22:38 [2021-12-21T14:22:38.676Z] #33 sha256:2b8d555c92ab804f36e86cb77eb41f2a887cbb7986eb0d8a40fabd119373b796
14:22:38 [2021-12-21T14:22:38.676Z] #33 DONE 0.4s
14:22:38 [2021-12-21T14:22:38.676Z] 
14:22:38 [2021-12-21T14:22:38.676Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
14:22:38 [2021-12-21T14:22:38.676Z] #25 sha256:099baed59612a1f025d76e840bb988611abb6b272e50a49152488e92656b46f3
14:22:38 [2021-12-21T14:22:38.676Z] #25 DONE 0.5s
14:22:38 [2021-12-21T14:22:38.676Z] 
14:22:38 [2021-12-21T14:22:38.676Z] #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
14:22:38 [2021-12-21T14:22:38.676Z] #46 sha256:9544a359918f6566da982da9e4a1afc09499ff38bfc670a1e9e5844bfaf435e8
14:22:38 [2021-12-21T14:22:38.676Z] #46 DONE 0.5s
14:22:38 [2021-12-21T14:22:38.676Z] 
14:22:38 [2021-12-21T14:22:38.676Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
14:22:38 [2021-12-21T14:22:38.676Z] #62 sha256:f293ade4b628b160461302c9bbf2efce921d0d5245923df8ca07b6ca153f3e85
14:22:38 [2021-12-21T14:22:38.676Z] #62 DONE 0.5s
14:22:38 [2021-12-21T14:22:38.676Z] 
14:22:38 [2021-12-21T14:22:38.676Z] #63 [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
14:22:38 [2021-12-21T14:22:38.676Z] #63 sha256:f74c1c96853af0777643df80416ac53a064eb1edb472c1fb9db77357716b52e1
14:22:40 [2021-12-21T14:22:40.676Z] #47 ...
14:22:40 [2021-12-21T14:22:40.676Z] 
14:22:40 [2021-12-21T14:22:40.676Z] #58 [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
14:22:40 [2021-12-21T14:22:40.676Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:22:40 [2021-12-21T14:22:40.676Z] #58 6.210 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:40 [2021-12-21T14:22:40.676Z] #58 6.227 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:40 [2021-12-21T14:22:40.676Z] #58 6.227 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:40 [2021-12-21T14:22:40.676Z] #58 6.584 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:22:40 [2021-12-21T14:22:40.676Z] #58 ...
14:22:40 [2021-12-21T14:22:40.676Z] 
14:22:40 [2021-12-21T14:22:40.676Z] #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
14:22:40 [2021-12-21T14:22:40.676Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:22:40 [2021-12-21T14:22:40.676Z] #38 6.456 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:40 [2021-12-21T14:22:40.676Z] #38 6.475 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:40 [2021-12-21T14:22:40.676Z] #38 6.475 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:40 [2021-12-21T14:22:40.676Z] #38 6.808 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:22:41 [2021-12-21T14:22:41.611Z] #38 ...
14:22:41 [2021-12-21T14:22:41.611Z] 
14:22:41 [2021-12-21T14:22:41.611Z] #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
14:22:41 [2021-12-21T14:22:41.611Z] #26 sha256:282e096031d57a0578d31594d54e82ecc9fc74a978efa214f97d3cd99bb20b5d
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.592 + RM_GOPATH=0
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.592 + TMP_GOPATH=
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.592 + : /build
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.592 + '[' -z '' ']'
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.602 ++ mktemp -d
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.602 + export GOPATH=/tmp/tmp.UZvDfhryNQ
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.602 + GOPATH=/tmp/tmp.UZvDfhryNQ
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.602 + RM_GOPATH=1
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.602 + case "$(go env GOARCH)" in
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.616 ++ go env GOARCH
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.655 + export GO_BUILDMODE=-buildmode=pie
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.655 + GO_BUILDMODE=-buildmode=pie
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.655 ++ dirname /install.sh
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.671 Install docker/cli version 17.06.2-ce from stable
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.671 + dir=/
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.671 + bin=dockercli
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.671 + shift
14:22:41 [2021-12-21T14:22:41.611Z] #26 7.671 + '[' '!' -f //dockercli.installer ']'
14:22:41 [2021-12-21T14:22:41.612Z] #26 7.671 + . //dockercli.installer
14:22:41 [2021-12-21T14:22:41.612Z] #26 7.671 ++ : stable
14:22:41 [2021-12-21T14:22:41.612Z] #26 7.671 ++ : 17.06.2-ce
14:22:41 [2021-12-21T14:22:41.612Z] #26 7.671 + install_dockercli
14:22:41 [2021-12-21T14:22:41.612Z] #26 7.671 + echo 'Install docker/cli version 17.06.2-ce from stable'
14:22:41 [2021-12-21T14:22:41.612Z] #26 7.671 ++ uname -m
14:22:41 [2021-12-21T14:22:41.612Z] #26 7.671 + arch=x86_64
14:22:41 [2021-12-21T14:22:41.612Z] #26 7.671 + '[' x86_64 '!=' x86_64 ']'
14:22:41 [2021-12-21T14:22:41.612Z] #26 7.671 + url=https://download.docker.com/linux/static
14:22:41 [2021-12-21T14:22:41.612Z] #26 7.671 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
14:22:41 [2021-12-21T14:22:41.612Z] #26 7.671 + tar -xz docker/docker
14:22:41 [2021-12-21T14:22:41.612Z] #26 ...
14:22:41 [2021-12-21T14:22:41.612Z] 
14:22:41 [2021-12-21T14:22:41.612Z] #58 [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
14:22:41 [2021-12-21T14:22:41.612Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:22:41 [2021-12-21T14:22:41.612Z] #58 7.995 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:22:42 [2021-12-21T14:22:42.562Z] #49 ...
14:22:42 [2021-12-21T14:22:42.562Z] 
14:22:42 [2021-12-21T14:22:42.562Z] #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
14:22:42 [2021-12-21T14:22:42.562Z] #34 sha256:a0e1cee052c913e5350dbcf23a1c22f7aaf0f32c02886141e9f2e541cbde45f4
14:22:42 [2021-12-21T14:22:42.562Z] #34 5.211 + git clone https://github.com/kolyshkin/go-swagger.git .
14:22:42 [2021-12-21T14:22:42.562Z] #34 5.211 Cloning into '.'...
14:22:42 [2021-12-21T14:22:42.562Z] #34 ...
14:22:42 [2021-12-21T14:22:42.562Z] 
14:22:42 [2021-12-21T14:22:42.562Z] #51 [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
14:22:42 [2021-12-21T14:22:42.562Z] #51 sha256:20f4bb0ba091fcec695104f60876dc70e32a884162e045ea94bbd0080742119e
14:22:42 [2021-12-21T14:22:42.562Z] #51 14.43 go: downloading github.com/fatih/color v1.7.0
14:22:42 [2021-12-21T14:22:42.562Z] #51 14.43 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:22:42 [2021-12-21T14:22:42.562Z] #51 14.50 go: downloading github.com/pkg/errors v0.8.1
14:22:42 [2021-12-21T14:22:42.562Z] #51 14.57 go: downloading github.com/spf13/cobra v0.0.5
14:22:42 [2021-12-21T14:22:42.562Z] #51 14.65 go: downloading github.com/spf13/pflag v1.0.5
14:22:42 [2021-12-21T14:22:42.562Z] #51 15.11 go: downloading github.com/spf13/viper v1.6.1
14:22:42 [2021-12-21T14:22:42.562Z] #51 15.67 go: downloading github.com/mattn/go-colorable v0.1.4
14:22:42 [2021-12-21T14:22:42.562Z] #51 15.72 go: downloading github.com/mattn/go-isatty v0.0.8
14:22:42 [2021-12-21T14:22:42.819Z] #51 15.83 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:22:42 [2021-12-21T14:22:42.819Z] #51 15.88 go: downloading github.com/go-critic/go-critic v0.4.1
14:22:42 [2021-12-21T14:22:42.819Z] #51 ...
14:22:42 [2021-12-21T14:22:42.819Z] 
14:22:42 [2021-12-21T14:22:42.819Z] #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
14:22:42 [2021-12-21T14:22:42.819Z] #43 sha256:e7c4530740b32a2b42a5a3d269476b056d098b76df4b29d960f9eb0bb2e5c785
14:22:42 [2021-12-21T14:22:42.819Z] #43 5.118 + git clone https://github.com/docker/distribution.git .
14:22:42 [2021-12-21T14:22:42.819Z] #43 5.118 Cloning into '.'...
14:22:43 [2021-12-21T14:22:43.075Z] #43 ...
14:22:43 [2021-12-21T14:22:43.075Z] 
14:22:43 [2021-12-21T14:22:43.075Z] #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
14:22:43 [2021-12-21T14:22:43.075Z] #47 sha256:6f2328862792c2154f686b9ce769b61ada0d2382b3817e5958582f64026888fd
14:22:43 [2021-12-21T14:22:43.075Z] #47 5.725 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:43 [2021-12-21T14:22:43.075Z] #47 5.776 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:43 [2021-12-21T14:22:43.075Z] #47 5.976 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:43 [2021-12-21T14:22:43.075Z] #47 6.304 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
14:22:43 [2021-12-21T14:22:43.075Z] #47 7.160 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
14:22:43 [2021-12-21T14:22:43.075Z] #47 9.506 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [97.6 kB]
14:22:43 [2021-12-21T14:22:43.075Z] #47 12.41 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
14:22:43 [2021-12-21T14:22:43.159Z] #26 ...
14:22:43 [2021-12-21T14:22:43.159Z] 
14:22:43 [2021-12-21T14:22:43.159Z] #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
14:22:43 [2021-12-21T14:22:43.159Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:22:43 [2021-12-21T14:22:43.159Z] #14 5.564 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:43 [2021-12-21T14:22:43.159Z] #14 5.580 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:43 [2021-12-21T14:22:43.159Z] #14 5.580 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:43 [2021-12-21T14:22:43.159Z] #14 ...
14:22:43 [2021-12-21T14:22:43.159Z] 
14:22:43 [2021-12-21T14:22:43.159Z] #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
14:22:43 [2021-12-21T14:22:43.159Z] #26 sha256:6c247ac386b888d9190c343da6ad50440888e8a59391f191221c5289106907aa
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.460 + RM_GOPATH=0
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.460 + TMP_GOPATH=
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.460 + : /build
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.460 + '[' -z '' ']'
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.468 ++ mktemp -d
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.468 + export GOPATH=/tmp/tmp.wwDEFfXqpB
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.468 + GOPATH=/tmp/tmp.wwDEFfXqpB
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.468 + RM_GOPATH=1
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.469 + case "$(go env GOARCH)" in
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.469 ++ go env GOARCH
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.502 + export GO_BUILDMODE=-buildmode=pie
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.502 + GO_BUILDMODE=-buildmode=pie
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.502 ++ dirname /install.sh
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.502 + dir=/
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.502 + bin=dockercli
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.502 + shift
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.502 + '[' '!' -f //dockercli.installer ']'
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.502 + . //dockercli.installer
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.502 ++ : stable
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.502 ++ : 17.06.2-ce
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.502 + install_dockercli
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.502 + echo 'Install docker/cli version 17.06.2-ce from stable'
14:22:43 [2021-12-21T14:22:43.159Z] #26 5.502 ++ uname -m
14:22:43 [2021-12-21T14:22:43.415Z] #26 5.502 Install docker/cli version 17.06.2-ce from stable
14:22:43 [2021-12-21T14:22:43.415Z] #26 5.503 + arch=x86_64
14:22:43 [2021-12-21T14:22:43.415Z] #26 5.503 + '[' x86_64 '!=' x86_64 ']'
14:22:43 [2021-12-21T14:22:43.415Z] #26 5.503 + url=https://download.docker.com/linux/static
14:22:43 [2021-12-21T14:22:43.415Z] #26 5.503 + tar -xz docker/docker
14:22:43 [2021-12-21T14:22:43.415Z] #26 5.503 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
14:22:43 [2021-12-21T14:22:43.666Z] #47 ...
14:22:43 [2021-12-21T14:22:43.666Z] 
14:22:43 [2021-12-21T14:22:43.666Z] #51 [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
14:22:43 [2021-12-21T14:22:43.666Z] #51 sha256:20f4bb0ba091fcec695104f60876dc70e32a884162e045ea94bbd0080742119e
14:22:43 [2021-12-21T14:22:43.666Z] #51 16.80 go: downloading github.com/go-lintpack/lintpack v0.5.2
14:22:43 [2021-12-21T14:22:43.971Z] #51 ...
14:22:43 [2021-12-21T14:22:43.971Z] 
14:22:43 [2021-12-21T14:22:43.971Z] #63 [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
14:22:43 [2021-12-21T14:22:43.971Z] #63 sha256:bbe0c80e781aea08b88206b98256852f24b3d5a525a7bf9193e166a547ca1962
14:22:43 [2021-12-21T14:22:43.971Z] #63 5.572 go: downloading github.com/rootless-containers/rootlesskit v0.14.6
14:22:43 [2021-12-21T14:22:43.971Z] #63 10.08 go: downloading github.com/sirupsen/logrus v1.8.1
14:22:43 [2021-12-21T14:22:43.971Z] #63 10.08 go: downloading github.com/urfave/cli/v2 v2.3.0
14:22:43 [2021-12-21T14:22:43.971Z] #63 11.02 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
14:22:43 [2021-12-21T14:22:43.971Z] #63 15.41 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
14:22:43 [2021-12-21T14:22:43.971Z] #63 ...
14:22:43 [2021-12-21T14:22:43.971Z] 
14:22:43 [2021-12-21T14:22:43.971Z] #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
14:22:43 [2021-12-21T14:22:43.971Z] #29 sha256:2b601b3cbc9c15664da8f9d986d91fcaaeaab089f69b78c88b08e8a4a1db5c22
14:22:43 [2021-12-21T14:22:43.971Z] #29 21.04 Updating certificates in /etc/ssl/certs...
14:22:43 [2021-12-21T14:22:43.971Z] #29 27.06 129 added, 0 removed; done.
14:22:43 [2021-12-21T14:22:43.971Z] #29 27.29 Setting up jq (1.6-2.1) ...
14:22:43 [2021-12-21T14:22:43.971Z] #29 27.31 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
14:22:43 [2021-12-21T14:22:43.971Z] #29 27.34 Setting up curl (7.74.0-1.3+deb11u1) ...
14:22:43 [2021-12-21T14:22:43.971Z] #29 27.37 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:22:43 [2021-12-21T14:22:43.971Z] #29 27.51 Processing triggers for ca-certificates (20210119) ...
14:22:43 [2021-12-21T14:22:43.971Z] #29 27.56 Updating certificates in /etc/ssl/certs...
14:22:44 [2021-12-21T14:22:44.166Z] #58 ...
14:22:44 [2021-12-21T14:22:44.166Z] 
14:22:44 [2021-12-21T14:22:44.166Z] #49 [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
14:22:44 [2021-12-21T14:22:44.166Z] #49 sha256:bf1a249cd016a851b08f3693d41987d8ffde4c476600e61ccf78680f31850424
14:22:44 [2021-12-21T14:22:44.166Z] #49 9.529 go: downloading gotest.tools/gotestsum v1.7.0
14:22:44 [2021-12-21T14:22:44.166Z] #49 ...
14:22:44 [2021-12-21T14:22:44.166Z] 
14:22:44 [2021-12-21T14:22:44.166Z] #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
14:22:44 [2021-12-21T14:22:44.166Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:22:44 [2021-12-21T14:22:44.166Z] #14 6.744 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:44 [2021-12-21T14:22:44.166Z] #14 6.781 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:44 [2021-12-21T14:22:44.166Z] #14 6.781 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:44 [2021-12-21T14:22:44.166Z] #14 7.309 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:22:44 [2021-12-21T14:22:44.166Z] #14 9.779 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:22:44 [2021-12-21T14:22:44.166Z] #14 ...
14:22:44 [2021-12-21T14:22:44.166Z] 
14:22:44 [2021-12-21T14:22:44.166Z] #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
14:22:44 [2021-12-21T14:22:44.166Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:22:44 [2021-12-21T14:22:44.166Z] #43 7.161 + git clone https://github.com/docker/distribution.git .
14:22:44 [2021-12-21T14:22:44.166Z] #43 7.161 Cloning into '.'...
14:22:44 [2021-12-21T14:22:44.166Z] #43 ...
14:22:44 [2021-12-21T14:22:44.166Z] 
14:22:44 [2021-12-21T14:22:44.166Z] #63 [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
14:22:44 [2021-12-21T14:22:44.166Z] #63 sha256:5a3299b8f9a4902da16388e827823c188d8bda72367256a00c4c33ab24a5b67e
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.344 + RM_GOPATH=0
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.344 + TMP_GOPATH=
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.344 + : /build
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.344 + '[' -z '' ']'
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.344 ++ mktemp -d
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.351 + export GOPATH=/tmp/tmp.lVcj1CgKnS
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.351 + GOPATH=/tmp/tmp.lVcj1CgKnS
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.351 + RM_GOPATH=1
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.351 + case "$(go env GOARCH)" in
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.351 ++ go env GOARCH
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.400 Install rootlesskit version v0.14.6
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + export GO_BUILDMODE=-buildmode=pie
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + GO_BUILDMODE=-buildmode=pie
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 ++ dirname /install.sh
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + dir=/
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + bin=rootlesskit
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + shift
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + '[' '!' -f //rootlesskit.installer ']'
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + . //rootlesskit.installer
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 ++ : v0.14.6
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + install_rootlesskit
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + case "$1" in
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + export CGO_ENABLED=0
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + CGO_ENABLED=0
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + _install_rootlesskit
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + echo 'Install rootlesskit version v0.14.6'
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + for f in rootlesskit rootlesskit-docker-proxy
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + GOBIN=/build
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + GO111MODULE=on
14:22:44 [2021-12-21T14:22:44.166Z] #63 8.401 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6
14:22:44 [2021-12-21T14:22:44.166Z] #63 9.165 go: downloading github.com/rootless-containers/rootlesskit v0.14.6
14:22:44 [2021-12-21T14:22:44.231Z] #29 ...
14:22:44 [2021-12-21T14:22:44.231Z] 
14:22:44 [2021-12-21T14:22:44.231Z] #51 [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
14:22:44 [2021-12-21T14:22:44.231Z] #51 sha256:20f4bb0ba091fcec695104f60876dc70e32a884162e045ea94bbd0080742119e
14:22:44 [2021-12-21T14:22:44.231Z] #51 17.42 go: downloading github.com/mitchellh/go-homedir v1.1.0
14:22:44 [2021-12-21T14:22:44.424Z] #63 ...
14:22:44 [2021-12-21T14:22:44.424Z] 
14:22:44 [2021-12-21T14:22:44.424Z] #53 [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
14:22:44 [2021-12-21T14:22:44.425Z] #53 sha256:9d2d7440e47f94c4ef9cc91dbba2d7b1228ac82d5ecaea3827b2893ae5c1cc05
14:22:44 [2021-12-21T14:22:44.425Z] #53 8.193 go: downloading mvdan.cc/sh/v3 v3.0.2
14:22:44 [2021-12-21T14:22:44.425Z] #53 9.940 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:22:44 [2021-12-21T14:22:44.425Z] #53 9.940 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:22:44 [2021-12-21T14:22:44.425Z] #53 10.06 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:22:44 [2021-12-21T14:22:44.425Z] #53 ...
14:22:44 [2021-12-21T14:22:44.425Z] 
14:22:44 [2021-12-21T14:22:44.425Z] #51 [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
14:22:44 [2021-12-21T14:22:44.425Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:22:44 [2021-12-21T14:22:44.425Z] #51 8.884 go: downloading github.com/golangci/golangci-lint v1.23.8
14:22:44 [2021-12-21T14:22:44.831Z] #51 ...
14:22:44 [2021-12-21T14:22:44.832Z] 
14:22:44 [2021-12-21T14:22:44.832Z] #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
14:22:44 [2021-12-21T14:22:44.832Z] #36 sha256:655bb463c9830e1337ccb793d88ca46bef5f7d19aaed44808d09796947cf687e
14:22:44 [2021-12-21T14:22:44.832Z] #36 7.778 go: downloading github.com/pelletier/go-toml v1.8.1
14:22:44 [2021-12-21T14:22:44.832Z] #36 ...
14:22:44 [2021-12-21T14:22:44.832Z] 
14:22:44 [2021-12-21T14:22:44.832Z] #58 [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
14:22:44 [2021-12-21T14:22:44.832Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:22:44 [2021-12-21T14:22:44.832Z] #58 11.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:22:45 [2021-12-21T14:22:45.258Z] #63 ...
14:22:45 [2021-12-21T14:22:45.258Z] 
14:22:45 [2021-12-21T14:22:45.258Z] #49 [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
14:22:45 [2021-12-21T14:22:45.258Z] #49 sha256:bf1a249cd016a851b08f3693d41987d8ffde4c476600e61ccf78680f31850424
14:22:45 [2021-12-21T14:22:45.258Z] #49 7.000 go: downloading gotest.tools/gotestsum v1.7.0
14:22:45 [2021-12-21T14:22:45.825Z] #49 7.650 go: downloading github.com/fatih/color v1.10.0
14:22:45 [2021-12-21T14:22:45.825Z] #49 7.675 go: downloading github.com/dnephin/pflag v1.0.7
14:22:45 [2021-12-21T14:22:45.825Z] #49 7.696 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:22:46 [2021-12-21T14:22:46.087Z] #49 7.708 go: downloading github.com/pkg/errors v0.9.1
14:22:46 [2021-12-21T14:22:46.087Z] #49 7.932 go: downloading golang.org/x/tools v0.1.0
14:22:46 [2021-12-21T14:22:46.087Z] #49 7.932 go: downloading github.com/mattn/go-colorable v0.1.8
14:22:46 [2021-12-21T14:22:46.087Z] #49 7.956 go: downloading github.com/mattn/go-isatty v0.0.12
14:22:46 [2021-12-21T14:22:46.087Z] #49 7.989 go: downloading github.com/fsnotify/fsnotify v1.4.9
14:22:46 [2021-12-21T14:22:46.345Z] #49 8.024 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
14:22:47 [2021-12-21T14:22:47.289Z] #49 ...
14:22:47 [2021-12-21T14:22:47.289Z] 
14:22:47 [2021-12-21T14:22:47.289Z] #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
14:22:47 [2021-12-21T14:22:47.289Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:22:47 [2021-12-21T14:22:47.289Z] #43 8.910 + git clone https://github.com/docker/distribution.git .
14:22:47 [2021-12-21T14:22:47.289Z] #43 8.923 Cloning into '.'...
14:22:47 [2021-12-21T14:22:47.681Z] #26 ...
14:22:47 [2021-12-21T14:22:47.681Z] 
14:22:47 [2021-12-21T14:22:47.681Z] #53 [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
14:22:47 [2021-12-21T14:22:47.681Z] #53 sha256:9d2d7440e47f94c4ef9cc91dbba2d7b1228ac82d5ecaea3827b2893ae5c1cc05
14:22:47 [2021-12-21T14:22:47.681Z] #53 6.101 go: downloading mvdan.cc/sh/v3 v3.0.2
14:22:47 [2021-12-21T14:22:47.681Z] #53 6.939 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:22:47 [2021-12-21T14:22:47.681Z] #53 6.973 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:22:47 [2021-12-21T14:22:47.681Z] #53 7.021 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:22:47 [2021-12-21T14:22:47.681Z] #53 9.202 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:22:47 [2021-12-21T14:22:47.681Z] #53 ...
14:22:47 [2021-12-21T14:22:47.681Z] 
14:22:47 [2021-12-21T14:22:47.681Z] #49 [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
14:22:47 [2021-12-21T14:22:47.681Z] #49 sha256:bf1a249cd016a851b08f3693d41987d8ffde4c476600e61ccf78680f31850424
14:22:47 [2021-12-21T14:22:47.681Z] #49 5.456 go: downloading gotest.tools/gotestsum v1.7.0
14:22:47 [2021-12-21T14:22:47.681Z] #49 6.796 go: downloading github.com/dnephin/pflag v1.0.7
14:22:47 [2021-12-21T14:22:47.681Z] #49 6.805 go: downloading github.com/fatih/color v1.10.0
14:22:47 [2021-12-21T14:22:47.681Z] #49 6.939 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:22:47 [2021-12-21T14:22:47.681Z] #49 7.024 go: downloading github.com/pkg/errors v0.9.1
14:22:47 [2021-12-21T14:22:47.681Z] #49 7.390 go: downloading github.com/mattn/go-colorable v0.1.8
14:22:47 [2021-12-21T14:22:47.681Z] #49 7.397 go: downloading github.com/mattn/go-isatty v0.0.12
14:22:47 [2021-12-21T14:22:47.681Z] #49 7.451 go: downloading github.com/fsnotify/fsnotify v1.4.9
14:22:47 [2021-12-21T14:22:47.681Z] #49 7.500 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
14:22:47 [2021-12-21T14:22:47.681Z] #49 7.669 go: downloading github.com/jonboulle/clockwork v0.2.2
14:22:47 [2021-12-21T14:22:47.681Z] #49 7.732 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
14:22:47 [2021-12-21T14:22:47.681Z] #49 7.859 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
14:22:47 [2021-12-21T14:22:47.681Z] #49 8.063 go: downloading golang.org/x/tools v0.1.0
14:22:47 [2021-12-21T14:22:47.681Z] #49 ...
14:22:47 [2021-12-21T14:22:47.681Z] 
14:22:47 [2021-12-21T14:22:47.681Z] #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
14:22:47 [2021-12-21T14:22:47.681Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:22:47 [2021-12-21T14:22:47.681Z] #43 5.024 + git clone https://github.com/docker/distribution.git .
14:22:47 [2021-12-21T14:22:47.681Z] #43 5.024 Cloning into '.'...
14:22:47 [2021-12-21T14:22:47.787Z] #19 76.16 Reading package lists...
14:22:47 [2021-12-21T14:22:47.941Z] #43 ...
14:22:47 [2021-12-21T14:22:47.941Z] 
14:22:47 [2021-12-21T14:22:47.941Z] #58 [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
14:22:47 [2021-12-21T14:22:47.941Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:22:47 [2021-12-21T14:22:47.941Z] #58 5.879 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:47 [2021-12-21T14:22:47.941Z] #58 5.901 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:47 [2021-12-21T14:22:47.941Z] #58 5.901 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:47 [2021-12-21T14:22:47.941Z] #58 6.450 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:22:47 [2021-12-21T14:22:47.941Z] #58 8.615 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:22:47 [2021-12-21T14:22:47.941Z] #58 ...
14:22:47 [2021-12-21T14:22:47.941Z] 
14:22:47 [2021-12-21T14:22:47.941Z] #63 [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
14:22:47 [2021-12-21T14:22:47.941Z] #63 sha256:ae434b6887cd471a521d7bacf1911c4b9c283bcde376370421987ee136c53ee7
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.586 + RM_GOPATH=0
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.588 + TMP_GOPATH=
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.588 + : /build
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.589 + '[' -z '' ']'
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.591 ++ mktemp -d
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.597 + export GOPATH=/tmp/tmp.rVgfFnPAmc
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.597 + GOPATH=/tmp/tmp.rVgfFnPAmc
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.597 + RM_GOPATH=1
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.597 + case "$(go env GOARCH)" in
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.598 ++ go env GOARCH
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.622 + export GO_BUILDMODE=-buildmode=pie
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.622 + GO_BUILDMODE=-buildmode=pie
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.623 ++ dirname /install.sh
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.625 + dir=/
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.625 + bin=rootlesskit
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.625 + shift
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.625 + '[' '!' -f //rootlesskit.installer ']'
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.625 + . //rootlesskit.installer
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.625 ++ : v0.14.6
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.626 + install_rootlesskit
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.626 + case "$1" in
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.626 + export CGO_ENABLED=0
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.626 + CGO_ENABLED=0
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.626 + _install_rootlesskit
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.627 + echo 'Install rootlesskit version v0.14.6'
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.628 Install rootlesskit version v0.14.6
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.628 + for f in rootlesskit rootlesskit-docker-proxy
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.628 + GOBIN=/build
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.628 + GO111MODULE=on
14:22:47 [2021-12-21T14:22:47.941Z] #63 5.628 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6
14:22:47 [2021-12-21T14:22:47.941Z] #63 6.144 go: downloading github.com/rootless-containers/rootlesskit v0.14.6
14:22:47 [2021-12-21T14:22:47.941Z] #63 8.598 go: downloading github.com/sirupsen/logrus v1.8.1
14:22:47 [2021-12-21T14:22:47.941Z] #63 8.598 go: downloading github.com/urfave/cli/v2 v2.3.0
14:22:47 [2021-12-21T14:22:47.941Z] #63 9.196 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
14:22:48 [2021-12-21T14:22:48.197Z] #63 ...
14:22:48 [2021-12-21T14:22:48.197Z] 
14:22:48 [2021-12-21T14:22:48.197Z] #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
14:22:48 [2021-12-21T14:22:48.197Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:22:48 [2021-12-21T14:22:48.197Z] #38 5.800 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:48 [2021-12-21T14:22:48.197Z] #38 5.847 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:48 [2021-12-21T14:22:48.197Z] #38 5.881 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:48 [2021-12-21T14:22:48.197Z] #38 6.789 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:22:48 [2021-12-21T14:22:48.197Z] #38 9.163 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:22:48 [2021-12-21T14:22:48.239Z] #43 ...
14:22:48 [2021-12-21T14:22:48.239Z] 
14:22:48 [2021-12-21T14:22:48.239Z] #53 [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
14:22:48 [2021-12-21T14:22:48.239Z] #53 sha256:9d2d7440e47f94c4ef9cc91dbba2d7b1228ac82d5ecaea3827b2893ae5c1cc05
14:22:48 [2021-12-21T14:22:48.239Z] #53 7.697 go: downloading mvdan.cc/sh/v3 v3.0.2
14:22:48 [2021-12-21T14:22:48.239Z] #53 8.464 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
14:22:48 [2021-12-21T14:22:48.239Z] #53 8.476 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
14:22:48 [2021-12-21T14:22:48.239Z] #53 8.528 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
14:22:48 [2021-12-21T14:22:48.454Z] #38 ...
14:22:48 [2021-12-21T14:22:48.454Z] 
14:22:48 [2021-12-21T14:22:48.454Z] #51 [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
14:22:48 [2021-12-21T14:22:48.454Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:22:48 [2021-12-21T14:22:48.454Z] #51 4.694 go: downloading github.com/golangci/golangci-lint v1.23.8
14:22:48 [2021-12-21T14:22:48.454Z] #51 9.132 go: downloading github.com/fatih/color v1.7.0
14:22:48 [2021-12-21T14:22:48.454Z] #51 9.154 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:22:48 [2021-12-21T14:22:48.454Z] #51 9.200 go: downloading github.com/pkg/errors v0.8.1
14:22:48 [2021-12-21T14:22:48.454Z] #51 9.209 go: downloading github.com/spf13/cobra v0.0.5
14:22:48 [2021-12-21T14:22:48.454Z] #51 9.299 go: downloading github.com/spf13/pflag v1.0.5
14:22:48 [2021-12-21T14:22:48.454Z] #51 9.611 go: downloading github.com/spf13/viper v1.6.1
14:22:48 [2021-12-21T14:22:48.454Z] #51 9.985 go: downloading github.com/mattn/go-colorable v0.1.4
14:22:48 [2021-12-21T14:22:48.454Z] #51 10.04 go: downloading github.com/mattn/go-isatty v0.0.8
14:22:48 [2021-12-21T14:22:48.454Z] #51 10.12 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:22:48 [2021-12-21T14:22:48.454Z] #51 10.13 go: downloading github.com/go-critic/go-critic v0.4.1
14:22:48 [2021-12-21T14:22:48.454Z] #51 ...
14:22:48 [2021-12-21T14:22:48.454Z] 
14:22:48 [2021-12-21T14:22:48.454Z] #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
14:22:48 [2021-12-21T14:22:48.454Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:22:48 [2021-12-21T14:22:48.454Z] #47 6.032 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:48 [2021-12-21T14:22:48.454Z] #47 6.103 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:48 [2021-12-21T14:22:48.454Z] #47 6.111 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:48 [2021-12-21T14:22:48.454Z] #47 6.663 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
14:22:48 [2021-12-21T14:22:48.454Z] #47 7.130 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:22:48 [2021-12-21T14:22:48.454Z] #47 9.585 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:22:48 [2021-12-21T14:22:48.497Z] #53 ...
14:22:48 [2021-12-21T14:22:48.497Z] 
14:22:48 [2021-12-21T14:22:48.497Z] #58 [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
14:22:48 [2021-12-21T14:22:48.497Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:22:48 [2021-12-21T14:22:48.497Z] #58 9.620 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:48 [2021-12-21T14:22:48.497Z] #58 9.803 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:48 [2021-12-21T14:22:48.497Z] #58 9.803 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:48 [2021-12-21T14:22:48.497Z] #58 ...
14:22:48 [2021-12-21T14:22:48.497Z] 
14:22:48 [2021-12-21T14:22:48.497Z] #51 [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
14:22:48 [2021-12-21T14:22:48.497Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:22:48 [2021-12-21T14:22:48.497Z] #51 7.708 go: downloading github.com/golangci/golangci-lint v1.23.8
14:22:48 [2021-12-21T14:22:48.715Z] #47 ...
14:22:48 [2021-12-21T14:22:48.715Z] 
14:22:48 [2021-12-21T14:22:48.715Z] #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
14:22:48 [2021-12-21T14:22:48.715Z] #36 sha256:655bb463c9830e1337ccb793d88ca46bef5f7d19aaed44808d09796947cf687e
14:22:48 [2021-12-21T14:22:48.715Z] #36 6.039 go: downloading github.com/pelletier/go-toml v1.8.1
14:22:48 [2021-12-21T14:22:48.715Z] #36 ...
14:22:48 [2021-12-21T14:22:48.715Z] 
14:22:48 [2021-12-21T14:22:48.715Z] #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
14:22:48 [2021-12-21T14:22:48.715Z] #34 sha256:c0519c19fbf7c93514d7a6102815dd09ddf688b9f5468088005b4c292cacdf92
14:22:48 [2021-12-21T14:22:48.715Z] #34 5.658 + git clone https://github.com/kolyshkin/go-swagger.git .
14:22:48 [2021-12-21T14:22:48.715Z] #34 5.672 Cloning into '.'...
14:22:48 [2021-12-21T14:22:48.756Z] #51 ...
14:22:48 [2021-12-21T14:22:48.756Z] 
14:22:48 [2021-12-21T14:22:48.756Z] #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
14:22:48 [2021-12-21T14:22:48.756Z] #26 sha256:0c9b68e36db530d42dc81f8c01b23dccea6c7c0a53c3e9337a49151f402015de
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.634 + RM_GOPATH=0
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.634 + TMP_GOPATH=
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.634 + : /build
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.634 + '[' -z '' ']'
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.634 ++ mktemp -d
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.644 + export GOPATH=/tmp/tmp.kHWMJTbM7p
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.644 + GOPATH=/tmp/tmp.kHWMJTbM7p
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.644 + RM_GOPATH=1
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.644 + case "$(go env GOARCH)" in
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.644 ++ go env GOARCH
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 + export GO_BUILDMODE=-buildmode=pie
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 + GO_BUILDMODE=-buildmode=pie
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 ++ dirname /install.sh
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 + dir=/
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 + bin=dockercli
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 + shift
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 + '[' '!' -f //dockercli.installer ']'
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 + . //dockercli.installer
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 ++ : stable
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 ++ : 17.06.2-ce
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 + install_dockercli
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 + echo 'Install docker/cli version 17.06.2-ce from stable'
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 ++ uname -m
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 + arch=x86_64
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 + '[' x86_64 '!=' x86_64 ']'
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 + url=https://download.docker.com/linux/static
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 + tar -xz docker/docker
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.701 Install docker/cli version 17.06.2-ce from stable
14:22:48 [2021-12-21T14:22:48.756Z] #26 8.721 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
14:22:48 [2021-12-21T14:22:48.756Z] #26 ...
14:22:48 [2021-12-21T14:22:48.756Z] 
14:22:48 [2021-12-21T14:22:48.756Z] #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
14:22:48 [2021-12-21T14:22:48.756Z] #34 sha256:c0519c19fbf7c93514d7a6102815dd09ddf688b9f5468088005b4c292cacdf92
14:22:48 [2021-12-21T14:22:48.756Z] #34 8.312 + git clone https://github.com/kolyshkin/go-swagger.git .
14:22:48 [2021-12-21T14:22:48.756Z] #34 8.312 Cloning into '.'...
14:22:48 [2021-12-21T14:22:48.972Z] #34 ...
14:22:48 [2021-12-21T14:22:48.972Z] 
14:22:48 [2021-12-21T14:22:48.972Z] #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
14:22:48 [2021-12-21T14:22:48.972Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:22:48 [2021-12-21T14:22:48.972Z] #38 11.50 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:22:49 [2021-12-21T14:22:49.015Z] #34 ...
14:22:49 [2021-12-21T14:22:49.015Z] 
14:22:49 [2021-12-21T14:22:49.015Z] #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
14:22:49 [2021-12-21T14:22:49.015Z] #36 sha256:655bb463c9830e1337ccb793d88ca46bef5f7d19aaed44808d09796947cf687e
14:22:49 [2021-12-21T14:22:49.015Z] #36 8.802 go: downloading github.com/pelletier/go-toml v1.8.1
14:22:49 [2021-12-21T14:22:49.270Z] Running on azwin-2-cdd2a1 in d:\jenkins\workspace\moby_PR-43075
[Pipeline] {
14:22:49 [2021-12-21T14:22:49.273Z] #36 ...
14:22:49 [2021-12-21T14:22:49.273Z] 
14:22:49 [2021-12-21T14:22:49.273Z] #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
14:22:49 [2021-12-21T14:22:49.273Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:22:49 [2021-12-21T14:22:49.273Z] #14 9.447 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:49 [2021-12-21T14:22:49.273Z] #14 9.535 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:49 [2021-12-21T14:22:49.273Z] #14 9.535 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:49 [2021-12-21T14:22:49.273Z] #14 ...
14:22:49 [2021-12-21T14:22:49.273Z] 
14:22:49 [2021-12-21T14:22:49.273Z] #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
14:22:49 [2021-12-21T14:22:49.273Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:22:49 [2021-12-21T14:22:49.273Z] #47 7.611 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:49 [2021-12-21T14:22:49.273Z] #47 7.636 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:49 [2021-12-21T14:22:49.273Z] #47 7.643 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:49 [2021-12-21T14:22:49.273Z] #47 8.165 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
14:22:49 [2021-12-21T14:22:49.273Z] #47 8.632 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
[Pipeline] ws
14:22:49 [2021-12-21T14:22:49.287Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
14:22:49 [2021-12-21T14:22:49.501Z] #51 ...
14:22:49 [2021-12-21T14:22:49.501Z] 
14:22:49 [2021-12-21T14:22:49.501Z] #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
14:22:49 [2021-12-21T14:22:49.501Z] #38 sha256:adb1cad0ee9da91869ee5aa20fc56601364d765743e020e7b3cd78ecbcc4980f
14:22:49 [2021-12-21T14:22:49.501Z] #38 11.96 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
14:22:49 [2021-12-21T14:22:49.501Z] #38 ...
14:22:49 [2021-12-21T14:22:49.501Z] 
14:22:49 [2021-12-21T14:22:49.501Z] #63 [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
14:22:49 [2021-12-21T14:22:49.501Z] #63 sha256:bbe0c80e781aea08b88206b98256852f24b3d5a525a7bf9193e166a547ca1962
14:22:49 [2021-12-21T14:22:49.501Z] #63 16.75 go: downloading github.com/google/uuid v1.3.0
14:22:49 [2021-12-21T14:22:49.501Z] #63 16.81 go: downloading github.com/moby/vpnkit v0.5.0
14:22:49 [2021-12-21T14:22:49.501Z] #63 16.90 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
14:22:49 [2021-12-21T14:22:49.501Z] #63 17.29 go: downloading github.com/gofrs/flock v0.8.1
14:22:49 [2021-12-21T14:22:49.501Z] #63 17.51 go: downloading github.com/gorilla/mux v1.8.0
14:22:49 [2021-12-21T14:22:49.501Z] #63 17.80 go: downloading github.com/moby/sys/mountinfo v0.5.0
14:22:49 [2021-12-21T14:22:49.501Z] #63 18.14 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:22:49 [2021-12-21T14:22:49.501Z] #63 18.29 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
14:22:49 [2021-12-21T14:22:49.501Z] #63 ...
14:22:49 [2021-12-21T14:22:49.501Z] 
14:22:49 [2021-12-21T14:22:49.501Z] #58 [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
14:22:49 [2021-12-21T14:22:49.501Z] #58 sha256:fb7021f5e0daf498e068e2d3c22abdafdd4672cd4d888d8fc1f99f5ca5db08b7
14:22:49 [2021-12-21T14:22:49.501Z] #58 12.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
14:22:49 [2021-12-21T14:22:49.501Z] #58 ...
14:22:49 [2021-12-21T14:22:49.501Z] 
14:22:49 [2021-12-21T14:22:49.501Z] #51 [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
14:22:49 [2021-12-21T14:22:49.501Z] #51 sha256:20f4bb0ba091fcec695104f60876dc70e32a884162e045ea94bbd0080742119e
14:22:49 [2021-12-21T14:22:49.501Z] #51 22.42 go: downloading github.com/sirupsen/logrus v1.4.2
14:22:49 [2021-12-21T14:22:49.501Z] #51 22.42 go: downloading github.com/stretchr/testify v1.4.0
14:22:49 [2021-12-21T14:22:49.501Z] #51 22.60 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:22:49 [2021-12-21T14:22:49.501Z] #51 22.79 go: downloading github.com/fsnotify/fsnotify v1.4.7
14:22:49 [2021-12-21T14:22:49.532Z] #47 ...
14:22:49 [2021-12-21T14:22:49.532Z] 
14:22:49 [2021-12-21T14:22:49.532Z] #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
14:22:49 [2021-12-21T14:22:49.532Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:22:49 [2021-12-21T14:22:49.532Z] #38 9.492 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:49 [2021-12-21T14:22:49.532Z] #38 9.555 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:49 [2021-12-21T14:22:49.532Z] #38 9.555 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:49 [2021-12-21T14:22:49.532Z] #38 11.11 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:22:49 [2021-12-21T14:22:49.532Z] #38 ...
14:22:49 [2021-12-21T14:22:49.532Z] 
14:22:49 [2021-12-21T14:22:49.532Z] #58 [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
14:22:49 [2021-12-21T14:22:49.532Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:22:49 [2021-12-21T14:22:49.532Z] #58 11.33 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:22:49 [2021-12-21T14:22:49.758Z] #51 22.91 go: downloading github.com/hashicorp/hcl v1.0.0
14:22:50 [2021-12-21T14:22:50.197Z] #58 ...
14:22:50 [2021-12-21T14:22:50.197Z] 
14:22:50 [2021-12-21T14:22:50.197Z] #49 [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
14:22:50 [2021-12-21T14:22:50.197Z] #49 sha256:bf1a249cd016a851b08f3693d41987d8ffde4c476600e61ccf78680f31850424
14:22:50 [2021-12-21T14:22:50.197Z] #49 12.64 go: downloading github.com/dnephin/pflag v1.0.7
14:22:50 [2021-12-21T14:22:50.197Z] #49 12.65 go: downloading github.com/fatih/color v1.10.0
14:22:50 [2021-12-21T14:22:50.197Z] #49 12.86 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:22:50 [2021-12-21T14:22:50.197Z] #49 12.94 go: downloading github.com/pkg/errors v0.9.1
14:22:50 [2021-12-21T14:22:50.197Z] #49 13.68 go: downloading github.com/mattn/go-colorable v0.1.8
14:22:50 [2021-12-21T14:22:50.197Z] #49 13.76 go: downloading github.com/mattn/go-isatty v0.0.12
14:22:50 [2021-12-21T14:22:50.197Z] #49 13.99 go: downloading github.com/fsnotify/fsnotify v1.4.9
14:22:50 [2021-12-21T14:22:50.197Z] #49 14.12 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
14:22:50 [2021-12-21T14:22:50.197Z] #49 14.24 go: downloading github.com/jonboulle/clockwork v0.2.2
14:22:50 [2021-12-21T14:22:50.197Z] #49 14.41 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
14:22:50 [2021-12-21T14:22:50.197Z] #49 14.64 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
14:22:50 [2021-12-21T14:22:50.197Z] #49 15.23 go: downloading golang.org/x/tools v0.1.0
14:22:50 [2021-12-21T14:22:50.327Z] #51 23.35 go: downloading github.com/magiconair/properties v1.8.1
14:22:50 [2021-12-21T14:22:50.327Z] #51 23.35 go: downloading github.com/mitchellh/mapstructure v1.1.2
14:22:50 [2021-12-21T14:22:50.327Z] #51 23.38 go: downloading github.com/pelletier/go-toml v1.2.0
14:22:50 [2021-12-21T14:22:50.327Z] #51 23.46 go: downloading github.com/spf13/afero v1.1.2
14:22:50 [2021-12-21T14:22:50.327Z] #51 ...
14:22:50 [2021-12-21T14:22:50.327Z] 
14:22:50 [2021-12-21T14:22:50.327Z] #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
14:22:50 [2021-12-21T14:22:50.327Z] #14 sha256:b6c739283ee732edd99276e11c2fef81bf5074189a0df68706ff447adbdea86b
14:22:50 [2021-12-21T14:22:50.327Z] #14 13.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
14:22:50 [2021-12-21T14:22:50.327Z] #14 ...
14:22:50 [2021-12-21T14:22:50.327Z] 
14:22:50 [2021-12-21T14:22:50.327Z] #51 [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
14:22:50 [2021-12-21T14:22:50.327Z] #51 sha256:20f4bb0ba091fcec695104f60876dc70e32a884162e045ea94bbd0080742119e
14:22:50 [2021-12-21T14:22:50.327Z] #51 23.68 go: downloading github.com/spf13/cast v1.3.0
14:22:50 [2021-12-21T14:22:50.594Z] #51 23.79 go: downloading github.com/spf13/jwalterweatherman v1.0.0
14:22:50 [2021-12-21T14:22:50.723Z] The recommended git tool is: git
14:22:50 [2021-12-21T14:22:50.852Z] #51 23.90 go: downloading github.com/subosito/gotenv v1.2.0
14:22:50 [2021-12-21T14:22:50.852Z] #51 24.00 go: downloading gopkg.in/ini.v1 v1.51.0
14:22:50 [2021-12-21T14:22:50.852Z] #51 24.00 go: downloading gopkg.in/yaml.v2 v2.2.7
14:22:51 [2021-12-21T14:22:51.111Z] #51 24.20 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:22:51 [2021-12-21T14:22:51.111Z] #51 24.33 go: downloading github.com/go-toolsmith/astcast v1.0.0
14:22:51 [2021-12-21T14:22:51.368Z] #51 24.43 go: downloading github.com/go-toolsmith/astcopy v1.0.0
14:22:51 [2021-12-21T14:22:51.369Z] #51 24.63 go: downloading github.com/go-toolsmith/astequal v1.0.0
14:22:51 [2021-12-21T14:22:51.625Z] #51 24.73 go: downloading github.com/go-toolsmith/astfmt v1.0.0
14:22:51 [2021-12-21T14:22:51.625Z] #51 24.79 go: downloading github.com/go-toolsmith/astp v1.0.0
14:22:51 [2021-12-21T14:22:51.625Z] #51 24.93 go: downloading github.com/go-toolsmith/strparse v1.0.0
14:22:51 [2021-12-21T14:22:51.625Z] #51 24.99 go: downloading github.com/go-toolsmith/typep v1.0.0
14:22:51 [2021-12-21T14:22:51.882Z] #51 25.05 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
14:22:51 [2021-12-21T14:22:51.882Z] #51 25.22 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
14:22:51 [2021-12-21T14:22:51.882Z] #51 25.26 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:22:51 [2021-12-21T14:22:51.996Z] #19 93.86 Building dependency tree...
14:22:52 [2021-12-21T14:22:52.108Z] #49 ...
14:22:52 [2021-12-21T14:22:52.108Z] 
14:22:52 [2021-12-21T14:22:52.108Z] #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
14:22:52 [2021-12-21T14:22:52.108Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:22:52 [2021-12-21T14:22:52.108Z] #38 8.048 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:22:52 [2021-12-21T14:22:52.108Z] #38 11.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:22:52 [2021-12-21T14:22:52.108Z] #38 ...
14:22:52 [2021-12-21T14:22:52.108Z] 
14:22:52 [2021-12-21T14:22:52.108Z] #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
14:22:52 [2021-12-21T14:22:52.108Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:22:52 [2021-12-21T14:22:52.108Z] #47 8.822 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:22:52 [2021-12-21T14:22:52.108Z] #47 8.932 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:22:52 [2021-12-21T14:22:52.108Z] #47 8.932 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:22:52 [2021-12-21T14:22:52.108Z] #47 9.676 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1532 B]
14:22:52 [2021-12-21T14:22:52.108Z] #47 10.44 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:22:52 [2021-12-21T14:22:52.108Z] #47 14.30 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:22:52 [2021-12-21T14:22:52.108Z] #47 18.05 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:22:52 [2021-12-21T14:22:52.139Z] #51 25.30 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:22:52 [2021-12-21T14:22:52.139Z] #51 25.38 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:22:52 [2021-12-21T14:22:52.139Z] #51 25.44 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:22:52 [2021-12-21T14:22:52.247Z] #38 ...
14:22:52 [2021-12-21T14:22:52.247Z] 
14:22:52 [2021-12-21T14:22:52.247Z] #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
14:22:52 [2021-12-21T14:22:52.247Z] #26 sha256:6c247ac386b888d9190c343da6ad50440888e8a59391f191221c5289106907aa
14:22:52 [2021-12-21T14:22:52.247Z] #26 13.52 + mkdir -p /build
14:22:52 [2021-12-21T14:22:52.247Z] #26 13.52 + mv docker/docker /build/
14:22:52 [2021-12-21T14:22:52.247Z] #26 13.52 + rmdir docker
14:22:52 [2021-12-21T14:22:52.247Z] #26 DONE 13.9s
14:22:52 [2021-12-21T14:22:52.247Z] 
14:22:52 [2021-12-21T14:22:52.247Z] #63 [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
14:22:52 [2021-12-21T14:22:52.247Z] #63 sha256:ae434b6887cd471a521d7bacf1911c4b9c283bcde376370421987ee136c53ee7
14:22:52 [2021-12-21T14:22:52.247Z] #63 12.25 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
14:22:52 [2021-12-21T14:22:52.247Z] #63 13.09 go: downloading github.com/google/uuid v1.3.0
14:22:52 [2021-12-21T14:22:52.247Z] #63 13.19 go: downloading github.com/moby/vpnkit v0.5.0
14:22:52 [2021-12-21T14:22:52.247Z] #63 13.25 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
14:22:52 [2021-12-21T14:22:52.247Z] #63 13.32 go: downloading github.com/gofrs/flock v0.8.1
14:22:52 [2021-12-21T14:22:52.247Z] #63 13.54 go: downloading github.com/gorilla/mux v1.8.0
14:22:52 [2021-12-21T14:22:52.247Z] #63 13.81 go: downloading github.com/moby/sys/mountinfo v0.5.0
14:22:52 [2021-12-21T14:22:52.247Z] #63 14.34 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:22:52 [2021-12-21T14:22:52.247Z] #63 14.56 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
14:22:52 [2021-12-21T14:22:52.367Z] #47 ...
14:22:52 [2021-12-21T14:22:52.367Z] 
14:22:52 [2021-12-21T14:22:52.367Z] #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
14:22:52 [2021-12-21T14:22:52.367Z] #34 sha256:c0519c19fbf7c93514d7a6102815dd09ddf688b9f5468088005b4c292cacdf92
14:22:52 [2021-12-21T14:22:52.367Z] #34 8.363 + git clone https://github.com/kolyshkin/go-swagger.git .
14:22:52 [2021-12-21T14:22:52.367Z] #34 8.371 Cloning into '.'...
14:22:52 [2021-12-21T14:22:52.367Z] #34 ...
14:22:52 [2021-12-21T14:22:52.367Z] 
14:22:52 [2021-12-21T14:22:52.367Z] #63 [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
14:22:52 [2021-12-21T14:22:52.367Z] #63 sha256:5a3299b8f9a4902da16388e827823c188d8bda72367256a00c4c33ab24a5b67e
14:22:52 [2021-12-21T14:22:52.367Z] #63 13.16 go: downloading github.com/sirupsen/logrus v1.8.1
14:22:52 [2021-12-21T14:22:52.367Z] #63 13.16 go: downloading github.com/urfave/cli/v2 v2.3.0
14:22:52 [2021-12-21T14:22:52.367Z] #63 14.37 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
14:22:52 [2021-12-21T14:22:52.504Z] #63 14.66 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
14:22:52 [2021-12-21T14:22:52.705Z] #51 25.78 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:22:52 [2021-12-21T14:22:52.705Z] #51 25.88 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:22:52 [2021-12-21T14:22:52.705Z] #51 25.93 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:22:52 [2021-12-21T14:22:52.819Z] #58 14.13 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:22:52 [2021-12-21T14:22:52.962Z] #51 26.15 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:22:52 [2021-12-21T14:22:52.962Z] #51 26.24 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:22:52 [2021-12-21T14:22:52.962Z] #51 26.35 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:22:53 [2021-12-21T14:22:53.224Z] #51 26.45 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:22:53 [2021-12-21T14:22:53.302Z] #63 ...
14:22:53 [2021-12-21T14:22:53.302Z] 
14:22:53 [2021-12-21T14:22:53.302Z] #51 [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
14:22:53 [2021-12-21T14:22:53.302Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:22:53 [2021-12-21T14:22:53.302Z] #51 19.42 go: downloading github.com/fatih/color v1.7.0
14:22:53 [2021-12-21T14:22:53.302Z] #51 19.46 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:22:53 [2021-12-21T14:22:53.302Z] #51 19.59 go: downloading github.com/pkg/errors v0.8.1
14:22:53 [2021-12-21T14:22:53.302Z] #51 19.65 go: downloading github.com/spf13/cobra v0.0.5
14:22:53 [2021-12-21T14:22:53.302Z] #51 19.69 go: downloading github.com/spf13/pflag v1.0.5
14:22:53 [2021-12-21T14:22:53.441Z] #63 ...
14:22:53 [2021-12-21T14:22:53.441Z] 
14:22:53 [2021-12-21T14:22:53.441Z] #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
14:22:53 [2021-12-21T14:22:53.441Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:22:53 [2021-12-21T14:22:53.441Z] #14 6.075 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:22:53 [2021-12-21T14:22:53.441Z] #14 8.439 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:22:53 [2021-12-21T14:22:53.441Z] #14 10.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:22:53 [2021-12-21T14:22:53.483Z] #51 ...
14:22:53 [2021-12-21T14:22:53.483Z] 
14:22:53 [2021-12-21T14:22:53.483Z] #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
14:22:53 [2021-12-21T14:22:53.483Z] #29 sha256:2b601b3cbc9c15664da8f9d986d91fcaaeaab089f69b78c88b08e8a4a1db5c22
14:22:53 [2021-12-21T14:22:53.483Z] #29 32.71 0 added, 0 removed; done.
14:22:53 [2021-12-21T14:22:53.483Z] #29 32.71 Running hooks in /etc/ca-certificates/update.d...
14:22:53 [2021-12-21T14:22:53.483Z] #29 32.73 done.
14:22:53 [2021-12-21T14:22:53.483Z] #29 DONE 37.0s
14:22:53 [2021-12-21T14:22:53.483Z] 
14:22:53 [2021-12-21T14:22:53.483Z] #51 [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
14:22:53 [2021-12-21T14:22:53.483Z] #51 sha256:20f4bb0ba091fcec695104f60876dc70e32a884162e045ea94bbd0080742119e
14:22:53 [2021-12-21T14:22:53.483Z] #51 26.71 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:22:53 [2021-12-21T14:22:53.483Z] #51 ...
14:22:53 [2021-12-21T14:22:53.483Z] 
14:22:53 [2021-12-21T14:22:53.483Z] #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
14:22:53 [2021-12-21T14:22:53.483Z] #36 sha256:63655a4d06f71e7cd27a42bf1a899f45f00dfebf571d33bcbf9888bdf0c3d162
14:22:53 [2021-12-21T14:22:53.483Z] #36 24.01 tomll can be used in two ways:
14:22:53 [2021-12-21T14:22:53.483Z] #36 24.01 Writing to STDIN and reading from STDOUT:
14:22:53 [2021-12-21T14:22:53.483Z] #36 24.01   cat file.toml | tomll > file.toml
14:22:53 [2021-12-21T14:22:53.483Z] #36 24.01 
14:22:53 [2021-12-21T14:22:53.483Z] #36 24.01 Reading and updating a list of files:
14:22:53 [2021-12-21T14:22:53.483Z] #36 24.01   tomll a.toml b.toml c.toml
14:22:53 [2021-12-21T14:22:53.483Z] #36 24.01 
14:22:53 [2021-12-21T14:22:53.483Z] #36 24.01 When given a list of files, tomll will modify all files in place without asking.
14:22:53 [2021-12-21T14:22:53.483Z] #36 DONE 26.8s
14:22:53 [2021-12-21T14:22:53.483Z] 
14:22:53 [2021-12-21T14:22:53.483Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
14:22:53 [2021-12-21T14:22:53.483Z] #30 sha256:c3eb73b9688859d5c8194ac47e89001729acb573884bd3963a7892c7359b0483
14:22:53 [2021-12-21T14:22:53.483Z] #30 DONE 0.2s
14:22:53 [2021-12-21T14:22:53.483Z] 
14:22:53 [2021-12-21T14:22:53.483Z] #51 [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
14:22:53 [2021-12-21T14:22:53.483Z] #51 sha256:20f4bb0ba091fcec695104f60876dc70e32a884162e045ea94bbd0080742119e
14:22:53 [2021-12-21T14:22:53.483Z] #51 26.75 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:22:53 [2021-12-21T14:22:53.483Z] #51 26.78 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:22:53 [2021-12-21T14:22:53.483Z] #51 26.85 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:22:53 [2021-12-21T14:22:53.697Z] #14 ...
14:22:53 [2021-12-21T14:22:53.697Z] 
14:22:53 [2021-12-21T14:22:53.697Z] #51 [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
14:22:53 [2021-12-21T14:22:53.697Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:22:53 [2021-12-21T14:22:53.697Z] #51 11.20 go: downloading github.com/go-lintpack/lintpack v0.5.2
14:22:53 [2021-12-21T14:22:53.697Z] #51 11.37 go: downloading github.com/mitchellh/go-homedir v1.1.0
14:22:53 [2021-12-21T14:22:53.698Z] #51 14.89 go: downloading github.com/sirupsen/logrus v1.4.2
14:22:53 [2021-12-21T14:22:53.698Z] #51 15.00 go: downloading github.com/stretchr/testify v1.4.0
14:22:53 [2021-12-21T14:22:53.698Z] #51 15.04 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:22:53 [2021-12-21T14:22:53.698Z] #51 15.25 go: downloading github.com/fsnotify/fsnotify v1.4.7
14:22:53 [2021-12-21T14:22:53.698Z] #51 15.28 go: downloading github.com/hashicorp/hcl v1.0.0
14:22:53 [2021-12-21T14:22:53.698Z] #51 15.73 go: downloading github.com/magiconair/properties v1.8.1
14:22:53 [2021-12-21T14:22:53.698Z] #51 15.73 go: downloading github.com/mitchellh/mapstructure v1.1.2
14:22:53 [2021-12-21T14:22:53.698Z] #51 15.85 go: downloading github.com/pelletier/go-toml v1.2.0
14:22:53 [2021-12-21T14:22:53.698Z] #51 15.85 go: downloading github.com/spf13/afero v1.1.2
14:22:53 [2021-12-21T14:22:53.698Z] #51 16.03 go: downloading github.com/spf13/cast v1.3.0
14:22:53 [2021-12-21T14:22:53.698Z] #51 16.03 go: downloading github.com/spf13/jwalterweatherman v1.0.0
14:22:53 [2021-12-21T14:22:53.698Z] #51 16.07 go: downloading github.com/subosito/gotenv v1.2.0
14:22:53 [2021-12-21T14:22:53.698Z] #51 16.10 go: downloading gopkg.in/ini.v1 v1.51.0
14:22:53 [2021-12-21T14:22:53.698Z] #51 16.12 go: downloading gopkg.in/yaml.v2 v2.2.7
14:22:53 [2021-12-21T14:22:53.698Z] #51 16.37 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:22:53 [2021-12-21T14:22:53.739Z] #51 26.89 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:22:53 [2021-12-21T14:22:53.870Z] #51 20.24 go: downloading github.com/spf13/viper v1.6.1
14:22:53 [2021-12-21T14:22:53.954Z] #51 16.37 go: downloading github.com/go-toolsmith/astcast v1.0.0
14:22:53 [2021-12-21T14:22:53.954Z] #51 16.45 go: downloading github.com/go-toolsmith/astcopy v1.0.0
14:22:53 [2021-12-21T14:22:53.996Z] #51 27.01 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:22:53 [2021-12-21T14:22:53.996Z] #51 27.28 go: downloading github.com/sourcegraph/go-diff v0.5.1
14:22:53 [2021-12-21T14:22:53.996Z] #51 27.28 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:22:54 [2021-12-21T14:22:54.231Z] #51 16.53 go: downloading github.com/go-toolsmith/astequal v1.0.0
14:22:54 [2021-12-21T14:22:54.231Z] #51 16.65 go: downloading github.com/go-toolsmith/astfmt v1.0.0
14:22:54 [2021-12-21T14:22:54.231Z] #51 16.76 go: downloading github.com/go-toolsmith/astp v1.0.0
14:22:54 [2021-12-21T14:22:54.231Z] #51 16.84 go: downloading github.com/go-toolsmith/strparse v1.0.0
14:22:54 [2021-12-21T14:22:54.231Z] #51 16.89 go: downloading github.com/go-toolsmith/typep v1.0.0
14:22:54 [2021-12-21T14:22:54.231Z] #51 16.93 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
14:22:54 [2021-12-21T14:22:54.252Z] #51 27.32 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
14:22:54 [2021-12-21T14:22:54.252Z] #51 27.51 go: downloading github.com/ultraware/funlen v0.0.2
14:22:54 [2021-12-21T14:22:54.253Z] #51 27.55 go: downloading github.com/ultraware/whitespace v0.0.4
14:22:54 [2021-12-21T14:22:54.253Z] #51 27.55 go: downloading github.com/uudashr/gocognit v1.0.1
14:22:54 [2021-12-21T14:22:54.491Z] #51 17.01 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
14:22:54 [2021-12-21T14:22:54.491Z] #51 17.11 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:22:54 [2021-12-21T14:22:54.491Z] #51 17.11 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:22:54 [2021-12-21T14:22:54.491Z] #51 17.18 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:22:54 [2021-12-21T14:22:54.509Z] #51 27.68 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
14:22:54 [2021-12-21T14:22:54.509Z] #51 ...
14:22:54 [2021-12-21T14:22:54.509Z] 
14:22:54 [2021-12-21T14:22:54.509Z] #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
14:22:54 [2021-12-21T14:22:54.509Z] #47 sha256:6f2328862792c2154f686b9ce769b61ada0d2382b3817e5958582f64026888fd
14:22:54 [2021-12-21T14:22:54.509Z] #47 17.00 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1828 B]
14:22:54 [2021-12-21T14:22:54.509Z] #47 24.27 Fetched 8373 kB in 19s (443 kB/s)
14:22:54 [2021-12-21T14:22:54.747Z] #51 17.28 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:22:54 [2021-12-21T14:22:54.765Z] #47 24.27 Reading package lists...
14:22:54 [2021-12-21T14:22:54.765Z] #47 ...
14:22:54 [2021-12-21T14:22:54.765Z] 
14:22:54 [2021-12-21T14:22:54.766Z] #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
14:22:54 [2021-12-21T14:22:54.766Z] #43 sha256:e7c4530740b32a2b42a5a3d269476b056d098b76df4b29d960f9eb0bb2e5c785
14:22:54 [2021-12-21T14:22:54.766Z] #43 26.51 Updating files:  90% (1585/1754)
Updating files:  91% (1597/1754)
Updating files:  92% (1614/1754)
Updating files:  93% (1632/1754)
Updating files:  94% (1649/1754)
Updating files:  95% (1667/1754)
Updating files:  96% (1684/1754)
Updating files:  97% (1702/1754)
Updating files:  98% (1719/1754)
Updating files:  99% (1737/1754)
Updating files: 100% (1754/1754)
Updating files: 100% (1754/1754), done.
14:22:54 [2021-12-21T14:22:54.766Z] #43 26.76 + git checkout -q v2.3.0
14:22:55 [2021-12-21T14:22:55.246Z] #51 21.32 go: downloading github.com/mattn/go-colorable v0.1.4
14:22:55 [2021-12-21T14:22:55.246Z] #51 21.42 go: downloading github.com/mattn/go-isatty v0.0.8
14:22:55 [2021-12-21T14:22:55.246Z] #51 21.50 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:22:55 [2021-12-21T14:22:55.246Z] #51 21.50 go: downloading github.com/go-critic/go-critic v0.4.1
14:22:55 [2021-12-21T14:22:55.310Z] #51 17.79 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:22:55 [2021-12-21T14:22:55.352Z] #58 ...
14:22:55 [2021-12-21T14:22:55.352Z] 
14:22:55 [2021-12-21T14:22:55.352Z] #51 [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
14:22:55 [2021-12-21T14:22:55.352Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:22:55 [2021-12-21T14:22:55.352Z] #51 16.71 go: downloading github.com/fatih/color v1.7.0
14:22:55 [2021-12-21T14:22:55.352Z] #51 16.71 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
14:22:55 [2021-12-21T14:22:55.352Z] #51 16.82 go: downloading github.com/pkg/errors v0.8.1
14:22:55 [2021-12-21T14:22:55.352Z] #51 16.91 go: downloading github.com/spf13/cobra v0.0.5
14:22:55 [2021-12-21T14:22:55.352Z] #51 17.00 go: downloading github.com/spf13/pflag v1.0.5
14:22:55 [2021-12-21T14:22:55.567Z] #51 17.91 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:22:55 [2021-12-21T14:22:55.568Z] #51 17.92 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:22:55 [2021-12-21T14:22:55.568Z] #51 18.07 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:22:55 [2021-12-21T14:22:55.568Z] #51 18.10 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:22:55 [2021-12-21T14:22:55.610Z] #51 17.43 go: downloading github.com/spf13/viper v1.6.1
14:22:55 [2021-12-21T14:22:55.824Z] #51 18.31 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:22:55 [2021-12-21T14:22:55.824Z] #51 18.33 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:22:56 [2021-12-21T14:22:56.082Z] #51 ...
14:22:56 [2021-12-21T14:22:56.082Z] 
14:22:56 [2021-12-21T14:22:56.082Z] #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
14:22:56 [2021-12-21T14:22:56.082Z] #36 sha256:655bb463c9830e1337ccb793d88ca46bef5f7d19aaed44808d09796947cf687e
14:22:56 [2021-12-21T14:22:56.082Z] #36 18.32 tomll can be used in two ways:
14:22:56 [2021-12-21T14:22:56.082Z] #36 18.32 Writing to STDIN and reading from STDOUT:
14:22:56 [2021-12-21T14:22:56.082Z] #36 18.32   cat file.toml | tomll > file.toml
14:22:56 [2021-12-21T14:22:56.082Z] #36 18.32 
14:22:56 [2021-12-21T14:22:56.082Z] #36 18.32 Reading and updating a list of files:
14:22:56 [2021-12-21T14:22:56.082Z] #36 18.32   tomll a.toml b.toml c.toml
14:22:56 [2021-12-21T14:22:56.082Z] #36 18.32 
14:22:56 [2021-12-21T14:22:56.082Z] #36 18.32 When given a list of files, tomll will modify all files in place without asking.
14:22:56 [2021-12-21T14:22:56.082Z] #36 DONE 18.6s
14:22:56 [2021-12-21T14:22:56.082Z] 
14:22:56 [2021-12-21T14:22:56.082Z] #63 [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
14:22:56 [2021-12-21T14:22:56.082Z] #63 sha256:ae434b6887cd471a521d7bacf1911c4b9c283bcde376370421987ee136c53ee7
14:22:56 [2021-12-21T14:22:56.082Z] #63 17.05 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3 The following additional packages will be installed:
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.3   linux-libc-dev-s390x-cross patch xz-utils
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.4 Suggested packages:
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.4   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.4   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.4   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.4   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.4   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.4   libyaml-shell-perl ed diffutils-doc
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.4 Recommended packages:
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.4   fakeroot build-essential libalgorithm-merge-perl libwww-perl
14:22:56 [2021-12-21T14:22:56.204Z] #19 102.4   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
14:22:56 [2021-12-21T14:22:56.548Z] #51 18.41 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
14:22:56 [2021-12-21T14:22:56.622Z] #51 ...
14:22:56 [2021-12-21T14:22:56.622Z] 
14:22:56 [2021-12-21T14:22:56.622Z] #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
14:22:56 [2021-12-21T14:22:56.622Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:22:56 [2021-12-21T14:22:56.622Z] #14 13.03 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:22:56 [2021-12-21T14:22:56.808Z] #51 18.48 go: downloading github.com/go-critic/go-critic v0.4.1
14:22:56 [2021-12-21T14:22:56.880Z] #14 ...
14:22:56 [2021-12-21T14:22:56.880Z] 
14:22:56 [2021-12-21T14:22:56.880Z] #53 [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
14:22:56 [2021-12-21T14:22:56.880Z] #53 sha256:9d2d7440e47f94c4ef9cc91dbba2d7b1228ac82d5ecaea3827b2893ae5c1cc05
14:22:56 [2021-12-21T14:22:56.880Z] #53 12.97 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:22:56 [2021-12-21T14:22:56.880Z] #53 ...
14:22:56 [2021-12-21T14:22:56.880Z] 
14:22:56 [2021-12-21T14:22:56.880Z] #51 [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
14:22:56 [2021-12-21T14:22:56.880Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:22:56 [2021-12-21T14:22:56.880Z] #51 23.14 go: downloading github.com/go-lintpack/lintpack v0.5.2
14:22:57 [2021-12-21T14:22:57.316Z] #43 29.24 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
14:22:57 [2021-12-21T14:22:57.316Z] #43 ...
14:22:57 [2021-12-21T14:22:57.316Z] 
14:22:57 [2021-12-21T14:22:57.316Z] #49 [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
14:22:57 [2021-12-21T14:22:57.316Z] #49 sha256:b7fae48cf1740cffed86d78c776368db0c2b4129cf7a35b6b74711346c001b94
14:22:57 [2021-12-21T14:22:57.316Z] #49 20.45 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
14:22:57 [2021-12-21T14:22:57.316Z] #49 20.53 go: downloading golang.org/x/mod v0.3.0
14:22:57 [2021-12-21T14:22:57.316Z] #49 ...
14:22:57 [2021-12-21T14:22:57.316Z] 
14:22:57 [2021-12-21T14:22:57.316Z] #51 [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
14:22:57 [2021-12-21T14:22:57.316Z] #51 sha256:20f4bb0ba091fcec695104f60876dc70e32a884162e045ea94bbd0080742119e
14:22:57 [2021-12-21T14:22:57.316Z] #51 29.06 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:22:57 [2021-12-21T14:22:57.316Z] #51 29.07 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:22:57 [2021-12-21T14:22:57.316Z] #51 29.27 go: downloading github.com/davecgh/go-spew v1.1.1
14:22:57 [2021-12-21T14:22:57.316Z] #51 29.41 go: downloading github.com/pmezard/go-difflib v1.0.0
14:22:57 [2021-12-21T14:22:57.316Z] #51 29.49 go: downloading github.com/stretchr/objx v0.2.0
14:22:57 [2021-12-21T14:22:57.316Z] #51 29.73 go: downloading golang.org/x/text v0.3.2
14:22:57 [2021-12-21T14:22:57.449Z] #51 23.52 go: downloading github.com/mitchellh/go-homedir v1.1.0
14:22:57 [2021-12-21T14:22:57.752Z] #51 ...
14:22:57 [2021-12-21T14:22:57.752Z] 
14:22:57 [2021-12-21T14:22:57.752Z] #63 [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
14:22:57 [2021-12-21T14:22:57.752Z] #63 sha256:f74c1c96853af0777643df80416ac53a064eb1edb472c1fb9db77357716b52e1
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.704 + RM_GOPATH=0
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.704 + TMP_GOPATH=
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.704 + : /build
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.704 + '[' -z '' ']'
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.704 ++ mktemp -d
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.711 + export GOPATH=/tmp/tmp.Pjx9c4u8CX
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.711 + GOPATH=/tmp/tmp.Pjx9c4u8CX
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.711 + RM_GOPATH=1
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.711 + case "$(go env GOARCH)" in
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.711 ++ go env GOARCH
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.739 + export GO_BUILDMODE=-buildmode=pie
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.739 + GO_BUILDMODE=-buildmode=pie
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.739 ++ dirname /install.sh
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 + dir=/
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 + bin=rootlesskit
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 + shift
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 + '[' '!' -f //rootlesskit.installer ']'
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 + . //rootlesskit.installer
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 ++ : v0.14.6
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 + install_rootlesskit
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 + case "$1" in
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 + export CGO_ENABLED=0
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 + CGO_ENABLED=0
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 + _install_rootlesskit
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 + echo 'Install rootlesskit version v0.14.6'
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 + for f in rootlesskit rootlesskit-docker-proxy
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 + GOBIN=/build
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 + GO111MODULE=on
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6
14:22:57 [2021-12-21T14:22:57.752Z] #63 8.748 Install rootlesskit version v0.14.6
14:22:57 [2021-12-21T14:22:57.752Z] #63 9.583 go: downloading github.com/rootless-containers/rootlesskit v0.14.6
14:22:57 [2021-12-21T14:22:57.752Z] #63 13.66 go: downloading github.com/sirupsen/logrus v1.8.1
14:22:57 [2021-12-21T14:22:57.752Z] #63 13.72 go: downloading github.com/urfave/cli/v2 v2.3.0
14:22:57 [2021-12-21T14:22:57.752Z] #63 15.21 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
14:22:58 [2021-12-21T14:22:58.010Z] #63 ...
14:22:58 [2021-12-21T14:22:58.010Z] 
14:22:58 [2021-12-21T14:22:58.011Z] #51 [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
14:22:58 [2021-12-21T14:22:58.011Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:22:58 [2021-12-21T14:22:58.011Z] #51 19.83 go: downloading github.com/go-lintpack/lintpack v0.5.2
14:22:58 [2021-12-21T14:22:58.578Z] #51 20.32 go: downloading github.com/mitchellh/go-homedir v1.1.0
14:22:59 [2021-12-21T14:22:59.382Z] #63 ...
14:22:59 [2021-12-21T14:22:59.382Z] 
14:22:59 [2021-12-21T14:22:59.382Z] #58 [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
14:22:59 [2021-12-21T14:22:59.382Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:22:59 [2021-12-21T14:22:59.382Z] #58 11.24 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:22:59 [2021-12-21T14:22:59.382Z] #58 19.45 Fetched 8485 kB in 14s (616 kB/s)
14:22:59 [2021-12-21T14:22:59.382Z] #58 19.45 Reading package lists...
14:22:59 [2021-12-21T14:22:59.382Z] #58 ...
14:22:59 [2021-12-21T14:22:59.382Z] 
14:22:59 [2021-12-21T14:22:59.382Z] #51 [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
14:22:59 [2021-12-21T14:22:59.382Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:22:59 [2021-12-21T14:22:59.382Z] #51 19.12 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:22:59 [2021-12-21T14:22:59.382Z] #51 19.12 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:22:59 [2021-12-21T14:22:59.382Z] #51 19.13 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:22:59 [2021-12-21T14:22:59.382Z] #51 19.24 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:22:59 [2021-12-21T14:22:59.382Z] #51 19.24 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:22:59 [2021-12-21T14:22:59.382Z] #51 19.30 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:22:59 [2021-12-21T14:22:59.382Z] #51 19.79 go: downloading github.com/sourcegraph/go-diff v0.5.1
14:22:59 [2021-12-21T14:22:59.382Z] #51 19.90 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:22:59 [2021-12-21T14:22:59.382Z] #51 19.90 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
14:22:59 [2021-12-21T14:22:59.382Z] #51 20.02 go: downloading github.com/ultraware/funlen v0.0.2
14:22:59 [2021-12-21T14:22:59.382Z] #51 20.02 go: downloading github.com/ultraware/whitespace v0.0.4
14:22:59 [2021-12-21T14:22:59.382Z] #51 20.05 go: downloading github.com/uudashr/gocognit v1.0.1
14:22:59 [2021-12-21T14:22:59.382Z] #51 20.15 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
14:22:59 [2021-12-21T14:22:59.382Z] #51 21.06 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:22:59 [2021-12-21T14:22:59.382Z] #51 21.06 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:22:59 [2021-12-21T14:22:59.382Z] #51 21.20 go: downloading github.com/davecgh/go-spew v1.1.1
14:22:59 [2021-12-21T14:22:59.382Z] #51 21.24 go: downloading github.com/pmezard/go-difflib v1.0.0
14:22:59 [2021-12-21T14:22:59.382Z] #51 21.29 go: downloading github.com/stretchr/objx v0.2.0
14:22:59 [2021-12-21T14:22:59.382Z] #51 21.41 go: downloading golang.org/x/text v0.3.2
14:22:59 [2021-12-21T14:22:59.515Z] #51 ...
14:22:59 [2021-12-21T14:22:59.515Z] 
14:22:59 [2021-12-21T14:22:59.515Z] #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
14:22:59 [2021-12-21T14:22:59.515Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:22:59 [2021-12-21T14:22:59.515Z] #14 11.16 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:22:59 [2021-12-21T14:22:59.515Z] #14 14.45 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:22:59 [2021-12-21T14:22:59.515Z] #14 17.86 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:22:59 [2021-12-21T14:22:59.515Z] #14 ...
14:22:59 [2021-12-21T14:22:59.515Z] 
14:22:59 [2021-12-21T14:22:59.515Z] #63 [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
14:22:59 [2021-12-21T14:22:59.515Z] #63 sha256:f74c1c96853af0777643df80416ac53a064eb1edb472c1fb9db77357716b52e1
14:22:59 [2021-12-21T14:22:59.515Z] #63 19.64 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
14:22:59 [2021-12-21T14:22:59.515Z] #63 ...
14:22:59 [2021-12-21T14:22:59.515Z] 
14:22:59 [2021-12-21T14:22:59.515Z] #53 [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
14:22:59 [2021-12-21T14:22:59.515Z] #53 sha256:9d2d7440e47f94c4ef9cc91dbba2d7b1228ac82d5ecaea3827b2893ae5c1cc05
14:22:59 [2021-12-21T14:22:59.515Z] #53 11.42 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
14:22:59 [2021-12-21T14:22:59.774Z] #53 ...
14:22:59 [2021-12-21T14:22:59.774Z] 
14:22:59 [2021-12-21T14:22:59.774Z] #49 [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
14:22:59 [2021-12-21T14:22:59.774Z] #49 sha256:bf1a249cd016a851b08f3693d41987d8ffde4c476600e61ccf78680f31850424
14:22:59 [2021-12-21T14:22:59.774Z] #49 12.19 go: downloading github.com/jonboulle/clockwork v0.2.2
14:22:59 [2021-12-21T14:22:59.774Z] #49 12.30 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
14:22:59 [2021-12-21T14:22:59.774Z] #49 12.46 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
14:22:59 [2021-12-21T14:22:59.774Z] #49 15.01 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
14:22:59 [2021-12-21T14:22:59.774Z] #49 15.01 go: downloading golang.org/x/mod v0.3.0
14:22:59 [2021-12-21T14:22:59.985Z] #51 ...
14:22:59 [2021-12-21T14:22:59.985Z] 
14:22:59 [2021-12-21T14:22:59.985Z] #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
14:22:59 [2021-12-21T14:22:59.985Z] #26 sha256:282e096031d57a0578d31594d54e82ecc9fc74a978efa214f97d3cd99bb20b5d
14:22:59 [2021-12-21T14:22:59.985Z] #26 23.64 + mkdir -p /build
14:22:59 [2021-12-21T14:22:59.985Z] #26 23.65 + mv docker/docker /build/
14:22:59 [2021-12-21T14:22:59.985Z] #26 23.67 + rmdir docker
14:22:59 [2021-12-21T14:22:59.985Z] #26 DONE 25.8s
14:22:59 [2021-12-21T14:22:59.985Z] 
14:22:59 [2021-12-21T14:22:59.985Z] #49 [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
14:22:59 [2021-12-21T14:22:59.985Z] #49 sha256:bf1a249cd016a851b08f3693d41987d8ffde4c476600e61ccf78680f31850424
14:22:59 [2021-12-21T14:22:59.985Z] #49 25.42 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
14:22:59 [2021-12-21T14:22:59.985Z] #49 25.46 go: downloading golang.org/x/mod v0.3.0
14:23:00 [2021-12-21T14:23:00.034Z] #49 ...
14:23:00 [2021-12-21T14:23:00.034Z] 
14:23:00 [2021-12-21T14:23:00.034Z] #63 [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
14:23:00 [2021-12-21T14:23:00.034Z] #63 sha256:f74c1c96853af0777643df80416ac53a064eb1edb472c1fb9db77357716b52e1
14:23:00 [2021-12-21T14:23:00.034Z] #63 21.10 go: downloading github.com/google/uuid v1.3.0
14:23:00 [2021-12-21T14:23:00.034Z] #63 21.26 go: downloading github.com/moby/vpnkit v0.5.0
14:23:00 [2021-12-21T14:23:00.293Z] #63 21.45 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
14:23:00 [2021-12-21T14:23:00.311Z] #51 ...
14:23:00 [2021-12-21T14:23:00.311Z] 
14:23:00 [2021-12-21T14:23:00.311Z] #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
14:23:00 [2021-12-21T14:23:00.311Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:23:00 [2021-12-21T14:23:00.311Z] #47 12.41 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:23:00 [2021-12-21T14:23:00.311Z] #47 14.98 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1828 B]
14:23:00 [2021-12-21T14:23:00.311Z] #47 20.43 Fetched 8489 kB in 15s (576 kB/s)
14:23:00 [2021-12-21T14:23:00.311Z] #47 20.43 Reading package lists...
14:23:00 [2021-12-21T14:23:00.311Z] #47 ...
14:23:00 [2021-12-21T14:23:00.311Z] 
14:23:00 [2021-12-21T14:23:00.311Z] #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
14:23:00 [2021-12-21T14:23:00.311Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:00 [2021-12-21T14:23:00.311Z] #38 19.80 Fetched 8485 kB in 14s (597 kB/s)
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7 The following NEW packages will be installed:
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   crossbuild-essential-armel crossbuild-essential-armhf
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.7   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
14:23:00 [2021-12-21T14:23:00.414Z] #19 106.8   linux-libc-dev-s390x-cross patch xz-utils
14:23:00 [2021-12-21T14:23:00.554Z] #63 ...
14:23:00 [2021-12-21T14:23:00.554Z] 
14:23:00 [2021-12-21T14:23:00.554Z] #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
14:23:00 [2021-12-21T14:23:00.554Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:23:00 [2021-12-21T14:23:00.554Z] #47 11.70 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:23:00 [2021-12-21T14:23:00.554Z] #47 15.90 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:23:00 [2021-12-21T14:23:00.554Z] #47 19.39 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1828 B]
14:23:00 [2021-12-21T14:23:00.554Z] #47 ...
14:23:00 [2021-12-21T14:23:00.554Z] 
14:23:00 [2021-12-21T14:23:00.554Z] #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
14:23:00 [2021-12-21T14:23:00.554Z] #26 sha256:0c9b68e36db530d42dc81f8c01b23dccea6c7c0a53c3e9337a49151f402015de
14:23:00 [2021-12-21T14:23:00.554Z] #26 21.43 + mkdir -p /build
14:23:00 [2021-12-21T14:23:00.554Z] #26 21.43 + mv docker/docker /build/
14:23:00 [2021-12-21T14:23:00.554Z] #26 21.44 + rmdir docker
14:23:00 [2021-12-21T14:23:00.587Z] #51 ...
14:23:00 [2021-12-21T14:23:00.587Z] 
14:23:00 [2021-12-21T14:23:00.587Z] #63 [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
14:23:00 [2021-12-21T14:23:00.587Z] #63 sha256:bbe0c80e781aea08b88206b98256852f24b3d5a525a7bf9193e166a547ca1962
14:23:00 [2021-12-21T14:23:00.587Z] #63 21.88 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
14:23:00 [2021-12-21T14:23:00.587Z] #63 22.28 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:23:00 [2021-12-21T14:23:00.587Z] #63 ...
14:23:00 [2021-12-21T14:23:00.587Z] 
14:23:00 [2021-12-21T14:23:00.587Z] #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
14:23:00 [2021-12-21T14:23:00.587Z] #47 sha256:6f2328862792c2154f686b9ce769b61ada0d2382b3817e5958582f64026888fd
14:23:00 [2021-12-21T14:23:00.587Z] #47 24.27 Reading package lists...
14:23:00 [2021-12-21T14:23:00.676Z] #19 107.4 0 upgraded, 133 newly installed, 0 to remove and 8 not upgraded.
14:23:00 [2021-12-21T14:23:00.676Z] #19 107.4 Need to get 787 MB of archives.
14:23:00 [2021-12-21T14:23:00.676Z] #19 107.4 After this operation, 3385 MB of additional disk space will be used.
14:23:00 [2021-12-21T14:23:00.676Z] #19 107.4 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
14:23:00 [2021-12-21T14:23:00.676Z] #19 107.4 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
14:23:00 [2021-12-21T14:23:00.676Z] #19 107.4 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
14:23:00 [2021-12-21T14:23:00.676Z] #19 107.4 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
14:23:00 [2021-12-21T14:23:00.676Z] #19 107.4 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
14:23:00 [2021-12-21T14:23:00.676Z] #19 107.4 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
14:23:00 [2021-12-21T14:23:00.768Z] Running on azwin-2-cdd2a0 in d:\jenkins\workspace\moby_PR-43075
[Pipeline] {
[Pipeline] ws
14:23:00 [2021-12-21T14:23:00.783Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
14:23:00 [2021-12-21T14:23:00.843Z] #47 29.54 Reading package lists...
14:23:00 [2021-12-21T14:23:00.843Z] #47 ...
14:23:00 [2021-12-21T14:23:00.843Z] 
14:23:00 [2021-12-21T14:23:00.843Z] #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
14:23:00 [2021-12-21T14:23:00.843Z] #38 sha256:adb1cad0ee9da91869ee5aa20fc56601364d765743e020e7b3cd78ecbcc4980f
14:23:00 [2021-12-21T14:23:00.843Z] #38 23.96 Fetched 8370 kB in 17s (479 kB/s)
14:23:00 [2021-12-21T14:23:00.843Z] #38 23.96 Reading package lists...
14:23:00 [2021-12-21T14:23:00.843Z] #38 29.04 Reading package lists...
14:23:00 [2021-12-21T14:23:00.843Z] #38 ...
14:23:00 [2021-12-21T14:23:00.843Z] 
14:23:00 [2021-12-21T14:23:00.843Z] #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
14:23:00 [2021-12-21T14:23:00.843Z] #14 sha256:b6c739283ee732edd99276e11c2fef81bf5074189a0df68706ff447adbdea86b
14:23:00 [2021-12-21T14:23:00.843Z] #14 24.12 Fetched 8370 kB in 18s (463 kB/s)
14:23:00 [2021-12-21T14:23:00.843Z] #14 24.12 Reading package lists...
14:23:00 [2021-12-21T14:23:00.843Z] #14 27.95 Reading package lists...
14:23:00 [2021-12-21T14:23:00.938Z] #19 107.4 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
14:23:00 [2021-12-21T14:23:00.938Z] #19 107.5 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
14:23:00 [2021-12-21T14:23:00.938Z] #19 107.6 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
14:23:00 [2021-12-21T14:23:00.938Z] #19 107.7 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
14:23:01 [2021-12-21T14:23:01.103Z] #14 33.46 Building dependency tree...
14:23:01 [2021-12-21T14:23:01.103Z] #14 ...
14:23:01 [2021-12-21T14:23:01.103Z] 
14:23:01 [2021-12-21T14:23:01.103Z] #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
14:23:01 [2021-12-21T14:23:01.103Z] #38 sha256:adb1cad0ee9da91869ee5aa20fc56601364d765743e020e7b3cd78ecbcc4980f
14:23:01 [2021-12-21T14:23:01.103Z] #38 34.34 Building dependency tree...
14:23:01 [2021-12-21T14:23:01.103Z] #38 ...
14:23:01 [2021-12-21T14:23:01.103Z] 
14:23:01 [2021-12-21T14:23:01.103Z] #58 [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
14:23:01 [2021-12-21T14:23:01.103Z] #58 sha256:fb7021f5e0daf498e068e2d3c22abdafdd4672cd4d888d8fc1f99f5ca5db08b7
14:23:01 [2021-12-21T14:23:01.103Z] #58 24.35 Fetched 8370 kB in 18s (468 kB/s)
14:23:01 [2021-12-21T14:23:01.103Z] #58 24.35 Reading package lists...
14:23:01 [2021-12-21T14:23:01.199Z] #19 107.7 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
14:23:01 [2021-12-21T14:23:01.199Z] #19 107.8 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]
14:23:01 [2021-12-21T14:23:01.199Z] #19 107.8 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]
14:23:01 [2021-12-21T14:23:01.361Z] #58 30.30 Reading package lists...
14:23:01 [2021-12-21T14:23:01.483Z] Running on azwin-2-ad82d0 in d:\jenkins\workspace\moby_PR-43075
[Pipeline] {
[Pipeline] ws
14:23:01 [2021-12-21T14:23:01.499Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
14:23:01 [2021-12-21T14:23:01.618Z] #58 34.72 Building dependency tree...
14:23:01 [2021-12-21T14:23:01.618Z] #58 ...
14:23:01 [2021-12-21T14:23:01.618Z] 
14:23:01 [2021-12-21T14:23:01.618Z] #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
14:23:01 [2021-12-21T14:23:01.618Z] #14 sha256:b6c739283ee732edd99276e11c2fef81bf5074189a0df68706ff447adbdea86b
14:23:01 [2021-12-21T14:23:01.618Z] #14 33.46 Building dependency tree...
14:23:01 [2021-12-21T14:23:01.933Z] #26 DONE 22.9s
14:23:01 [2021-12-21T14:23:01.933Z] 
14:23:01 [2021-12-21T14:23:01.933Z] #63 [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
14:23:01 [2021-12-21T14:23:01.933Z] #63 sha256:f74c1c96853af0777643df80416ac53a064eb1edb472c1fb9db77357716b52e1
14:23:01 [2021-12-21T14:23:01.933Z] #63 22.20 go: downloading github.com/gofrs/flock v0.8.1
14:23:01 [2021-12-21T14:23:01.933Z] #63 22.30 go: downloading github.com/gorilla/mux v1.8.0
14:23:01 [2021-12-21T14:23:01.933Z] #63 22.64 go: downloading github.com/moby/sys/mountinfo v0.5.0
14:23:02 [2021-12-21T14:23:02.154Z] #19 108.8 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]
14:23:02 [2021-12-21T14:23:02.154Z] #19 108.8 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]
14:23:02 [2021-12-21T14:23:02.192Z] #63 23.34 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:23:02 [2021-12-21T14:23:02.216Z] #38 19.80 Reading package lists...
14:23:02 [2021-12-21T14:23:02.216Z] #38 ...
14:23:02 [2021-12-21T14:23:02.216Z] 
14:23:02 [2021-12-21T14:23:02.216Z] #49 [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
14:23:02 [2021-12-21T14:23:02.216Z] #49 sha256:bf1a249cd016a851b08f3693d41987d8ffde4c476600e61ccf78680f31850424
14:23:02 [2021-12-21T14:23:02.216Z] #49 14.36 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
14:23:02 [2021-12-21T14:23:02.216Z] #49 14.42 go: downloading golang.org/x/mod v0.3.0
14:23:02 [2021-12-21T14:23:02.216Z] #49 ...
14:23:02 [2021-12-21T14:23:02.216Z] 
14:23:02 [2021-12-21T14:23:02.216Z] #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
14:23:02 [2021-12-21T14:23:02.216Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:23:02 [2021-12-21T14:23:02.216Z] #43 23.38 Updating files:  93% (1634/1754)
Updating files:  94% (1649/1754)
Updating files:  95% (1667/1754)
Updating files:  96% (1684/1754)
Updating files:  97% (1702/1754)
Updating files:  98% (1719/1754)
Updating files:  99% (1737/1754)
Updating files: 100% (1754/1754)
Updating files: 100% (1754/1754), done.
14:23:02 [2021-12-21T14:23:02.216Z] #43 23.38 + git checkout -q v2.3.0
14:23:02 [2021-12-21T14:23:02.450Z] The recommended git tool is: git
14:23:02 [2021-12-21T14:23:02.452Z] #63 23.50 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
14:23:02 [2021-12-21T14:23:02.452Z] #63 23.74 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
14:23:02 [2021-12-21T14:23:02.712Z] #63 ...
14:23:02 [2021-12-21T14:23:02.712Z] 
14:23:02 [2021-12-21T14:23:02.712Z] #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
14:23:02 [2021-12-21T14:23:02.712Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:02 [2021-12-21T14:23:02.712Z] #38 14.65 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:23:02 [2021-12-21T14:23:02.712Z] #38 18.01 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:23:02 [2021-12-21T14:23:02.980Z] The recommended git tool is: git
14:23:03 [2021-12-21T14:23:03.513Z] #14 36.59 The following additional packages will be installed:
14:23:03 [2021-12-21T14:23:03.513Z] #14 36.59   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:23:03 [2021-12-21T14:23:03.513Z] #14 36.59   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
14:23:03 [2021-12-21T14:23:03.513Z] #14 36.59   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
14:23:03 [2021-12-21T14:23:03.513Z] #14 36.59   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
14:23:03 [2021-12-21T14:23:03.513Z] #14 36.59   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
14:23:03 [2021-12-21T14:23:03.513Z] #14 36.60   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp2 libselinux1-dev
14:23:03 [2021-12-21T14:23:03.513Z] #14 36.61   libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
14:23:03 [2021-12-21T14:23:03.513Z] #14 36.62 Suggested packages:
14:23:03 [2021-12-21T14:23:03.513Z] #14 36.63   gcc-10-locales seccomp wine64
14:23:03 [2021-12-21T14:23:03.513Z] #14 ...
14:23:03 [2021-12-21T14:23:03.513Z] 
14:23:03 [2021-12-21T14:23:03.513Z] #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
14:23:03 [2021-12-21T14:23:03.513Z] #31 sha256:8c1ecf12e49273dac60e2b1b2443bb3d3234a92ab047080a3d061652fbf330de
14:23:03 [2021-12-21T14:23:03.513Z] #31 7.133 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
14:23:03 [2021-12-21T14:23:03.513Z] #31 8.445 
14:23:03 [2021-12-21T14:23:03.513Z] #31 8.605 #=#=#                                                                         
##O#-#                                                                        

                                                                           0.2%
######################################################################## 100.0%
14:23:03 [2021-12-21T14:23:03.513Z] #31 9.878 
14:23:03 [2021-12-21T14:23:03.583Z] #43 25.66 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
14:23:03 [2021-12-21T14:23:03.770Z] #31 ...
14:23:03 [2021-12-21T14:23:03.770Z] 
14:23:03 [2021-12-21T14:23:03.770Z] #51 [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
14:23:03 [2021-12-21T14:23:03.770Z] #51 sha256:20f4bb0ba091fcec695104f60876dc70e32a884162e045ea94bbd0080742119e
14:23:03 [2021-12-21T14:23:03.770Z] #51 35.25 go: downloading github.com/gobwas/glob v0.2.3
14:23:03 [2021-12-21T14:23:03.770Z] #51 35.25 go: downloading github.com/kisielk/gotool v1.0.0
14:23:03 [2021-12-21T14:23:03.770Z] #51 35.32 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:23:03 [2021-12-21T14:23:03.770Z] #51 35.39 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:23:03 [2021-12-21T14:23:03.770Z] #51 35.41 go: downloading github.com/gogo/protobuf v1.2.1
14:23:03 [2021-12-21T14:23:03.770Z] #51 36.28 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:23:03 [2021-12-21T14:23:03.770Z] #51 36.59 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:23:03 [2021-12-21T14:23:03.770Z] #51 36.68 go: downloading github.com/BurntSushi/toml v0.3.1
14:23:04 [2021-12-21T14:23:04.071Z] #19 110.5 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]
14:23:04 [2021-12-21T14:23:04.071Z] #19 110.5 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]
14:23:04 [2021-12-21T14:23:04.089Z] #38 ...
14:23:04 [2021-12-21T14:23:04.089Z] 
14:23:04 [2021-12-21T14:23:04.089Z] #51 [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
14:23:04 [2021-12-21T14:23:04.089Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:23:04 [2021-12-21T14:23:04.089Z] #51 25.68 go: downloading github.com/mattn/go-colorable v0.1.4
14:23:04 [2021-12-21T14:23:04.089Z] #51 25.68 go: downloading github.com/sirupsen/logrus v1.4.2
14:23:04 [2021-12-21T14:23:04.089Z] #51 25.73 go: downloading github.com/stretchr/testify v1.4.0
14:23:04 [2021-12-21T14:23:04.177Z] #49 ...
14:23:04 [2021-12-21T14:23:04.177Z] 
14:23:04 [2021-12-21T14:23:04.177Z] #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
14:23:04 [2021-12-21T14:23:04.177Z] #36 sha256:655bb463c9830e1337ccb793d88ca46bef5f7d19aaed44808d09796947cf687e
14:23:04 [2021-12-21T14:23:04.177Z] #36 29.83 tomll can be used in two ways:
14:23:04 [2021-12-21T14:23:04.177Z] #36 29.83 Writing to STDIN and reading from STDOUT:
14:23:04 [2021-12-21T14:23:04.177Z] #36 29.83   cat file.toml | tomll > file.toml
14:23:04 [2021-12-21T14:23:04.177Z] #36 29.83 
14:23:04 [2021-12-21T14:23:04.177Z] #36 29.83 Reading and updating a list of files:
14:23:04 [2021-12-21T14:23:04.177Z] #36 29.83   tomll a.toml b.toml c.toml
14:23:04 [2021-12-21T14:23:04.177Z] #36 29.83 
14:23:04 [2021-12-21T14:23:04.177Z] #36 29.83 When given a list of files, tomll will modify all files in place without asking.
14:23:04 [2021-12-21T14:23:04.177Z] #36 DONE 29.9s
14:23:04 [2021-12-21T14:23:04.177Z] 
14:23:04 [2021-12-21T14:23:04.177Z] #51 [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
14:23:04 [2021-12-21T14:23:04.177Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:23:04 [2021-12-21T14:23:04.177Z] #51 29.14 go: downloading github.com/sirupsen/logrus v1.4.2
14:23:04 [2021-12-21T14:23:04.177Z] #51 29.14 go: downloading github.com/stretchr/testify v1.4.0
14:23:04 [2021-12-21T14:23:04.177Z] #51 29.57 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:23:04 [2021-12-21T14:23:04.177Z] #51 29.74 go: downloading github.com/fsnotify/fsnotify v1.4.7
14:23:04 [2021-12-21T14:23:04.177Z] #51 29.92 go: downloading github.com/hashicorp/hcl v1.0.0
14:23:04 [2021-12-21T14:23:04.177Z] #51 ...
14:23:04 [2021-12-21T14:23:04.177Z] 
14:23:04 [2021-12-21T14:23:04.177Z] #63 [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
14:23:04 [2021-12-21T14:23:04.177Z] #63 sha256:5a3299b8f9a4902da16388e827823c188d8bda72367256a00c4c33ab24a5b67e
14:23:04 [2021-12-21T14:23:04.177Z] #63 20.01 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
14:23:04 [2021-12-21T14:23:04.177Z] #63 21.38 go: downloading github.com/google/uuid v1.3.0
14:23:04 [2021-12-21T14:23:04.177Z] #63 21.58 go: downloading github.com/moby/vpnkit v0.5.0
14:23:04 [2021-12-21T14:23:04.177Z] #63 21.69 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
14:23:04 [2021-12-21T14:23:04.177Z] #63 21.91 go: downloading github.com/gofrs/flock v0.8.1
14:23:04 [2021-12-21T14:23:04.177Z] #63 22.06 go: downloading github.com/gorilla/mux v1.8.0
14:23:04 [2021-12-21T14:23:04.177Z] #63 22.25 go: downloading github.com/moby/sys/mountinfo v0.5.0
14:23:04 [2021-12-21T14:23:04.177Z] #63 23.13 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:23:04 [2021-12-21T14:23:04.177Z] #63 23.42 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
14:23:04 [2021-12-21T14:23:04.177Z] #63 23.66 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
14:23:04 [2021-12-21T14:23:04.177Z] #63 27.83 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:23:04 [2021-12-21T14:23:04.177Z] #63 ...
14:23:04 [2021-12-21T14:23:04.177Z] 
14:23:04 [2021-12-21T14:23:04.177Z] #51 [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
14:23:04 [2021-12-21T14:23:04.177Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:23:04 [2021-12-21T14:23:04.177Z] #51 30.38 go: downloading github.com/magiconair/properties v1.8.1
14:23:04 [2021-12-21T14:23:04.177Z] #51 30.42 go: downloading github.com/mitchellh/mapstructure v1.1.2
14:23:04 [2021-12-21T14:23:04.177Z] #51 30.50 go: downloading github.com/pelletier/go-toml v1.2.0
14:23:04 [2021-12-21T14:23:04.348Z] #51 26.12 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
14:23:04 [2021-12-21T14:23:04.349Z] #51 26.16 go: downloading github.com/mattn/go-isatty v0.0.8
14:23:04 [2021-12-21T14:23:04.349Z] #51 26.24 go: downloading github.com/fsnotify/fsnotify v1.4.7
14:23:04 [2021-12-21T14:23:04.349Z] #51 26.24 go: downloading github.com/hashicorp/hcl v1.0.0
14:23:04 [2021-12-21T14:23:04.435Z] #51 30.58 go: downloading github.com/spf13/afero v1.1.2
14:23:04 [2021-12-21T14:23:04.693Z] #51 30.91 go: downloading github.com/spf13/cast v1.3.0
14:23:04 [2021-12-21T14:23:04.693Z] #51 30.95 go: downloading github.com/spf13/jwalterweatherman v1.0.0
14:23:04 [2021-12-21T14:23:04.693Z] #51 31.02 go: downloading github.com/subosito/gotenv v1.2.0
14:23:04 [2021-12-21T14:23:04.693Z] #51 31.14 go: downloading gopkg.in/ini.v1 v1.51.0
14:23:04 [2021-12-21T14:23:04.693Z] #51 31.14 go: downloading gopkg.in/yaml.v2 v2.2.7
14:23:04 [2021-12-21T14:23:04.919Z] #51 26.79 go: downloading github.com/magiconair/properties v1.8.1
14:23:04 [2021-12-21T14:23:04.919Z] #51 26.79 go: downloading github.com/mitchellh/mapstructure v1.1.2
14:23:05 [2021-12-21T14:23:05.178Z] #51 26.88 go: downloading github.com/pelletier/go-toml v1.2.0
14:23:05 [2021-12-21T14:23:05.260Z] #51 31.35 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:23:05 [2021-12-21T14:23:05.260Z] #51 31.47 go: downloading github.com/go-toolsmith/astcast v1.0.0
14:23:05 [2021-12-21T14:23:05.260Z] #51 31.59 go: downloading github.com/go-toolsmith/astcopy v1.0.0
14:23:05 [2021-12-21T14:23:05.260Z] #51 31.70 go: downloading github.com/go-toolsmith/astequal v1.0.0
14:23:05 [2021-12-21T14:23:05.438Z] #51 27.19 go: downloading github.com/spf13/afero v1.1.2
14:23:05 [2021-12-21T14:23:05.438Z] #51 27.26 go: downloading github.com/spf13/cast v1.3.0
14:23:05 [2021-12-21T14:23:05.438Z] #51 27.34 go: downloading github.com/spf13/jwalterweatherman v1.0.0
14:23:05 [2021-12-21T14:23:05.438Z] #51 27.40 go: downloading github.com/subosito/gotenv v1.2.0
14:23:05 [2021-12-21T14:23:05.518Z] #51 31.75 go: downloading github.com/go-toolsmith/astfmt v1.0.0
14:23:05 [2021-12-21T14:23:05.518Z] #51 31.77 go: downloading github.com/go-toolsmith/astp v1.0.0
14:23:05 [2021-12-21T14:23:05.518Z] #51 31.82 go: downloading github.com/go-toolsmith/strparse v1.0.0
14:23:05 [2021-12-21T14:23:05.518Z] #51 31.87 go: downloading github.com/go-toolsmith/typep v1.0.0
14:23:05 [2021-12-21T14:23:05.518Z] #51 ...
14:23:05 [2021-12-21T14:23:05.518Z] 
14:23:05 [2021-12-21T14:23:05.518Z] #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
14:23:05 [2021-12-21T14:23:05.518Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:23:05 [2021-12-21T14:23:05.518Z] #47 21.68 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [1828 B]
14:23:05 [2021-12-21T14:23:05.699Z] #51 27.41 go: downloading gopkg.in/ini.v1 v1.51.0
14:23:05 [2021-12-21T14:23:05.699Z] #51 27.46 go: downloading gopkg.in/yaml.v2 v2.2.7
14:23:05 [2021-12-21T14:23:05.777Z] #47 ...
14:23:05 [2021-12-21T14:23:05.777Z] 
14:23:05 [2021-12-21T14:23:05.777Z] #51 [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
14:23:05 [2021-12-21T14:23:05.777Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:23:05 [2021-12-21T14:23:05.777Z] #51 32.11 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
14:23:05 [2021-12-21T14:23:05.777Z] #51 32.23 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
14:23:06 [2021-12-21T14:23:06.032Z] #19 112.3 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]
14:23:06 [2021-12-21T14:23:06.032Z] #19 112.3 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]
14:23:06 [2021-12-21T14:23:06.269Z] #51 27.92 go: downloading github.com/go-toolsmith/astcast v1.0.0
14:23:06 [2021-12-21T14:23:06.269Z] #51 27.94 go: downloading github.com/go-toolsmith/astcopy v1.0.0
14:23:06 [2021-12-21T14:23:06.269Z] #51 27.94 go: downloading github.com/go-toolsmith/astequal v1.0.0
14:23:06 [2021-12-21T14:23:06.269Z] #51 27.98 go: downloading github.com/go-toolsmith/astfmt v1.0.0
14:23:06 [2021-12-21T14:23:06.269Z] #51 28.00 go: downloading github.com/go-toolsmith/astp v1.0.0
14:23:06 [2021-12-21T14:23:06.269Z] #51 28.05 go: downloading github.com/go-toolsmith/strparse v1.0.0
14:23:06 [2021-12-21T14:23:06.269Z] #51 28.05 go: downloading github.com/go-toolsmith/typep v1.0.0
14:23:06 [2021-12-21T14:23:06.345Z] #51 32.41 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:23:06 [2021-12-21T14:23:06.345Z] #51 32.47 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:23:06 [2021-12-21T14:23:06.345Z] #51 32.55 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:23:06 [2021-12-21T14:23:06.529Z] #51 28.28 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
14:23:06 [2021-12-21T14:23:06.529Z] #51 ...
14:23:06 [2021-12-21T14:23:06.529Z] 
14:23:06 [2021-12-21T14:23:06.529Z] #58 [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
14:23:06 [2021-12-21T14:23:06.529Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:23:06 [2021-12-21T14:23:06.529Z] #58 18.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:23:06 [2021-12-21T14:23:06.529Z] #58 ...
14:23:06 [2021-12-21T14:23:06.529Z] 
14:23:06 [2021-12-21T14:23:06.529Z] #51 [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
14:23:06 [2021-12-21T14:23:06.529Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:23:06 [2021-12-21T14:23:06.529Z] #51 28.29 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
14:23:06 [2021-12-21T14:23:06.529Z] #51 28.31 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
14:23:06 [2021-12-21T14:23:06.529Z] #51 28.35 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
14:23:06 [2021-12-21T14:23:06.604Z] #51 32.95 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:23:06 [2021-12-21T14:23:06.790Z] #51 28.47 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
14:23:06 [2021-12-21T14:23:06.790Z] #51 28.63 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
14:23:06 [2021-12-21T14:23:06.853Z] #43 ...
14:23:06 [2021-12-21T14:23:06.853Z] 
14:23:06 [2021-12-21T14:23:06.853Z] #51 [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
14:23:06 [2021-12-21T14:23:06.853Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:23:06 [2021-12-21T14:23:06.853Z] #51 26.90 go: downloading github.com/gobwas/glob v0.2.3
14:23:06 [2021-12-21T14:23:06.853Z] #51 26.97 go: downloading github.com/kisielk/gotool v1.0.0
14:23:06 [2021-12-21T14:23:06.853Z] #51 27.05 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:23:06 [2021-12-21T14:23:06.853Z] #51 27.08 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:23:06 [2021-12-21T14:23:06.853Z] #51 27.08 go: downloading github.com/gogo/protobuf v1.2.1
14:23:06 [2021-12-21T14:23:06.853Z] #51 28.16 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:23:06 [2021-12-21T14:23:06.853Z] #51 28.32 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:23:06 [2021-12-21T14:23:06.853Z] #51 28.47 go: downloading github.com/BurntSushi/toml v0.3.1
14:23:06 [2021-12-21T14:23:06.853Z] #51 ...
14:23:06 [2021-12-21T14:23:06.853Z] 
14:23:06 [2021-12-21T14:23:06.853Z] #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
14:23:06 [2021-12-21T14:23:06.853Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:23:06 [2021-12-21T14:23:06.853Z] #14 19.20 Fetched 8485 kB in 14s (611 kB/s)
14:23:06 [2021-12-21T14:23:06.853Z] #14 19.20 Reading package lists...
14:23:06 [2021-12-21T14:23:06.853Z] #14 24.26 Reading package lists...
14:23:06 [2021-12-21T14:23:06.853Z] #14 29.40 Building dependency tree...
14:23:06 [2021-12-21T14:23:06.853Z] #14 ...
14:23:06 [2021-12-21T14:23:06.853Z] 
14:23:06 [2021-12-21T14:23:06.853Z] #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
14:23:06 [2021-12-21T14:23:06.853Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:06 [2021-12-21T14:23:06.853Z] #38 19.80 Reading package lists...
14:23:06 [2021-12-21T14:23:06.853Z] #38 25.17 Reading package lists...
14:23:07 [2021-12-21T14:23:07.088Z] #51 28.69 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:23:07 [2021-12-21T14:23:07.088Z] #51 28.72 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:23:07 [2021-12-21T14:23:07.088Z] #51 ...
14:23:07 [2021-12-21T14:23:07.088Z] 
14:23:07 [2021-12-21T14:23:07.088Z] #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
14:23:07 [2021-12-21T14:23:07.088Z] #36 sha256:655bb463c9830e1337ccb793d88ca46bef5f7d19aaed44808d09796947cf687e
14:23:07 [2021-12-21T14:23:07.088Z] #36 28.69 tomll can be used in two ways:
14:23:07 [2021-12-21T14:23:07.088Z] #36 28.69 Writing to STDIN and reading from STDOUT:
14:23:07 [2021-12-21T14:23:07.088Z] #36 28.69   cat file.toml | tomll > file.toml
14:23:07 [2021-12-21T14:23:07.088Z] #36 28.69 
14:23:07 [2021-12-21T14:23:07.088Z] #36 28.69 Reading and updating a list of files:
14:23:07 [2021-12-21T14:23:07.088Z] #36 28.69   tomll a.toml b.toml c.toml
14:23:07 [2021-12-21T14:23:07.088Z] #36 28.69 
14:23:07 [2021-12-21T14:23:07.088Z] #36 28.69 When given a list of files, tomll will modify all files in place without asking.
14:23:07 [2021-12-21T14:23:07.088Z] #36 DONE 28.9s
14:23:07 [2021-12-21T14:23:07.088Z] 
14:23:07 [2021-12-21T14:23:07.088Z] #51 [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
14:23:07 [2021-12-21T14:23:07.088Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:23:07 [2021-12-21T14:23:07.088Z] #51 28.95 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:23:07 [2021-12-21T14:23:07.171Z] #51 33.30 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
14:23:07 [2021-12-21T14:23:07.172Z] #51 33.55 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
14:23:07 [2021-12-21T14:23:07.430Z] #51 33.78 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
14:23:07 [2021-12-21T14:23:07.464Z] #19 114.2 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]
14:23:07 [2021-12-21T14:23:07.464Z] #19 114.2 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]
14:23:07 [2021-12-21T14:23:07.657Z] #51 29.28 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:23:07 [2021-12-21T14:23:07.657Z] #51 29.28 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:23:07 [2021-12-21T14:23:07.657Z] #51 29.32 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:23:07 [2021-12-21T14:23:07.657Z] #51 29.37 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:23:07 [2021-12-21T14:23:07.689Z] #51 34.12 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
14:23:07 [2021-12-21T14:23:07.917Z] #51 29.69 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:23:07 [2021-12-21T14:23:07.918Z] #51 29.70 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:23:07 [2021-12-21T14:23:07.918Z] #51 29.74 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:23:07 [2021-12-21T14:23:07.918Z] #51 29.82 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:23:07 [2021-12-21T14:23:07.949Z] #51 34.16 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
14:23:08 [2021-12-21T14:23:08.037Z] #38 29.63 Building dependency tree...
14:23:08 [2021-12-21T14:23:08.037Z] #38 ...
14:23:08 [2021-12-21T14:23:08.037Z] 
14:23:08 [2021-12-21T14:23:08.037Z] #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
14:23:08 [2021-12-21T14:23:08.037Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:23:08 [2021-12-21T14:23:08.037Z] #14 29.40 Building dependency tree...
14:23:08 [2021-12-21T14:23:08.049Z] #51 ...
14:23:08 [2021-12-21T14:23:08.049Z] 
14:23:08 [2021-12-21T14:23:08.049Z] #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
14:23:08 [2021-12-21T14:23:08.049Z] #14 sha256:b6c739283ee732edd99276e11c2fef81bf5074189a0df68706ff447adbdea86b
14:23:08 [2021-12-21T14:23:08.049Z] #14 37.67 The following NEW packages will be installed:
14:23:08 [2021-12-21T14:23:08.049Z] #14 37.68   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:23:08 [2021-12-21T14:23:08.049Z] #14 37.68   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
14:23:08 [2021-12-21T14:23:08.049Z] #14 37.68   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
14:23:08 [2021-12-21T14:23:08.049Z] #14 37.68   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
14:23:08 [2021-12-21T14:23:08.049Z] #14 37.68   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
14:23:08 [2021-12-21T14:23:08.049Z] #14 37.68   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
14:23:08 [2021-12-21T14:23:08.049Z] #14 37.68   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
14:23:08 [2021-12-21T14:23:08.049Z] #14 37.68   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
14:23:08 [2021-12-21T14:23:08.049Z] #14 37.68   mingw-w64-x86-64-dev
14:23:08 [2021-12-21T14:23:08.049Z] #14 37.69 The following packages will be upgraded:
14:23:08 [2021-12-21T14:23:08.049Z] #14 37.71   libseccomp2
14:23:08 [2021-12-21T14:23:08.049Z] #14 38.05 1 upgraded, 30 newly installed, 0 to remove and 7 not upgraded.
14:23:08 [2021-12-21T14:23:08.049Z] #14 38.05 Need to get 109 MB of archives.
14:23:08 [2021-12-21T14:23:08.049Z] #14 38.05 After this operation, 620 MB of additional disk space will be used.
14:23:08 [2021-12-21T14:23:08.049Z] #14 38.05 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB]
14:23:08 [2021-12-21T14:23:08.049Z] #14 38.06 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB]
14:23:08 [2021-12-21T14:23:08.049Z] #14 38.11 Get:3 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]
14:23:08 [2021-12-21T14:23:08.049Z] #14 38.24 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
14:23:08 [2021-12-21T14:23:08.049Z] #14 38.26 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
14:23:08 [2021-12-21T14:23:08.049Z] #14 38.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
14:23:08 [2021-12-21T14:23:08.049Z] #14 38.27 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
14:23:08 [2021-12-21T14:23:08.049Z] #14 38.44 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
14:23:08 [2021-12-21T14:23:08.049Z] #14 38.59 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB]
14:23:08 [2021-12-21T14:23:08.049Z] #14 38.60 Get:10 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]
14:23:08 [2021-12-21T14:23:08.049Z] #14 39.27 Get:11 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]
14:23:08 [2021-12-21T14:23:08.049Z] #14 40.59 Get:12 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]
14:23:08 [2021-12-21T14:23:08.177Z] #51 29.84 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:23:08 [2021-12-21T14:23:08.177Z] #51 29.96 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:23:08 [2021-12-21T14:23:08.207Z] #51 34.53 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
14:23:08 [2021-12-21T14:23:08.465Z] #51 34.57 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
14:23:08 [2021-12-21T14:23:08.707Z] #14 41.79 Get:13 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]
14:23:08 [2021-12-21T14:23:08.723Z] #51 ...
14:23:08 [2021-12-21T14:23:08.723Z] 
14:23:08 [2021-12-21T14:23:08.723Z] #58 [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
14:23:08 [2021-12-21T14:23:08.723Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:23:08 [2021-12-21T14:23:08.723Z] #58 24.98 Fetched 8485 kB in 19s (446 kB/s)
14:23:08 [2021-12-21T14:23:08.723Z] #58 24.98 Reading package lists...
14:23:08 [2021-12-21T14:23:08.723Z] #58 34.38 Reading package lists...
14:23:08 [2021-12-21T14:23:08.723Z] #58 ...
14:23:08 [2021-12-21T14:23:08.723Z] 
14:23:08 [2021-12-21T14:23:08.723Z] #51 [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
14:23:08 [2021-12-21T14:23:08.723Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:23:08 [2021-12-21T14:23:08.723Z] #51 35.12 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
14:23:08 [2021-12-21T14:23:08.744Z] #51 30.47 go: downloading github.com/sourcegraph/go-diff v0.5.1
14:23:08 [2021-12-21T14:23:08.744Z] #51 30.47 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:23:08 [2021-12-21T14:23:08.744Z] #51 30.54 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
14:23:08 [2021-12-21T14:23:08.981Z] #51 35.29 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
14:23:08 [2021-12-21T14:23:08.981Z] #51 35.35 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
14:23:09 [2021-12-21T14:23:09.005Z] #51 30.72 go: downloading github.com/ultraware/funlen v0.0.2
14:23:09 [2021-12-21T14:23:09.005Z] #51 30.79 go: downloading github.com/ultraware/whitespace v0.0.4
14:23:09 [2021-12-21T14:23:09.005Z] #51 30.82 go: downloading github.com/uudashr/gocognit v1.0.1
14:23:09 [2021-12-21T14:23:09.242Z] #51 35.50 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
14:23:09 [2021-12-21T14:23:09.264Z] #51 30.99 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.6 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]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.6 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]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.6 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]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.6 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]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.6 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]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.6 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.6 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.6 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.6 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.7 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.7 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.7 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.7 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.7 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.8 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.8 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.8 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.9 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
14:23:09 [2021-12-21T14:23:09.382Z] #19 115.9 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]
14:23:09 [2021-12-21T14:23:09.501Z] #51 35.63 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
14:23:09 [2021-12-21T14:23:09.501Z] #51 ...
14:23:09 [2021-12-21T14:23:09.501Z] 
14:23:09 [2021-12-21T14:23:09.501Z] #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
14:23:09 [2021-12-21T14:23:09.501Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:09 [2021-12-21T14:23:09.501Z] #38 25.59 Fetched 8485 kB in 19s (439 kB/s)
14:23:09 [2021-12-21T14:23:09.501Z] #38 25.59 Reading package lists...
14:23:09 [2021-12-21T14:23:09.501Z] #38 34.89 Reading package lists...
14:23:09 [2021-12-21T14:23:09.501Z] #38 ...
14:23:09 [2021-12-21T14:23:09.501Z] 
14:23:09 [2021-12-21T14:23:09.501Z] #51 [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
14:23:09 [2021-12-21T14:23:09.501Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:23:09 [2021-12-21T14:23:09.501Z] #51 35.73 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
14:23:09 [2021-12-21T14:23:09.637Z] #14 43.02 Get:14 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]
14:23:09 [2021-12-21T14:23:09.927Z] #14 32.60 The following additional packages will be installed:
14:23:10 [2021-12-21T14:23:10.069Z] #51 36.38 go: downloading github.com/sourcegraph/go-diff v0.5.1
14:23:10 [2021-12-21T14:23:10.183Z] #14 32.62   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:23:10 [2021-12-21T14:23:10.183Z] #14 32.62   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
14:23:10 [2021-12-21T14:23:10.183Z] #14 32.62   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
14:23:10 [2021-12-21T14:23:10.183Z] #14 32.62   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
14:23:10 [2021-12-21T14:23:10.183Z] #14 32.62   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
14:23:10 [2021-12-21T14:23:10.183Z] #14 32.63   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp2 libselinux1-dev
14:23:10 [2021-12-21T14:23:10.183Z] #14 32.63   libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
14:23:10 [2021-12-21T14:23:10.183Z] #14 32.65 Suggested packages:
14:23:10 [2021-12-21T14:23:10.183Z] #14 32.66   gcc-10-locales seccomp wine64
14:23:10 [2021-12-21T14:23:10.225Z] #14 ...
14:23:10 [2021-12-21T14:23:10.225Z] 
14:23:10 [2021-12-21T14:23:10.225Z] #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
14:23:10 [2021-12-21T14:23:10.225Z] #31 sha256:8c1ecf12e49273dac60e2b1b2443bb3d3234a92ab047080a3d061652fbf330de
14:23:10 [2021-12-21T14:23:10.225Z] #31 13.46 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
14:23:10 [2021-12-21T14:23:10.225Z] #31 14.67 
14:23:10 [2021-12-21T14:23:10.225Z] #31 14.90 #=#=#                                                                         

                                                                           0.4%
##############################                                            42.8%
######################################################################## 100.0%
14:23:10 [2021-12-21T14:23:10.225Z] #31 16.38 
14:23:10 [2021-12-21T14:23:10.486Z] #31 ...
14:23:10 [2021-12-21T14:23:10.486Z] 
14:23:10 [2021-12-21T14:23:10.486Z] #53 [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
14:23:10 [2021-12-21T14:23:10.486Z] #53 sha256:9bed5e72d9ee40c0cbbe8aa3d2a35a53c3acd9bc06e1716c3fa0c04c85dc6882
14:23:10 [2021-12-21T14:23:10.486Z] #53 40.76 v3.0.2
14:23:10 [2021-12-21T14:23:10.486Z] #53 DONE 43.7s
14:23:10 [2021-12-21T14:23:10.637Z] #51 36.85 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
14:23:10 [2021-12-21T14:23:10.637Z] #51 36.90 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
14:23:10 [2021-12-21T14:23:10.637Z] #51 37.00 go: downloading github.com/ultraware/funlen v0.0.2
14:23:10 [2021-12-21T14:23:10.637Z] #51 37.08 go: downloading github.com/ultraware/whitespace v0.0.4
14:23:10 [2021-12-21T14:23:10.643Z] #51 32.24 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:23:10 [2021-12-21T14:23:10.643Z] #51 32.27 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:23:10 [2021-12-21T14:23:10.643Z] #51 32.44 go: downloading github.com/davecgh/go-spew v1.1.1
14:23:10 [2021-12-21T14:23:10.643Z] #51 32.55 go: downloading github.com/pmezard/go-difflib v1.0.0
14:23:10 [2021-12-21T14:23:10.854Z] 
14:23:10 [2021-12-21T14:23:10.854Z] #58 [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
14:23:10 [2021-12-21T14:23:10.854Z] #58 sha256:fb7021f5e0daf498e068e2d3c22abdafdd4672cd4d888d8fc1f99f5ca5db08b7
14:23:10 [2021-12-21T14:23:10.854Z] #58 34.72 Building dependency tree...
14:23:10 [2021-12-21T14:23:10.854Z] #58 37.67 The following additional packages will be installed:
14:23:10 [2021-12-21T14:23:10.854Z] #58 37.68   libbtrfs0
14:23:10 [2021-12-21T14:23:10.854Z] #58 37.80 The following NEW packages will be installed:
14:23:10 [2021-12-21T14:23:10.854Z] #58 37.81   libbtrfs-dev libbtrfs0
14:23:10 [2021-12-21T14:23:10.854Z] #58 38.12 0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded.
14:23:10 [2021-12-21T14:23:10.854Z] #58 38.12 Need to get 454 kB of archives.
14:23:10 [2021-12-21T14:23:10.854Z] #58 38.12 After this operation, 1275 kB of additional disk space will be used.
14:23:10 [2021-12-21T14:23:10.854Z] #58 38.12 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
14:23:10 [2021-12-21T14:23:10.854Z] #58 38.13 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
14:23:10 [2021-12-21T14:23:10.854Z] #58 39.21 debconf: delaying package configuration, since apt-utils is not installed
14:23:10 [2021-12-21T14:23:10.854Z] #58 39.41 Fetched 454 kB in 0s (1482 kB/s)
14:23:10 [2021-12-21T14:23:10.854Z] #58 39.49 Selecting previously unselected package libbtrfs0:arm64.
14:23:10 [2021-12-21T14:23:10.854Z] #58 39.49 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15703 files and directories currently installed.)
14:23:10 [2021-12-21T14:23:10.854Z] #58 39.53 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
14:23:10 [2021-12-21T14:23:10.854Z] #58 39.55 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
14:23:10 [2021-12-21T14:23:10.854Z] #58 39.74 Selecting previously unselected package libbtrfs-dev:arm64.
14:23:10 [2021-12-21T14:23:10.854Z] #58 39.74 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
14:23:10 [2021-12-21T14:23:10.854Z] #58 39.75 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
14:23:10 [2021-12-21T14:23:10.854Z] #58 42.13 Setting up libbtrfs0:arm64 (5.10.1-2) ...
14:23:10 [2021-12-21T14:23:10.854Z] #58 42.35 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
14:23:10 [2021-12-21T14:23:10.854Z] #58 42.40 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:23:10 [2021-12-21T14:23:10.854Z] #58 DONE 43.8s
14:23:10 [2021-12-21T14:23:10.854Z] 
14:23:10 [2021-12-21T14:23:10.854Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
14:23:10 [2021-12-21T14:23:10.854Z] #59 sha256:fd6d579874a624827c7babac5482792a1dc66da171f1d0b4dc0ab94a96274370
14:23:10 [2021-12-21T14:23:10.896Z] #51 37.09 go: downloading github.com/uudashr/gocognit v1.0.1
14:23:10 [2021-12-21T14:23:10.896Z] #51 37.15 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
14:23:10 [2021-12-21T14:23:10.903Z] #51 32.66 go: downloading github.com/stretchr/objx v0.2.0
14:23:11 [2021-12-21T14:23:11.154Z] #51 ...
14:23:11 [2021-12-21T14:23:11.154Z] 
14:23:11 [2021-12-21T14:23:11.154Z] #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
14:23:11 [2021-12-21T14:23:11.155Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:23:11 [2021-12-21T14:23:11.155Z] #14 27.27 Fetched 8485 kB in 21s (409 kB/s)
14:23:11 [2021-12-21T14:23:11.155Z] #14 27.27 Reading package lists...
14:23:11 [2021-12-21T14:23:11.155Z] #14 36.83 Reading package lists...
14:23:11 [2021-12-21T14:23:11.155Z] #14 ...
14:23:11 [2021-12-21T14:23:11.155Z] 
14:23:11 [2021-12-21T14:23:11.155Z] #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
14:23:11 [2021-12-21T14:23:11.155Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:23:11 [2021-12-21T14:23:11.155Z] #43 35.82 Updating files:  67% (1182/1754)
Updating files:  68% (1193/1754)
Updating files:  69% (1211/1754)
Updating files:  70% (1228/1754)
Updating files:  71% (1246/1754)
Updating files:  72% (1263/1754)
Updating files:  73% (1281/1754)
Updating files:  74% (1298/1754)
Updating files:  75% (1316/1754)
Updating files:  76% (1334/1754)
Updating files:  77% (1351/1754)
Updating files:  78% (1369/1754)
Updating files:  79% (1386/1754)
Updating files:  80% (1404/1754)
Updating files:  81% (1421/1754)
Updating files:  82% (1439/1754)
Updating files:  83% (1456/1754)
Updating files:  84% (1474/1754)
Updating files:  85% (1491/1754)
Updating files:  86% (1509/1754)
Updating files:  87% (1526/1754)
Updating files:  88% (1544/1754)
Updating files:  89% (1562/1754)
Updating files:  90% (1579/1754)
Updating files:  91% (1597/1754)
Updating files:  92% (1614/1754)
Updating files:  93% (1632/1754)
Updating files:  94% (1649/1754)
Updating files:  95% (1667/1754)
Updating files:  96% (1684/1754)
Updating files:  97% (1702/1754)
Updating files:  98% (1719/1754)
Updating files:  99% (1737/1754)
Updating files: 100% (1754/1754)
Updating files: 100% (1754/1754), done.
14:23:11 [2021-12-21T14:23:11.155Z] #43 36.67 + git checkout -q v2.3.0
14:23:11 [2021-12-21T14:23:11.162Z] #51 32.84 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
14:23:11 [2021-12-21T14:23:11.162Z] #51 32.93 go: downloading golang.org/x/text v0.3.2
14:23:11 [2021-12-21T14:23:11.554Z] #14 33.97 The following NEW packages will be installed:
14:23:11 [2021-12-21T14:23:11.554Z] #14 33.99   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:23:11 [2021-12-21T14:23:11.554Z] #14 33.99   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
14:23:11 [2021-12-21T14:23:11.554Z] #14 33.99   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
14:23:11 [2021-12-21T14:23:11.554Z] #14 33.99   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
14:23:11 [2021-12-21T14:23:11.554Z] #14 33.99   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
14:23:11 [2021-12-21T14:23:11.554Z] #14 33.99   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
14:23:11 [2021-12-21T14:23:11.554Z] #14 34.00   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
14:23:11 [2021-12-21T14:23:11.554Z] #14 34.00   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
14:23:11 [2021-12-21T14:23:11.554Z] #14 34.01   mingw-w64-x86-64-dev
14:23:11 [2021-12-21T14:23:11.554Z] #14 34.01 The following packages will be upgraded:
14:23:11 [2021-12-21T14:23:11.554Z] #14 34.02   libseccomp2
14:23:11 [2021-12-21T14:23:11.787Z] #59 ...
14:23:11 [2021-12-21T14:23:11.787Z] 
14:23:11 [2021-12-21T14:23:11.787Z] #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
14:23:11 [2021-12-21T14:23:11.788Z] #47 sha256:6f2328862792c2154f686b9ce769b61ada0d2382b3817e5958582f64026888fd
14:23:11 [2021-12-21T14:23:11.788Z] #47 29.54 Reading package lists...
14:23:11 [2021-12-21T14:23:11.788Z] #47 34.30 Building dependency tree...
14:23:11 [2021-12-21T14:23:11.788Z] #47 37.29 The following additional packages will be installed:
14:23:11 [2021-12-21T14:23:11.788Z] #47 37.30   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
14:23:11 [2021-12-21T14:23:11.788Z] #47 37.30   python3-protobuf python3-six
14:23:11 [2021-12-21T14:23:11.788Z] #47 37.30 Suggested packages:
14:23:11 [2021-12-21T14:23:11.788Z] #47 37.31   python3-setuptools
14:23:11 [2021-12-21T14:23:11.788Z] #47 37.31 Recommended packages:
14:23:11 [2021-12-21T14:23:11.788Z] #47 37.31   iproute2 | iproute
14:23:11 [2021-12-21T14:23:11.788Z] #47 37.74 The following NEW packages will be installed:
14:23:11 [2021-12-21T14:23:11.788Z] #47 37.77   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
14:23:11 [2021-12-21T14:23:11.788Z] #47 37.78   python3-protobuf python3-six
14:23:11 [2021-12-21T14:23:11.788Z] #47 38.43 0 upgraded, 8 newly installed, 0 to remove and 8 not upgraded.
14:23:11 [2021-12-21T14:23:11.788Z] #47 38.43 Need to get 2115 kB of archives.
14:23:11 [2021-12-21T14:23:11.788Z] #47 38.43 After this operation, 10.7 MB of additional disk space will be used.
14:23:11 [2021-12-21T14:23:11.788Z] #47 38.43 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #47 38.49 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #47 38.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #47 38.50 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #47 38.54 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #47 38.55 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #47 38.55 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #47 41.42 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-3 [609 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #47 42.57 debconf: delaying package configuration, since apt-utils is not installed
14:23:11 [2021-12-21T14:23:11.788Z] #47 43.13 Fetched 2115 kB in 4s (546 kB/s)
14:23:11 [2021-12-21T14:23:11.788Z] #47 43.70 Selecting previously unselected package libprotobuf23:arm64.
14:23:11 [2021-12-21T14:23:11.788Z] #47 43.70 (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.)
14:23:11 [2021-12-21T14:23:11.788Z] #47 43.79 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
14:23:11 [2021-12-21T14:23:11.788Z] #47 43.81 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
14:23:11 [2021-12-21T14:23:11.788Z] #47 ...
14:23:11 [2021-12-21T14:23:11.788Z] 
14:23:11 [2021-12-21T14:23:11.788Z] #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
14:23:11 [2021-12-21T14:23:11.788Z] #14 sha256:b6c739283ee732edd99276e11c2fef81bf5074189a0df68706ff447adbdea86b
14:23:11 [2021-12-21T14:23:11.788Z] #14 44.38 Get:15 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]
14:23:11 [2021-12-21T14:23:11.788Z] #14 44.92 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #14 44.92 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #14 44.92 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #14 44.92 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #14 44.92 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #14 44.92 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #14 44.98 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #14 44.99 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #14 45.00 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #14 45.00 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #14 45.01 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #14 45.01 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #14 45.01 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #14 45.07 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
14:23:11 [2021-12-21T14:23:11.788Z] #14 45.07 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
14:23:11 [2021-12-21T14:23:11.811Z] #14 34.37 1 upgraded, 30 newly installed, 0 to remove and 7 not upgraded.
14:23:11 [2021-12-21T14:23:11.811Z] #14 34.37 Need to get 115 MB of archives.
14:23:11 [2021-12-21T14:23:11.811Z] #14 34.37 After this operation, 645 MB of additional disk space will be used.
14:23:11 [2021-12-21T14:23:11.811Z] #14 34.37 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp2 amd64 2.5.1-1+deb11u1 [48.5 kB]
14:23:11 [2021-12-21T14:23:11.811Z] #14 34.37 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
14:23:11 [2021-12-21T14:23:11.932Z] #19 118.2 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
14:23:11 [2021-12-21T14:23:11.932Z] #19 118.2 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
14:23:11 [2021-12-21T14:23:11.932Z] #19 118.3 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
14:23:11 [2021-12-21T14:23:11.932Z] #19 118.3 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
14:23:11 [2021-12-21T14:23:11.932Z] #19 118.4 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]
14:23:12 [2021-12-21T14:23:12.046Z] #14 ...
14:23:12 [2021-12-21T14:23:12.046Z] 
14:23:12 [2021-12-21T14:23:12.046Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
14:23:12 [2021-12-21T14:23:12.046Z] #59 sha256:fd6d579874a624827c7babac5482792a1dc66da171f1d0b4dc0ab94a96274370
14:23:12 [2021-12-21T14:23:12.046Z] #59 DONE 1.4s
14:23:12 [2021-12-21T14:23:12.046Z] 
14:23:12 [2021-12-21T14:23:12.046Z] #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
14:23:12 [2021-12-21T14:23:12.046Z] #14 sha256:b6c739283ee732edd99276e11c2fef81bf5074189a0df68706ff447adbdea86b
14:23:12 [2021-12-21T14:23:12.046Z] #14 45.07 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB]
14:23:12 [2021-12-21T14:23:12.068Z] #14 34.50 Get:3 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]
14:23:12 [2021-12-21T14:23:12.305Z] #14 ...
14:23:12 [2021-12-21T14:23:12.305Z] 
14:23:12 [2021-12-21T14:23:12.305Z] #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
14:23:12 [2021-12-21T14:23:12.305Z] #38 sha256:adb1cad0ee9da91869ee5aa20fc56601364d765743e020e7b3cd78ecbcc4980f
14:23:12 [2021-12-21T14:23:12.305Z] #38 34.34 Building dependency tree...
14:23:12 [2021-12-21T14:23:12.305Z] #38 37.18 The following additional packages will be installed:
14:23:12 [2021-12-21T14:23:12.305Z] #38 37.21   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
14:23:12 [2021-12-21T14:23:12.305Z] #38 37.21 Suggested packages:
14:23:12 [2021-12-21T14:23:12.305Z] #38 37.23   cmake-doc ninja-build lrzip
14:23:12 [2021-12-21T14:23:12.305Z] #38 37.23 Recommended packages:
14:23:12 [2021-12-21T14:23:12.305Z] #38 37.23   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
14:23:12 [2021-12-21T14:23:12.305Z] #38 37.90 The following NEW packages will be installed:
14:23:12 [2021-12-21T14:23:12.305Z] #38 37.90   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
14:23:12 [2021-12-21T14:23:12.305Z] #38 37.91   vim-common xxd
14:23:12 [2021-12-21T14:23:12.305Z] #38 38.23 0 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
14:23:12 [2021-12-21T14:23:12.305Z] #38 38.23 Need to get 15.6 MB of archives.
14:23:12 [2021-12-21T14:23:12.305Z] #38 38.23 After this operation, 67.4 MB of additional disk space will be used.
14:23:12 [2021-12-21T14:23:12.305Z] #38 38.23 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
14:23:12 [2021-12-21T14:23:12.305Z] #38 38.24 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
14:23:12 [2021-12-21T14:23:12.305Z] #38 38.25 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
14:23:12 [2021-12-21T14:23:12.305Z] #38 38.32 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
14:23:12 [2021-12-21T14:23:12.305Z] #38 38.62 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7 [629 kB]
14:23:12 [2021-12-21T14:23:12.305Z] #38 38.64 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+b1 [320 kB]
14:23:12 [2021-12-21T14:23:12.305Z] #38 38.65 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
14:23:12 [2021-12-21T14:23:12.305Z] #38 38.66 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
14:23:12 [2021-12-21T14:23:12.305Z] #38 38.66 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
14:23:12 [2021-12-21T14:23:12.305Z] #38 38.67 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
14:23:12 [2021-12-21T14:23:12.305Z] #38 39.71 debconf: delaying package configuration, since apt-utils is not installed
14:23:12 [2021-12-21T14:23:12.305Z] #38 39.89 Fetched 15.6 MB in 1s (18.8 MB/s)
14:23:12 [2021-12-21T14:23:12.305Z] #38 40.61 Selecting previously unselected package xxd.
14:23:12 [2021-12-21T14:23:12.305Z] #38 40.61 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15703 files and directories currently installed.)
14:23:12 [2021-12-21T14:23:12.305Z] #38 40.67 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
14:23:12 [2021-12-21T14:23:12.305Z] #38 40.67 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
14:23:12 [2021-12-21T14:23:12.305Z] #38 42.46 Selecting previously unselected package vim-common.
14:23:12 [2021-12-21T14:23:12.305Z] #38 42.46 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
14:23:12 [2021-12-21T14:23:12.305Z] #38 42.49 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
14:23:12 [2021-12-21T14:23:12.305Z] #38 43.25 Selecting previously unselected package cmake-data.
14:23:12 [2021-12-21T14:23:12.305Z] #38 43.33 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
14:23:12 [2021-12-21T14:23:12.305Z] #38 43.56 Unpacking cmake-data (3.18.4-2+deb11u1) ...
14:23:12 [2021-12-21T14:23:12.305Z] #38 ...
14:23:12 [2021-12-21T14:23:12.305Z] 
14:23:12 [2021-12-21T14:23:12.305Z] #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
14:23:12 [2021-12-21T14:23:12.305Z] #47 sha256:6f2328862792c2154f686b9ce769b61ada0d2382b3817e5958582f64026888fd
14:23:12 [2021-12-21T14:23:12.305Z] #47 44.88 Selecting previously unselected package python3-pkg-resources.
14:23:12 [2021-12-21T14:23:12.306Z] #47 44.88 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
14:23:12 [2021-12-21T14:23:12.306Z] #47 44.93 Unpacking python3-pkg-resources (52.0.0-4) ...
14:23:12 [2021-12-21T14:23:12.325Z] #14 34.68 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
14:23:12 [2021-12-21T14:23:12.325Z] #14 34.69 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
14:23:12 [2021-12-21T14:23:12.325Z] #14 34.69 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
14:23:12 [2021-12-21T14:23:12.325Z] #14 34.70 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
14:23:12 [2021-12-21T14:23:12.325Z] #14 ...
14:23:12 [2021-12-21T14:23:12.325Z] 
14:23:12 [2021-12-21T14:23:12.325Z] #58 [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
14:23:12 [2021-12-21T14:23:12.325Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:23:12 [2021-12-21T14:23:12.325Z] #58 19.45 Reading package lists...
14:23:12 [2021-12-21T14:23:12.325Z] #58 24.99 Reading package lists...
14:23:12 [2021-12-21T14:23:12.325Z] #58 30.05 Building dependency tree...
14:23:12 [2021-12-21T14:23:12.325Z] #58 33.32 The following additional packages will be installed:
14:23:12 [2021-12-21T14:23:12.325Z] #58 33.34   libbtrfs0
14:23:12 [2021-12-21T14:23:12.325Z] #58 33.52 The following NEW packages will be installed:
14:23:12 [2021-12-21T14:23:12.325Z] #58 33.55   libbtrfs-dev libbtrfs0
14:23:12 [2021-12-21T14:23:12.325Z] #58 33.95 0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded.
14:23:12 [2021-12-21T14:23:12.325Z] #58 33.95 Need to get 460 kB of archives.
14:23:12 [2021-12-21T14:23:12.325Z] #58 33.95 After this operation, 1237 kB of additional disk space will be used.
14:23:12 [2021-12-21T14:23:12.325Z] #58 33.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
14:23:12 [2021-12-21T14:23:12.325Z] #58 33.95 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
14:23:12 [2021-12-21T14:23:12.325Z] #58 ...
14:23:12 [2021-12-21T14:23:12.325Z] 
14:23:12 [2021-12-21T14:23:12.325Z] #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
14:23:12 [2021-12-21T14:23:12.325Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:12 [2021-12-21T14:23:12.325Z] #38 29.63 Building dependency tree...
14:23:12 [2021-12-21T14:23:12.325Z] #38 32.69 The following additional packages will be installed:
14:23:12 [2021-12-21T14:23:12.325Z] #38 32.72   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
14:23:12 [2021-12-21T14:23:12.325Z] #38 32.74 Suggested packages:
14:23:12 [2021-12-21T14:23:12.325Z] #38 32.74   cmake-doc ninja-build lrzip
14:23:12 [2021-12-21T14:23:12.325Z] #38 32.74 Recommended packages:
14:23:12 [2021-12-21T14:23:12.325Z] #38 32.74   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
14:23:12 [2021-12-21T14:23:12.325Z] #38 33.60 The following NEW packages will be installed:
14:23:12 [2021-12-21T14:23:12.325Z] #38 33.61   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
14:23:12 [2021-12-21T14:23:12.325Z] #38 33.61   vim-common xxd
14:23:12 [2021-12-21T14:23:12.325Z] #38 33.98 0 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
14:23:12 [2021-12-21T14:23:12.325Z] #38 33.98 Need to get 17.7 MB of archives.
14:23:12 [2021-12-21T14:23:12.325Z] #38 33.98 After this operation, 70.7 MB of additional disk space will be used.
14:23:12 [2021-12-21T14:23:12.325Z] #38 33.98 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
14:23:12 [2021-12-21T14:23:12.325Z] #38 33.99 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
14:23:12 [2021-12-21T14:23:12.325Z] #38 33.99 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
14:23:12 [2021-12-21T14:23:12.325Z] #38 34.08 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
14:23:12 [2021-12-21T14:23:12.325Z] #38 34.51 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
14:23:12 [2021-12-21T14:23:12.325Z] #38 34.53 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
14:23:12 [2021-12-21T14:23:12.325Z] #38 34.55 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
14:23:12 [2021-12-21T14:23:12.325Z] #38 34.56 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
14:23:12 [2021-12-21T14:23:12.325Z] #38 34.60 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
14:23:12 [2021-12-21T14:23:12.325Z] #38 34.60 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
14:23:12 [2021-12-21T14:23:12.869Z] #47 45.28 Selecting previously unselected package python3-six.
14:23:12 [2021-12-21T14:23:12.869Z] #47 45.30 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
14:23:12 [2021-12-21T14:23:12.869Z] #47 45.31 Unpacking python3-six (1.16.0-2) ...
14:23:12 [2021-12-21T14:23:12.869Z] #47 45.45 Selecting previously unselected package python3-protobuf.
14:23:12 [2021-12-21T14:23:12.869Z] #47 45.47 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
14:23:12 [2021-12-21T14:23:12.869Z] #47 45.47 Unpacking python3-protobuf (3.12.4-1) ...
14:23:13 [2021-12-21T14:23:13.258Z] #38 ...
14:23:13 [2021-12-21T14:23:13.258Z] 
14:23:13 [2021-12-21T14:23:13.258Z] #53 [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
14:23:13 [2021-12-21T14:23:13.258Z] #53 sha256:9d2d7440e47f94c4ef9cc91dbba2d7b1228ac82d5ecaea3827b2893ae5c1cc05
14:23:13 [2021-12-21T14:23:13.258Z] #53 35.02 v3.0.2
14:23:13 [2021-12-21T14:23:13.258Z] #53 DONE 35.6s
14:23:13 [2021-12-21T14:23:13.258Z] 
14:23:13 [2021-12-21T14:23:13.258Z] #58 [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
14:23:13 [2021-12-21T14:23:13.258Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:23:13 [2021-12-21T14:23:13.258Z] #58 35.10 debconf: delaying package configuration, since apt-utils is not installed
14:23:13 [2021-12-21T14:23:13.258Z] #58 35.31 Fetched 460 kB in 0s (1262 kB/s)
14:23:13 [2021-12-21T14:23:13.258Z] #58 35.43 Selecting previously unselected package libbtrfs0:amd64.
14:23:13 [2021-12-21T14:23:13.258Z] #58 35.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 ... 15713 files and directories currently installed.)
14:23:13 [2021-12-21T14:23:13.258Z] #58 35.47 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
14:23:13 [2021-12-21T14:23:13.258Z] #58 35.50 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
14:23:13 [2021-12-21T14:23:13.258Z] #58 35.71 Selecting previously unselected package libbtrfs-dev:amd64.
14:23:13 [2021-12-21T14:23:13.258Z] #58 35.73 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
14:23:13 [2021-12-21T14:23:13.258Z] #58 35.73 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
14:23:13 [2021-12-21T14:23:13.528Z] #58 ...
14:23:13 [2021-12-21T14:23:13.528Z] 
14:23:13 [2021-12-21T14:23:13.528Z] #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
14:23:13 [2021-12-21T14:23:13.528Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:23:13 [2021-12-21T14:23:13.528Z] #47 20.43 Reading package lists...
14:23:13 [2021-12-21T14:23:13.528Z] #47 25.96 Reading package lists...
14:23:13 [2021-12-21T14:23:13.528Z] #47 30.30 Building dependency tree...
14:23:13 [2021-12-21T14:23:13.528Z] #47 33.58 The following additional packages will be installed:
14:23:13 [2021-12-21T14:23:13.528Z] #47 33.59   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
14:23:13 [2021-12-21T14:23:13.528Z] #47 33.59   python3-protobuf python3-six
14:23:13 [2021-12-21T14:23:13.528Z] #47 33.59 Suggested packages:
14:23:13 [2021-12-21T14:23:13.528Z] #47 33.61   python3-setuptools
14:23:13 [2021-12-21T14:23:13.528Z] #47 33.61 Recommended packages:
14:23:13 [2021-12-21T14:23:13.528Z] #47 33.61   iproute2 | iproute
14:23:13 [2021-12-21T14:23:13.528Z] #47 34.15 The following NEW packages will be installed:
14:23:13 [2021-12-21T14:23:13.528Z] #47 34.19   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
14:23:13 [2021-12-21T14:23:13.528Z] #47 34.20   python3-protobuf python3-six
14:23:13 [2021-12-21T14:23:13.528Z] #47 34.70 0 upgraded, 8 newly installed, 0 to remove and 8 not upgraded.
14:23:13 [2021-12-21T14:23:13.528Z] #47 34.70 Need to get 2292 kB of archives.
14:23:13 [2021-12-21T14:23:13.528Z] #47 34.70 After this operation, 11.0 MB of additional disk space will be used.
14:23:13 [2021-12-21T14:23:13.528Z] #47 34.70 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
14:23:13 [2021-12-21T14:23:13.528Z] #47 34.78 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
14:23:13 [2021-12-21T14:23:13.528Z] #47 34.78 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
14:23:13 [2021-12-21T14:23:13.528Z] #47 34.81 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
14:23:13 [2021-12-21T14:23:13.528Z] #47 34.86 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:23:13 [2021-12-21T14:23:13.528Z] #47 34.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
14:23:13 [2021-12-21T14:23:13.528Z] #47 34.94 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
14:23:13 [2021-12-21T14:23:13.528Z] #47 ...
14:23:13 [2021-12-21T14:23:13.528Z] 
14:23:13 [2021-12-21T14:23:13.528Z] #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
14:23:13 [2021-12-21T14:23:13.528Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:23:13 [2021-12-21T14:23:13.528Z] #14 35.18 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
14:23:13 [2021-12-21T14:23:13.528Z] #14 35.40 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
14:23:13 [2021-12-21T14:23:13.528Z] #14 35.40 Get:10 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]
14:23:13 [2021-12-21T14:23:13.528Z] #14 36.06 Get:11 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]
14:23:13 [2021-12-21T14:23:13.688Z] #43 39.46 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
14:23:13 [2021-12-21T14:23:13.798Z] #47 46.29 Selecting previously unselected package libnet1:arm64.
14:23:13 [2021-12-21T14:23:13.798Z] #47 46.29 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
14:23:13 [2021-12-21T14:23:13.798Z] #47 46.31 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
14:23:14 [2021-12-21T14:23:14.055Z] #47 46.52 Selecting previously unselected package libnl-3-200:arm64.
14:23:14 [2021-12-21T14:23:14.055Z] #47 46.52 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
14:23:14 [2021-12-21T14:23:14.055Z] #47 46.53 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
14:23:14 [2021-12-21T14:23:14.311Z] #47 46.76 Selecting previously unselected package libprotobuf-c1:arm64.
14:23:14 [2021-12-21T14:23:14.311Z] #47 46.76 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
14:23:14 [2021-12-21T14:23:14.311Z] #47 46.80 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
14:23:14 [2021-12-21T14:23:14.479Z] #19 120.8 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
14:23:14 [2021-12-21T14:23:14.479Z] #19 120.8 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
14:23:14 [2021-12-21T14:23:14.479Z] #19 120.8 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB]
14:23:14 [2021-12-21T14:23:14.479Z] #19 120.9 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
14:23:14 [2021-12-21T14:23:14.479Z] #19 120.9 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
14:23:14 [2021-12-21T14:23:14.479Z] #19 120.9 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
14:23:14 [2021-12-21T14:23:14.479Z] #19 121.1 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
14:23:14 [2021-12-21T14:23:14.479Z] #19 121.1 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
14:23:14 [2021-12-21T14:23:14.479Z] #19 121.1 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
14:23:14 [2021-12-21T14:23:14.479Z] #19 121.1 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
14:23:14 [2021-12-21T14:23:14.479Z] #19 121.1 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
14:23:14 [2021-12-21T14:23:14.479Z] #19 121.1 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
14:23:14 [2021-12-21T14:23:14.480Z] #19 121.1 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
14:23:14 [2021-12-21T14:23:14.480Z] #19 121.1 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
14:23:14 [2021-12-21T14:23:14.480Z] #19 121.1 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
14:23:14 [2021-12-21T14:23:14.480Z] #19 121.1 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
14:23:14 [2021-12-21T14:23:14.480Z] #19 121.1 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
14:23:14 [2021-12-21T14:23:14.480Z] #19 121.1 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
14:23:14 [2021-12-21T14:23:14.480Z] #19 121.1 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
14:23:14 [2021-12-21T14:23:14.480Z] #19 121.1 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
14:23:14 [2021-12-21T14:23:14.480Z] #19 121.2 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
14:23:14 [2021-12-21T14:23:14.480Z] #19 121.2 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
14:23:14 [2021-12-21T14:23:14.480Z] #19 121.2 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
14:23:14 [2021-12-21T14:23:14.567Z] #47 46.93 Selecting previously unselected package criu.
14:23:14 [2021-12-21T14:23:14.567Z] #47 46.93 Preparing to unpack .../7-criu_3.16.1-3_arm64.deb ...
14:23:14 [2021-12-21T14:23:14.567Z] #47 46.94 Unpacking criu (3.16.1-3) ...
14:23:14 [2021-12-21T14:23:14.741Z] #19 121.2 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
14:23:14 [2021-12-21T14:23:14.741Z] #19 121.3 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
14:23:14 [2021-12-21T14:23:14.741Z] #19 121.3 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
14:23:14 [2021-12-21T14:23:14.741Z] #19 121.3 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
14:23:14 [2021-12-21T14:23:14.741Z] #19 121.3 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]
14:23:14 [2021-12-21T14:23:14.913Z] #14 ...
14:23:14 [2021-12-21T14:23:14.913Z] 
14:23:14 [2021-12-21T14:23:14.913Z] #58 [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
14:23:14 [2021-12-21T14:23:14.913Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:23:14 [2021-12-21T14:23:14.913Z] #58 36.27 Setting up libbtrfs0:amd64 (5.10.1-2) ...
14:23:14 [2021-12-21T14:23:14.913Z] #58 36.37 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
14:23:14 [2021-12-21T14:23:14.913Z] #58 36.37 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:23:14 [2021-12-21T14:23:14.913Z] #58 DONE 37.2s
14:23:14 [2021-12-21T14:23:14.913Z] 
14:23:14 [2021-12-21T14:23:14.913Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
14:23:14 [2021-12-21T14:23:14.913Z] #59 sha256:69dde78dec5db8fe115aaa362e0e5ceae456f436f524eb6f52507b25054d3f99
14:23:15 [2021-12-21T14:23:15.356Z] #51 ...
14:23:15 [2021-12-21T14:23:15.356Z] 
14:23:15 [2021-12-21T14:23:15.356Z] #63 [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
14:23:15 [2021-12-21T14:23:15.356Z] #63 sha256:f74c1c96853af0777643df80416ac53a064eb1edb472c1fb9db77357716b52e1
14:23:15 [2021-12-21T14:23:15.356Z] #63 26.24 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:23:15 [2021-12-21T14:23:15.356Z] #63 ...
14:23:15 [2021-12-21T14:23:15.356Z] 
14:23:15 [2021-12-21T14:23:15.356Z] #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
14:23:15 [2021-12-21T14:23:15.356Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:15 [2021-12-21T14:23:15.356Z] #38 31.28 Fetched 8485 kB in 22s (385 kB/s)
14:23:15 [2021-12-21T14:23:15.476Z] #59 DONE 0.8s
14:23:15 [2021-12-21T14:23:15.476Z] 
14:23:15 [2021-12-21T14:23:15.476Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:23:15 [2021-12-21T14:23:15.476Z] #60 sha256:1da834edb382d0e28bb81ea1696d040c19e7b4a0bca7e29ae8e01ec7dda2546f
14:23:15 [2021-12-21T14:23:15.933Z] #47 48.30 Setting up python3-pkg-resources (52.0.0-4) ...
14:23:16 [2021-12-21T14:23:16.130Z] #19 122.6 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B]
14:23:16 [2021-12-21T14:23:16.130Z] #19 122.6 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
14:23:16 [2021-12-21T14:23:16.130Z] #19 122.7 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
14:23:16 [2021-12-21T14:23:16.130Z] #19 ...
14:23:16 [2021-12-21T14:23:16.130Z] 
14:23:16 [2021-12-21T14:23:16.130Z] #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
14:23:16 [2021-12-21T14:23:16.130Z] #41 sha256:c0519c19fbf7c93514d7a6102815dd09ddf688b9f5468088005b4c292cacdf92
14:23:16 [2021-12-21T14:23:16.130Z] #41 DONE 137.8s
14:23:16 [2021-12-21T14:23:16.130Z] 
14:23:16 [2021-12-21T14:23:16.130Z] #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
14:23:16 [2021-12-21T14:23:16.130Z] #19 sha256:0ca987a5f6a5f555eb25e698e4c924baeb4cf79fc0303d5686c4022bb6867a46
14:23:16 [2021-12-21T14:23:16.130Z] #19 122.7 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
14:23:16 [2021-12-21T14:23:16.130Z] #19 122.8 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]
14:23:16 [2021-12-21T14:23:16.401Z] using credential docker-jenkins-github-credentials
14:23:16 [2021-12-21T14:23:16.485Z] Cloning the remote Git repository
14:23:16 [2021-12-21T14:23:16.485Z] Cloning with configured refspecs honoured and without tags
14:23:16 [2021-12-21T14:23:16.736Z] #38 31.28 Reading package lists...
14:23:16 [2021-12-21T14:23:16.737Z] #38 ...
14:23:16 [2021-12-21T14:23:16.737Z] 
14:23:16 [2021-12-21T14:23:16.737Z] #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
14:23:16 [2021-12-21T14:23:16.737Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:23:16 [2021-12-21T14:23:16.973Z] #43 ...
14:23:16 [2021-12-21T14:23:16.973Z] 
14:23:16 [2021-12-21T14:23:16.973Z] #58 [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
14:23:16 [2021-12-21T14:23:16.973Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:23:16 [2021-12-21T14:23:16.973Z] #58 34.38 Reading package lists...
14:23:16 [2021-12-21T14:23:16.973Z] #58 43.00 Building dependency tree...
14:23:16 [2021-12-21T14:23:16.973Z] #58 ...
14:23:16 [2021-12-21T14:23:16.973Z] 
14:23:16 [2021-12-21T14:23:16.973Z] #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
14:23:16 [2021-12-21T14:23:16.973Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:23:16 [2021-12-21T14:23:16.973Z] #47 32.99 Fetched 8489 kB in 25s (344 kB/s)
14:23:16 [2021-12-21T14:23:16.973Z] #47 32.99 Reading package lists...
14:23:16 [2021-12-21T14:23:16.682Z] Cloning repository https://github.com/moby/moby.git
14:23:17 [2021-12-21T14:23:17.231Z] #47 41.98 Reading package lists...
14:23:17 [2021-12-21T14:23:17.231Z] #47 ...
14:23:17 [2021-12-21T14:23:17.231Z] 
14:23:17 [2021-12-21T14:23:17.232Z] #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
14:23:17 [2021-12-21T14:23:17.232Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:17 [2021-12-21T14:23:17.232Z] #38 34.89 Reading package lists...
14:23:17 [2021-12-21T14:23:17.308Z] #47 49.76 Setting up libprotobuf23:arm64 (3.12.4-1) ...
14:23:17 [2021-12-21T14:23:17.308Z] #47 49.78 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
14:23:17 [2021-12-21T14:23:17.308Z] #47 49.81 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
14:23:17 [2021-12-21T14:23:17.308Z] #47 49.83 Setting up python3-six (1.16.0-2) ...
14:23:17 [2021-12-21T14:23:17.515Z] #43 38.25 Updating files:  70% (1239/1754)
Updating files:  71% (1246/1754)
Updating files:  72% (1263/1754)
Updating files:  73% (1281/1754)
Updating files:  74% (1298/1754)
Updating files:  75% (1316/1754)
Updating files:  76% (1334/1754)
Updating files:  77% (1351/1754)
Updating files:  78% (1369/1754)
Updating files:  79% (1386/1754)
Updating files:  80% (1404/1754)
Updating files:  81% (1421/1754)
Updating files:  82% (1439/1754)
Updating files:  83% (1456/1754)
Updating files:  84% (1474/1754)
Updating files:  85% (1491/1754)
Updating files:  86% (1509/1754)
Updating files:  87% (1526/1754)
Updating files:  88% (1544/1754)
Updating files:  89% (1562/1754)
Updating files:  90% (1579/1754)
Updating files:  91% (1597/1754)
Updating files:  92% (1614/1754)
Updating files:  93% (1632/1754)
Updating files:  94% (1649/1754)
Updating files:  95% (1667/1754)
Updating files:  96% (1684/1754)
Updating files:  97% (1702/1754)
Updating files:  98% (1719/1754)
Updating files:  99% (1737/1754)
Updating files: 100% (1754/1754)
Updating files: 100% (1754/1754), done.
14:23:17 [2021-12-21T14:23:17.515Z] #43 39.02 + git checkout -q v2.3.0
14:23:17 [2021-12-21T14:23:17.517Z] #19 124.2 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
14:23:17 [2021-12-21T14:23:17.517Z] #19 124.2 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
14:23:17 [2021-12-21T14:23:17.517Z] #19 124.2 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
14:23:17 [2021-12-21T14:23:17.517Z] #19 124.2 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
14:23:17 [2021-12-21T14:23:17.517Z] #19 124.2 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
14:23:17 [2021-12-21T14:23:17.517Z] #19 124.2 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
14:23:17 [2021-12-21T14:23:17.517Z] #19 124.2 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
14:23:17 [2021-12-21T14:23:17.565Z] #47 ...
14:23:17 [2021-12-21T14:23:17.565Z] 
14:23:17 [2021-12-21T14:23:17.565Z] #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
14:23:17 [2021-12-21T14:23:17.565Z] #31 sha256:8c1ecf12e49273dac60e2b1b2443bb3d3234a92ab047080a3d061652fbf330de
14:23:17 [2021-12-21T14:23:17.565Z] #31 21.31 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
14:23:17 [2021-12-21T14:23:17.565Z] #31 23.11 
14:23:17 [2021-12-21T14:23:17.781Z] #19 124.3 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
14:23:17 [2021-12-21T14:23:17.781Z] #19 124.3 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
14:23:17 [2021-12-21T14:23:17.781Z] #19 124.4 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
14:23:17 [2021-12-21T14:23:17.781Z] #19 124.4 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]
14:23:17 [2021-12-21T14:23:17.823Z] #31 23.37 #=#=#                                                                         

                                                                           0.0%
###############                                                           20.9%
########################                                                  33.7%
##################################                                        48.2%
############################################                              61.5%
#########################################################                 79.3%
######################################################################## 100.0%
14:23:18 [2021-12-21T14:23:18.080Z] #31 ...
14:23:18 [2021-12-21T14:23:18.080Z] 
14:23:18 [2021-12-21T14:23:18.080Z] #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
14:23:18 [2021-12-21T14:23:18.080Z] #34 sha256:a0e1cee052c913e5350dbcf23a1c22f7aaf0f32c02886141e9f2e541cbde45f4
14:23:18 [2021-12-21T14:23:18.080Z] #34 41.32 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
14:23:18 [2021-12-21T14:23:18.080Z] #34 41.67 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:23:18 [2021-12-21T14:23:18.338Z] #34 ...
14:23:18 [2021-12-21T14:23:18.338Z] 
14:23:18 [2021-12-21T14:23:18.338Z] #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
14:23:18 [2021-12-21T14:23:18.338Z] #47 sha256:6f2328862792c2154f686b9ce769b61ada0d2382b3817e5958582f64026888fd
14:23:18 [2021-12-21T14:23:18.338Z] #47 50.78 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
14:23:18 [2021-12-21T14:23:18.338Z] #47 50.82 Setting up python3-protobuf (3.12.4-1) ...
14:23:17 [2021-12-21T14:23:17.093Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
14:23:17 [2021-12-21T14:23:17.907Z] Fetching upstream changes from https://github.com/moby/moby.git
14:23:17 [2021-12-21T14:23:17.907Z]  > git --version # timeout=10
14:23:17 [2021-12-21T14:23:17.961Z]  > git --version # 'git version 2.24.1.windows.2'
14:23:17 [2021-12-21T14:23:17.962Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:23:17 [2021-12-21T14:23:17.965Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:19 [2021-12-21T14:23:19.428Z] #43 ...
14:23:19 [2021-12-21T14:23:19.428Z] 
14:23:19 [2021-12-21T14:23:19.428Z] #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
14:23:19 [2021-12-21T14:23:19.428Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:23:19 [2021-12-21T14:23:19.428Z] #14 30.82 Fetched 8485 kB in 22s (392 kB/s)
14:23:19 [2021-12-21T14:23:19.428Z] #14 30.82 Reading package lists...
14:23:19 [2021-12-21T14:23:19.428Z] #14 39.43 Reading package lists...
14:23:19 [2021-12-21T14:23:19.428Z] #14 ...
14:23:19 [2021-12-21T14:23:19.428Z] 
14:23:19 [2021-12-21T14:23:19.428Z] #58 [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
14:23:19 [2021-12-21T14:23:19.428Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:23:19 [2021-12-21T14:23:19.428Z] #58 30.76 Fetched 8485 kB in 21s (396 kB/s)
14:23:19 [2021-12-21T14:23:19.428Z] #58 30.76 Reading package lists...
14:23:19 [2021-12-21T14:23:19.428Z] #58 39.71 Reading package lists...
14:23:19 [2021-12-21T14:23:19.428Z] #58 ...
14:23:19 [2021-12-21T14:23:19.428Z] 
14:23:19 [2021-12-21T14:23:19.428Z] #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
14:23:19 [2021-12-21T14:23:19.428Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:23:19 [2021-12-21T14:23:19.428Z] #47 30.44 Fetched 8489 kB in 23s (368 kB/s)
14:23:19 [2021-12-21T14:23:19.428Z] #47 30.44 Reading package lists...
14:23:19 [2021-12-21T14:23:19.428Z] #47 39.34 Reading package lists...
14:23:19 [2021-12-21T14:23:19.428Z] #47 ...
14:23:19 [2021-12-21T14:23:19.428Z] 
14:23:19 [2021-12-21T14:23:19.428Z] #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
14:23:19 [2021-12-21T14:23:19.428Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:19 [2021-12-21T14:23:19.428Z] #38 31.28 Reading package lists...
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.878 + RM_GOPATH=0
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.878 + TMP_GOPATH=
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.878 + : /build
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.878 + '[' -z '' ']'
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.878 ++ mktemp -d
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 + export GOPATH=/tmp/tmp.V4OZKFlgfL
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 + GOPATH=/tmp/tmp.V4OZKFlgfL
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 + RM_GOPATH=1
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 + case "$(go env GOARCH)" in
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 ++ go env GOARCH
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 + export GO_BUILDMODE=-buildmode=pie
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 + GO_BUILDMODE=-buildmode=pie
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 ++ dirname /install.sh
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 + dir=/
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 + bin=containerd
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 + shift
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 + '[' '!' -f //containerd.installer ']'
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 + . //containerd.installer
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 ++ set -e
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 ++ : v1.5.8
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 + install_containerd
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 + echo 'Install containerd version v1.5.8'
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 + git clone https://github.com/containerd/containerd.git /tmp/tmp.V4OZKFlgfL/src/github.com/containerd/containerd
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 Install containerd version v1.5.8
14:23:19 [2021-12-21T14:23:19.659Z] #60 3.902 Cloning into '/tmp/tmp.V4OZKFlgfL/src/github.com/containerd/containerd'...
14:23:19 [2021-12-21T14:23:19.696Z] #19 126.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]
14:23:19 [2021-12-21T14:23:19.696Z] #19 126.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]
14:23:19 [2021-12-21T14:23:19.696Z] #19 126.0 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
14:23:19 [2021-12-21T14:23:19.696Z] #19 126.1 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
14:23:19 [2021-12-21T14:23:19.696Z] #19 126.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]
14:23:20 [2021-12-21T14:23:20.037Z] #38 43.69 Building dependency tree...
14:23:21 [2021-12-21T14:23:21.035Z] #60 ...
14:23:21 [2021-12-21T14:23:21.035Z] 
14:23:21 [2021-12-21T14:23:21.035Z] #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
14:23:21 [2021-12-21T14:23:21.035Z] #34 sha256:c0519c19fbf7c93514d7a6102815dd09ddf688b9f5468088005b4c292cacdf92
14:23:21 [2021-12-21T14:23:21.035Z] #34 42.11 Updating files:  92% (1403/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.
14:23:21 [2021-12-21T14:23:21.035Z] #34 42.38 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
14:23:21 [2021-12-21T14:23:21.035Z] #34 43.16 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:23:21 [2021-12-21T14:23:21.082Z] #19 127.5 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
14:23:21 [2021-12-21T14:23:21.082Z] #19 127.5 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
14:23:21 [2021-12-21T14:23:21.082Z] #19 127.5 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
14:23:21 [2021-12-21T14:23:21.082Z] #19 127.6 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
14:23:21 [2021-12-21T14:23:21.082Z] #19 127.6 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
14:23:21 [2021-12-21T14:23:21.082Z] #19 127.6 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
14:23:21 [2021-12-21T14:23:21.082Z] #19 127.6 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
14:23:21 [2021-12-21T14:23:21.082Z] #19 127.6 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
14:23:21 [2021-12-21T14:23:21.082Z] #19 127.6 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
14:23:21 [2021-12-21T14:23:21.082Z] #19 127.6 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
14:23:21 [2021-12-21T14:23:21.082Z] #19 127.7 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
14:23:21 [2021-12-21T14:23:21.082Z] #19 127.7 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
14:23:21 [2021-12-21T14:23:21.082Z] #19 127.7 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
14:23:21 [2021-12-21T14:23:21.082Z] #19 127.7 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
14:23:21 [2021-12-21T14:23:21.082Z] #19 127.7 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]
14:23:21 [2021-12-21T14:23:21.620Z] #47 53.80 Setting up criu (3.16.1-3) ...
14:23:21 [2021-12-21T14:23:21.878Z] #47 ...
14:23:21 [2021-12-21T14:23:21.878Z] 
14:23:21 [2021-12-21T14:23:21.878Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:23:21 [2021-12-21T14:23:21.878Z] #60 sha256:7e19dcb8626674562bb4d13a16d22f2ca9cc1260f36b8ed160081bf6d568013e
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.080 + RM_GOPATH=0
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.080 + TMP_GOPATH=
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.080 + : /build
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.080 + '[' -z '' ']'
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.080 ++ mktemp -d
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.092 + export GOPATH=/tmp/tmp.q47nIjHxa7
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.092 + GOPATH=/tmp/tmp.q47nIjHxa7
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.092 + RM_GOPATH=1
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.092 + case "$(go env GOARCH)" in
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.092 ++ go env GOARCH
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.112 Install containerd version v1.5.8
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.112 + export GO_BUILDMODE=-buildmode=pie
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.112 + GO_BUILDMODE=-buildmode=pie
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.112 ++ dirname /install.sh
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.112 + dir=/
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.112 + bin=containerd
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.112 + shift
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.112 + '[' '!' -f //containerd.installer ']'
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.112 + . //containerd.installer
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.112 ++ set -e
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.112 ++ : v1.5.8
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.112 + install_containerd
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.112 + echo 'Install containerd version v1.5.8'
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.112 + git clone https://github.com/containerd/containerd.git /tmp/tmp.q47nIjHxa7/src/github.com/containerd/containerd
14:23:21 [2021-12-21T14:23:21.878Z] #60 1.141 Cloning into '/tmp/tmp.q47nIjHxa7/src/github.com/containerd/containerd'...
14:23:22 [2021-12-21T14:23:22.136Z] #60 ...
14:23:22 [2021-12-21T14:23:22.136Z] 
14:23:22 [2021-12-21T14:23:22.136Z] #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
14:23:22 [2021-12-21T14:23:22.136Z] #14 sha256:b6c739283ee732edd99276e11c2fef81bf5074189a0df68706ff447adbdea86b
14:23:22 [2021-12-21T14:23:22.136Z] #14 46.64 debconf: delaying package configuration, since apt-utils is not installed
14:23:22 [2021-12-21T14:23:22.136Z] #14 47.00 Fetched 109 MB in 7s (14.8 MB/s)
14:23:22 [2021-12-21T14:23:22.136Z] #14 47.15 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15703 files and directories currently installed.)
14:23:22 [2021-12-21T14:23:22.136Z] #14 47.23 Preparing to unpack .../libseccomp2_2.5.1-1+deb11u1_arm64.deb ...
14:23:22 [2021-12-21T14:23:22.136Z] #14 47.27 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) over (2.5.1-1) ...
14:23:22 [2021-12-21T14:23:22.136Z] #14 47.61 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ...
14:23:22 [2021-12-21T14:23:22.136Z] #14 47.83 Selecting previously unselected package binutils-mingw-w64-i686.
14:23:22 [2021-12-21T14:23:22.136Z] #14 47.83 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15703 files and directories currently installed.)
14:23:22 [2021-12-21T14:23:22.136Z] #14 47.94 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
14:23:22 [2021-12-21T14:23:22.136Z] #14 47.96 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
14:23:22 [2021-12-21T14:23:22.136Z] #14 50.68 Selecting previously unselected package binutils-mingw-w64-x86-64.
14:23:22 [2021-12-21T14:23:22.136Z] #14 50.68 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
14:23:22 [2021-12-21T14:23:22.136Z] #14 50.70 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
14:23:22 [2021-12-21T14:23:22.136Z] #14 52.98 Selecting previously unselected package binutils-mingw-w64.
14:23:22 [2021-12-21T14:23:22.136Z] #14 53.01 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
14:23:22 [2021-12-21T14:23:22.136Z] #14 53.02 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
14:23:22 [2021-12-21T14:23:22.136Z] #14 53.14 Selecting previously unselected package libdevmapper1.02.1:arm64.
14:23:22 [2021-12-21T14:23:22.136Z] #14 53.14 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
14:23:22 [2021-12-21T14:23:22.136Z] #14 53.15 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
14:23:22 [2021-12-21T14:23:22.136Z] #14 53.28 Selecting previously unselected package dmsetup.
14:23:22 [2021-12-21T14:23:22.136Z] #14 53.28 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
14:23:22 [2021-12-21T14:23:22.136Z] #14 53.29 Unpacking dmsetup (2:1.02.175-2.1) ...
14:23:22 [2021-12-21T14:23:22.136Z] #14 53.43 Selecting previously unselected package mingw-w64-common.
14:23:22 [2021-12-21T14:23:22.136Z] #14 53.43 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
14:23:22 [2021-12-21T14:23:22.136Z] #14 53.43 Unpacking mingw-w64-common (8.0.0-1) ...
14:23:22 [2021-12-21T14:23:22.570Z] #38 ...
14:23:22 [2021-12-21T14:23:22.570Z] 
14:23:22 [2021-12-21T14:23:22.570Z] #51 [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
14:23:22 [2021-12-21T14:23:22.570Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:23:22 [2021-12-21T14:23:22.570Z] #51 38.41 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
14:23:22 [2021-12-21T14:23:22.570Z] #51 38.49 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
14:23:22 [2021-12-21T14:23:22.570Z] #51 38.60 go: downloading github.com/davecgh/go-spew v1.1.1
14:23:22 [2021-12-21T14:23:22.570Z] #51 38.72 go: downloading github.com/pmezard/go-difflib v1.0.0
14:23:22 [2021-12-21T14:23:22.570Z] #51 38.87 go: downloading github.com/stretchr/objx v0.2.0
14:23:22 [2021-12-21T14:23:22.570Z] #51 39.04 go: downloading golang.org/x/text v0.3.2
14:23:22 [2021-12-21T14:23:22.570Z] #51 47.62 go: downloading github.com/gobwas/glob v0.2.3
14:23:22 [2021-12-21T14:23:22.570Z] #51 47.62 go: downloading github.com/kisielk/gotool v1.0.0
14:23:22 [2021-12-21T14:23:22.570Z] #51 47.74 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:23:22 [2021-12-21T14:23:22.570Z] #51 47.86 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:23:22 [2021-12-21T14:23:22.570Z] #51 48.05 go: downloading github.com/gogo/protobuf v1.2.1
14:23:22 [2021-12-21T14:23:22.570Z] #51 ...
14:23:22 [2021-12-21T14:23:22.570Z] 
14:23:22 [2021-12-21T14:23:22.570Z] #58 [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
14:23:22 [2021-12-21T14:23:22.570Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:23:22 [2021-12-21T14:23:22.570Z] #58 43.00 Building dependency tree...
14:23:22 [2021-12-21T14:23:22.570Z] #58 48.41 The following additional packages will be installed:
14:23:22 [2021-12-21T14:23:22.570Z] #58 48.45   libbtrfs0
14:23:22 [2021-12-21T14:23:22.570Z] #58 48.84 The following NEW packages will be installed:
14:23:22 [2021-12-21T14:23:22.570Z] #58 48.84   libbtrfs-dev libbtrfs0
14:23:22 [2021-12-21T14:23:22.704Z] #14 ...
14:23:22 [2021-12-21T14:23:22.704Z] 
14:23:22 [2021-12-21T14:23:22.704Z] #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
14:23:22 [2021-12-21T14:23:22.704Z] #47 sha256:6f2328862792c2154f686b9ce769b61ada0d2382b3817e5958582f64026888fd
14:23:22 [2021-12-21T14:23:22.704Z] #47 55.29 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:23:22 [2021-12-21T14:23:22.993Z] #19 129.3 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
14:23:22 [2021-12-21T14:23:22.993Z] #19 129.4 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
14:23:22 [2021-12-21T14:23:22.993Z] #19 129.4 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
14:23:22 [2021-12-21T14:23:22.993Z] #19 129.5 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
14:23:22 [2021-12-21T14:23:22.993Z] #19 129.5 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]
14:23:23 [2021-12-21T14:23:23.138Z] #58 49.39 0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded.
14:23:23 [2021-12-21T14:23:23.138Z] #58 49.39 Need to get 460 kB of archives.
14:23:23 [2021-12-21T14:23:23.138Z] #58 49.39 After this operation, 1237 kB of additional disk space will be used.
14:23:23 [2021-12-21T14:23:23.138Z] #58 49.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
14:23:23 [2021-12-21T14:23:23.138Z] #58 49.42 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
14:23:24 [2021-12-21T14:23:24.075Z] #58 ...
14:23:24 [2021-12-21T14:23:24.075Z] 
14:23:24 [2021-12-21T14:23:24.075Z] #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
14:23:24 [2021-12-21T14:23:24.075Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:24 [2021-12-21T14:23:24.075Z] #38 50.20 The following additional packages will be installed:
14:23:24 [2021-12-21T14:23:24.075Z] #38 50.24   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
14:23:24 [2021-12-21T14:23:24.075Z] #38 50.24 Suggested packages:
14:23:24 [2021-12-21T14:23:24.075Z] #38 50.24   cmake-doc ninja-build lrzip
14:23:24 [2021-12-21T14:23:24.075Z] #38 50.24 Recommended packages:
14:23:24 [2021-12-21T14:23:24.075Z] #38 50.24   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
14:23:24 [2021-12-21T14:23:24.101Z] #47 DONE 56.4s
14:23:24 [2021-12-21T14:23:24.101Z] 
14:23:24 [2021-12-21T14:23:24.101Z] #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
14:23:24 [2021-12-21T14:23:24.101Z] #38 sha256:adb1cad0ee9da91869ee5aa20fc56601364d765743e020e7b3cd78ecbcc4980f
14:23:24 [2021-12-21T14:23:24.101Z] #38 49.04 Selecting previously unselected package libicu67:arm64.
14:23:24 [2021-12-21T14:23:24.101Z] #38 49.04 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ...
14:23:24 [2021-12-21T14:23:24.101Z] #38 49.07 Unpacking libicu67:arm64 (67.1-7) ...
14:23:24 [2021-12-21T14:23:24.101Z] #38 53.74 Selecting previously unselected package libxml2:arm64.
14:23:24 [2021-12-21T14:23:24.101Z] #38 53.74 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_arm64.deb ...
14:23:24 [2021-12-21T14:23:24.101Z] #38 53.76 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ...
14:23:24 [2021-12-21T14:23:24.101Z] #38 54.14 Selecting previously unselected package libarchive13:arm64.
14:23:24 [2021-12-21T14:23:24.101Z] #38 54.14 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_arm64.deb ...
14:23:24 [2021-12-21T14:23:24.101Z] #38 54.15 Unpacking libarchive13:arm64 (3.4.3-2+b1) ...
14:23:24 [2021-12-21T14:23:24.101Z] #38 54.50 Selecting previously unselected package libjsoncpp24:arm64.
14:23:24 [2021-12-21T14:23:24.101Z] #38 54.50 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ...
14:23:24 [2021-12-21T14:23:24.101Z] #38 54.51 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
14:23:24 [2021-12-21T14:23:24.101Z] #38 54.68 Selecting previously unselected package librhash0:arm64.
14:23:24 [2021-12-21T14:23:24.101Z] #38 54.68 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ...
14:23:24 [2021-12-21T14:23:24.101Z] #38 54.69 Unpacking librhash0:arm64 (1.4.1-2) ...
14:23:24 [2021-12-21T14:23:24.101Z] #38 54.84 Selecting previously unselected package libuv1:arm64.
14:23:24 [2021-12-21T14:23:24.101Z] #38 54.85 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ...
14:23:24 [2021-12-21T14:23:24.101Z] #38 54.85 Unpacking libuv1:arm64 (1.40.0-2) ...
14:23:24 [2021-12-21T14:23:24.101Z] #38 54.96 Selecting previously unselected package cmake.
14:23:24 [2021-12-21T14:23:24.101Z] #38 54.96 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ...
14:23:24 [2021-12-21T14:23:24.101Z] #38 55.01 Unpacking cmake (3.18.4-2+deb11u1) ...
14:23:24 [2021-12-21T14:23:24.321Z] #34 ...
14:23:24 [2021-12-21T14:23:24.321Z] 
14:23:24 [2021-12-21T14:23:24.321Z] #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
14:23:24 [2021-12-21T14:23:24.321Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:24 [2021-12-21T14:23:24.321Z] #38 36.27 debconf: delaying package configuration, since apt-utils is not installed
14:23:24 [2021-12-21T14:23:24.321Z] #38 36.55 Fetched 17.7 MB in 2s (11.8 MB/s)
14:23:24 [2021-12-21T14:23:24.321Z] #38 36.67 Selecting previously unselected package xxd.
14:23:24 [2021-12-21T14:23:24.321Z] #38 36.67 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:23:24 [2021-12-21T14:23:24.321Z] #38 36.67 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
14:23:24 [2021-12-21T14:23:24.321Z] #38 36.83 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
14:23:24 [2021-12-21T14:23:24.321Z] #38 37.07 Selecting previously unselected package vim-common.
14:23:24 [2021-12-21T14:23:24.321Z] #38 37.07 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
14:23:24 [2021-12-21T14:23:24.321Z] #38 37.10 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
14:23:24 [2021-12-21T14:23:24.321Z] #38 37.36 Selecting previously unselected package cmake-data.
14:23:24 [2021-12-21T14:23:24.321Z] #38 37.36 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
14:23:24 [2021-12-21T14:23:24.321Z] #38 37.39 Unpacking cmake-data (3.18.4-2+deb11u1) ...
14:23:24 [2021-12-21T14:23:24.321Z] #38 40.98 Selecting previously unselected package libicu67:amd64.
14:23:24 [2021-12-21T14:23:24.321Z] #38 40.98 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
14:23:24 [2021-12-21T14:23:24.321Z] #38 40.98 Unpacking libicu67:amd64 (67.1-7) ...
14:23:24 [2021-12-21T14:23:24.321Z] #38 ...
14:23:24 [2021-12-21T14:23:24.321Z] 
14:23:24 [2021-12-21T14:23:24.321Z] #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
14:23:24 [2021-12-21T14:23:24.321Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:23:24 [2021-12-21T14:23:24.322Z] #14 37.64 Get:12 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]
14:23:24 [2021-12-21T14:23:24.322Z] #14 38.23 Get:13 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]
14:23:24 [2021-12-21T14:23:24.322Z] #14 39.01 Get:14 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]
14:23:24 [2021-12-21T14:23:24.322Z] #14 40.98 Get:15 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]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.39 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.39 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.40 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.40 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.41 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.43 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.43 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.44 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.48 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.48 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.50 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.50 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.55 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.55 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.55 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 41.55 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
14:23:24 [2021-12-21T14:23:24.322Z] #14 42.57 debconf: delaying package configuration, since apt-utils is not installed
14:23:24 [2021-12-21T14:23:24.322Z] #14 42.80 Fetched 115 MB in 8s (15.3 MB/s)
14:23:24 [2021-12-21T14:23:24.322Z] #14 42.88 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:23:24 [2021-12-21T14:23:24.322Z] #14 42.95 Preparing to unpack .../libseccomp2_2.5.1-1+deb11u1_amd64.deb ...
14:23:24 [2021-12-21T14:23:24.322Z] #14 42.96 Unpacking libseccomp2:amd64 (2.5.1-1+deb11u1) over (2.5.1-1) ...
14:23:24 [2021-12-21T14:23:24.322Z] #14 43.16 Setting up libseccomp2:amd64 (2.5.1-1+deb11u1) ...
14:23:24 [2021-12-21T14:23:24.322Z] #14 43.32 Selecting previously unselected package binutils-mingw-w64-i686.
14:23:24 [2021-12-21T14:23:24.322Z] #14 43.32 (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.)
14:23:24 [2021-12-21T14:23:24.322Z] #14 43.37 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
14:23:24 [2021-12-21T14:23:24.322Z] #14 43.40 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
14:23:24 [2021-12-21T14:23:24.322Z] #14 45.71 Selecting previously unselected package binutils-mingw-w64-x86-64.
14:23:24 [2021-12-21T14:23:24.322Z] #14 45.73 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
14:23:24 [2021-12-21T14:23:24.322Z] #14 45.73 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
14:23:24 [2021-12-21T14:23:24.322Z] #14 ...
14:23:24 [2021-12-21T14:23:24.322Z] 
14:23:24 [2021-12-21T14:23:24.322Z] #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
14:23:24 [2021-12-21T14:23:24.322Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:24 [2021-12-21T14:23:24.322Z] #38 46.86 Selecting previously unselected package libxml2:amd64.
14:23:24 [2021-12-21T14:23:24.322Z] #38 46.90 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
14:23:24 [2021-12-21T14:23:24.322Z] #38 46.91 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
14:23:24 [2021-12-21T14:23:24.381Z] #19 131.0 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B]
14:23:24 [2021-12-21T14:23:24.381Z] #19 131.0 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
14:23:24 [2021-12-21T14:23:24.381Z] #19 131.0 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
14:23:24 [2021-12-21T14:23:24.381Z] #19 131.0 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
14:23:24 [2021-12-21T14:23:24.381Z] #19 131.0 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
14:23:24 [2021-12-21T14:23:24.381Z] #19 131.0 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
14:23:24 [2021-12-21T14:23:24.381Z] #19 131.0 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
14:23:24 [2021-12-21T14:23:24.381Z] #19 131.0 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
14:23:24 [2021-12-21T14:23:24.381Z] #19 131.1 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
14:23:24 [2021-12-21T14:23:24.643Z] #19 131.1 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
14:23:24 [2021-12-21T14:23:24.643Z] #19 131.1 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
14:23:24 [2021-12-21T14:23:24.643Z] #19 131.1 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]
14:23:24 [2021-12-21T14:23:24.794Z] #38 40.03 Reading package lists...
14:23:24 [2021-12-21T14:23:24.794Z] #38 ...
14:23:24 [2021-12-21T14:23:24.794Z] 
14:23:24 [2021-12-21T14:23:24.794Z] #51 [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
14:23:24 [2021-12-21T14:23:24.794Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:23:24 [2021-12-21T14:23:24.794Z] #51 46.21 go: downloading github.com/gobwas/glob v0.2.3
14:23:24 [2021-12-21T14:23:24.794Z] #51 46.21 go: downloading github.com/kisielk/gotool v1.0.0
14:23:24 [2021-12-21T14:23:24.794Z] #51 46.32 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
14:23:24 [2021-12-21T14:23:24.794Z] #51 46.34 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
14:23:24 [2021-12-21T14:23:24.794Z] #51 46.52 go: downloading github.com/gogo/protobuf v1.2.1
14:23:25 [2021-12-21T14:23:25.149Z] #38 47.45 Selecting previously unselected package libarchive13:amd64.
14:23:25 [2021-12-21T14:23:25.150Z] #38 47.45 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
14:23:25 [2021-12-21T14:23:25.150Z] #38 47.46 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
14:23:25 [2021-12-21T14:23:25.150Z] #38 47.73 Selecting previously unselected package libjsoncpp24:amd64.
14:23:25 [2021-12-21T14:23:25.407Z] #38 47.74 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
14:23:25 [2021-12-21T14:23:25.407Z] #38 47.74 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
14:23:25 [2021-12-21T14:23:25.407Z] #38 47.88 Selecting previously unselected package librhash0:amd64.
14:23:25 [2021-12-21T14:23:25.407Z] #38 47.88 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
14:23:25 [2021-12-21T14:23:25.407Z] #38 47.89 Unpacking librhash0:amd64 (1.4.1-2) ...
14:23:25 [2021-12-21T14:23:25.453Z] #38 51.88 The following NEW packages will be installed:
14:23:25 [2021-12-21T14:23:25.473Z] #38 58.73 Setting up libicu67:arm64 (67.1-7) ...
14:23:25 [2021-12-21T14:23:25.474Z] #38 58.76 Setting up xxd (2:8.2.2434-3+deb11u1) ...
14:23:25 [2021-12-21T14:23:25.683Z] #38 48.05 Selecting previously unselected package libuv1:amd64.
14:23:25 [2021-12-21T14:23:25.683Z] #38 48.05 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
14:23:25 [2021-12-21T14:23:25.683Z] #38 48.06 Unpacking libuv1:amd64 (1.40.0-2) ...
14:23:25 [2021-12-21T14:23:25.683Z] #38 48.26 Selecting previously unselected package cmake.
14:23:25 [2021-12-21T14:23:25.683Z] #38 ...
14:23:25 [2021-12-21T14:23:25.683Z] 
14:23:25 [2021-12-21T14:23:25.683Z] #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
14:23:25 [2021-12-21T14:23:25.683Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:23:25 [2021-12-21T14:23:25.683Z] #47 37.94 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-3 [660 kB]
14:23:25 [2021-12-21T14:23:25.683Z] #47 39.30 debconf: delaying package configuration, since apt-utils is not installed
14:23:25 [2021-12-21T14:23:25.683Z] #47 39.54 Fetched 2292 kB in 4s (571 kB/s)
14:23:25 [2021-12-21T14:23:25.683Z] #47 39.66 Selecting previously unselected package libprotobuf23:amd64.
14:23:25 [2021-12-21T14:23:25.683Z] #47 39.66 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:23:25 [2021-12-21T14:23:25.683Z] #47 39.71 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 39.72 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 40.78 Selecting previously unselected package python3-pkg-resources.
14:23:25 [2021-12-21T14:23:25.683Z] #47 40.78 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 40.78 Unpacking python3-pkg-resources (52.0.0-4) ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 41.10 Selecting previously unselected package python3-six.
14:23:25 [2021-12-21T14:23:25.683Z] #47 41.10 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 41.10 Unpacking python3-six (1.16.0-2) ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 41.11 Selecting previously unselected package python3-protobuf.
14:23:25 [2021-12-21T14:23:25.683Z] #47 41.12 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 41.12 Unpacking python3-protobuf (3.12.4-1) ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 41.65 Selecting previously unselected package libnet1:amd64.
14:23:25 [2021-12-21T14:23:25.683Z] #47 41.65 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 41.65 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 41.78 Selecting previously unselected package libnl-3-200:amd64.
14:23:25 [2021-12-21T14:23:25.683Z] #47 41.78 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 41.78 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 41.91 Selecting previously unselected package libprotobuf-c1:amd64.
14:23:25 [2021-12-21T14:23:25.683Z] #47 41.91 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 41.91 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 42.01 Selecting previously unselected package criu.
14:23:25 [2021-12-21T14:23:25.683Z] #47 42.01 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 42.05 Unpacking criu (3.16.1-3) ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 42.79 Setting up python3-pkg-resources (52.0.0-4) ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 44.46 Setting up libprotobuf23:amd64 (3.12.4-1) ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 44.47 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 44.48 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 44.49 Setting up python3-six (1.16.0-2) ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 45.75 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
14:23:25 [2021-12-21T14:23:25.683Z] #47 45.77 Setting up python3-protobuf (3.12.4-1) ...
14:23:25 [2021-12-21T14:23:25.712Z] #38 51.91   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
14:23:25 [2021-12-21T14:23:25.712Z] #38 51.91   vim-common xxd
14:23:25 [2021-12-21T14:23:25.730Z] #38 58.80 Setting up libuv1:arm64 (1.40.0-2) ...
14:23:25 [2021-12-21T14:23:25.730Z] #38 58.84 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
14:23:25 [2021-12-21T14:23:25.730Z] #38 58.88 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
14:23:25 [2021-12-21T14:23:25.730Z] #38 58.92 Setting up librhash0:arm64 (1.4.1-2) ...
14:23:25 [2021-12-21T14:23:25.730Z] #38 58.97 Setting up cmake-data (3.18.4-2+deb11u1) ...
14:23:25 [2021-12-21T14:23:25.730Z] #38 59.02 Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ...
14:23:25 [2021-12-21T14:23:25.730Z] #38 59.10 Setting up libarchive13:arm64 (3.4.3-2+b1) ...
14:23:25 [2021-12-21T14:23:25.730Z] #38 59.11 Setting up cmake (3.18.4-2+deb11u1) ...
14:23:25 [2021-12-21T14:23:25.955Z] #47 ...
14:23:25 [2021-12-21T14:23:25.955Z] 
14:23:25 [2021-12-21T14:23:25.955Z] #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
14:23:25 [2021-12-21T14:23:25.955Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:23:25 [2021-12-21T14:23:25.955Z] #14 48.14 Selecting previously unselected package binutils-mingw-w64.
14:23:25 [2021-12-21T14:23:25.955Z] #14 48.15 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
14:23:25 [2021-12-21T14:23:25.955Z] #14 48.17 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
14:23:25 [2021-12-21T14:23:25.955Z] #14 48.32 Selecting previously unselected package libdevmapper1.02.1:amd64.
14:23:25 [2021-12-21T14:23:25.955Z] #14 48.32 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
14:23:25 [2021-12-21T14:23:25.955Z] #14 48.33 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
14:23:25 [2021-12-21T14:23:25.987Z] #38 59.13 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:23:25 [2021-12-21T14:23:25.987Z] #38 DONE 59.4s
14:23:25 [2021-12-21T14:23:25.987Z] 
14:23:25 [2021-12-21T14:23:25.987Z] #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
14:23:25 [2021-12-21T14:23:25.987Z] #31 sha256:8c1ecf12e49273dac60e2b1b2443bb3d3234a92ab047080a3d061652fbf330de
14:23:25 [2021-12-21T14:23:25.987Z] #31 25.20 
14:23:25 [2021-12-21T14:23:25.987Z] #31 28.98 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
14:23:25 [2021-12-21T14:23:25.987Z] #31 30.20 
14:23:25 [2021-12-21T14:23:25.987Z] #31 30.70 #=#=#                                                                         

######################################################################## 100.0%
14:23:25 [2021-12-21T14:23:25.987Z] #31 32.25 
14:23:26 [2021-12-21T14:23:26.212Z] #14 48.77 Selecting previously unselected package dmsetup.
14:23:26 [2021-12-21T14:23:26.212Z] #14 48.77 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
14:23:26 [2021-12-21T14:23:26.212Z] #14 48.77 Unpacking dmsetup (2:1.02.175-2.1) ...
14:23:26 [2021-12-21T14:23:26.244Z] #31 ...
14:23:26 [2021-12-21T14:23:26.244Z] 
14:23:26 [2021-12-21T14:23:26.244Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
14:23:26 [2021-12-21T14:23:26.244Z] #39 sha256:240b08c517b7fc6058f9bf4c22d15c6c2f98cdc0d74c9bba60e7f08ff9b60fef
14:23:26 [2021-12-21T14:23:26.285Z] #38 52.42 0 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
14:23:26 [2021-12-21T14:23:26.285Z] #38 52.42 Need to get 17.7 MB of archives.
14:23:26 [2021-12-21T14:23:26.285Z] #38 52.42 After this operation, 70.7 MB of additional disk space will be used.
14:23:26 [2021-12-21T14:23:26.285Z] #38 52.42 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
14:23:26 [2021-12-21T14:23:26.285Z] #38 52.42 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
14:23:26 [2021-12-21T14:23:26.285Z] #38 52.43 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
14:23:26 [2021-12-21T14:23:26.285Z] #38 52.59 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
14:23:26 [2021-12-21T14:23:26.405Z] using credential docker-jenkins-github-credentials
14:23:26 [2021-12-21T14:23:26.479Z] #14 48.95 Selecting previously unselected package mingw-w64-common.
14:23:26 [2021-12-21T14:23:26.479Z] #14 48.96 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
14:23:26 [2021-12-21T14:23:26.479Z] #14 48.96 Unpacking mingw-w64-common (8.0.0-1) ...
14:23:26 [2021-12-21T14:23:26.480Z] Cloning the remote Git repository
14:23:26 [2021-12-21T14:23:26.480Z] Cloning with configured refspecs honoured and without tags
14:23:26 [2021-12-21T14:23:26.501Z] #39 DONE 0.2s
14:23:26 [2021-12-21T14:23:26.501Z] 
14:23:26 [2021-12-21T14:23:26.501Z] #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
14:23:26 [2021-12-21T14:23:26.501Z] #40 sha256:025bdc6c1bec3244382f320a7e03747e8e89f47d983f6dbf08f8087c374455f9
14:23:26 [2021-12-21T14:23:26.558Z] #19 132.8 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B]
14:23:26 [2021-12-21T14:23:26.558Z] #19 132.8 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
14:23:26 [2021-12-21T14:23:26.558Z] #19 132.8 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
14:23:26 [2021-12-21T14:23:26.558Z] #19 132.8 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
14:23:26 [2021-12-21T14:23:26.558Z] #19 132.9 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]
14:23:26 [2021-12-21T14:23:26.850Z] #38 53.24 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
14:23:27 [2021-12-21T14:23:27.062Z] #40 0.751 + RM_GOPATH=0
14:23:27 [2021-12-21T14:23:27.062Z] #40 0.751 + TMP_GOPATH=
14:23:27 [2021-12-21T14:23:27.062Z] #40 0.751 + : /build
14:23:27 [2021-12-21T14:23:27.062Z] #40 0.751 + '[' -z '' ']'
14:23:27 [2021-12-21T14:23:27.062Z] #40 0.751 ++ mktemp -d
14:23:27 [2021-12-21T14:23:27.062Z] #40 0.751 + export GOPATH=/tmp/tmp.hjOGpEPj18
14:23:27 [2021-12-21T14:23:27.062Z] #40 0.751 + GOPATH=/tmp/tmp.hjOGpEPj18
14:23:27 [2021-12-21T14:23:27.062Z] #40 0.751 + RM_GOPATH=1
14:23:27 [2021-12-21T14:23:27.063Z] #40 0.751 + case "$(go env GOARCH)" in
14:23:27 [2021-12-21T14:23:27.063Z] #40 0.754 ++ go env GOARCH
14:23:27 [2021-12-21T14:23:27.111Z] #38 53.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
14:23:27 [2021-12-21T14:23:27.111Z] #38 53.35 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
14:23:27 [2021-12-21T14:23:27.111Z] #38 53.36 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
14:23:27 [2021-12-21T14:23:27.111Z] #38 53.38 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
14:23:27 [2021-12-21T14:23:27.111Z] #38 53.38 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
14:23:27 [2021-12-21T14:23:27.227Z] using credential docker-jenkins-github-credentials
14:23:27 [2021-12-21T14:23:27.304Z] Cloning the remote Git repository
14:23:27 [2021-12-21T14:23:27.304Z] Cloning with configured refspecs honoured and without tags
14:23:27 [2021-12-21T14:23:27.318Z] #40 0.771 + export GO_BUILDMODE=-buildmode=pie
14:23:27 [2021-12-21T14:23:27.318Z] #40 0.771 + GO_BUILDMODE=-buildmode=pie
14:23:27 [2021-12-21T14:23:27.318Z] #40 0.771 ++ dirname /install.sh
14:23:27 [2021-12-21T14:23:27.318Z] #40 0.771 + dir=/
14:23:27 [2021-12-21T14:23:27.318Z] #40 0.771 + bin=tini
14:23:27 [2021-12-21T14:23:27.318Z] #40 0.771 + shift
14:23:27 [2021-12-21T14:23:27.318Z] #40 0.771 + '[' '!' -f //tini.installer ']'
14:23:27 [2021-12-21T14:23:27.318Z] #40 0.771 + . //tini.installer
14:23:27 [2021-12-21T14:23:27.318Z] #40 0.771 ++ : v0.19.0
14:23:27 [2021-12-21T14:23:27.318Z] #40 0.771 + install_tini
14:23:27 [2021-12-21T14:23:27.318Z] #40 0.771 + echo 'Install tini version v0.19.0'
14:23:27 [2021-12-21T14:23:27.318Z] #40 0.771 + git clone https://github.com/krallin/tini.git /tmp/tmp.hjOGpEPj18/tini
14:23:27 [2021-12-21T14:23:27.318Z] #40 0.771 Install tini version v0.19.0
14:23:27 [2021-12-21T14:23:27.318Z] #40 0.786 Cloning into '/tmp/tmp.hjOGpEPj18/tini'...
14:23:27 [2021-12-21T14:23:27.332Z] #51 48.66 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:23:27 [2021-12-21T14:23:27.332Z] #51 49.02 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:23:27 [2021-12-21T14:23:27.592Z] #51 49.24 go: downloading github.com/BurntSushi/toml v0.3.1
14:23:27 [2021-12-21T14:23:27.678Z] #38 ...
14:23:27 [2021-12-21T14:23:27.678Z] 
14:23:27 [2021-12-21T14:23:27.678Z] #58 [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
14:23:27 [2021-12-21T14:23:27.678Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:23:27 [2021-12-21T14:23:27.678Z] #58 51.18 debconf: delaying package configuration, since apt-utils is not installed
14:23:27 [2021-12-21T14:23:27.678Z] #58 51.59 Fetched 460 kB in 0s (1135 kB/s)
14:23:27 [2021-12-21T14:23:27.678Z] #58 51.77 Selecting previously unselected package libbtrfs0:amd64.
14:23:27 [2021-12-21T14:23:27.679Z] #58 51.77 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:23:27 [2021-12-21T14:23:27.679Z] #58 51.89 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
14:23:27 [2021-12-21T14:23:27.679Z] #58 51.90 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
14:23:27 [2021-12-21T14:23:27.679Z] #58 52.26 Selecting previously unselected package libbtrfs-dev:amd64.
14:23:27 [2021-12-21T14:23:27.679Z] #58 52.28 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
14:23:27 [2021-12-21T14:23:27.679Z] #58 52.29 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
14:23:27 [2021-12-21T14:23:27.679Z] #58 52.90 Setting up libbtrfs0:amd64 (5.10.1-2) ...
14:23:27 [2021-12-21T14:23:27.679Z] #58 52.96 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
14:23:27 [2021-12-21T14:23:27.679Z] #58 53.00 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:23:27 [2021-12-21T14:23:27.679Z] #58 DONE 53.9s
14:23:27 [2021-12-21T14:23:27.679Z] 
14:23:27 [2021-12-21T14:23:27.679Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
14:23:27 [2021-12-21T14:23:27.679Z] #59 sha256:09773c44b0a2eaad9ce7c7f00feb97aed1b762cbe96080dff2f2532aeebd6ad9
14:23:27 [2021-12-21T14:23:27.937Z] #59 DONE 0.2s
14:23:27 [2021-12-21T14:23:27.937Z] 
14:23:27 [2021-12-21T14:23:27.937Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:23:27 [2021-12-21T14:23:27.937Z] #60 sha256:533256f0ecf4870b4847b57ed6dc5012fd126a2456b9dc577baf17b8de8f7cc0
14:23:27 [2021-12-21T14:23:27.943Z] #19 134.4 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
14:23:27 [2021-12-21T14:23:27.943Z] #19 134.4 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
14:23:28 [2021-12-21T14:23:28.248Z] #40 1.809 + cd /tmp/tmp.hjOGpEPj18/tini
14:23:28 [2021-12-21T14:23:28.249Z] #40 1.809 + git checkout -q v0.19.0
14:23:28 [2021-12-21T14:23:28.249Z] #40 1.841 + cmake .
14:23:26 [2021-12-21T14:23:26.654Z] Cloning repository https://github.com/moby/moby.git
14:23:27 [2021-12-21T14:23:27.055Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
14:23:27 [2021-12-21T14:23:27.810Z] Fetching upstream changes from https://github.com/moby/moby.git
14:23:27 [2021-12-21T14:23:27.810Z]  > git --version # timeout=10
14:23:27 [2021-12-21T14:23:27.857Z]  > git --version # 'git version 2.24.1.windows.2'
14:23:27 [2021-12-21T14:23:27.857Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:23:27 [2021-12-21T14:23:27.857Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:28 [2021-12-21T14:23:28.507Z] #60 ...
14:23:28 [2021-12-21T14:23:28.507Z] 
14:23:28 [2021-12-21T14:23:28.507Z] #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
14:23:28 [2021-12-21T14:23:28.507Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:23:28 [2021-12-21T14:23:28.507Z] #14 36.83 Reading package lists...
14:23:28 [2021-12-21T14:23:28.507Z] #14 45.11 Building dependency tree...
14:23:28 [2021-12-21T14:23:28.507Z] #14 50.88 The following additional packages will be installed:
14:23:28 [2021-12-21T14:23:28.507Z] #14 50.90   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:23:28 [2021-12-21T14:23:28.507Z] #14 50.90   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
14:23:28 [2021-12-21T14:23:28.507Z] #14 50.90   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
14:23:28 [2021-12-21T14:23:28.507Z] #14 50.90   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
14:23:28 [2021-12-21T14:23:28.507Z] #14 50.90   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
14:23:28 [2021-12-21T14:23:28.507Z] #14 50.90   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp2 libselinux1-dev
14:23:28 [2021-12-21T14:23:28.507Z] #14 50.93   libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
14:23:28 [2021-12-21T14:23:28.507Z] #14 50.93 Suggested packages:
14:23:28 [2021-12-21T14:23:28.507Z] #14 50.93   gcc-10-locales seccomp wine64
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.25 The following NEW packages will be installed:
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.25   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.25   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.25   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.25   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.26   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.26   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.26   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.27   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.28   mingw-w64-x86-64-dev
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.31 The following packages will be upgraded:
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.32   libseccomp2
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.97 1 upgraded, 30 newly installed, 0 to remove and 7 not upgraded.
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.97 Need to get 115 MB of archives.
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.97 After this operation, 645 MB of additional disk space will be used.
14:23:28 [2021-12-21T14:23:28.507Z] #14 53.97 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp2 amd64 2.5.1-1+deb11u1 [48.5 kB]
14:23:28 [2021-12-21T14:23:28.507Z] #14 54.00 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
14:23:28 [2021-12-21T14:23:28.507Z] #14 54.17 Get:3 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]
14:23:28 [2021-12-21T14:23:28.507Z] #14 54.44 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
14:23:28 [2021-12-21T14:23:28.507Z] #14 54.46 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
14:23:28 [2021-12-21T14:23:28.507Z] #14 54.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
14:23:28 [2021-12-21T14:23:28.507Z] #14 54.49 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
14:23:28 [2021-12-21T14:23:28.515Z] #19 135.2 debconf: delaying package configuration, since apt-utils is not installed
14:23:28 [2021-12-21T14:23:28.765Z] #14 55.03 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
14:23:27 [2021-12-21T14:23:27.502Z] Cloning repository https://github.com/moby/moby.git
14:23:27 [2021-12-21T14:23:27.897Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
14:23:28 [2021-12-21T14:23:28.752Z] Fetching upstream changes from https://github.com/moby/moby.git
14:23:28 [2021-12-21T14:23:28.752Z]  > git --version # timeout=10
14:23:28 [2021-12-21T14:23:28.810Z]  > git --version # 'git version 2.24.1.windows.2'
14:23:28 [2021-12-21T14:23:28.812Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:23:28 [2021-12-21T14:23:28.815Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:29 [2021-12-21T14:23:29.026Z] #14 55.39 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
14:23:29 [2021-12-21T14:23:29.026Z] #14 55.41 Get:10 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]
14:23:29 [2021-12-21T14:23:29.099Z] #19 135.6 Fetched 787 MB in 27s (28.8 MB/s)
14:23:29 [2021-12-21T14:23:29.099Z] #19 135.7 Selecting previously unselected package liblocale-gettext-perl.
14:23:29 [2021-12-21T14:23:29.099Z] #19 135.7 (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.)
14:23:29 [2021-12-21T14:23:29.099Z] #19 135.8 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
14:23:29 [2021-12-21T14:23:29.099Z] #19 135.8 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
14:23:29 [2021-12-21T14:23:29.178Z] #40 2.598 -- The C compiler identification is GNU 10.2.1
14:23:29 [2021-12-21T14:23:29.178Z] #40 2.698 -- Detecting C compiler ABI info
14:23:29 [2021-12-21T14:23:29.285Z] #14 ...
14:23:29 [2021-12-21T14:23:29.285Z] 
14:23:29 [2021-12-21T14:23:29.285Z] #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
14:23:29 [2021-12-21T14:23:29.285Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:29 [2021-12-21T14:23:29.285Z] #38 55.60 debconf: delaying package configuration, since apt-utils is not installed
14:23:29 [2021-12-21T14:23:29.359Z] #19 136.0 Selecting previously unselected package bzip2.
14:23:29 [2021-12-21T14:23:29.360Z] #19 136.0 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
14:23:29 [2021-12-21T14:23:29.360Z] #19 136.0 Unpacking bzip2 (1.0.8-4) ...
14:23:29 [2021-12-21T14:23:29.543Z] #38 55.94 Fetched 17.7 MB in 2s (10.6 MB/s)
14:23:29 [2021-12-21T14:23:29.621Z] #19 136.2 Selecting previously unselected package libmagic-mgc.
14:23:29 [2021-12-21T14:23:29.621Z] #19 136.2 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
14:23:29 [2021-12-21T14:23:29.621Z] #19 136.2 Unpacking libmagic-mgc (1:5.39-3) ...
14:23:29 [2021-12-21T14:23:29.740Z] #40 3.408 -- Detecting C compiler ABI info - done
14:23:29 [2021-12-21T14:23:29.740Z] #40 3.459 -- Check for working C compiler: /usr/bin/cc - skipped
14:23:29 [2021-12-21T14:23:29.740Z] #40 3.485 -- Detecting C compile features
14:23:29 [2021-12-21T14:23:29.740Z] #40 3.486 -- Detecting C compile features - done
14:23:29 [2021-12-21T14:23:29.740Z] #40 3.523 -- Performing Test HAS_BUILTIN_FORTIFY
14:23:29 [2021-12-21T14:23:29.802Z] #38 56.06 Selecting previously unselected package xxd.
14:23:29 [2021-12-21T14:23:29.802Z] #38 56.06 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:23:29 [2021-12-21T14:23:29.802Z] #38 56.18 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
14:23:29 [2021-12-21T14:23:29.802Z] #38 56.22 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
14:23:29 [2021-12-21T14:23:29.881Z] #19 136.6 Selecting previously unselected package libmagic1:amd64.
14:23:29 [2021-12-21T14:23:29.881Z] #19 136.6 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
14:23:30 [2021-12-21T14:23:30.128Z] #51 ...
14:23:30 [2021-12-21T14:23:30.129Z] 
14:23:30 [2021-12-21T14:23:30.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
14:23:30 [2021-12-21T14:23:30.129Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:23:30 [2021-12-21T14:23:30.129Z] #43 41.76 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
14:23:30 [2021-12-21T14:23:30.142Z] #19 136.6 Unpacking libmagic1:amd64 (1:5.39-3) ...
14:23:30 [2021-12-21T14:23:30.142Z] #19 136.7 Selecting previously unselected package file.
14:23:30 [2021-12-21T14:23:30.142Z] #19 136.7 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
14:23:30 [2021-12-21T14:23:30.142Z] #19 136.7 Unpacking file (1:5.39-3) ...
14:23:30 [2021-12-21T14:23:30.142Z] #19 136.8 Selecting previously unselected package xz-utils.
14:23:30 [2021-12-21T14:23:30.142Z] #19 136.8 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ...
14:23:30 [2021-12-21T14:23:30.142Z] #19 136.8 Unpacking xz-utils (5.2.5-2) ...
14:23:30 [2021-12-21T14:23:30.304Z] #40 3.749 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:23:30 [2021-12-21T14:23:30.304Z] #40 3.822 -- Configuring done
14:23:30 [2021-12-21T14:23:30.304Z] #40 3.842 -- Generating done
14:23:30 [2021-12-21T14:23:30.304Z] #40 3.868 -- Build files have been written to: /tmp/tmp.hjOGpEPj18/tini
14:23:30 [2021-12-21T14:23:30.304Z] #40 3.874 + make tini-static
14:23:30 [2021-12-21T14:23:30.369Z] #38 56.57 Selecting previously unselected package vim-common.
14:23:30 [2021-12-21T14:23:30.369Z] #38 56.57 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
14:23:30 [2021-12-21T14:23:30.369Z] #38 ...
14:23:30 [2021-12-21T14:23:30.369Z] 
14:23:30 [2021-12-21T14:23:30.369Z] #53 [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
14:23:30 [2021-12-21T14:23:30.369Z] #53 sha256:9d2d7440e47f94c4ef9cc91dbba2d7b1228ac82d5ecaea3827b2893ae5c1cc05
14:23:30 [2021-12-21T14:23:30.369Z] #53 56.52 v3.0.2
14:23:30 [2021-12-21T14:23:30.369Z] #53 DONE 56.7s
14:23:30 [2021-12-21T14:23:30.369Z] 
14:23:30 [2021-12-21T14:23:30.369Z] #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
14:23:30 [2021-12-21T14:23:30.369Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:30 [2021-12-21T14:23:30.369Z] #38 56.67 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
14:23:30 [2021-12-21T14:23:30.388Z] #43 ...
14:23:30 [2021-12-21T14:23:30.388Z] 
14:23:30 [2021-12-21T14:23:30.388Z] #58 [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
14:23:30 [2021-12-21T14:23:30.388Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:23:30 [2021-12-21T14:23:30.388Z] #58 39.71 Reading package lists...
14:23:30 [2021-12-21T14:23:30.388Z] #58 49.02 Building dependency tree...
14:23:30 [2021-12-21T14:23:30.403Z] #19 137.0 Selecting previously unselected package binutils-aarch64-linux-gnu.
14:23:30 [2021-12-21T14:23:30.403Z] #19 137.0 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
14:23:30 [2021-12-21T14:23:30.403Z] #19 137.0 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
14:23:30 [2021-12-21T14:23:30.560Z] #40 ...
14:23:30 [2021-12-21T14:23:30.560Z] 
14:23:30 [2021-12-21T14:23:30.560Z] #49 [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
14:23:30 [2021-12-21T14:23:30.560Z] #49 sha256:b7fae48cf1740cffed86d78c776368db0c2b4129cf7a35b6b74711346c001b94
14:23:30 [2021-12-21T14:23:30.560Z] #49 63.45 gotestsum version dev
14:23:30 [2021-12-21T14:23:30.560Z] #49 DONE 63.6s
14:23:30 [2021-12-21T14:23:30.560Z] 
14:23:30 [2021-12-21T14:23:30.560Z] #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
14:23:30 [2021-12-21T14:23:30.560Z] #40 sha256:025bdc6c1bec3244382f320a7e03747e8e89f47d983f6dbf08f8087c374455f9
14:23:30 [2021-12-21T14:23:30.560Z] #40 4.226 Scanning dependencies of target tini-static
14:23:30 [2021-12-21T14:23:30.560Z] #40 4.261 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:23:30 [2021-12-21T14:23:30.653Z] #14 ...
14:23:30 [2021-12-21T14:23:30.653Z] 
14:23:30 [2021-12-21T14:23:30.653Z] #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
14:23:30 [2021-12-21T14:23:30.653Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:23:30 [2021-12-21T14:23:30.653Z] #47 49.84 Setting up criu (3.16.1-3) ...
14:23:30 [2021-12-21T14:23:30.653Z] #47 51.87 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:23:30 [2021-12-21T14:23:30.653Z] #47 DONE 52.4s
14:23:30 [2021-12-21T14:23:30.653Z] 
14:23:30 [2021-12-21T14:23:30.653Z] #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
14:23:30 [2021-12-21T14:23:30.653Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:30 [2021-12-21T14:23:30.653Z] #38 48.26 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
14:23:30 [2021-12-21T14:23:30.653Z] #38 48.27 Unpacking cmake (3.18.4-2+deb11u1) ...
14:23:30 [2021-12-21T14:23:30.653Z] #38 52.55 Setting up libicu67:amd64 (67.1-7) ...
14:23:30 [2021-12-21T14:23:30.653Z] #38 52.59 Setting up xxd (2:8.2.2434-3+deb11u1) ...
14:23:30 [2021-12-21T14:23:30.653Z] #38 52.64 Setting up libuv1:amd64 (1.40.0-2) ...
14:23:30 [2021-12-21T14:23:30.653Z] #38 52.67 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
14:23:30 [2021-12-21T14:23:30.653Z] #38 52.70 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
14:23:30 [2021-12-21T14:23:30.653Z] #38 52.73 Setting up librhash0:amd64 (1.4.1-2) ...
14:23:30 [2021-12-21T14:23:30.653Z] #38 52.74 Setting up cmake-data (3.18.4-2+deb11u1) ...
14:23:30 [2021-12-21T14:23:30.653Z] #38 52.84 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
14:23:30 [2021-12-21T14:23:30.653Z] #38 52.85 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
14:23:30 [2021-12-21T14:23:30.653Z] #38 52.86 Setting up cmake (3.18.4-2+deb11u1) ...
14:23:30 [2021-12-21T14:23:30.653Z] #38 52.88 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:23:30 [2021-12-21T14:23:30.910Z] #38 DONE 53.5s
14:23:30 [2021-12-21T14:23:30.910Z] 
14:23:30 [2021-12-21T14:23:30.910Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
14:23:30 [2021-12-21T14:23:30.910Z] #39 sha256:989faf12eef7cebf61c60fabb56d4eb0c42432f1d32c0e0e3bc9e1a2f0f70c0d
14:23:30 [2021-12-21T14:23:30.935Z] #38 57.18 Selecting previously unselected package cmake-data.
14:23:30 [2021-12-21T14:23:30.935Z] #38 57.19 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
14:23:30 [2021-12-21T14:23:30.935Z] #38 57.22 Unpacking cmake-data (3.18.4-2+deb11u1) ...
14:23:31 [2021-12-21T14:23:31.171Z] #39 DONE 0.2s
14:23:31 [2021-12-21T14:23:31.171Z] 
14:23:31 [2021-12-21T14:23:31.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
14:23:31 [2021-12-21T14:23:31.171Z] #40 sha256:eb72eeeaa690a7689edfd8bd78d2e92b9967f10a229fab94005974d429322032
14:23:31 [2021-12-21T14:23:31.787Z] #19 138.5 Selecting previously unselected package binutils-arm-linux-gnueabi.
14:23:31 [2021-12-21T14:23:31.787Z] #19 138.5 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
14:23:31 [2021-12-21T14:23:31.787Z] #19 138.5 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
14:23:32 [2021-12-21T14:23:32.990Z] #19 139.5 Selecting previously unselected package binutils-arm-linux-gnueabihf.
14:23:32 [2021-12-21T14:23:32.990Z] #19 139.5 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
14:23:32 [2021-12-21T14:23:32.990Z] #19 139.6 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
14:23:33 [2021-12-21T14:23:33.080Z] #40 ...
14:23:33 [2021-12-21T14:23:33.080Z] 
14:23:33 [2021-12-21T14:23:33.080Z] #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
14:23:33 [2021-12-21T14:23:33.080Z] #31 sha256:8c1ecf12e49273dac60e2b1b2443bb3d3234a92ab047080a3d061652fbf330de
14:23:33 [2021-12-21T14:23:33.080Z] #31 35.45 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
14:23:33 [2021-12-21T14:23:33.080Z] #31 36.77 
14:23:33 [2021-12-21T14:23:33.080Z] #31 37.10 #=#=#                                                                         

######################################################################## 100.0%
14:23:33 [2021-12-21T14:23:33.080Z] #31 38.74 
14:23:33 [2021-12-21T14:23:33.080Z] #31 39.02 Download of images into '/build' complete.
14:23:33 [2021-12-21T14:23:33.080Z] #31 39.03 Use something like the following to load the result into a Docker daemon:
14:23:33 [2021-12-21T14:23:33.081Z] #31 39.03   tar -cC '/build' . | docker load
14:23:33 [2021-12-21T14:23:33.081Z] #31 DONE 39.1s
14:23:33 [2021-12-21T14:23:33.081Z] 
14:23:33 [2021-12-21T14:23:33.081Z] #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
14:23:33 [2021-12-21T14:23:33.081Z] #40 sha256:025bdc6c1bec3244382f320a7e03747e8e89f47d983f6dbf08f8087c374455f9
14:23:33 [2021-12-21T14:23:33.081Z] #40 6.344 [100%] Linking C executable tini-static
14:23:33 [2021-12-21T14:23:33.337Z] #40 6.980 [100%] Built target tini-static
14:23:33 [2021-12-21T14:23:33.337Z] #40 7.083 + mkdir -p /build
14:23:33 [2021-12-21T14:23:33.593Z] #40 7.088 + cp tini-static /build/docker-init
14:23:33 [2021-12-21T14:23:33.593Z] #40 DONE 7.3s
14:23:33 [2021-12-21T14:23:33.593Z] 
14:23:33 [2021-12-21T14:23:33.593Z] #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
14:23:33 [2021-12-21T14:23:33.593Z] #14 sha256:b6c739283ee732edd99276e11c2fef81bf5074189a0df68706ff447adbdea86b
14:23:33 [2021-12-21T14:23:33.593Z] #14 60.09 Selecting previously unselected package mingw-w64-x86-64-dev.
14:23:33 [2021-12-21T14:23:33.593Z] #14 60.11 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
14:23:33 [2021-12-21T14:23:33.593Z] #14 60.13 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
14:23:33 [2021-12-21T14:23:33.678Z] #58 54.88 The following additional packages will be installed:
14:23:33 [2021-12-21T14:23:33.678Z] #58 54.95   libbtrfs0
14:23:33 [2021-12-21T14:23:33.678Z] #58 55.28 The following NEW packages will be installed:
14:23:33 [2021-12-21T14:23:33.678Z] #58 55.28   libbtrfs-dev libbtrfs0
14:23:33 [2021-12-21T14:23:33.824Z] #19 140.3 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
14:23:33 [2021-12-21T14:23:33.824Z] #19 140.3 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
14:23:33 [2021-12-21T14:23:33.824Z] #19 140.3 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
14:23:33 [2021-12-21T14:23:33.938Z] #58 ...
14:23:33 [2021-12-21T14:23:33.938Z] 
14:23:33 [2021-12-21T14:23:33.938Z] #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
14:23:33 [2021-12-21T14:23:33.938Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:23:33 [2021-12-21T14:23:33.938Z] #47 39.34 Reading package lists...
14:23:33 [2021-12-21T14:23:33.938Z] #47 48.27 Building dependency tree...
14:23:33 [2021-12-21T14:23:33.938Z] #47 54.33 The following additional packages will be installed:
14:23:33 [2021-12-21T14:23:33.938Z] #47 54.34   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
14:23:33 [2021-12-21T14:23:33.938Z] #47 54.34   python3-protobuf python3-six
14:23:33 [2021-12-21T14:23:33.938Z] #47 54.36 Suggested packages:
14:23:33 [2021-12-21T14:23:33.938Z] #47 54.36   python3-setuptools
14:23:33 [2021-12-21T14:23:33.938Z] #47 54.36 Recommended packages:
14:23:33 [2021-12-21T14:23:33.938Z] #47 54.36   iproute2 | iproute
14:23:34 [2021-12-21T14:23:34.198Z] #47 ...
14:23:34 [2021-12-21T14:23:34.198Z] 
14:23:34 [2021-12-21T14:23:34.198Z] #53 [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
14:23:34 [2021-12-21T14:23:34.198Z] #53 sha256:9d2d7440e47f94c4ef9cc91dbba2d7b1228ac82d5ecaea3827b2893ae5c1cc05
14:23:34 [2021-12-21T14:23:34.198Z] #53 55.99 v3.0.2
14:23:34 [2021-12-21T14:23:34.224Z] #38 ...
14:23:34 [2021-12-21T14:23:34.224Z] 
14:23:34 [2021-12-21T14:23:34.224Z] #51 [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
14:23:34 [2021-12-21T14:23:34.224Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:23:34 [2021-12-21T14:23:34.224Z] #51 50.02 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
14:23:34 [2021-12-21T14:23:34.224Z] #51 50.14 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
14:23:34 [2021-12-21T14:23:34.224Z] #51 50.43 go: downloading github.com/BurntSushi/toml v0.3.1
14:23:34 [2021-12-21T14:23:34.224Z] #51 ...
14:23:34 [2021-12-21T14:23:34.224Z] 
14:23:34 [2021-12-21T14:23:34.224Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:23:34 [2021-12-21T14:23:34.224Z] #60 sha256:533256f0ecf4870b4847b57ed6dc5012fd126a2456b9dc577baf17b8de8f7cc0
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.731 + RM_GOPATH=0
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.731 + TMP_GOPATH=
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.731 + : /build
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.731 + '[' -z '' ']'
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.745 ++ mktemp -d
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.745 + export GOPATH=/tmp/tmp.OrOVi63brg
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.745 + GOPATH=/tmp/tmp.OrOVi63brg
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.745 + RM_GOPATH=1
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.745 + case "$(go env GOARCH)" in
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.752 ++ go env GOARCH
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.842 + export GO_BUILDMODE=-buildmode=pie
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.842 + GO_BUILDMODE=-buildmode=pie
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.843 ++ dirname /install.sh
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.857 + dir=/
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.857 + bin=containerd
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.857 + shift
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.857 + '[' '!' -f //containerd.installer ']'
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.857 + . //containerd.installer
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.857 ++ set -e
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.857 ++ : v1.5.8
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.857 + install_containerd
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.857 + echo 'Install containerd version v1.5.8'
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.857 + git clone https://github.com/containerd/containerd.git /tmp/tmp.OrOVi63brg/src/github.com/containerd/containerd
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.857 Install containerd version v1.5.8
14:23:34 [2021-12-21T14:23:34.224Z] #60 1.873 Cloning into '/tmp/tmp.OrOVi63brg/src/github.com/containerd/containerd'...
14:23:34 [2021-12-21T14:23:34.396Z] #19 140.9 Selecting previously unselected package binutils-s390x-linux-gnu.
14:23:34 [2021-12-21T14:23:34.397Z] #19 140.9 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
14:23:34 [2021-12-21T14:23:34.397Z] #19 140.9 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
14:23:34 [2021-12-21T14:23:34.440Z] #40 ...
14:23:34 [2021-12-21T14:23:34.440Z] 
14:23:34 [2021-12-21T14:23:34.440Z] #49 [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
14:23:34 [2021-12-21T14:23:34.440Z] #49 sha256:bf1a249cd016a851b08f3693d41987d8ffde4c476600e61ccf78680f31850424
14:23:34 [2021-12-21T14:23:34.440Z] #49 56.20 gotestsum version dev
14:23:34 [2021-12-21T14:23:34.440Z] #49 DONE 56.4s
14:23:34 [2021-12-21T14:23:34.440Z] 
14:23:34 [2021-12-21T14:23:34.440Z] #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
14:23:34 [2021-12-21T14:23:34.440Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:23:34 [2021-12-21T14:23:34.440Z] #14 54.63 Selecting previously unselected package mingw-w64-x86-64-dev.
14:23:34 [2021-12-21T14:23:34.440Z] #14 54.66 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
14:23:34 [2021-12-21T14:23:34.440Z] #14 54.66 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
14:23:34 [2021-12-21T14:23:34.767Z] #53 DONE 56.4s
14:23:34 [2021-12-21T14:23:34.767Z] 
14:23:34 [2021-12-21T14:23:34.767Z] #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
14:23:34 [2021-12-21T14:23:34.767Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:23:34 [2021-12-21T14:23:34.767Z] #47 55.54 The following NEW packages will be installed:
14:23:34 [2021-12-21T14:23:34.767Z] #47 55.55   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
14:23:34 [2021-12-21T14:23:34.767Z] #47 55.56   python3-protobuf python3-six
14:23:34 [2021-12-21T14:23:34.930Z] #19 141.4 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
14:23:34 [2021-12-21T14:23:34.930Z] #19 141.4 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
14:23:34 [2021-12-21T14:23:34.930Z] #19 141.4 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
14:23:34 [2021-12-21T14:23:34.930Z] #19 141.5 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
14:23:34 [2021-12-21T14:23:34.930Z] #19 141.5 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:23:34 [2021-12-21T14:23:34.930Z] #19 141.5 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
14:23:35 [2021-12-21T14:23:35.027Z] #47 56.46 0 upgraded, 8 newly installed, 0 to remove and 8 not upgraded.
14:23:35 [2021-12-21T14:23:35.027Z] #47 56.46 Need to get 2292 kB of archives.
14:23:35 [2021-12-21T14:23:35.027Z] #47 56.46 After this operation, 11.0 MB of additional disk space will be used.
14:23:35 [2021-12-21T14:23:35.027Z] #47 56.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
14:23:35 [2021-12-21T14:23:35.166Z] #60 ...
14:23:35 [2021-12-21T14:23:35.166Z] 
14:23:35 [2021-12-21T14:23:35.166Z] #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
14:23:35 [2021-12-21T14:23:35.166Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:23:35 [2021-12-21T14:23:35.166Z] #47 41.98 Reading package lists...
14:23:35 [2021-12-21T14:23:35.166Z] #47 51.46 Building dependency tree...
14:23:35 [2021-12-21T14:23:35.166Z] #47 56.92 The following additional packages will be installed:
14:23:35 [2021-12-21T14:23:35.166Z] #47 56.92   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
14:23:35 [2021-12-21T14:23:35.166Z] #47 56.92   python3-protobuf python3-six
14:23:35 [2021-12-21T14:23:35.166Z] #47 56.95 Suggested packages:
14:23:35 [2021-12-21T14:23:35.166Z] #47 56.95   python3-setuptools
14:23:35 [2021-12-21T14:23:35.166Z] #47 56.95 Recommended packages:
14:23:35 [2021-12-21T14:23:35.166Z] #47 56.95   iproute2 | iproute
14:23:35 [2021-12-21T14:23:35.166Z] #47 57.95 The following NEW packages will be installed:
14:23:35 [2021-12-21T14:23:35.166Z] #47 58.00   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
14:23:35 [2021-12-21T14:23:35.166Z] #47 58.02   python3-protobuf python3-six
14:23:35 [2021-12-21T14:23:35.166Z] #47 58.71 0 upgraded, 8 newly installed, 0 to remove and 8 not upgraded.
14:23:35 [2021-12-21T14:23:35.166Z] #47 58.71 Need to get 2292 kB of archives.
14:23:35 [2021-12-21T14:23:35.166Z] #47 58.71 After this operation, 11.0 MB of additional disk space will be used.
14:23:35 [2021-12-21T14:23:35.166Z] #47 58.71 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
14:23:35 [2021-12-21T14:23:35.166Z] #47 58.75 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
14:23:35 [2021-12-21T14:23:35.166Z] #47 58.75 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
14:23:35 [2021-12-21T14:23:35.166Z] #47 58.76 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
14:23:35 [2021-12-21T14:23:35.166Z] #47 58.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:23:35 [2021-12-21T14:23:35.166Z] #47 58.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
14:23:35 [2021-12-21T14:23:35.166Z] #47 58.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
14:23:35 [2021-12-21T14:23:35.286Z] #47 56.53 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
14:23:35 [2021-12-21T14:23:35.286Z] #47 56.53 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
14:23:35 [2021-12-21T14:23:35.286Z] #47 56.53 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
14:23:35 [2021-12-21T14:23:35.286Z] #47 56.61 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:23:35 [2021-12-21T14:23:35.286Z] #47 56.67 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
14:23:35 [2021-12-21T14:23:35.286Z] #47 56.67 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
14:23:35 [2021-12-21T14:23:35.489Z] #14 68.73 Selecting previously unselected package gcc-mingw-w64-base.
14:23:35 [2021-12-21T14:23:35.489Z] #14 68.73 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
14:23:35 [2021-12-21T14:23:35.489Z] #14 68.74 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
14:23:35 [2021-12-21T14:23:35.746Z] #14 68.90 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
14:23:35 [2021-12-21T14:23:35.746Z] #14 68.90 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
14:23:35 [2021-12-21T14:23:35.746Z] #14 68.92 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
14:23:36 [2021-12-21T14:23:36.225Z] #47 ...
14:23:36 [2021-12-21T14:23:36.225Z] 
14:23:36 [2021-12-21T14:23:36.225Z] #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
14:23:36 [2021-12-21T14:23:36.225Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:23:36 [2021-12-21T14:23:36.225Z] #14 39.43 Reading package lists...
14:23:36 [2021-12-21T14:23:36.225Z] #14 48.25 Building dependency tree...
14:23:36 [2021-12-21T14:23:36.225Z] #14 54.24 The following additional packages will be installed:
14:23:36 [2021-12-21T14:23:36.225Z] #14 54.24   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:23:36 [2021-12-21T14:23:36.225Z] #14 54.24   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
14:23:36 [2021-12-21T14:23:36.225Z] #14 54.24   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
14:23:36 [2021-12-21T14:23:36.225Z] #14 54.24   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
14:23:36 [2021-12-21T14:23:36.225Z] #14 54.24   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
14:23:36 [2021-12-21T14:23:36.225Z] #14 54.24   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp2 libselinux1-dev
14:23:36 [2021-12-21T14:23:36.225Z] #14 54.24   libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
14:23:36 [2021-12-21T14:23:36.225Z] #14 54.30 Suggested packages:
14:23:36 [2021-12-21T14:23:36.225Z] #14 54.30   gcc-10-locales seccomp wine64
14:23:36 [2021-12-21T14:23:36.225Z] #14 56.81 The following NEW packages will be installed:
14:23:36 [2021-12-21T14:23:36.225Z] #14 56.83   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:23:36 [2021-12-21T14:23:36.225Z] #14 56.83   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
14:23:36 [2021-12-21T14:23:36.225Z] #14 56.83   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
14:23:36 [2021-12-21T14:23:36.225Z] #14 56.83   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
14:23:36 [2021-12-21T14:23:36.225Z] #14 56.83   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
14:23:36 [2021-12-21T14:23:36.225Z] #14 56.83   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
14:23:36 [2021-12-21T14:23:36.225Z] #14 56.83   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
14:23:36 [2021-12-21T14:23:36.225Z] #14 56.83   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
14:23:36 [2021-12-21T14:23:36.225Z] #14 56.83   mingw-w64-x86-64-dev
14:23:36 [2021-12-21T14:23:36.225Z] #14 56.85 The following packages will be upgraded:
14:23:36 [2021-12-21T14:23:36.225Z] #14 56.85   libseccomp2
14:23:36 [2021-12-21T14:23:36.225Z] #14 57.35 1 upgraded, 30 newly installed, 0 to remove and 7 not upgraded.
14:23:36 [2021-12-21T14:23:36.225Z] #14 57.35 Need to get 115 MB of archives.
14:23:36 [2021-12-21T14:23:36.225Z] #14 57.35 After this operation, 645 MB of additional disk space will be used.
14:23:36 [2021-12-21T14:23:36.225Z] #14 57.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp2 amd64 2.5.1-1+deb11u1 [48.5 kB]
14:23:36 [2021-12-21T14:23:36.225Z] #14 57.35 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
14:23:36 [2021-12-21T14:23:36.225Z] #14 57.49 Get:3 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]
14:23:36 [2021-12-21T14:23:36.225Z] #14 57.70 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
14:23:36 [2021-12-21T14:23:36.225Z] #14 57.70 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
14:23:36 [2021-12-21T14:23:36.225Z] #14 57.74 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
14:23:36 [2021-12-21T14:23:36.225Z] #14 57.74 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
14:23:36 [2021-12-21T14:23:36.225Z] #14 58.19 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
14:23:36 [2021-12-21T14:23:36.366Z] Fetching without tags
14:23:36 [2021-12-21T14:23:36.485Z] #14 ...
14:23:36 [2021-12-21T14:23:36.485Z] 
14:23:36 [2021-12-21T14:23:36.485Z] #58 [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
14:23:36 [2021-12-21T14:23:36.485Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:23:36 [2021-12-21T14:23:36.485Z] #58 55.91 0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded.
14:23:36 [2021-12-21T14:23:36.485Z] #58 55.91 Need to get 460 kB of archives.
14:23:36 [2021-12-21T14:23:36.485Z] #58 55.91 After this operation, 1237 kB of additional disk space will be used.
14:23:36 [2021-12-21T14:23:36.485Z] #58 55.91 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
14:23:36 [2021-12-21T14:23:36.485Z] #58 55.92 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
14:23:36 [2021-12-21T14:23:36.485Z] #58 57.38 debconf: delaying package configuration, since apt-utils is not installed
14:23:36 [2021-12-21T14:23:36.485Z] #58 57.70 Fetched 460 kB in 0s (1166 kB/s)
14:23:36 [2021-12-21T14:23:36.485Z] #58 57.80 Selecting previously unselected package libbtrfs0:amd64.
14:23:36 [2021-12-21T14:23:36.485Z] #58 57.80 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:23:36 [2021-12-21T14:23:36.485Z] #58 57.96 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
14:23:36 [2021-12-21T14:23:36.485Z] #58 58.01 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
14:23:36 [2021-12-21T14:23:36.485Z] #58 58.37 Selecting previously unselected package libbtrfs-dev:amd64.
14:23:36 [2021-12-21T14:23:36.485Z] #58 58.43 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
14:23:36 [2021-12-21T14:23:36.638Z] #47 62.41 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-3 [660 kB]
14:23:36 [2021-12-21T14:23:36.638Z] #47 ...
14:23:36 [2021-12-21T14:23:36.638Z] 
14:23:36 [2021-12-21T14:23:36.638Z] #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
14:23:36 [2021-12-21T14:23:36.638Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:36 [2021-12-21T14:23:36.638Z] #38 62.71 Selecting previously unselected package libicu67:amd64.
14:23:36 [2021-12-21T14:23:36.638Z] #38 62.72 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
14:23:36 [2021-12-21T14:23:36.638Z] #38 62.74 Unpacking libicu67:amd64 (67.1-7) ...
14:23:36 [2021-12-21T14:23:36.744Z] #58 58.46 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
14:23:37 [2021-12-21T14:23:37.004Z] #58 ...
14:23:37 [2021-12-21T14:23:37.004Z] 
14:23:37 [2021-12-21T14:23:37.004Z] #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
14:23:37 [2021-12-21T14:23:37.004Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:37 [2021-12-21T14:23:37.004Z] #38 40.03 Reading package lists...
14:23:37 [2021-12-21T14:23:37.004Z] #38 48.99 Building dependency tree...
14:23:37 [2021-12-21T14:23:37.004Z] #38 55.01 The following additional packages will be installed:
14:23:37 [2021-12-21T14:23:37.004Z] #38 55.01   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
14:23:37 [2021-12-21T14:23:37.004Z] #38 55.05 Suggested packages:
14:23:37 [2021-12-21T14:23:37.004Z] #38 55.05   cmake-doc ninja-build lrzip
14:23:37 [2021-12-21T14:23:37.004Z] #38 55.05 Recommended packages:
14:23:37 [2021-12-21T14:23:37.004Z] #38 55.05   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
14:23:37 [2021-12-21T14:23:37.004Z] #38 56.58 The following NEW packages will be installed:
14:23:37 [2021-12-21T14:23:37.004Z] #38 56.58   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
14:23:37 [2021-12-21T14:23:37.004Z] #38 56.58   vim-common xxd
14:23:37 [2021-12-21T14:23:37.004Z] #38 57.11 0 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
14:23:37 [2021-12-21T14:23:37.004Z] #38 57.11 Need to get 17.7 MB of archives.
14:23:37 [2021-12-21T14:23:37.004Z] #38 57.11 After this operation, 70.7 MB of additional disk space will be used.
14:23:37 [2021-12-21T14:23:37.004Z] #38 57.11 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
14:23:37 [2021-12-21T14:23:37.004Z] #38 57.16 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
14:23:37 [2021-12-21T14:23:37.004Z] #38 57.16 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
14:23:37 [2021-12-21T14:23:37.004Z] #38 57.26 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
14:23:37 [2021-12-21T14:23:37.004Z] #38 58.01 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
14:23:37 [2021-12-21T14:23:37.004Z] #38 58.04 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
14:23:37 [2021-12-21T14:23:37.004Z] #38 58.07 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
14:23:37 [2021-12-21T14:23:37.004Z] #38 58.08 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
14:23:37 [2021-12-21T14:23:37.004Z] #38 58.09 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
14:23:37 [2021-12-21T14:23:37.004Z] #38 58.10 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
14:23:37 [2021-12-21T14:23:37.129Z] Merging remotes/origin/master commit 088afc99e4bf8adb78e29733396182417d67ada2 into PR head commit 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:23:37 [2021-12-21T14:23:37.264Z] #38 ...
14:23:37 [2021-12-21T14:23:37.264Z] 
14:23:37 [2021-12-21T14:23:37.264Z] #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
14:23:37 [2021-12-21T14:23:37.264Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:23:37 [2021-12-21T14:23:37.264Z] #14 58.44 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
14:23:37 [2021-12-21T14:23:37.264Z] #14 58.46 Get:10 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]
14:23:37 [2021-12-21T14:23:37.523Z] #14 59.35 Get:11 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]
14:23:37 [2021-12-21T14:23:37.729Z] #14 60.10 Selecting previously unselected package gcc-mingw-w64-base.
14:23:37 [2021-12-21T14:23:37.729Z] #14 60.10 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
14:23:37 [2021-12-21T14:23:37.729Z] #14 60.11 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
14:23:37 [2021-12-21T14:23:37.729Z] #14 60.21 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
14:23:37 [2021-12-21T14:23:37.729Z] #14 60.21 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
14:23:37 [2021-12-21T14:23:37.729Z] #14 60.25 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
14:23:37 [2021-12-21T14:23:37.794Z] #14 ...
14:23:37 [2021-12-21T14:23:37.794Z] 
14:23:37 [2021-12-21T14:23:37.794Z] #58 [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
14:23:37 [2021-12-21T14:23:37.794Z] #58 sha256:ff87a4af8a3a1c67a4dcaac1928f1cdb965215c768e4e3ba6618322c130b4197
14:23:37 [2021-12-21T14:23:37.794Z] #58 59.04 Setting up libbtrfs0:amd64 (5.10.1-2) ...
14:23:37 [2021-12-21T14:23:37.794Z] #58 59.08 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
14:23:37 [2021-12-21T14:23:37.794Z] #58 59.08 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:23:37 [2021-12-21T14:23:37.794Z] #58 DONE 59.6s
14:23:36 [2021-12-21T14:23:36.015Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:23:36 [2021-12-21T14:23:36.082Z]  > git config --add remote.origin.fetch +refs/pull/43075/head:refs/remotes/origin/PR-43075 # timeout=10
14:23:36 [2021-12-21T14:23:36.137Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:36 [2021-12-21T14:23:36.269Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:23:36 [2021-12-21T14:23:36.406Z] Fetching upstream changes from https://github.com/moby/moby.git
14:23:36 [2021-12-21T14:23:36.406Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:23:36 [2021-12-21T14:23:36.408Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:37 [2021-12-21T14:23:37.243Z]  > git config core.sparsecheckout # timeout=10
14:23:37 [2021-12-21T14:23:37.296Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:23:38 [2021-12-21T14:23:38.056Z] 
14:23:38 [2021-12-21T14:23:38.056Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
14:23:38 [2021-12-21T14:23:38.056Z] #59 sha256:a9d113bd43114182464d57ee3b3780343b0c25f958da7657ca103910c884a825
14:23:38 [2021-12-21T14:23:38.056Z] #59 DONE 0.2s
14:23:38 [2021-12-21T14:23:38.056Z] 
14:23:38 [2021-12-21T14:23:38.056Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:23:38 [2021-12-21T14:23:38.056Z] #60 sha256:f1af2322d8bb5b5d35af0c8c58837e5d21a961c6cee94bb2c605f103cc6e9d23
14:23:38 [2021-12-21T14:23:38.291Z] #14 ...
14:23:38 [2021-12-21T14:23:38.291Z] 
14:23:38 [2021-12-21T14:23:38.291Z] #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
14:23:38 [2021-12-21T14:23:38.291Z] #40 sha256:eb72eeeaa690a7689edfd8bd78d2e92b9967f10a229fab94005974d429322032
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.036 + RM_GOPATH=0
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.036 + TMP_GOPATH=
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.036 + : /build
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.036 + '[' -z '' ']'
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.036 ++ mktemp -d
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.036 + export GOPATH=/tmp/tmp.CbcrkaXGXP
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.036 + GOPATH=/tmp/tmp.CbcrkaXGXP
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.036 + RM_GOPATH=1
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.036 + case "$(go env GOARCH)" in
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.036 ++ go env GOARCH
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.081 Install tini version v0.19.0
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.081 + export GO_BUILDMODE=-buildmode=pie
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.081 + GO_BUILDMODE=-buildmode=pie
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.081 ++ dirname /install.sh
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.081 + dir=/
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.081 + bin=tini
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.081 + shift
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.081 + '[' '!' -f //tini.installer ']'
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.081 + . //tini.installer
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.081 ++ : v0.19.0
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.081 + install_tini
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.081 + echo 'Install tini version v0.19.0'
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.081 + git clone https://github.com/krallin/tini.git /tmp/tmp.CbcrkaXGXP/tini
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.081 Cloning into '/tmp/tmp.CbcrkaXGXP/tini'...
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.856 + cd /tmp/tmp.CbcrkaXGXP/tini
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.856 + git checkout -q v0.19.0
14:23:38 [2021-12-21T14:23:38.291Z] #40 4.916 + cmake .
14:23:38 [2021-12-21T14:23:38.291Z] #40 5.368 -- The C compiler identification is GNU 10.2.1
14:23:38 [2021-12-21T14:23:38.291Z] #40 5.368 -- Detecting C compiler ABI info
14:23:38 [2021-12-21T14:23:38.291Z] #40 5.947 -- Detecting C compiler ABI info - done
14:23:38 [2021-12-21T14:23:38.291Z] #40 6.075 -- Check for working C compiler: /usr/bin/cc - skipped
14:23:38 [2021-12-21T14:23:38.291Z] #40 6.087 -- Detecting C compile features
14:23:38 [2021-12-21T14:23:38.291Z] #40 6.087 -- Detecting C compile features - done
14:23:38 [2021-12-21T14:23:38.291Z] #40 6.173 -- Performing Test HAS_BUILTIN_FORTIFY
14:23:38 [2021-12-21T14:23:38.291Z] #40 6.340 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:23:38 [2021-12-21T14:23:38.291Z] #40 6.449 -- Configuring done
14:23:38 [2021-12-21T14:23:38.291Z] #40 6.449 -- Generating done
14:23:38 [2021-12-21T14:23:38.291Z] #40 6.456 -- Build files have been written to: /tmp/tmp.CbcrkaXGXP/tini
14:23:38 [2021-12-21T14:23:38.291Z] #40 6.515 + make tini-static
14:23:38 [2021-12-21T14:23:38.291Z] #40 6.727 Scanning dependencies of target tini-static
14:23:38 [2021-12-21T14:23:38.291Z] #40 6.825 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:23:39 [2021-12-21T14:23:39.221Z] #40 8.087 [100%] Linking C executable tini-static
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.805 + RM_GOPATH=0
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.805 + TMP_GOPATH=
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.805 + : /build
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.805 + '[' -z '' ']'
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.805 ++ mktemp -d
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.805 + export GOPATH=/tmp/tmp.GApsBzAPRv
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.805 + GOPATH=/tmp/tmp.GApsBzAPRv
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.805 + RM_GOPATH=1
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.805 + case "$(go env GOARCH)" in
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.805 ++ go env GOARCH
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.837 + export GO_BUILDMODE=-buildmode=pie
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.837 + GO_BUILDMODE=-buildmode=pie
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.837 ++ dirname /install.sh
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.837 + dir=/
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.837 + bin=containerd
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.837 + shift
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.837 + '[' '!' -f //containerd.installer ']'
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.837 + . //containerd.installer
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.837 ++ set -e
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.837 ++ : v1.5.8
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.837 + install_containerd
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.837 + echo 'Install containerd version v1.5.8'
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.837 + git clone https://github.com/containerd/containerd.git /tmp/tmp.GApsBzAPRv/src/github.com/containerd/containerd
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.845 Cloning into '/tmp/tmp.GApsBzAPRv/src/github.com/containerd/containerd'...
14:23:39 [2021-12-21T14:23:39.968Z] #60 1.845 Install containerd version v1.5.8
14:23:40 [2021-12-21T14:23:40.151Z] #40 8.811 [100%] Built target tini-static
14:23:40 [2021-12-21T14:23:40.151Z] #40 8.859 + mkdir -p /build
14:23:40 [2021-12-21T14:23:40.151Z] #40 8.859 + cp tini-static /build/docker-init
14:23:40 [2021-12-21T14:23:40.151Z] #40 DONE 9.0s
14:23:40 [2021-12-21T14:23:40.151Z] 
14:23:40 [2021-12-21T14:23:40.151Z] #51 [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
14:23:40 [2021-12-21T14:23:40.151Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:23:40 [2021-12-21T14:23:40.845Z] #38 ...
14:23:40 [2021-12-21T14:23:40.845Z] 
14:23:40 [2021-12-21T14:23:40.845Z] #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
14:23:40 [2021-12-21T14:23:40.845Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:23:40 [2021-12-21T14:23:40.845Z] #14 56.65 Get:11 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]
14:23:40 [2021-12-21T14:23:40.845Z] #14 58.50 Get:12 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]
14:23:40 [2021-12-21T14:23:40.845Z] #14 59.28 Get:13 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]
14:23:40 [2021-12-21T14:23:40.845Z] #14 60.05 Get:14 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]
14:23:40 [2021-12-21T14:23:40.845Z] #14 62.27 Get:15 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]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.24 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.25 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.25 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.25 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.30 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.33 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.33 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.33 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.39 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.41 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.47 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.47 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.53 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.55 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.55 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 63.55 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
14:23:40 [2021-12-21T14:23:40.845Z] #14 65.34 debconf: delaying package configuration, since apt-utils is not installed
14:23:40 [2021-12-21T14:23:40.845Z] #14 65.67 Fetched 115 MB in 10s (11.4 MB/s)
14:23:40 [2021-12-21T14:23:40.845Z] #14 65.83 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:23:40 [2021-12-21T14:23:40.845Z] #14 65.92 Preparing to unpack .../libseccomp2_2.5.1-1+deb11u1_amd64.deb ...
14:23:40 [2021-12-21T14:23:40.845Z] #14 66.01 Unpacking libseccomp2:amd64 (2.5.1-1+deb11u1) over (2.5.1-1) ...
14:23:40 [2021-12-21T14:23:40.845Z] #14 66.28 Setting up libseccomp2:amd64 (2.5.1-1+deb11u1) ...
14:23:40 [2021-12-21T14:23:40.845Z] #14 66.51 Selecting previously unselected package binutils-mingw-w64-i686.
14:23:40 [2021-12-21T14:23:40.845Z] #14 66.51 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:23:40 [2021-12-21T14:23:40.845Z] #14 66.61 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
14:23:40 [2021-12-21T14:23:40.845Z] #14 66.62 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
14:23:40 [2021-12-21T14:23:40.845Z] #14 ...
14:23:40 [2021-12-21T14:23:40.845Z] 
14:23:40 [2021-12-21T14:23:40.845Z] #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
14:23:40 [2021-12-21T14:23:40.845Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:23:40 [2021-12-21T14:23:40.845Z] #47 64.69 debconf: delaying package configuration, since apt-utils is not installed
14:23:40 [2021-12-21T14:23:40.845Z] #47 65.14 Fetched 2292 kB in 5s (498 kB/s)
14:23:40 [2021-12-21T14:23:40.845Z] #47 65.30 Selecting previously unselected package libprotobuf23:amd64.
14:23:40 [2021-12-21T14:23:40.845Z] #47 65.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.)
14:23:40 [2021-12-21T14:23:40.845Z] #47 65.41 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
14:23:40 [2021-12-21T14:23:40.845Z] #47 65.47 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
14:23:40 [2021-12-21T14:23:40.845Z] #47 66.88 Selecting previously unselected package python3-pkg-resources.
14:23:40 [2021-12-21T14:23:40.845Z] #47 66.88 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
14:23:40 [2021-12-21T14:23:40.845Z] #47 66.88 Unpacking python3-pkg-resources (52.0.0-4) ...
14:23:41 [2021-12-21T14:23:41.010Z] #14 73.94 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
14:23:41 [2021-12-21T14:23:41.010Z] #14 73.94 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
14:23:41 [2021-12-21T14:23:41.010Z] #14 73.94 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:23:40 [2021-12-21T14:23:40.745Z]  > git remote # timeout=10
14:23:40 [2021-12-21T14:23:40.821Z]  > git config --get remote.origin.url # timeout=10
14:23:40 [2021-12-21T14:23:40.877Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:23:40 [2021-12-21T14:23:40.879Z]  > git merge 088afc99e4bf8adb78e29733396182417d67ada2 # timeout=10
14:23:41 [2021-12-21T14:23:41.104Z] #47 67.31 Selecting previously unselected package python3-six.
14:23:41 [2021-12-21T14:23:41.104Z] #47 67.31 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
14:23:41 [2021-12-21T14:23:41.122Z] Merge succeeded, producing 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:23:41 [2021-12-21T14:23:41.122Z] Checking out Revision 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 (PR-43075)
14:23:41 [2021-12-21T14:23:41.363Z] #47 67.34 Unpacking python3-six (1.16.0-2) ...
14:23:41 [2021-12-21T14:23:41.363Z] #47 67.46 Selecting previously unselected package python3-protobuf.
14:23:41 [2021-12-21T14:23:41.363Z] #47 67.46 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
14:23:41 [2021-12-21T14:23:41.622Z] #47 67.48 Unpacking python3-protobuf (3.12.4-1) ...
14:23:42 [2021-12-21T14:23:42.560Z] #47 68.38 Selecting previously unselected package libnet1:amd64.
14:23:42 [2021-12-21T14:23:42.560Z] #47 68.40 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:23:42 [2021-12-21T14:23:42.560Z] #47 68.40 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:23:42 [2021-12-21T14:23:42.560Z] #47 68.61 Selecting previously unselected package libnl-3-200:amd64.
14:23:42 [2021-12-21T14:23:42.560Z] #47 68.61 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
14:23:42 [2021-12-21T14:23:42.560Z] #47 68.65 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
14:23:42 [2021-12-21T14:23:42.821Z] #47 68.85 Selecting previously unselected package libprotobuf-c1:amd64.
14:23:42 [2021-12-21T14:23:42.821Z] #47 68.90 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
14:23:42 [2021-12-21T14:23:42.821Z] #47 68.90 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:23:43 [2021-12-21T14:23:43.079Z] #47 69.03 Selecting previously unselected package criu.
14:23:43 [2021-12-21T14:23:43.079Z] #47 69.03 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ...
14:23:43 [2021-12-21T14:23:43.079Z] #47 69.04 Unpacking criu (3.16.1-3) ...
14:23:44 [2021-12-21T14:23:44.166Z] #60 ...
14:23:44 [2021-12-21T14:23:44.166Z] 
14:23:44 [2021-12-21T14:23:44.166Z] #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
14:23:44 [2021-12-21T14:23:44.166Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:23:44 [2021-12-21T14:23:44.166Z] #47 59.83 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.16.1-3 [660 kB]
14:23:44 [2021-12-21T14:23:44.166Z] #47 61.79 debconf: delaying package configuration, since apt-utils is not installed
14:23:44 [2021-12-21T14:23:44.166Z] #47 62.22 Fetched 2292 kB in 4s (524 kB/s)
14:23:44 [2021-12-21T14:23:44.166Z] #47 62.37 Selecting previously unselected package libprotobuf23:amd64.
14:23:44 [2021-12-21T14:23:44.166Z] #47 62.37 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:23:44 [2021-12-21T14:23:44.166Z] #47 62.48 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
14:23:44 [2021-12-21T14:23:44.166Z] #47 62.52 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
14:23:44 [2021-12-21T14:23:44.166Z] #47 63.82 Selecting previously unselected package python3-pkg-resources.
14:23:44 [2021-12-21T14:23:44.166Z] #47 63.82 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
14:23:44 [2021-12-21T14:23:44.166Z] #47 63.82 Unpacking python3-pkg-resources (52.0.0-4) ...
14:23:44 [2021-12-21T14:23:44.166Z] #47 64.28 Selecting previously unselected package python3-six.
14:23:44 [2021-12-21T14:23:44.166Z] #47 64.29 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
14:23:44 [2021-12-21T14:23:44.166Z] #47 64.32 Unpacking python3-six (1.16.0-2) ...
14:23:44 [2021-12-21T14:23:44.166Z] #47 64.54 Selecting previously unselected package python3-protobuf.
14:23:44 [2021-12-21T14:23:44.166Z] #47 64.55 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
14:23:44 [2021-12-21T14:23:44.166Z] #47 64.55 Unpacking python3-protobuf (3.12.4-1) ...
14:23:41 [2021-12-21T14:23:41.027Z]  > git rev-parse "HEAD^{commit}" # timeout=10
14:23:41 [2021-12-21T14:23:41.160Z]  > git config core.sparsecheckout # timeout=10
14:23:41 [2021-12-21T14:23:41.212Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:23:44 [2021-12-21T14:23:44.453Z] #47 70.23 Setting up python3-pkg-resources (52.0.0-4) ...
14:23:44 [2021-12-21T14:23:44.711Z] #47 ...
14:23:44 [2021-12-21T14:23:44.711Z] 
14:23:44 [2021-12-21T14:23:44.711Z] #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
14:23:44 [2021-12-21T14:23:44.711Z] #34 sha256:c0519c19fbf7c93514d7a6102815dd09ddf688b9f5468088005b4c292cacdf92
14:23:44 [2021-12-21T14:23:44.735Z] #47 65.94 Selecting previously unselected package libnet1:amd64.
14:23:44 [2021-12-21T14:23:44.735Z] #47 65.94 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:23:44 [2021-12-21T14:23:44.735Z] #47 65.95 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:23:44 [2021-12-21T14:23:44.881Z] Fetching without tags
14:23:44 [2021-12-21T14:23:44.931Z] #19 150.8 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
14:23:44 [2021-12-21T14:23:44.931Z] #19 150.8 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
14:23:44 [2021-12-21T14:23:44.931Z] #19 150.8 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
14:23:44 [2021-12-21T14:23:44.931Z] #19 150.9 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
14:23:44 [2021-12-21T14:23:44.931Z] #19 150.9 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
14:23:44 [2021-12-21T14:23:44.931Z] #19 150.9 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
14:23:44 [2021-12-21T14:23:44.997Z] #47 66.20 Selecting previously unselected package libnl-3-200:amd64.
14:23:44 [2021-12-21T14:23:44.997Z] #47 66.20 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
14:23:44 [2021-12-21T14:23:44.997Z] #47 66.22 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
14:23:44 [2021-12-21T14:23:44.997Z] #47 66.44 Selecting previously unselected package libprotobuf-c1:amd64.
14:23:44 [2021-12-21T14:23:44.997Z] #47 66.44 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
14:23:45 [2021-12-21T14:23:45.256Z] #47 66.45 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:23:45 [2021-12-21T14:23:45.256Z] #47 66.71 Selecting previously unselected package criu.
14:23:45 [2021-12-21T14:23:45.411Z] #51 ...
14:23:45 [2021-12-21T14:23:45.411Z] 
14:23:45 [2021-12-21T14:23:45.411Z] #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
14:23:45 [2021-12-21T14:23:45.411Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:23:45 [2021-12-21T14:23:45.411Z] #14 67.02 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
14:23:45 [2021-12-21T14:23:45.411Z] #14 67.02 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
14:23:45 [2021-12-21T14:23:45.411Z] #14 67.02 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:23:45 [2021-12-21T14:23:45.515Z] #47 66.72 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ...
14:23:45 [2021-12-21T14:23:45.515Z] #47 66.73 Unpacking criu (3.16.1-3) ...
14:23:45 [2021-12-21T14:23:45.624Z] Merging remotes/origin/master commit 088afc99e4bf8adb78e29733396182417d67ada2 into PR head commit 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:23:46 [2021-12-21T14:23:46.052Z] #34 70.72 Updating files:  77% (1175/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:  92% (1402/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.
14:23:46 [2021-12-21T14:23:46.052Z] #34 72.17 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
14:23:44 [2021-12-21T14:23:44.498Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:23:44 [2021-12-21T14:23:44.623Z]  > git config --add remote.origin.fetch +refs/pull/43075/head:refs/remotes/origin/PR-43075 # timeout=10
14:23:44 [2021-12-21T14:23:44.670Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:44 [2021-12-21T14:23:44.780Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:23:44 [2021-12-21T14:23:44.905Z] Fetching upstream changes from https://github.com/moby/moby.git
14:23:44 [2021-12-21T14:23:44.905Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:23:44 [2021-12-21T14:23:44.905Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:45 [2021-12-21T14:23:45.717Z]  > git config core.sparsecheckout # timeout=10
14:23:45 [2021-12-21T14:23:45.780Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:23:46 [2021-12-21T14:23:46.894Z] #47 68.25 Setting up python3-pkg-resources (52.0.0-4) ...
14:23:46 [2021-12-21T14:23:46.987Z] #34 72.96 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
14:23:47 [2021-12-21T14:23:47.017Z] Fetching without tags
14:23:47 [2021-12-21T14:23:47.555Z] #14 ...
14:23:47 [2021-12-21T14:23:47.555Z] 
14:23:47 [2021-12-21T14:23:47.555Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:23:47 [2021-12-21T14:23:47.555Z] #60 sha256:7e19dcb8626674562bb4d13a16d22f2ca9cc1260f36b8ed160081bf6d568013e
14:23:47 [2021-12-21T14:23:47.780Z] Merging remotes/origin/master commit 088afc99e4bf8adb78e29733396182417d67ada2 into PR head commit 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:23:47 [2021-12-21T14:23:47.813Z] #60 35.39 Updating files:  72% (3454/4734)
Updating files:  73% (3456/4734)
Updating files:  74% (3504/4734)
Updating files:  75% (3551/4734)
Updating files:  76% (3598/4734)
Updating files:  77% (3646/4734)
Updating files:  78% (3693/4734)
Updating files:  79% (3740/4734)
Updating files:  80% (3788/4734)
Updating files:  81% (3835/4734)
Updating files:  82% (3882/4734)
Updating files:  83% (3930/4734)
Updating files:  84% (3977/4734)
Updating files:  85% (4024/4734)
Updating files:  86% (4072/4734)
Updating files:  87% (4119/4734)
Updating files:  88% (4166/4734)
Updating files:  89% (4214/4734)
Updating files:  90% (4261/4734)
Updating files:  91% (4308/4734)
Updating files:  92% (4356/4734)
Updating files:  93% (4403/4734)
Updating files:  94% (4450/4734)
Updating files:  95% (4498/4734)
Updating files:  96% (4545/4734)
Updating files:  97% (4592/4734)
Updating files:  98% (4640/4734)
Updating files:  99% (4687/4734)
Updating files: 100% (4734/4734)
Updating files: 100% (4734/4734), done.
14:23:47 [2021-12-21T14:23:47.813Z] #60 35.98 + cd /tmp/tmp.q47nIjHxa7/src/github.com/containerd/containerd
14:23:47 [2021-12-21T14:23:47.840Z] #47 ...
14:23:47 [2021-12-21T14:23:47.840Z] 
14:23:47 [2021-12-21T14:23:47.840Z] #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
14:23:47 [2021-12-21T14:23:47.840Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:23:47 [2021-12-21T14:23:47.840Z] #14 61.16 Get:12 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]
14:23:47 [2021-12-21T14:23:47.840Z] #14 61.95 Get:13 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]
14:23:47 [2021-12-21T14:23:47.840Z] #14 62.83 Get:14 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]
14:23:47 [2021-12-21T14:23:47.840Z] #14 64.98 Get:15 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]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.18 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.19 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.19 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.20 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.20 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.22 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.22 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.23 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.27 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.28 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.29 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.32 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.38 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.38 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.43 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 66.43 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
14:23:47 [2021-12-21T14:23:47.840Z] #14 68.18 debconf: delaying package configuration, since apt-utils is not installed
14:23:47 [2021-12-21T14:23:47.840Z] #14 68.53 Fetched 115 MB in 9s (12.1 MB/s)
14:23:47 [2021-12-21T14:23:47.840Z] #14 68.66 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:23:47 [2021-12-21T14:23:47.840Z] #14 68.72 Preparing to unpack .../libseccomp2_2.5.1-1+deb11u1_amd64.deb ...
14:23:47 [2021-12-21T14:23:47.840Z] #14 68.76 Unpacking libseccomp2:amd64 (2.5.1-1+deb11u1) over (2.5.1-1) ...
14:23:47 [2021-12-21T14:23:47.840Z] #14 69.22 Setting up libseccomp2:amd64 (2.5.1-1+deb11u1) ...
14:23:47 [2021-12-21T14:23:47.840Z] #14 69.60 Selecting previously unselected package binutils-mingw-w64-i686.
14:23:47 [2021-12-21T14:23:47.840Z] #14 69.60 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:23:47 [2021-12-21T14:23:47.840Z] #14 69.80 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
14:23:47 [2021-12-21T14:23:47.840Z] #14 69.80 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
14:23:48 [2021-12-21T14:23:48.070Z] #60 35.98 + git checkout -q v1.5.8
14:23:48 [2021-12-21T14:23:48.409Z] #14 ...
14:23:48 [2021-12-21T14:23:48.410Z] 
14:23:48 [2021-12-21T14:23:48.410Z] #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
14:23:48 [2021-12-21T14:23:48.410Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:48 [2021-12-21T14:23:48.410Z] #38 59.98 debconf: delaying package configuration, since apt-utils is not installed
14:23:48 [2021-12-21T14:23:48.410Z] #38 60.36 Fetched 17.7 MB in 2s (9818 kB/s)
14:23:48 [2021-12-21T14:23:48.410Z] #38 60.48 Selecting previously unselected package xxd.
14:23:48 [2021-12-21T14:23:48.410Z] #38 60.48 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
14:23:48 [2021-12-21T14:23:48.410Z] #38 60.62 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
14:23:48 [2021-12-21T14:23:48.410Z] #38 60.63 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
14:23:48 [2021-12-21T14:23:48.410Z] #38 60.98 Selecting previously unselected package vim-common.
14:23:48 [2021-12-21T14:23:48.410Z] #38 60.99 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
14:23:48 [2021-12-21T14:23:48.410Z] #38 61.02 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
14:23:48 [2021-12-21T14:23:48.410Z] #38 61.53 Selecting previously unselected package cmake-data.
14:23:48 [2021-12-21T14:23:48.410Z] #38 61.53 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
14:23:48 [2021-12-21T14:23:48.410Z] #38 61.55 Unpacking cmake-data (3.18.4-2+deb11u1) ...
14:23:48 [2021-12-21T14:23:48.410Z] #38 66.59 Selecting previously unselected package libicu67:amd64.
14:23:48 [2021-12-21T14:23:48.410Z] #38 66.59 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
14:23:48 [2021-12-21T14:23:48.410Z] #38 66.60 Unpacking libicu67:amd64 (67.1-7) ...
14:23:48 [2021-12-21T14:23:48.972Z]  > git remote # timeout=10
14:23:49 [2021-12-21T14:23:49.050Z]  > git config --get remote.origin.url # timeout=10
14:23:49 [2021-12-21T14:23:49.097Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:23:49 [2021-12-21T14:23:49.097Z]  > git merge 088afc99e4bf8adb78e29733396182417d67ada2 # timeout=10
14:23:49 [2021-12-21T14:23:49.340Z] Merge succeeded, producing 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:23:49 [2021-12-21T14:23:49.341Z] Checking out Revision 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 (PR-43075)
14:23:46 [2021-12-21T14:23:46.671Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:23:46 [2021-12-21T14:23:46.737Z]  > git config --add remote.origin.fetch +refs/pull/43075/head:refs/remotes/origin/PR-43075 # timeout=10
14:23:46 [2021-12-21T14:23:46.795Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:46 [2021-12-21T14:23:46.921Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:23:47 [2021-12-21T14:23:47.053Z] Fetching upstream changes from https://github.com/moby/moby.git
14:23:47 [2021-12-21T14:23:47.053Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:23:47 [2021-12-21T14:23:47.056Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43075/head:refs/remotes/origin/PR-43075 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:47 [2021-12-21T14:23:47.887Z]  > git config core.sparsecheckout # timeout=10
14:23:47 [2021-12-21T14:23:47.946Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:23:49 [2021-12-21T14:23:49.964Z] #60 37.56 + export 'BUILDTAGS=netgo osusergo static_build'
14:23:49 [2021-12-21T14:23:49.964Z] #60 37.56 + BUILDTAGS='netgo osusergo static_build'
14:23:49 [2021-12-21T14:23:49.964Z] #60 37.56 + export EXTRA_FLAGS=-buildmode=pie
14:23:49 [2021-12-21T14:23:49.964Z] #60 37.56 + EXTRA_FLAGS=-buildmode=pie
14:23:49 [2021-12-21T14:23:49.964Z] #60 37.56 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
14:23:49 [2021-12-21T14:23:49.964Z] #60 37.56 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
14:23:49 [2021-12-21T14:23:49.964Z] #60 37.56 + '[' '' = dynamic ']'
14:23:49 [2021-12-21T14:23:49.964Z] #60 37.56 + make
14:23:50 [2021-12-21T14:23:50.319Z] #38 ...
14:23:50 [2021-12-21T14:23:50.319Z] 
14:23:50 [2021-12-21T14:23:50.319Z] #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
14:23:50 [2021-12-21T14:23:50.319Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:23:50 [2021-12-21T14:23:50.319Z] #47 71.56 Setting up libprotobuf23:amd64 (3.12.4-1) ...
14:23:50 [2021-12-21T14:23:50.319Z] #47 71.61 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:23:50 [2021-12-21T14:23:50.319Z] #47 71.66 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:23:50 [2021-12-21T14:23:50.578Z] #47 71.68 Setting up python3-six (1.16.0-2) ...
14:23:51 [2021-12-21T14:23:51.332Z] #60 39.13 + bin/ctr
14:23:51 [2021-12-21T14:23:51.865Z] Merge succeeded, producing 2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:23:51 [2021-12-21T14:23:51.865Z] Checking out Revision 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 (PR-43075)
14:23:52 [2021-12-21T14:23:52.260Z] #34 ...
14:23:52 [2021-12-21T14:23:52.260Z] 
14:23:52 [2021-12-21T14:23:52.260Z] #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
14:23:52 [2021-12-21T14:23:52.260Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:52 [2021-12-21T14:23:52.260Z] #38 74.56 Selecting previously unselected package libxml2:amd64.
14:23:52 [2021-12-21T14:23:52.260Z] #38 74.56 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
14:23:52 [2021-12-21T14:23:52.260Z] #38 74.58 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
14:23:52 [2021-12-21T14:23:52.260Z] #38 75.49 Selecting previously unselected package libarchive13:amd64.
14:23:52 [2021-12-21T14:23:52.260Z] #38 75.50 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
14:23:52 [2021-12-21T14:23:52.260Z] #38 75.52 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
14:23:52 [2021-12-21T14:23:52.260Z] #38 76.06 Selecting previously unselected package libjsoncpp24:amd64.
14:23:52 [2021-12-21T14:23:52.260Z] #38 76.07 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
14:23:52 [2021-12-21T14:23:52.260Z] #38 76.08 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
14:23:52 [2021-12-21T14:23:52.260Z] #38 76.34 Selecting previously unselected package librhash0:amd64.
14:23:52 [2021-12-21T14:23:52.260Z] #38 76.34 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
14:23:52 [2021-12-21T14:23:52.260Z] #38 76.35 Unpacking librhash0:amd64 (1.4.1-2) ...
14:23:52 [2021-12-21T14:23:52.260Z] #38 76.62 Selecting previously unselected package libuv1:amd64.
14:23:52 [2021-12-21T14:23:52.260Z] #38 76.63 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
14:23:52 [2021-12-21T14:23:52.260Z] #38 76.64 Unpacking libuv1:amd64 (1.40.0-2) ...
14:23:52 [2021-12-21T14:23:52.260Z] #38 76.94 Selecting previously unselected package cmake.
14:23:52 [2021-12-21T14:23:52.260Z] #38 76.94 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
14:23:52 [2021-12-21T14:23:52.260Z] #38 76.94 Unpacking cmake (3.18.4-2+deb11u1) ...
14:23:49 [2021-12-21T14:23:49.237Z]  > git rev-parse "HEAD^{commit}" # timeout=10
14:23:49 [2021-12-21T14:23:49.362Z]  > git config core.sparsecheckout # timeout=10
14:23:49 [2021-12-21T14:23:49.425Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:23:52 [2021-12-21T14:23:52.763Z] Commit message: "vendor: regenerate"
14:23:51 [2021-12-21T14:23:51.460Z]  > git remote # timeout=10
14:23:51 [2021-12-21T14:23:51.546Z]  > git config --get remote.origin.url # timeout=10
14:23:51 [2021-12-21T14:23:51.613Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:23:51 [2021-12-21T14:23:51.615Z]  > git merge 088afc99e4bf8adb78e29733396182417d67ada2 # timeout=10
14:23:51 [2021-12-21T14:23:51.762Z]  > git rev-parse "HEAD^{commit}" # timeout=10
14:23:51 [2021-12-21T14:23:51.899Z]  > git config core.sparsecheckout # timeout=10
14:23:51 [2021-12-21T14:23:51.953Z]  > git checkout -f 2e64c14543a955a7bcaf9f1f8e607df61c5427f4 # timeout=10
14:23:53 [2021-12-21T14:23:53.115Z] #47 73.91 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
14:23:53 [2021-12-21T14:23:53.115Z] #47 73.96 Setting up python3-protobuf (3.12.4-1) ...
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
14:23:54 [2021-12-21T14:23:54.165Z] #38 ...
14:23:54 [2021-12-21T14:23:54.165Z] 
14:23:54 [2021-12-21T14:23:54.165Z] #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
14:23:54 [2021-12-21T14:23:54.165Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:23:54 [2021-12-21T14:23:54.165Z] #14 70.29 Selecting previously unselected package binutils-mingw-w64-x86-64.
14:23:54 [2021-12-21T14:23:54.165Z] #14 70.34 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
14:23:54 [2021-12-21T14:23:54.165Z] #14 70.35 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
14:23:54 [2021-12-21T14:23:54.165Z] #14 75.03 Selecting previously unselected package binutils-mingw-w64.
14:23:54 [2021-12-21T14:23:54.165Z] #14 75.07 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
14:23:54 [2021-12-21T14:23:54.165Z] #14 75.07 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
14:23:54 [2021-12-21T14:23:54.165Z] #14 75.27 Selecting previously unselected package libdevmapper1.02.1:amd64.
14:23:54 [2021-12-21T14:23:54.165Z] #14 75.30 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
14:23:54 [2021-12-21T14:23:54.165Z] #14 75.31 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
14:23:54 [2021-12-21T14:23:54.165Z] #14 75.59 Selecting previously unselected package dmsetup.
14:23:54 [2021-12-21T14:23:54.165Z] #14 75.59 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
14:23:54 [2021-12-21T14:23:54.165Z] #14 75.61 Unpacking dmsetup (2:1.02.175-2.1) ...
14:23:54 [2021-12-21T14:23:54.165Z] #14 75.91 Selecting previously unselected package mingw-w64-common.
14:23:54 [2021-12-21T14:23:54.165Z] #14 75.91 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
14:23:54 [2021-12-21T14:23:54.165Z] #14 75.93 Unpacking mingw-w64-common (8.0.0-1) ...
14:23:54 [2021-12-21T14:23:54.936Z] #19 159.9 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
14:23:54 [2021-12-21T14:23:54.936Z] #19 159.9 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
14:23:54 [2021-12-21T14:23:54.936Z] #19 159.9 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
14:23:54 [2021-12-21T14:23:54.936Z] #19 160.0 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
14:23:54 [2021-12-21T14:23:54.936Z] #19 160.0 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
14:23:54 [2021-12-21T14:23:54.936Z] #19 160.0 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
14:23:56 [2021-12-21T14:23:56.220Z] + docker version
14:23:56 [2021-12-21T14:23:56.407Z] #47 ...
14:23:56 [2021-12-21T14:23:56.408Z] 
14:23:56 [2021-12-21T14:23:56.408Z] #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
14:23:56 [2021-12-21T14:23:56.408Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:56 [2021-12-21T14:23:56.408Z] #38 78.28 Selecting previously unselected package libxml2:amd64.
14:23:56 [2021-12-21T14:23:56.408Z] #38 78.28 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
14:23:56 [2021-12-21T14:23:56.408Z] #38 78.28 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
14:23:57 [2021-12-21T14:23:57.455Z] #14 ...
14:23:57 [2021-12-21T14:23:57.455Z] 
14:23:57 [2021-12-21T14:23:57.455Z] #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
14:23:57 [2021-12-21T14:23:57.455Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:23:57 [2021-12-21T14:23:57.455Z] #47 73.00 Setting up libprotobuf23:amd64 (3.12.4-1) ...
14:23:57 [2021-12-21T14:23:57.455Z] #47 73.02 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:23:57 [2021-12-21T14:23:57.455Z] #47 73.04 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:23:57 [2021-12-21T14:23:57.455Z] #47 73.05 Setting up python3-six (1.16.0-2) ...
14:23:57 [2021-12-21T14:23:57.455Z] #47 75.19 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
14:23:57 [2021-12-21T14:23:57.455Z] #47 75.24 Setting up python3-protobuf (3.12.4-1) ...
14:23:57 [2021-12-21T14:23:57.455Z] #47 82.20 Setting up criu (3.16.1-3) ...
14:23:57 [2021-12-21T14:23:57.604Z] #14 ...
14:23:57 [2021-12-21T14:23:57.604Z] 
14:23:57 [2021-12-21T14:23:57.604Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:23:57 [2021-12-21T14:23:57.604Z] #60 sha256:1da834edb382d0e28bb81ea1696d040c19e7b4a0bca7e29ae8e01ec7dda2546f
14:23:57 [2021-12-21T14:23:57.604Z] #60 40.43 Updating files:  52% (2483/4734)
Updating files:  53% (2510/4734)
Updating files:  54% (2557/4734)
Updating files:  55% (2604/4734)
Updating files:  56% (2652/4734)
Updating files:  57% (2699/4734)
Updating files:  58% (2746/4734)
Updating files:  59% (2794/4734)
Updating files:  60% (2841/4734)
Updating files:  61% (2888/4734)
Updating files:  62% (2936/4734)
Updating files:  63% (2983/4734)
Updating files:  64% (3030/4734)
Updating files:  65% (3078/4734)
Updating files:  66% (3125/4734)
Updating files:  67% (3172/4734)
Updating files:  68% (3220/4734)
Updating files:  69% (3267/4734)
Updating files:  70% (3314/4734)
Updating files:  71% (3362/4734)
Updating files:  72% (3409/4734)
Updating files:  73% (3456/4734)
Updating files:  74% (3504/4734)
Updating files:  75% (3551/4734)
Updating files:  76% (3598/4734)
Updating files:  77% (3646/4734)
Updating files:  78% (3693/4734)
Updating files:  79% (3740/4734)
Updating files:  80% (3788/4734)
Updating files:  81% (3835/4734)
Updating files:  82% (3882/4734)
Updating files:  83% (3930/4734)
Updating files:  84% (3977/4734)
Updating files:  85% (4024/4734)
Updating files:  86% (4072/4734)
Updating files:  87% (4119/4734)
Updating files:  88% (4166/4734)
Updating files:  89% (4214/4734)
Updating files:  90% (4261/4734)
Updating files:  91% (4308/4734)
Updating files:  91% (4355/4734)
Updating files:  92% (4356/4734)
Updating files:  93% (4403/4734)
Updating files:  94% (4450/4734)
Updating files:  95% (4498/4734)
Updating files:  96% (4545/4734)
Updating files:  97% (4592/4734)
Updating files:  98% (4640/4734)
Updating files:  99% (4687/4734)
Updating files: 100% (4734/4734)
Updating files: 100% (4734/4734), done.
14:23:57 [2021-12-21T14:23:57.604Z] #60 41.66 + cd /tmp/tmp.V4OZKFlgfL/src/github.com/containerd/containerd
14:23:57 [2021-12-21T14:23:57.604Z] #60 41.66 + git checkout -q v1.5.8
14:23:57 [2021-12-21T14:23:57.789Z] #38 79.28 Selecting previously unselected package libarchive13:amd64.
14:23:57 [2021-12-21T14:23:57.789Z] #38 79.28 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
14:23:57 [2021-12-21T14:23:57.789Z] #38 79.30 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
14:23:58 [2021-12-21T14:23:58.048Z] #38 79.83 Selecting previously unselected package libjsoncpp24:amd64.
14:23:58 [2021-12-21T14:23:58.048Z] #38 79.84 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
14:23:58 [2021-12-21T14:23:58.048Z] #38 79.85 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
14:23:58 [2021-12-21T14:23:58.308Z] #38 80.12 Selecting previously unselected package librhash0:amd64.
14:23:58 [2021-12-21T14:23:58.308Z] #38 80.13 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
14:23:58 [2021-12-21T14:23:58.308Z] #38 80.14 Unpacking librhash0:amd64 (1.4.1-2) ...
14:23:58 [2021-12-21T14:23:58.394Z] #47 ...
14:23:58 [2021-12-21T14:23:58.394Z] 
14:23:58 [2021-12-21T14:23:58.394Z] #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
14:23:58 [2021-12-21T14:23:58.394Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:23:58 [2021-12-21T14:23:58.394Z] #38 84.63 Setting up libicu67:amd64 (67.1-7) ...
14:23:58 [2021-12-21T14:23:58.394Z] #38 84.64 Setting up xxd (2:8.2.2434-3+deb11u1) ...
14:23:58 [2021-12-21T14:23:58.394Z] #38 84.66 Setting up libuv1:amd64 (1.40.0-2) ...
14:23:58 [2021-12-21T14:23:58.394Z] #38 84.67 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
14:23:58 [2021-12-21T14:23:58.394Z] #38 84.74 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
14:23:58 [2021-12-21T14:23:58.394Z] #38 84.77 Setting up librhash0:amd64 (1.4.1-2) ...
14:23:58 [2021-12-21T14:23:58.394Z] #38 84.79 Setting up cmake-data (3.18.4-2+deb11u1) ...
14:23:58 [2021-12-21T14:23:58.394Z] #38 84.83 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
14:23:58 [2021-12-21T14:23:58.653Z] #38 84.85 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
14:23:58 [2021-12-21T14:23:58.653Z] #38 84.88 Setting up cmake (3.18.4-2+deb11u1) ...
14:23:58 [2021-12-21T14:23:58.653Z] #38 84.93 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:23:58 [2021-12-21T14:23:58.877Z] #38 80.50 Selecting previously unselected package libuv1:amd64.
14:23:58 [2021-12-21T14:23:58.877Z] #38 80.50 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
14:23:58 [2021-12-21T14:23:58.877Z] #38 80.51 Unpacking libuv1:amd64 (1.40.0-2) ...
14:23:59 [2021-12-21T14:23:59.136Z] #38 80.79 Selecting previously unselected package cmake.
14:23:59 [2021-12-21T14:23:59.136Z] #38 80.79 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
14:23:59 [2021-12-21T14:23:59.136Z] #38 80.82 Unpacking cmake (3.18.4-2+deb11u1) ...
14:23:59 [2021-12-21T14:23:59.430Z] #60 ...
14:23:59 [2021-12-21T14:23:59.430Z] 
14:23:59 [2021-12-21T14:23:59.430Z] #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
14:23:59 [2021-12-21T14:23:59.430Z] #14 sha256:b6c739283ee732edd99276e11c2fef81bf5074189a0df68706ff447adbdea86b
14:23:59 [2021-12-21T14:23:59.430Z] #14 82.39 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
14:23:59 [2021-12-21T14:23:59.430Z] #14 82.40 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
14:23:59 [2021-12-21T14:23:59.430Z] #14 82.41 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:23:59 [2021-12-21T14:23:59.430Z] #14 86.56 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
14:23:59 [2021-12-21T14:23:59.430Z] #14 86.57 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
14:23:59 [2021-12-21T14:23:59.430Z] #14 86.57 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
14:23:59 [2021-12-21T14:23:59.430Z] #14 90.86 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
14:23:59 [2021-12-21T14:23:59.430Z] #14 90.86 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
14:23:59 [2021-12-21T14:23:59.430Z] #14 90.87 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:23:59 [2021-12-21T14:23:59.499Z] #60 43.91 + export 'BUILDTAGS=netgo osusergo static_build'
14:23:59 [2021-12-21T14:23:59.499Z] #60 43.91 + BUILDTAGS='netgo osusergo static_build'
14:23:59 [2021-12-21T14:23:59.499Z] #60 43.91 + export EXTRA_FLAGS=-buildmode=pie
14:23:59 [2021-12-21T14:23:59.499Z] #60 43.91 + EXTRA_FLAGS=-buildmode=pie
14:23:59 [2021-12-21T14:23:59.499Z] #60 43.91 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
14:23:59 [2021-12-21T14:23:59.499Z] #60 43.91 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
14:23:59 [2021-12-21T14:23:59.499Z] #60 43.91 + '[' '' = dynamic ']'
14:23:59 [2021-12-21T14:23:59.499Z] #60 43.91 + make
14:24:00 [2021-12-21T14:24:00.224Z] #19 ...
14:24:00 [2021-12-21T14:24:00.224Z] 
14:24:00 [2021-12-21T14:24:00.224Z] #58 [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
14:24:00 [2021-12-21T14:24:00.224Z] #58 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:24:00 [2021-12-21T14:24:00.224Z] #58 181.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
14:24:00 [2021-12-21T14:24:00.560Z] #38 DONE 86.7s
14:24:00 [2021-12-21T14:24:00.560Z] 
14:24:00 [2021-12-21T14:24:00.560Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
14:24:00 [2021-12-21T14:24:00.560Z] #39 sha256:50392f514d9b0571027a611639c75bfb98e18ca53ef6038dca6241aa1713ff9c
14:24:00 [2021-12-21T14:24:00.560Z] #39 DONE 0.2s
14:24:00 [2021-12-21T14:24:00.560Z] 
14:24:00 [2021-12-21T14:24:00.560Z] #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
14:24:00 [2021-12-21T14:24:00.560Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:24:00 [2021-12-21T14:24:00.560Z] #47 85.98 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:24:00 [2021-12-21T14:24:00.560Z] #47 DONE 86.6s
14:24:00 [2021-12-21T14:24:00.560Z] 
14:24:00 [2021-12-21T14:24:00.560Z] #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
14:24:00 [2021-12-21T14:24:00.560Z] #40 sha256:d6f04ac3b780a384b1169edd164a3f2dacd1f51ea36865b7e6fbbc5cfa72a1c7
14:24:00 [2021-12-21T14:24:00.835Z] Commit message: "vendor: regenerate"
14:24:00 [2021-12-21T14:24:00.866Z] #60 45.38 + bin/ctr
14:24:01 [2021-12-21T14:24:01.042Z] #38 ...
14:24:01 [2021-12-21T14:24:01.042Z] 
14:24:01 [2021-12-21T14:24:01.042Z] #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
14:24:01 [2021-12-21T14:24:01.042Z] #34 sha256:c0519c19fbf7c93514d7a6102815dd09ddf688b9f5468088005b4c292cacdf92
14:24:01 [2021-12-21T14:24:01.042Z] #34 72.13 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.
14:24:01 [2021-12-21T14:24:01.042Z] #34 73.19 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
14:24:01 [2021-12-21T14:24:01.042Z] #34 73.64 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
14:24:01 [2021-12-21T14:24:01.981Z] #34 ...
14:24:01 [2021-12-21T14:24:01.981Z] 
14:24:01 [2021-12-21T14:24:01.981Z] #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
14:24:01 [2021-12-21T14:24:01.981Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:24:01 [2021-12-21T14:24:01.981Z] #14 73.83 Selecting previously unselected package binutils-mingw-w64-x86-64.
14:24:01 [2021-12-21T14:24:01.981Z] #14 73.83 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
14:24:01 [2021-12-21T14:24:01.981Z] #14 73.85 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
14:24:01 [2021-12-21T14:24:01.981Z] #14 78.68 Selecting previously unselected package binutils-mingw-w64.
14:24:01 [2021-12-21T14:24:01.981Z] #14 78.69 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
14:24:01 [2021-12-21T14:24:01.981Z] #14 78.72 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
14:24:01 [2021-12-21T14:24:01.981Z] #14 78.90 Selecting previously unselected package libdevmapper1.02.1:amd64.
14:24:01 [2021-12-21T14:24:01.981Z] #14 78.90 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
14:24:01 [2021-12-21T14:24:01.981Z] #14 78.93 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
14:24:01 [2021-12-21T14:24:01.981Z] #14 79.20 Selecting previously unselected package dmsetup.
14:24:01 [2021-12-21T14:24:01.981Z] #14 79.25 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
14:24:01 [2021-12-21T14:24:01.981Z] #14 79.27 Unpacking dmsetup (2:1.02.175-2.1) ...
14:24:01 [2021-12-21T14:24:01.981Z] #14 79.61 Selecting previously unselected package mingw-w64-common.
14:24:01 [2021-12-21T14:24:01.981Z] #14 79.61 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
14:24:01 [2021-12-21T14:24:01.981Z] #14 79.63 Unpacking mingw-w64-common (8.0.0-1) ...
14:24:02 [2021-12-21T14:24:02.104Z] Client:
14:24:02 [2021-12-21T14:24:02.104Z]  Version:           20.10.9
14:24:02 [2021-12-21T14:24:02.104Z]  API version:       1.41
14:24:02 [2021-12-21T14:24:02.104Z]  Go version:        go1.16.8
14:24:02 [2021-12-21T14:24:02.104Z]  Git commit:        c2ea9bc
14:24:02 [2021-12-21T14:24:02.104Z]  Built:             Mon Oct  4 16:11:10 2021
14:24:02 [2021-12-21T14:24:02.104Z]  OS/Arch:           windows/amd64
14:24:02 [2021-12-21T14:24:02.104Z]  Context:           default
14:24:02 [2021-12-21T14:24:02.104Z]  Experimental:      true
14:24:02 [2021-12-21T14:24:02.104Z] 
14:24:02 [2021-12-21T14:24:02.104Z] Server: Docker Engine - Community
14:24:02 [2021-12-21T14:24:02.104Z]  Engine:
14:24:02 [2021-12-21T14:24:02.104Z]   Version:          20.10.9
14:24:02 [2021-12-21T14:24:02.104Z]   API version:      1.41 (minimum version 1.24)
14:24:02 [2021-12-21T14:24:02.104Z]   Go version:       go1.16.8
14:24:02 [2021-12-21T14:24:02.104Z]   Git commit:       79ea9d3
14:24:02 [2021-12-21T14:24:02.104Z]   Built:            Mon Oct  4 16:06:39 2021
14:24:02 [2021-12-21T14:24:02.104Z]   OS/Arch:          windows/amd64
14:24:02 [2021-12-21T14:24:02.104Z]   Experimental:     true
14:24:03 [2021-12-21T14:24:03.045Z] Commit message: "vendor: regenerate"
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.888 + RM_GOPATH=0
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.888 + TMP_GOPATH=
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.888 + : /build
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.888 + '[' -z '' ']'
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.888 ++ mktemp -d
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.888 + export GOPATH=/tmp/tmp.ch35xKdgp7
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.888 + GOPATH=/tmp/tmp.ch35xKdgp7
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.888 + RM_GOPATH=1
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.888 + case "$(go env GOARCH)" in
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.888 ++ go env GOARCH
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.960 + export GO_BUILDMODE=-buildmode=pie
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.960 + GO_BUILDMODE=-buildmode=pie
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.960 ++ dirname /install.sh
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.960 + dir=/
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.960 + bin=tini
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.960 + shift
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.960 + '[' '!' -f //tini.installer ']'
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.960 + . //tini.installer
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.960 ++ : v0.19.0
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.960 + install_tini
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.960 + echo 'Install tini version v0.19.0'
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.960 + git clone https://github.com/krallin/tini.git /tmp/tmp.ch35xKdgp7/tini
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.960 Cloning into '/tmp/tmp.ch35xKdgp7/tini'...
14:24:03 [2021-12-21T14:24:03.849Z] #40 2.961 Install tini version v0.19.0
14:24:04 [2021-12-21T14:24:04.035Z] + docker version
14:24:04 [2021-12-21T14:24:04.085Z] + docker info
14:24:04 [2021-12-21T14:24:04.085Z] Client:
14:24:04 [2021-12-21T14:24:04.085Z]  Context:    default
14:24:04 [2021-12-21T14:24:04.085Z]  Debug Mode: false
14:24:04 [2021-12-21T14:24:04.085Z] 
14:24:04 [2021-12-21T14:24:04.085Z] Server:
14:24:04 [2021-12-21T14:24:04.085Z]  Containers: 0
14:24:04 [2021-12-21T14:24:04.085Z]   Running: 0
14:24:04 [2021-12-21T14:24:04.085Z]   Paused: 0
14:24:04 [2021-12-21T14:24:04.085Z]   Stopped: 0
14:24:04 [2021-12-21T14:24:04.085Z]  Images: 0
14:24:04 [2021-12-21T14:24:04.085Z]  Server Version: 20.10.9
14:24:04 [2021-12-21T14:24:04.085Z]  Storage Driver: windowsfilter (windows) lcow (linux)
14:24:04 [2021-12-21T14:24:04.085Z]   Windows: 
14:24:04 [2021-12-21T14:24:04.085Z]   LCOW: 
14:24:04 [2021-12-21T14:24:04.085Z]  Logging Driver: json-file
14:24:04 [2021-12-21T14:24:04.085Z]  Plugins:
14:24:04 [2021-12-21T14:24:04.085Z]   Volume: local
14:24:04 [2021-12-21T14:24:04.085Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
14:24:04 [2021-12-21T14:24:04.085Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
14:24:04 [2021-12-21T14:24:04.085Z]  Swarm: inactive
14:24:04 [2021-12-21T14:24:04.085Z]  Default Isolation: process
14:24:04 [2021-12-21T14:24:04.085Z]  Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
14:24:04 [2021-12-21T14:24:04.085Z]  Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230)
14:24:04 [2021-12-21T14:24:04.085Z]  OSType: windows
14:24:04 [2021-12-21T14:24:04.085Z]  Architecture: x86_64
14:24:04 [2021-12-21T14:24:04.085Z]  CPUs: 4
14:24:04 [2021-12-21T14:24:04.085Z]  Total Memory: 32GiB
14:24:04 [2021-12-21T14:24:04.085Z]  Name: azwin-2-cdd2a1
14:24:04 [2021-12-21T14:24:04.085Z]  ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3
14:24:04 [2021-12-21T14:24:04.085Z]  Docker Root Dir: D:\docker
14:24:04 [2021-12-21T14:24:04.085Z]  Debug Mode: false
14:24:04 [2021-12-21T14:24:04.085Z]  Registry: https://index.docker.io/v1/
14:24:04 [2021-12-21T14:24:04.085Z]  Labels:
14:24:04 [2021-12-21T14:24:04.085Z]  Experimental: true
14:24:04 [2021-12-21T14:24:04.085Z]  Insecure Registries:
14:24:04 [2021-12-21T14:24:04.085Z]   10.0.0.4:5000
14:24:04 [2021-12-21T14:24:04.085Z]   127.0.0.0/8
14:24:04 [2021-12-21T14:24:04.085Z]  Registry Mirrors:
14:24:04 [2021-12-21T14:24:04.085Z]   http://10.0.0.4:5000/
14:24:04 [2021-12-21T14:24:04.085Z]  Live Restore Enabled: false
14:24:04 [2021-12-21T14:24:04.085Z]  Product License: Community Engine
14:24:04 [2021-12-21T14:24:04.085Z] 
14:24:04 [2021-12-21T14:24:04.683Z] #14 ...
14:24:04 [2021-12-21T14:24:04.683Z] 
14:24:04 [2021-12-21T14:24:04.683Z] #63 [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
14:24:04 [2021-12-21T14:24:04.683Z] #63 sha256:bbe0c80e781aea08b88206b98256852f24b3d5a525a7bf9193e166a547ca1962
14:24:04 [2021-12-21T14:24:04.683Z] #63 96.28 + for f in rootlesskit rootlesskit-docker-proxy
14:24:04 [2021-12-21T14:24:04.683Z] #63 96.28 + GOBIN=/build
14:24:04 [2021-12-21T14:24:04.684Z] #63 96.28 + GO111MODULE=on
14:24:04 [2021-12-21T14:24:04.684Z] #63 96.28 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
14:24:04 [2021-12-21T14:24:04.786Z] #40 4.176 + cd /tmp/tmp.ch35xKdgp7/tini
14:24:04 [2021-12-21T14:24:04.786Z] #40 4.176 + git checkout -q v0.19.0
14:24:04 [2021-12-21T14:24:04.786Z] #40 4.192 + cmake .
14:24:05 [2021-12-21T14:24:05.275Z] #14 ...
14:24:05 [2021-12-21T14:24:05.275Z] 
14:24:05 [2021-12-21T14:24:05.275Z] #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
14:24:05 [2021-12-21T14:24:05.275Z] #47 sha256:6db2a06eab2feb047096028cf005d43429bc50a25a85a3a6f56b5a4f05d7f659
14:24:05 [2021-12-21T14:24:05.275Z] #47 80.84 Setting up criu (3.16.1-3) ...
14:24:05 [2021-12-21T14:24:05.275Z] #47 84.18 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:24:05 [2021-12-21T14:24:05.275Z] #47 DONE 86.1s
14:24:05 [2021-12-21T14:24:05.275Z] 
14:24:05 [2021-12-21T14:24:05.275Z] #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
14:24:05 [2021-12-21T14:24:05.275Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:24:05 [2021-12-21T14:24:05.354Z] #40 4.936 -- The C compiler identification is GNU 10.2.1
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
14:24:05 [2021-12-21T14:24:05.510Z] #58 ...
14:24:05 [2021-12-21T14:24:05.510Z] 
14:24:05 [2021-12-21T14:24:05.510Z] #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
14:24:05 [2021-12-21T14:24:05.510Z] #19 sha256:0ca987a5f6a5f555eb25e698e4c924baeb4cf79fc0303d5686c4022bb6867a46
14:24:05 [2021-12-21T14:24:05.510Z] #19 169.3 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
14:24:05 [2021-12-21T14:24:05.510Z] #19 169.3 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
14:24:05 [2021-12-21T14:24:05.510Z] #19 169.5 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
14:24:05 [2021-12-21T14:24:05.510Z] #19 170.4 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
14:24:05 [2021-12-21T14:24:05.510Z] #19 170.4 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:24:05 [2021-12-21T14:24:05.510Z] #19 170.6 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
14:24:05 [2021-12-21T14:24:05.510Z] #19 ...
14:24:05 [2021-12-21T14:24:05.510Z] 
14:24:05 [2021-12-21T14:24:05.510Z] #58 [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
14:24:05 [2021-12-21T14:24:05.510Z] #58 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:24:05 [2021-12-21T14:24:05.510Z] #58 DONE 187.2s
14:24:05 [2021-12-21T14:24:05.510Z] 
14:24:05 [2021-12-21T14:24:05.511Z] #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
14:24:05 [2021-12-21T14:24:05.511Z] #50 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:24:05 [2021-12-21T14:24:05.511Z] #50 183.4 + dpkg --print-architecture
14:24:05 [2021-12-21T14:24:05.511Z] #50 183.4 + git checkout -q v2.1.0
14:24:05 [2021-12-21T14:24:05.511Z] #50 183.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
14:24:05 [2021-12-21T14:24:05.511Z] #50 183.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
14:24:05 [2021-12-21T14:24:05.613Z] #40 5.060 -- Detecting C compiler ABI info
14:24:06 [2021-12-21T14:24:06.393Z] + docker version
14:24:06 [2021-12-21T14:24:06.550Z] #40 5.968 -- Detecting C compiler ABI info - done
14:24:06 [2021-12-21T14:24:06.550Z] #40 6.112 -- Check for working C compiler: /usr/bin/cc - skipped
14:24:06 [2021-12-21T14:24:06.550Z] #40 6.112 -- Detecting C compile features
14:24:06 [2021-12-21T14:24:06.653Z] #43 ...
14:24:06 [2021-12-21T14:24:06.653Z] 
14:24:06 [2021-12-21T14:24:06.653Z] #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
14:24:06 [2021-12-21T14:24:06.653Z] #38 sha256:5543711818f57c86a19cec513831bd4a3fc68d8134ced051aa86161ca7c96d35
14:24:06 [2021-12-21T14:24:06.653Z] #38 88.22 Setting up libicu67:amd64 (67.1-7) ...
14:24:06 [2021-12-21T14:24:06.653Z] #38 88.25 Setting up xxd (2:8.2.2434-3+deb11u1) ...
14:24:06 [2021-12-21T14:24:06.653Z] #38 88.28 Setting up libuv1:amd64 (1.40.0-2) ...
14:24:06 [2021-12-21T14:24:06.653Z] #38 88.30 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
14:24:06 [2021-12-21T14:24:06.653Z] #38 88.36 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
14:24:06 [2021-12-21T14:24:06.653Z] #38 88.39 Setting up librhash0:amd64 (1.4.1-2) ...
14:24:06 [2021-12-21T14:24:06.653Z] #38 88.42 Setting up cmake-data (3.18.4-2+deb11u1) ...
14:24:06 [2021-12-21T14:24:06.653Z] #38 88.47 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
14:24:06 [2021-12-21T14:24:06.653Z] #38 88.49 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
14:24:06 [2021-12-21T14:24:06.653Z] #38 88.51 Setting up cmake (3.18.4-2+deb11u1) ...
14:24:06 [2021-12-21T14:24:06.653Z] #38 88.54 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:24:06 [2021-12-21T14:24:06.809Z] #40 6.128 -- Detecting C compile features - done
14:24:06 [2021-12-21T14:24:06.809Z] #40 6.172 -- Performing Test HAS_BUILTIN_FORTIFY
14:24:07 [2021-12-21T14:24:07.068Z] #40 6.524 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:24:07 [2021-12-21T14:24:07.327Z] #40 6.683 -- Configuring done
14:24:07 [2021-12-21T14:24:07.327Z] #40 6.732 -- Generating done
14:24:07 [2021-12-21T14:24:07.327Z] #40 6.732 -- Build files have been written to: /tmp/tmp.ch35xKdgp7/tini
14:24:07 [2021-12-21T14:24:07.327Z] #40 6.770 + make tini-static
14:24:07 [2021-12-21T14:24:07.408Z] #60 ...
14:24:07 [2021-12-21T14:24:07.408Z] 
14:24:07 [2021-12-21T14:24:07.408Z] #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
14:24:07 [2021-12-21T14:24:07.408Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:24:07 [2021-12-21T14:24:07.408Z] #14 79.45 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
14:24:07 [2021-12-21T14:24:07.408Z] #14 79.45 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
14:24:07 [2021-12-21T14:24:07.408Z] #14 79.45 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:24:07 [2021-12-21T14:24:07.408Z] #14 85.04 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
14:24:07 [2021-12-21T14:24:07.408Z] #14 85.04 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
14:24:07 [2021-12-21T14:24:07.408Z] #14 85.05 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
14:24:07 [2021-12-21T14:24:07.895Z] #40 7.280 Scanning dependencies of target tini-static
14:24:07 [2021-12-21T14:24:07.896Z] #40 7.380 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:24:08 [2021-12-21T14:24:08.034Z] #38 DONE 89.5s
14:24:08 [2021-12-21T14:24:08.034Z] 
14:24:08 [2021-12-21T14:24:08.034Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
14:24:08 [2021-12-21T14:24:08.034Z] #39 sha256:0b940a4bc7bcab4156fec76d650dd7b9396f29a0af5c754e834c889e18d397e3
14:24:08 [2021-12-21T14:24:08.034Z] #39 DONE 0.1s
14:24:08 [2021-12-21T14:24:08.034Z] 
14:24:08 [2021-12-21T14:24:08.034Z] #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
14:24:08 [2021-12-21T14:24:08.034Z] #40 sha256:f5f982ddc8de26266e87ddcd5492febd8cffcc4f6f0b0d9ddb00ed684b2a8d86
14:24:08 [2021-12-21T14:24:08.294Z] #40 ...
14:24:08 [2021-12-21T14:24:08.294Z] 
14:24:08 [2021-12-21T14:24:08.294Z] #49 [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
14:24:08 [2021-12-21T14:24:08.294Z] #49 sha256:bf1a249cd016a851b08f3693d41987d8ffde4c476600e61ccf78680f31850424
14:24:08 [2021-12-21T14:24:08.294Z] #49 89.94 gotestsum version dev
14:24:08 [2021-12-21T14:24:08.294Z] #49 DONE 90.2s
14:24:08 [2021-12-21T14:24:08.553Z] 
14:24:08 [2021-12-21T14:24:08.553Z] #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
14:24:08 [2021-12-21T14:24:08.553Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:24:08 [2021-12-21T14:24:08.553Z] #14 88.81 Selecting previously unselected package mingw-w64-x86-64-dev.
14:24:08 [2021-12-21T14:24:08.553Z] #14 88.86 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
14:24:08 [2021-12-21T14:24:08.553Z] #14 88.86 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
14:24:08 [2021-12-21T14:24:08.773Z] #14 91.07 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
14:24:08 [2021-12-21T14:24:08.773Z] #14 91.07 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
14:24:08 [2021-12-21T14:24:08.773Z] #14 91.08 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:24:09 [2021-12-21T14:24:09.289Z] #40 ...
14:24:09 [2021-12-21T14:24:09.289Z] 
14:24:09 [2021-12-21T14:24:09.289Z] #49 [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
14:24:09 [2021-12-21T14:24:09.289Z] #49 sha256:bf1a249cd016a851b08f3693d41987d8ffde4c476600e61ccf78680f31850424
14:24:09 [2021-12-21T14:24:09.289Z] #49 95.52 gotestsum version dev
14:24:09 [2021-12-21T14:24:09.549Z] #49 DONE 95.8s
14:24:09 [2021-12-21T14:24:09.549Z] 
14:24:09 [2021-12-21T14:24:09.549Z] #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
14:24:09 [2021-12-21T14:24:09.549Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:24:09 [2021-12-21T14:24:09.549Z] #14 86.33 Selecting previously unselected package mingw-w64-x86-64-dev.
14:24:09 [2021-12-21T14:24:09.549Z] #14 86.33 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
14:24:09 [2021-12-21T14:24:09.549Z] #14 86.36 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
14:24:09 [2021-12-21T14:24:09.813Z] Client:
14:24:09 [2021-12-21T14:24:09.813Z]  Version:           20.10.9
14:24:09 [2021-12-21T14:24:09.813Z]  API version:       1.41
14:24:09 [2021-12-21T14:24:09.813Z]  Go version:        go1.16.8
14:24:09 [2021-12-21T14:24:09.813Z]  Git commit:        c2ea9bc
14:24:09 [2021-12-21T14:24:09.813Z]  Built:             Mon Oct  4 16:11:10 2021
14:24:09 [2021-12-21T14:24:09.813Z]  OS/Arch:           windows/amd64
14:24:09 [2021-12-21T14:24:09.813Z]  Context:           default
14:24:09 [2021-12-21T14:24:09.813Z]  Experimental:      true
14:24:09 [2021-12-21T14:24:09.813Z] 
14:24:09 [2021-12-21T14:24:09.813Z] Server: Docker Engine - Community
14:24:09 [2021-12-21T14:24:09.813Z]  Engine:
14:24:09 [2021-12-21T14:24:09.813Z]   Version:          20.10.9
14:24:09 [2021-12-21T14:24:09.813Z]   API version:      1.41 (minimum version 1.24)
14:24:09 [2021-12-21T14:24:09.813Z]   Go version:       go1.16.8
14:24:09 [2021-12-21T14:24:09.813Z]   Git commit:       79ea9d3
14:24:09 [2021-12-21T14:24:09.813Z]   Built:            Mon Oct  4 16:06:39 2021
14:24:09 [2021-12-21T14:24:09.813Z]   OS/Arch:          windows/amd64
14:24:09 [2021-12-21T14:24:09.813Z]   Experimental:     true
14:24:10 [2021-12-21T14:24:10.118Z] #14 ...
14:24:10 [2021-12-21T14:24:10.118Z] 
14:24:10 [2021-12-21T14:24:10.118Z] #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
14:24:10 [2021-12-21T14:24:10.118Z] #40 sha256:d6f04ac3b780a384b1169edd164a3f2dacd1f51ea36865b7e6fbbc5cfa72a1c7
14:24:10 [2021-12-21T14:24:10.118Z] #40 9.404 [100%] Linking C executable tini-static
[Pipeline] sh
14:24:11 [2021-12-21T14:24:11.056Z] #40 10.26 [100%] Built target tini-static
14:24:11 [2021-12-21T14:24:11.056Z] #40 10.40 + mkdir -p /build
14:24:11 [2021-12-21T14:24:11.056Z] #40 10.41 + cp tini-static /build/docker-init
14:24:11 [2021-12-21T14:24:11.056Z] #40 DONE 10.6s
14:24:11 [2021-12-21T14:24:11.056Z] 
14:24:11 [2021-12-21T14:24:11.056Z] #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
14:24:11 [2021-12-21T14:24:11.056Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:24:11 [2021-12-21T14:24:11.056Z] #14 96.65 Selecting previously unselected package gcc-mingw-w64-base.
14:24:11 [2021-12-21T14:24:11.056Z] #14 96.69 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
14:24:11 [2021-12-21T14:24:11.056Z] #14 96.69 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
14:24:11 [2021-12-21T14:24:11.056Z] #14 96.92 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
14:24:11 [2021-12-21T14:24:11.056Z] #14 96.92 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
14:24:11 [2021-12-21T14:24:11.056Z] #14 96.93 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
14:24:11 [2021-12-21T14:24:11.267Z] #63 ...
14:24:11 [2021-12-21T14:24:11.267Z] 
14:24:11 [2021-12-21T14:24:11.267Z] #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
14:24:11 [2021-12-21T14:24:11.267Z] #14 sha256:b6c739283ee732edd99276e11c2fef81bf5074189a0df68706ff447adbdea86b
14:24:11 [2021-12-21T14:24:11.267Z] #14 99.24 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
14:24:11 [2021-12-21T14:24:11.267Z] #14 99.25 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 99.25 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 102.8 Selecting previously unselected package g++-mingw-w64-x86-64.
14:24:11 [2021-12-21T14:24:11.267Z] #14 102.8 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 102.8 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 102.9 Selecting previously unselected package libapparmor1:arm64.
14:24:11 [2021-12-21T14:24:11.267Z] #14 102.9 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 102.9 Unpacking libapparmor1:arm64 (2.13.6-10) ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.0 Selecting previously unselected package libapparmor-dev:arm64.
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.0 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.0 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.1 Selecting previously unselected package libbtrfs0:arm64.
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.1 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.1 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.2 Selecting previously unselected package libbtrfs-dev:arm64.
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.2 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.2 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.4 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.4 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.4 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.5 Selecting previously unselected package libudev-dev:arm64.
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.5 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.5 Unpacking libudev-dev:arm64 (247.3-6) ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.6 Selecting previously unselected package libsepol1-dev:arm64.
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.6 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.6 Unpacking libsepol1-dev:arm64 (3.1-1) ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 103.9 Selecting previously unselected package libpcre2-16-0:arm64.
14:24:11 [2021-12-21T14:24:11.267Z] #14 104.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 104.0 Unpacking libpcre2-16-0:arm64 (10.36-2) ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 104.1 Selecting previously unselected package libpcre2-32-0:arm64.
14:24:11 [2021-12-21T14:24:11.267Z] #14 104.1 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ...
14:24:11 [2021-12-21T14:24:11.267Z] #14 104.1 Unpacking libpcre2-32-0:arm64 (10.36-2) ...
14:24:11 [2021-12-21T14:24:11.330Z] + docker info
14:24:11 [2021-12-21T14:24:11.330Z] Client:
14:24:11 [2021-12-21T14:24:11.330Z]  Context:    default
14:24:11 [2021-12-21T14:24:11.330Z]  Debug Mode: false
14:24:11 [2021-12-21T14:24:11.330Z] 
14:24:11 [2021-12-21T14:24:11.330Z] Server:
14:24:11 [2021-12-21T14:24:11.330Z]  Containers: 0
14:24:11 [2021-12-21T14:24:11.330Z]   Running: 0
14:24:11 [2021-12-21T14:24:11.330Z]   Paused: 0
14:24:11 [2021-12-21T14:24:11.330Z]   Stopped: 0
14:24:11 [2021-12-21T14:24:11.330Z]  Images: 0
14:24:11 [2021-12-21T14:24:11.330Z]  Server Version: 20.10.9
14:24:11 [2021-12-21T14:24:11.330Z]  Storage Driver: windowsfilter (windows) lcow (linux)
14:24:11 [2021-12-21T14:24:11.330Z]   Windows: 
14:24:11 [2021-12-21T14:24:11.330Z]   LCOW: 
14:24:11 [2021-12-21T14:24:11.330Z]  Logging Driver: json-file
14:24:11 [2021-12-21T14:24:11.330Z]  Plugins:
14:24:11 [2021-12-21T14:24:11.330Z]   Volume: local
14:24:11 [2021-12-21T14:24:11.330Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
14:24:11 [2021-12-21T14:24:11.330Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
14:24:11 [2021-12-21T14:24:11.330Z]  Swarm: inactive
14:24:11 [2021-12-21T14:24:11.330Z]  Default Isolation: process
14:24:11 [2021-12-21T14:24:11.330Z]  Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
14:24:11 [2021-12-21T14:24:11.330Z]  Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230)
14:24:11 [2021-12-21T14:24:11.330Z]  OSType: windows
14:24:11 [2021-12-21T14:24:11.330Z]  Architecture: x86_64
14:24:11 [2021-12-21T14:24:11.330Z]  CPUs: 4
14:24:11 [2021-12-21T14:24:11.330Z]  Total Memory: 32GiB
14:24:11 [2021-12-21T14:24:11.330Z]  Name: azwin-2-cdd2a0
14:24:11 [2021-12-21T14:24:11.330Z]  ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3
14:24:11 [2021-12-21T14:24:11.330Z]  Docker Root Dir: D:\docker
14:24:11 [2021-12-21T14:24:11.330Z]  Debug Mode: false
14:24:11 [2021-12-21T14:24:11.330Z]  Registry: https://index.docker.io/v1/
14:24:11 [2021-12-21T14:24:11.330Z]  Labels:
14:24:11 [2021-12-21T14:24:11.330Z]  Experimental: true
14:24:11 [2021-12-21T14:24:11.330Z]  Insecure Registries:
14:24:11 [2021-12-21T14:24:11.330Z]   10.0.0.4:5000
14:24:11 [2021-12-21T14:24:11.330Z]   127.0.0.0/8
14:24:11 [2021-12-21T14:24:11.330Z]  Registry Mirrors:
14:24:11 [2021-12-21T14:24:11.330Z]   http://10.0.0.4:5000/
14:24:11 [2021-12-21T14:24:11.330Z]  Live Restore Enabled: false
14:24:11 [2021-12-21T14:24:11.330Z]  Product License: Community Engine
14:24:11 [2021-12-21T14:24:11.330Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
14:24:12 [2021-12-21T14:24:12.270Z] #14 105.1 Selecting previously unselected package libpcre2-posix2:arm64.
14:24:12 [2021-12-21T14:24:12.270Z] #14 105.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ...
14:24:12 [2021-12-21T14:24:12.270Z] #14 105.2 Unpacking libpcre2-posix2:arm64 (10.36-2) ...
14:24:12 [2021-12-21T14:24:12.527Z] #14 105.7 Selecting previously unselected package libpcre2-dev:arm64.
14:24:12 [2021-12-21T14:24:12.527Z] #14 105.7 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ...
14:24:12 [2021-12-21T14:24:12.748Z] #14 ...
14:24:12 [2021-12-21T14:24:12.748Z] 
14:24:12 [2021-12-21T14:24:12.748Z] #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
14:24:12 [2021-12-21T14:24:12.748Z] #40 sha256:f5f982ddc8de26266e87ddcd5492febd8cffcc4f6f0b0d9ddb00ed684b2a8d86
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.524 + RM_GOPATH=0
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.524 + TMP_GOPATH=
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.524 + : /build
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.524 + '[' -z '' ']'
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.524 ++ mktemp -d
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.524 + export GOPATH=/tmp/tmp.u6AOVerJVV
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.524 + GOPATH=/tmp/tmp.u6AOVerJVV
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.524 + RM_GOPATH=1
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.524 + case "$(go env GOARCH)" in
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.524 ++ go env GOARCH
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.566 + export GO_BUILDMODE=-buildmode=pie
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.566 + GO_BUILDMODE=-buildmode=pie
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.566 ++ dirname /install.sh
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.566 + dir=/
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.566 + bin=tini
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.566 + shift
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.566 + '[' '!' -f //tini.installer ']'
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.566 + . //tini.installer
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.566 ++ : v0.19.0
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.566 + install_tini
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.566 + echo 'Install tini version v0.19.0'
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.566 + git clone https://github.com/krallin/tini.git /tmp/tmp.u6AOVerJVV/tini
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.566 Install tini version v0.19.0
14:24:12 [2021-12-21T14:24:12.748Z] #40 2.582 Cloning into '/tmp/tmp.u6AOVerJVV/tini'...
14:24:12 [2021-12-21T14:24:12.748Z] #40 3.694 + cd /tmp/tmp.u6AOVerJVV/tini
14:24:12 [2021-12-21T14:24:12.748Z] #40 3.694 + git checkout -q v0.19.0
14:24:12 [2021-12-21T14:24:12.748Z] #40 3.694 + cmake .
14:24:12 [2021-12-21T14:24:12.748Z] #40 4.338 -- The C compiler identification is GNU 10.2.1
14:24:12 [2021-12-21T14:24:12.748Z] #40 4.446 -- Detecting C compiler ABI info
14:24:12 [2021-12-21T14:24:12.785Z] #14 105.9 Unpacking libpcre2-dev:arm64 (10.36-2) ...
14:24:13 [2021-12-21T14:24:13.316Z] #40 5.296 -- Detecting C compiler ABI info - done
14:24:13 [2021-12-21T14:24:13.492Z] Client:
14:24:13 [2021-12-21T14:24:13.492Z]  Version:           20.10.9
14:24:13 [2021-12-21T14:24:13.492Z]  API version:       1.41
14:24:13 [2021-12-21T14:24:13.492Z]  Go version:        go1.16.8
14:24:13 [2021-12-21T14:24:13.492Z]  Git commit:        c2ea9bc
14:24:13 [2021-12-21T14:24:13.492Z]  Built:             Mon Oct  4 16:11:10 2021
14:24:13 [2021-12-21T14:24:13.492Z]  OS/Arch:           windows/amd64
14:24:13 [2021-12-21T14:24:13.492Z]  Context:           default
14:24:13 [2021-12-21T14:24:13.492Z]  Experimental:      true
14:24:13 [2021-12-21T14:24:13.492Z] 
14:24:13 [2021-12-21T14:24:13.492Z] Server: Docker Engine - Community
14:24:13 [2021-12-21T14:24:13.492Z]  Engine:
14:24:13 [2021-12-21T14:24:13.492Z]   Version:          20.10.9
14:24:13 [2021-12-21T14:24:13.492Z]   API version:      1.41 (minimum version 1.24)
14:24:13 [2021-12-21T14:24:13.492Z]   Go version:       go1.16.8
14:24:13 [2021-12-21T14:24:13.492Z]   Git commit:       79ea9d3
14:24:13 [2021-12-21T14:24:13.492Z]   Built:            Mon Oct  4 16:06:39 2021
14:24:13 [2021-12-21T14:24:13.492Z]   OS/Arch:          windows/amd64
14:24:13 [2021-12-21T14:24:13.492Z]   Experimental:     true
14:24:13 [2021-12-21T14:24:13.575Z] #40 5.522 -- Check for working C compiler: /usr/bin/cc - skipped
14:24:13 [2021-12-21T14:24:13.575Z] #40 5.546 -- Detecting C compile features
14:24:13 [2021-12-21T14:24:13.575Z] #40 5.546 -- Detecting C compile features - done
14:24:13 [2021-12-21T14:24:13.575Z] #40 5.598 -- Performing Test HAS_BUILTIN_FORTIFY
14:24:13 [2021-12-21T14:24:13.696Z] #50 ...
14:24:13 [2021-12-21T14:24:13.696Z] 
14:24:13 [2021-12-21T14:24:13.696Z] #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
14:24:13 [2021-12-21T14:24:13.696Z] #19 sha256:0ca987a5f6a5f555eb25e698e4c924baeb4cf79fc0303d5686c4022bb6867a46
14:24:13 [2021-12-21T14:24:13.696Z] #19 179.5 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
14:24:13 [2021-12-21T14:24:13.696Z] #19 179.5 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
14:24:13 [2021-12-21T14:24:13.696Z] #19 179.6 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
14:24:13 [2021-12-21T14:24:13.696Z] #19 ...
14:24:13 [2021-12-21T14:24:13.696Z] 
14:24:13 [2021-12-21T14:24:13.696Z] #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
14:24:13 [2021-12-21T14:24:13.696Z] #50 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:24:13 [2021-12-21T14:24:13.696Z] #50 DONE 194.8s
14:24:13 [2021-12-21T14:24:13.696Z] 
14:24:13 [2021-12-21T14:24:13.696Z] #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
14:24:13 [2021-12-21T14:24:13.696Z] #19 sha256:0ca987a5f6a5f555eb25e698e4c924baeb4cf79fc0303d5686c4022bb6867a46
14:24:13 [2021-12-21T14:24:13.696Z] #19 180.0 Selecting previously unselected package cpp-10-s390x-linux-gnu.
14:24:13 [2021-12-21T14:24:13.696Z] #19 180.0 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:24:13 [2021-12-21T14:24:13.696Z] #19 180.0 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
14:24:13 [2021-12-21T14:24:13.717Z] #14 106.9 Selecting previously unselected package libselinux1-dev:arm64.
14:24:13 [2021-12-21T14:24:13.717Z] #14 106.9 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
14:24:13 [2021-12-21T14:24:13.717Z] #14 107.0 Unpacking libselinux1-dev:arm64 (3.1-3) ...
14:24:13 [2021-12-21T14:24:13.834Z] #40 5.924 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:24:14 [2021-12-21T14:24:14.096Z] #40 6.100 -- Configuring done
14:24:14 [2021-12-21T14:24:14.096Z] #40 6.129 -- Generating done
14:24:14 [2021-12-21T14:24:14.096Z] #40 6.129 -- Build files have been written to: /tmp/tmp.u6AOVerJVV/tini
14:24:14 [2021-12-21T14:24:14.096Z] #40 6.138 + make tini-static
[Pipeline] sh
14:24:14 [2021-12-21T14:24:14.646Z] #14 107.9 Selecting previously unselected package libdevmapper-dev:arm64.
14:24:14 [2021-12-21T14:24:14.646Z] #14 107.9 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
14:24:14 [2021-12-21T14:24:14.646Z] #14 107.9 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
14:24:14 [2021-12-21T14:24:14.664Z] #40 6.704 Scanning dependencies of target tini-static
14:24:14 [2021-12-21T14:24:14.664Z] #40 6.878 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:24:15 [2021-12-21T14:24:15.036Z] + docker info
14:24:15 [2021-12-21T14:24:15.576Z] #14 108.7 Selecting previously unselected package libseccomp-dev:arm64.
14:24:15 [2021-12-21T14:24:15.576Z] #14 108.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
14:24:15 [2021-12-21T14:24:15.576Z] #14 108.7 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
14:24:16 [2021-12-21T14:24:16.945Z] #14 110.0 Selecting previously unselected package libsystemd-dev:arm64.
14:24:16 [2021-12-21T14:24:16.945Z] #14 110.0 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ...
14:24:16 [2021-12-21T14:24:16.945Z] #14 110.2 Unpacking libsystemd-dev:arm64 (247.3-6) ...
14:24:17 [2021-12-21T14:24:17.199Z] #40 8.829 [100%] Linking C executable tini-static
14:24:17 [2021-12-21T14:24:17.459Z] #40 9.634 [100%] Built target tini-static
14:24:17 [2021-12-21T14:24:17.718Z] #40 9.778 + mkdir -p /build
14:24:17 [2021-12-21T14:24:17.718Z] #40 9.778 + cp tini-static /build/docker-init
14:24:17 [2021-12-21T14:24:17.977Z] #40 DONE 10.1s
14:24:17 [2021-12-21T14:24:17.977Z] 
14:24:17 [2021-12-21T14:24:17.977Z] #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
14:24:17 [2021-12-21T14:24:17.977Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:24:17 [2021-12-21T14:24:17.977Z] #14 96.41 Selecting previously unselected package gcc-mingw-w64-base.
14:24:17 [2021-12-21T14:24:17.977Z] #14 96.41 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
14:24:17 [2021-12-21T14:24:17.977Z] #14 96.47 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
14:24:17 [2021-12-21T14:24:17.977Z] #14 96.67 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
14:24:17 [2021-12-21T14:24:17.977Z] #14 96.67 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
14:24:17 [2021-12-21T14:24:17.977Z] #14 96.68 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
14:24:18 [2021-12-21T14:24:18.717Z] #14 ...
14:24:18 [2021-12-21T14:24:18.717Z] 
14:24:18 [2021-12-21T14:24:18.717Z] #63 [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
14:24:18 [2021-12-21T14:24:18.717Z] #63 sha256:ae434b6887cd471a521d7bacf1911c4b9c283bcde376370421987ee136c53ee7
14:24:18 [2021-12-21T14:24:18.717Z] #63 100.00 + for f in rootlesskit rootlesskit-docker-proxy
14:24:18 [2021-12-21T14:24:18.717Z] #63 100.00 + GOBIN=/build
14:24:18 [2021-12-21T14:24:18.717Z] #63 100.00 + GO111MODULE=on
14:24:18 [2021-12-21T14:24:18.717Z] #63 100.00 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
14:24:18 [2021-12-21T14:24:18.908Z] #14 111.8 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
14:24:18 [2021-12-21T14:24:18.908Z] #14 111.8 Setting up libapparmor1:arm64 (2.13.6-10) ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.0 Selecting previously unselected package cpp-aarch64-linux-gnu.
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.0 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.0 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.0 Selecting previously unselected package cpp-arm-linux-gnueabi.
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.0 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.0 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.0 Selecting previously unselected package cpp-arm-linux-gnueabihf.
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.0 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.0 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.1 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.1 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.1 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.1 Selecting previously unselected package cpp-s390x-linux-gnu.
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.1 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.1 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.1 Selecting previously unselected package cross-config.
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.1 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.1 Unpacking cross-config (2.6.18+nmu1) ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.1 Selecting previously unselected package gcc-10-cross-base.
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.1 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.2 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.2 Selecting previously unselected package libc6-arm64-cross.
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.2 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.2 Unpacking libc6-arm64-cross (2.31-9cross4) ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.3 Selecting previously unselected package libgcc-s1-arm64-cross.
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.3 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.3 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.3 Selecting previously unselected package libgomp1-arm64-cross.
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.3 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.3 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.4 Selecting previously unselected package libitm1-arm64-cross.
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.4 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.4 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.4 Selecting previously unselected package libatomic1-arm64-cross.
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.4 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.4 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.4 Selecting previously unselected package libasan6-arm64-cross.
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.4 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.4 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.7 Selecting previously unselected package liblsan0-arm64-cross.
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.7 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
14:24:18 [2021-12-21T14:24:18.978Z] #19 185.7 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
14:24:19 [2021-12-21T14:24:19.238Z] #19 185.8 Selecting previously unselected package libtsan0-arm64-cross.
14:24:19 [2021-12-21T14:24:19.238Z] #19 185.8 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
14:24:19 [2021-12-21T14:24:19.238Z] #19 185.8 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
14:24:19 [2021-12-21T14:24:19.238Z] #19 186.0 Selecting previously unselected package libstdc++6-arm64-cross.
14:24:19 [2021-12-21T14:24:19.471Z] #14 112.4 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
14:24:19 [2021-12-21T14:24:19.471Z] #14 ...
14:24:19 [2021-12-21T14:24:19.471Z] 
14:24:19 [2021-12-21T14:24:19.471Z] #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
14:24:19 [2021-12-21T14:24:19.471Z] #26 sha256:809bbff3117711378b8a55bec95dad0ff4e43a0ab852cee2a3837aceefe71847
14:24:19 [2021-12-21T14:24:19.498Z] #19 186.0 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
14:24:19 [2021-12-21T14:24:19.498Z] #19 186.0 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
14:24:19 [2021-12-21T14:24:19.498Z] #19 186.1 Selecting previously unselected package libubsan1-arm64-cross.
14:24:19 [2021-12-21T14:24:19.498Z] #19 186.1 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
14:24:19 [2021-12-21T14:24:19.498Z] #19 186.1 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
14:24:19 [2021-12-21T14:24:19.498Z] #19 186.2 Selecting previously unselected package libgcc-10-dev-arm64-cross.
14:24:19 [2021-12-21T14:24:19.498Z] #19 186.2 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
14:24:19 [2021-12-21T14:24:19.498Z] #19 186.2 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
14:24:19 [2021-12-21T14:24:19.498Z] #19 186.3 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
14:24:19 [2021-12-21T14:24:19.759Z] #19 186.3 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:24:19 [2021-12-21T14:24:19.759Z] #19 186.3 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
14:24:20 [2021-12-21T14:24:20.132Z] #26 111.5 Updating files:  10% (1224/11414)
Updating files:  11% (1256/11414)
Updating files:  12% (1370/11414)
Updating files:  13% (1484/11414)
Updating files:  14% (1598/11414)
Updating files:  15% (1713/11414)
Updating files:  16% (1827/11414)
Updating files:  17% (1941/11414)
Updating files:  18% (2055/11414)
Updating files:  19% (2169/11414)
Updating files:  20% (2283/11414)
14:24:20 [2021-12-21T14:24:20.132Z] #26 ...
14:24:20 [2021-12-21T14:24:20.132Z] 
14:24:20 [2021-12-21T14:24:20.132Z] #63 [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
14:24:20 [2021-12-21T14:24:20.132Z] #63 sha256:bbe0c80e781aea08b88206b98256852f24b3d5a525a7bf9193e166a547ca1962
14:24:20 [2021-12-21T14:24:20.132Z] #63 102.8 rootlesskit version 0.14.6
14:24:20 [2021-12-21T14:24:20.132Z] #63 102.8 Usage of /build/rootlesskit-docker-proxy:
14:24:20 [2021-12-21T14:24:20.132Z] #63 102.8   -container-ip string
14:24:20 [2021-12-21T14:24:20.132Z] #63 102.8     	container ip
14:24:20 [2021-12-21T14:24:20.132Z] #63 102.8   -container-port int
14:24:20 [2021-12-21T14:24:20.132Z] #63 102.8     	container port (default -1)
14:24:20 [2021-12-21T14:24:20.132Z] #63 102.8   -host-ip string
14:24:20 [2021-12-21T14:24:20.132Z] #63 102.8     	host ip
14:24:20 [2021-12-21T14:24:20.132Z] #63 102.8   -host-port int
14:24:20 [2021-12-21T14:24:20.132Z] #63 102.8     	host port (default -1)
14:24:20 [2021-12-21T14:24:20.132Z] #63 102.8   -proto string
14:24:20 [2021-12-21T14:24:20.132Z] #63 102.8     	proxy protocol (default "tcp")
14:24:20 [2021-12-21T14:24:20.132Z] #63 DONE 112.0s
14:24:20 [2021-12-21T14:24:20.132Z] 
14:24:20 [2021-12-21T14:24:20.132Z] #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
14:24:20 [2021-12-21T14:24:20.132Z] #26 sha256:809bbff3117711378b8a55bec95dad0ff4e43a0ab852cee2a3837aceefe71847
14:24:20 [2021-12-21T14:24:20.646Z] #26 111.5 Updating files:  10% (1224/11414)
Updating files:  11% (1256/11414)
Updating files:  12% (1370/11414)
Updating files:  13% (1484/11414)
Updating files:  14% (1598/11414)
Updating files:  15% (1713/11414)
Updating files:  16% (1827/11414)
Updating files:  17% (1941/11414)
Updating files:  18% (2055/11414)
Updating files:  19% (2169/11414)
Updating files:  20% (2283/11414)
Updating files:  21% (2397/11414)
Updating files:  22% (2512/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  25% (2932/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
14:24:20 [2021-12-21T14:24:20.646Z] #26 ...
14:24:20 [2021-12-21T14:24:20.646Z] 
14:24:20 [2021-12-21T14:24:20.646Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
14:24:20 [2021-12-21T14:24:20.646Z] #64 sha256:caa861387d36c971abeb9c80bda8adcebdf72deb2e99850c6e9b7acec9d8c2e0
14:24:20 [2021-12-21T14:24:20.646Z] #64 DONE 0.3s
14:24:20 [2021-12-21T14:24:20.646Z] 
14:24:20 [2021-12-21T14:24:20.646Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
14:24:20 [2021-12-21T14:24:20.646Z] #65 sha256:a53048a956206f17132d7a09e8612ee43f610ce229e9c065d3ab5f96e3127b87
14:24:20 [2021-12-21T14:24:20.646Z] #65 DONE 0.2s
14:24:20 [2021-12-21T14:24:20.646Z] 
14:24:20 [2021-12-21T14:24:20.646Z] #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
14:24:20 [2021-12-21T14:24:20.646Z] #14 sha256:b6c739283ee732edd99276e11c2fef81bf5074189a0df68706ff447adbdea86b
14:24:20 [2021-12-21T14:24:20.646Z] #14 112.8 Setting up libsepol1-dev:arm64 (3.1-1) ...
14:24:20 [2021-12-21T14:24:20.646Z] #14 112.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
14:24:20 [2021-12-21T14:24:20.646Z] #14 112.9 Setting up libpcre2-16-0:arm64 (10.36-2) ...
14:24:20 [2021-12-21T14:24:20.646Z] #14 113.0 Setting up libbtrfs0:arm64 (5.10.1-2) ...
14:24:20 [2021-12-21T14:24:20.646Z] #14 113.1 Setting up libpcre2-32-0:arm64 (10.36-2) ...
14:24:20 [2021-12-21T14:24:20.646Z] #14 113.3 Setting up libudev-dev:arm64 (247.3-6) ...
14:24:20 [2021-12-21T14:24:20.646Z] #14 113.4 Setting up libpcre2-posix2:arm64 (10.36-2) ...
14:24:20 [2021-12-21T14:24:20.647Z] #14 113.4 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
14:24:20 [2021-12-21T14:24:20.647Z] #14 113.4 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
14:24:20 [2021-12-21T14:24:20.647Z] #14 113.4 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
14:24:20 [2021-12-21T14:24:20.647Z] #14 113.6 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
14:24:20 [2021-12-21T14:24:20.647Z] #14 113.6 Setting up mingw-w64-common (8.0.0-1) ...
14:24:20 [2021-12-21T14:24:20.647Z] #14 113.7 Setting up libsystemd-dev:arm64 (247.3-6) ...
14:24:20 [2021-12-21T14:24:20.647Z] #14 113.7 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
14:24:20 [2021-12-21T14:24:20.647Z] #14 113.7 Setting up libpcre2-dev:arm64 (10.36-2) ...
14:24:20 [2021-12-21T14:24:20.647Z] #14 113.7 Setting up libselinux1-dev:arm64 (3.1-3) ...
14:24:20 [2021-12-21T14:24:20.647Z] #14 113.7 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
14:24:20 [2021-12-21T14:24:20.647Z] #14 113.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:24:20 [2021-12-21T14:24:20.647Z] #14 113.8 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
14:24:20 [2021-12-21T14:24:20.647Z] #14 113.8 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:24:20 [2021-12-21T14:24:20.647Z] #14 113.8 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
14:24:20 [2021-12-21T14:24:20.647Z] #14 113.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
14:24:20 [2021-12-21T14:24:20.647Z] #14 114.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:24:20 [2021-12-21T14:24:20.647Z] #14 114.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
14:24:20 [2021-12-21T14:24:20.647Z] #14 114.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:24:20 [2021-12-21T14:24:20.904Z] #14 114.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
14:24:20 [2021-12-21T14:24:20.904Z] #14 114.1 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
14:24:20 [2021-12-21T14:24:20.904Z] #14 114.1 Setting up dmsetup (2:1.02.175-2.1) ...
14:24:20 [2021-12-21T14:24:20.904Z] #14 114.2 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
14:24:20 [2021-12-21T14:24:20.904Z] #14 114.2 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
14:24:20 [2021-12-21T14:24:20.904Z] #14 114.2 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:24:22 [2021-12-21T14:24:22.273Z] #14 DONE 115.4s
14:24:22 [2021-12-21T14:24:22.273Z] 
14:24:22 [2021-12-21T14:24:22.273Z] #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
14:24:22 [2021-12-21T14:24:22.273Z] #26 sha256:809bbff3117711378b8a55bec95dad0ff4e43a0ab852cee2a3837aceefe71847
14:24:22 [2021-12-21T14:24:22.531Z] #26 111.5 Updating files:  10% (1224/11414)
Updating files:  11% (1256/11414)
Updating files:  12% (1370/11414)
Updating files:  13% (1484/11414)
Updating files:  14% (1598/11414)
Updating files:  15% (1713/11414)
Updating files:  16% (1827/11414)
Updating files:  17% (1941/11414)
Updating files:  18% (2055/11414)
Updating files:  19% (2169/11414)
Updating files:  20% (2283/11414)
Updating files:  21% (2397/11414)
Updating files:  22% (2512/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  25% (2932/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  36% (4217/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  55% (6362/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
14:24:22 [2021-12-21T14:24:22.531Z] #26 ...
14:24:22 [2021-12-21T14:24:22.531Z] 
14:24:22 [2021-12-21T14:24:22.531Z] #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
14:24:22 [2021-12-21T14:24:22.531Z] #34 sha256:a0e1cee052c913e5350dbcf23a1c22f7aaf0f32c02886141e9f2e541cbde45f4
14:24:22 [2021-12-21T14:24:22.531Z] #34 DONE 115.7s
14:24:22 [2021-12-21T14:24:22.531Z] 
14:24:22 [2021-12-21T14:24:22.531Z] #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
14:24:22 [2021-12-21T14:24:22.531Z] #26 sha256:809bbff3117711378b8a55bec95dad0ff4e43a0ab852cee2a3837aceefe71847
14:24:22 [2021-12-21T14:24:22.788Z] #26 111.5 Updating files:  10% (1224/11414)
Updating files:  11% (1256/11414)
Updating files:  12% (1370/11414)
Updating files:  13% (1484/11414)
Updating files:  14% (1598/11414)
Updating files:  15% (1713/11414)
Updating files:  16% (1827/11414)
Updating files:  17% (1941/11414)
Updating files:  18% (2055/11414)
Updating files:  19% (2169/11414)
Updating files:  20% (2283/11414)
Updating files:  21% (2397/11414)
Updating files:  22% (2512/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  25% (2932/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  36% (4217/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  55% (6362/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
14:24:22 [2021-12-21T14:24:22.788Z] #26 ...
14:24:22 [2021-12-21T14:24:22.788Z] 
14:24:22 [2021-12-21T14:24:22.788Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
14:24:22 [2021-12-21T14:24:22.788Z] #55 sha256:2228d0eb40cea01e1cbf41f2e15dc63ae30819abc3890515e8620fd2d22f2b20
14:24:22 [2021-12-21T14:24:22.788Z] #55 DONE 0.5s
14:24:22 [2021-12-21T14:24:22.788Z] 
14:24:22 [2021-12-21T14:24:22.788Z] #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
14:24:22 [2021-12-21T14:24:22.788Z] #26 sha256:809bbff3117711378b8a55bec95dad0ff4e43a0ab852cee2a3837aceefe71847
14:24:23 [2021-12-21T14:24:23.265Z] #14 107.9 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
14:24:23 [2021-12-21T14:24:23.265Z] #14 107.9 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
14:24:23 [2021-12-21T14:24:23.265Z] #14 107.9 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:24:23 [2021-12-21T14:24:23.965Z] #63 105.4 rootlesskit version 0.14.6
14:24:23 [2021-12-21T14:24:23.965Z] #63 105.5 Usage of /build/rootlesskit-docker-proxy:
14:24:23 [2021-12-21T14:24:23.965Z] #63 105.5   -container-ip string
14:24:23 [2021-12-21T14:24:23.965Z] #63 105.5     	container ip
14:24:23 [2021-12-21T14:24:23.965Z] #63 105.5   -container-port int
14:24:23 [2021-12-21T14:24:23.965Z] #63 105.5     	container port (default -1)
14:24:23 [2021-12-21T14:24:23.965Z] #63 105.5   -host-ip string
14:24:23 [2021-12-21T14:24:23.965Z] #63 105.5     	host ip
14:24:23 [2021-12-21T14:24:23.965Z] #63 105.5   -host-port int
14:24:23 [2021-12-21T14:24:23.965Z] #63 105.5     	host port (default -1)
14:24:23 [2021-12-21T14:24:23.965Z] #63 105.5   -proto string
14:24:23 [2021-12-21T14:24:23.965Z] #63 105.5     	proxy protocol (default "tcp")
14:24:24 [2021-12-21T14:24:24.522Z] #26 111.5 Updating files:  10% (1224/11414)
Updating files:  11% (1256/11414)
Updating files:  12% (1370/11414)
Updating files:  13% (1484/11414)
Updating files:  14% (1598/11414)
Updating files:  15% (1713/11414)
Updating files:  16% (1827/11414)
Updating files:  17% (1941/11414)
Updating files:  18% (2055/11414)
Updating files:  19% (2169/11414)
Updating files:  20% (2283/11414)
Updating files:  21% (2397/11414)
Updating files:  22% (2512/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  25% (2932/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  36% (4217/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  55% (6362/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  62% (7077/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
Updating files:  70% (7990/11414)
Updating files:  71% (8104/11414)
Updating files:  72% (8219/11414)
Updating files:  73% (8333/11414)
Updating files:  74% (8447/11414)
Updating files:  75% (8561/11414)
Updating files:  76% (8675/11414)
Updating files:  77% (8789/11414)
Updating files:  78% (8903/11414)
Updating files:  79% (9018/11414)
Updating files:  80% (9132/11414)
Updating files:  80% (9154/11414)
Updating files:  81% (9246/11414)
Updating files:  82% (9360/11414)
Updating files:  83% (9474/11414)
Updating files:  84% (9588/11414)
Updating files:  85% (9702/11414)
Updating files:  86% (9817/11414)
Updating files:  87% (9931/11414)
Updating files:  88% (10045/11414)
Updating files:  89% (10159/11414)
Updating files:  90% (10273/11414)
Updating files:  91% (10387/11414)
Updating files:  92% (10501/11414)
Updating files:  93% (10616/11414)
Updating files:  94% (10730/11414)
Updating files:  95% (10844/11414)
Updating files:  96% (10958/11414)
Updating files:  97% (11072/11414)
Updating files:  98% (11186/11414)
Updating files:  99% (11300/11414)
Updating files: 100% (11414/11414)
Updating files: 100% (11414/11414), done.
14:24:24 [2021-12-21T14:24:24.522Z] #26 ...
14:24:24 [2021-12-21T14:24:24.522Z] 
14:24:24 [2021-12-21T14:24:24.522Z] #15 [dev-systemd-false  1/24] RUN groupadd -r docker
14:24:24 [2021-12-21T14:24:24.522Z] #15 sha256:2ee8cececbfc0082cc0416c9ccc26cc1c54cadbffd72f0809b6a50d71dae869b
14:24:24 [2021-12-21T14:24:24.522Z] #15 DONE 2.3s
14:24:24 [2021-12-21T14:24:24.522Z] 
14:24:24 [2021-12-21T14:24:24.522Z] #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
14:24:24 [2021-12-21T14:24:24.522Z] #26 sha256:809bbff3117711378b8a55bec95dad0ff4e43a0ab852cee2a3837aceefe71847
14:24:24 [2021-12-21T14:24:24.522Z] #26 116.6 + cd /tmp/tmp.9uuaL7114U/tmp/docker-ce
14:24:24 [2021-12-21T14:24:24.522Z] #26 116.6 + git checkout -q v17.06.2-ce
14:24:25 [2021-12-21T14:24:25.045Z] #19 191.3 Selecting previously unselected package gcc-aarch64-linux-gnu.
14:24:25 [2021-12-21T14:24:25.046Z] #19 191.3 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:24:25 [2021-12-21T14:24:25.046Z] #19 191.3 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
14:24:25 [2021-12-21T14:24:25.046Z] #19 191.4 Selecting previously unselected package linux-libc-dev-arm64-cross.
14:24:25 [2021-12-21T14:24:25.046Z] #19 191.4 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
14:24:25 [2021-12-21T14:24:25.046Z] #19 191.4 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
14:24:25 [2021-12-21T14:24:25.046Z] #19 191.5 Selecting previously unselected package libc6-dev-arm64-cross.
14:24:25 [2021-12-21T14:24:25.046Z] #19 191.5 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
14:24:25 [2021-12-21T14:24:25.046Z] #19 191.5 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
14:24:25 [2021-12-21T14:24:25.046Z] #19 191.8 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
14:24:25 [2021-12-21T14:24:25.046Z] #19 191.8 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
14:24:25 [2021-12-21T14:24:25.046Z] #19 191.8 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
14:24:25 [2021-12-21T14:24:25.305Z] #19 192.0 Selecting previously unselected package g++-10-aarch64-linux-gnu.
14:24:25 [2021-12-21T14:24:25.305Z] #19 192.0 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:24:25 [2021-12-21T14:24:25.305Z] #19 192.0 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
14:24:25 [2021-12-21T14:24:25.341Z] #63 ...
14:24:25 [2021-12-21T14:24:25.341Z] 
14:24:25 [2021-12-21T14:24:25.341Z] #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
14:24:25 [2021-12-21T14:24:25.341Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:24:25 [2021-12-21T14:24:25.341Z] #14 103.6 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
14:24:25 [2021-12-21T14:24:25.341Z] #14 103.6 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
14:24:25 [2021-12-21T14:24:25.341Z] #14 103.6 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:24:25 [2021-12-21T14:24:25.341Z] #14 107.9 Selecting previously unselected package g++-mingw-w64-x86-64.
14:24:25 [2021-12-21T14:24:25.341Z] #14 107.9 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
14:24:25 [2021-12-21T14:24:25.341Z] #14 108.0 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
14:24:25 [2021-12-21T14:24:25.906Z] #14 ...
14:24:25 [2021-12-21T14:24:25.906Z] 
14:24:25 [2021-12-21T14:24:25.906Z] #63 [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
14:24:25 [2021-12-21T14:24:25.906Z] #63 sha256:ae434b6887cd471a521d7bacf1911c4b9c283bcde376370421987ee136c53ee7
14:24:25 [2021-12-21T14:24:25.906Z] #63 DONE 108.1s
14:24:25 [2021-12-21T14:24:25.906Z] 
14:24:25 [2021-12-21T14:24:25.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
14:24:25 [2021-12-21T14:24:25.906Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:24:25 [2021-12-21T14:24:25.906Z] #14 108.4 Selecting previously unselected package libapparmor1:amd64.
14:24:25 [2021-12-21T14:24:25.906Z] #14 108.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
14:24:25 [2021-12-21T14:24:25.906Z] #14 108.4 Unpacking libapparmor1:amd64 (2.13.6-10) ...
14:24:26 [2021-12-21T14:24:26.166Z] #14 ...
14:24:26 [2021-12-21T14:24:26.166Z] 
14:24:26 [2021-12-21T14:24:26.166Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
14:24:26 [2021-12-21T14:24:26.166Z] #64 sha256:48d12fc57eab6a59538cbba2a287f3ee6d9308617c26145d9befc75e31fce35b
14:24:26 [2021-12-21T14:24:26.166Z] #64 DONE 0.2s
14:24:26 [2021-12-21T14:24:26.166Z] 
14:24:26 [2021-12-21T14:24:26.166Z] #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
14:24:26 [2021-12-21T14:24:26.166Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:24:26 [2021-12-21T14:24:26.166Z] #14 108.5 Selecting previously unselected package libapparmor-dev:amd64.
14:24:26 [2021-12-21T14:24:26.166Z] #14 108.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
14:24:26 [2021-12-21T14:24:26.166Z] #14 108.6 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
14:24:26 [2021-12-21T14:24:26.166Z] #14 ...
14:24:26 [2021-12-21T14:24:26.166Z] 
14:24:26 [2021-12-21T14:24:26.166Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
14:24:26 [2021-12-21T14:24:26.166Z] #65 sha256:ae22b1223cc0818c015bca1bed4886aed70e6a7cbdc4a4dae0cf5676b03ef385
14:24:26 [2021-12-21T14:24:26.166Z] #65 DONE 0.2s
14:24:26 [2021-12-21T14:24:26.166Z] 
14:24:26 [2021-12-21T14:24:26.166Z] #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
14:24:26 [2021-12-21T14:24:26.166Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:24:26 [2021-12-21T14:24:26.166Z] #14 108.7 Selecting previously unselected package libbtrfs0:amd64.
14:24:26 [2021-12-21T14:24:26.166Z] #14 108.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
14:24:26 [2021-12-21T14:24:26.166Z] #14 108.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
14:24:26 [2021-12-21T14:24:26.423Z] #14 108.9 Selecting previously unselected package libbtrfs-dev:amd64.
14:24:26 [2021-12-21T14:24:26.423Z] #14 108.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
14:24:26 [2021-12-21T14:24:26.423Z] #14 108.9 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
14:24:26 [2021-12-21T14:24:26.423Z] #14 109.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
14:24:26 [2021-12-21T14:24:26.423Z] #14 109.0 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
14:24:26 [2021-12-21T14:24:26.679Z] #14 109.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
14:24:26 [2021-12-21T14:24:26.679Z] #14 109.1 Selecting previously unselected package libudev-dev:amd64.
14:24:26 [2021-12-21T14:24:26.679Z] #14 109.1 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
14:24:26 [2021-12-21T14:24:26.679Z] #14 109.1 Unpacking libudev-dev:amd64 (247.3-6) ...
14:24:26 [2021-12-21T14:24:26.679Z] #14 109.3 Selecting previously unselected package libsepol1-dev:amd64.
14:24:26 [2021-12-21T14:24:26.679Z] #14 109.3 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
14:24:26 [2021-12-21T14:24:26.679Z] #14 109.3 Unpacking libsepol1-dev:amd64 (3.1-1) ...
14:24:27 [2021-12-21T14:24:27.051Z] #26 ...
14:24:27 [2021-12-21T14:24:27.051Z] 
14:24:27 [2021-12-21T14:24:27.051Z] #16 [dev-systemd-false  2/24] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
14:24:27 [2021-12-21T14:24:27.051Z] #16 sha256:fcd29d671a0289fa25337c53220071b7aabee4db910141ff0cebcba137fcbcc4
14:24:27 [2021-12-21T14:24:27.051Z] #16 DONE 2.3s
14:24:27 [2021-12-21T14:24:27.051Z] 
14:24:27 [2021-12-21T14:24:27.051Z] #17 [dev-systemd-false  3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
14:24:27 [2021-12-21T14:24:27.051Z] #17 sha256:4b0a5965ece2b9559565de4383f7edb234dbe2ee34b0808703c5f21c6c388271
14:24:27 [2021-12-21T14:24:27.241Z] #14 109.5 Selecting previously unselected package libpcre2-16-0:amd64.
14:24:27 [2021-12-21T14:24:27.241Z] #14 109.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
14:24:27 [2021-12-21T14:24:27.241Z] #14 109.5 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
14:24:27 [2021-12-21T14:24:27.241Z] #14 109.7 Selecting previously unselected package libpcre2-32-0:amd64.
14:24:27 [2021-12-21T14:24:27.241Z] #14 109.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
14:24:27 [2021-12-21T14:24:27.241Z] #14 109.7 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
14:24:27 [2021-12-21T14:24:27.241Z] #14 109.9 Selecting previously unselected package libpcre2-posix2:amd64.
14:24:27 [2021-12-21T14:24:27.241Z] #14 109.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
14:24:27 [2021-12-21T14:24:27.241Z] #14 109.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
14:24:27 [2021-12-21T14:24:27.353Z] DEBUG: print all environment variables to check how Jenkins runs this script
14:24:27 [2021-12-21T14:24:27.353Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-c6979a03\powershellScript.ps1'; exit $LASTEXITCODE;
14:24:27 [2021-12-21T14:24:27.353Z] ----------------------------------------------------------------------------
14:24:27 [2021-12-21T14:24:27.353Z] 
14:24:27 [2021-12-21T14:24:27.353Z] INFO: executeCI.ps1 starting at Tue Dec 21 14:24:26 CUT 2021
14:24:27 [2021-12-21T14:24:27.353Z] 
14:24:27 [2021-12-21T14:24:27.354Z] INFO: Script version 05-Feb-2019 09:03 PDT
14:24:27 [2021-12-21T14:24:27.354Z] INFO: Running git version 2.24.1.windows.2
14:24:27 [2021-12-21T14:24:27.354Z] INFO: Branch:fe_release Build:20348.1.210507-1500
14:24:27 [2021-12-21T14:24:27.354Z] INFO: Environment variables:
14:24:27 [2021-12-21T14:24:27.442Z] Client:
14:24:27 [2021-12-21T14:24:27.442Z]  Context:    default
14:24:27 [2021-12-21T14:24:27.442Z]  Debug Mode: false
14:24:27 [2021-12-21T14:24:27.442Z]  Plugins:
14:24:27 [2021-12-21T14:24:27.442Z]   app: Docker Application (Docker Inc., v0.8.0)
14:24:27 [2021-12-21T14:24:27.442Z]   cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0)
14:24:27 [2021-12-21T14:24:27.442Z]   registry: Manage Docker registries (Docker Inc., 0.1.0)
14:24:27 [2021-12-21T14:24:27.442Z] 
14:24:27 [2021-12-21T14:24:27.442Z] Server:
14:24:27 [2021-12-21T14:24:27.442Z]  Containers: 0
14:24:27 [2021-12-21T14:24:27.442Z]   Running: 0
14:24:27 [2021-12-21T14:24:27.442Z]   Paused: 0
14:24:27 [2021-12-21T14:24:27.442Z]   Stopped: 0
14:24:27 [2021-12-21T14:24:27.442Z]  Images: 0
14:24:27 [2021-12-21T14:24:27.442Z]  Server Version: 20.10.9
14:24:27 [2021-12-21T14:24:27.442Z]  Storage Driver: lcow (linux) windowsfilter (windows)
14:24:27 [2021-12-21T14:24:27.442Z]   LCOW: 
14:24:27 [2021-12-21T14:24:27.442Z]   Windows: 
14:24:27 [2021-12-21T14:24:27.442Z]  Logging Driver: json-file
14:24:27 [2021-12-21T14:24:27.442Z]  Plugins:
14:24:27 [2021-12-21T14:24:27.442Z]   Volume: local
14:24:27 [2021-12-21T14:24:27.442Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
14:24:27 [2021-12-21T14:24:27.442Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
14:24:27 [2021-12-21T14:24:27.442Z]  Swarm: inactive
14:24:27 [2021-12-21T14:24:27.442Z]  Default Isolation: process
14:24:27 [2021-12-21T14:24:27.442Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
14:24:27 [2021-12-21T14:24:27.442Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183)
14:24:27 [2021-12-21T14:24:27.442Z]  OSType: windows
14:24:27 [2021-12-21T14:24:27.442Z]  Architecture: x86_64
14:24:27 [2021-12-21T14:24:27.442Z]  CPUs: 4
14:24:27 [2021-12-21T14:24:27.442Z]  Total Memory: 32GiB
14:24:27 [2021-12-21T14:24:27.442Z]  Name: azwin-2-ad82d0
14:24:27 [2021-12-21T14:24:27.442Z]  ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L
14:24:27 [2021-12-21T14:24:27.442Z]  Docker Root Dir: D:\docker
14:24:27 [2021-12-21T14:24:27.442Z]  Debug Mode: false
14:24:27 [2021-12-21T14:24:27.442Z]  Registry: https://index.docker.io/v1/
14:24:27 [2021-12-21T14:24:27.442Z]  Labels:
14:24:27 [2021-12-21T14:24:27.442Z]  Experimental: true
14:24:27 [2021-12-21T14:24:27.442Z]  Insecure Registries:
14:24:27 [2021-12-21T14:24:27.442Z]   10.0.0.4:5000
14:24:27 [2021-12-21T14:24:27.442Z]   127.0.0.0/8
14:24:27 [2021-12-21T14:24:27.442Z]  Registry Mirrors:
14:24:27 [2021-12-21T14:24:27.442Z]   http://10.0.0.4:5000/
14:24:27 [2021-12-21T14:24:27.442Z]  Live Restore Enabled: false
14:24:27 [2021-12-21T14:24:27.442Z]  Product License: Community Engine
14:24:27 [2021-12-21T14:24:27.442Z] 
14:24:27 [2021-12-21T14:24:27.497Z] #14 110.0 Selecting previously unselected package libpcre2-dev:amd64.
14:24:27 [2021-12-21T14:24:27.497Z] #14 110.0 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
14:24:27 [2021-12-21T14:24:27.497Z] #14 110.0 Unpacking libpcre2-dev:amd64 (10.36-2) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
14:24:27 [2021-12-21T14:24:27.822Z] 
14:24:27 [2021-12-21T14:24:27.822Z] Name                           Value                                                                                   
14:24:27 [2021-12-21T14:24:27.822Z] ----                           -----                                                                                   
14:24:27 [2021-12-21T14:24:27.822Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
14:24:27 [2021-12-21T14:24:27.822Z] amd64                          true                                                                                    
14:24:27 [2021-12-21T14:24:27.822Z] APPDATA                        C:\Windows\system32\config\systemprofile\AppData\Roaming                                
14:24:27 [2021-12-21T14:24:27.822Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
14:24:27 [2021-12-21T14:24:27.823Z] arm64                          true                                                                                    
14:24:27 [2021-12-21T14:24:27.823Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12                     
14:24:27 [2021-12-21T14:24:27.823Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
14:24:27 [2021-12-21T14:24:27.823Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12                                                                                 
14:24:27 [2021-12-21T14:24:27.823Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
14:24:27 [2021-12-21T14:24:27.823Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
14:24:27 [2021-12-21T14:24:27.823Z] BRANCH_NAME                    PR-43075                                                                                
14:24:27 [2021-12-21T14:24:27.823Z] BUILD_DISPLAY_NAME             #44                                                                                     
14:24:27 [2021-12-21T14:24:27.823Z] BUILD_ID                       44                                                                                      
14:24:27 [2021-12-21T14:24:27.823Z] BUILD_NUMBER                   44                                                                                      
14:24:27 [2021-12-21T14:24:27.823Z] BUILD_TAG                      jenkins-moby-PR-43075-44                                                                
14:24:27 [2021-12-21T14:24:27.823Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-43075/44/                             
14:24:27 [2021-12-21T14:24:27.823Z] cgroup2                        true                                                                                    
14:24:27 [2021-12-21T14:24:27.823Z] CHANGE_AUTHOR                  errordeveloper                                                                          
14:24:27 [2021-12-21T14:24:27.823Z] CHANGE_AUTHOR_DISPLAY_NAME     Ilya Dmitrichenko                                                                       
14:24:27 [2021-12-21T14:24:27.823Z] CHANGE_AUTHOR_EMAIL            errordeveloper@gmail.com                                                                
14:24:27 [2021-12-21T14:24:27.823Z] CHANGE_BRANCH                  go-mod                                                                                  
14:24:27 [2021-12-21T14:24:27.823Z] CHANGE_FORK                    errordeveloper/docker                                                                   
14:24:27 [2021-12-21T14:24:27.823Z] CHANGE_ID                      43075                                                                                   
14:24:27 [2021-12-21T14:24:27.823Z] CHANGE_TARGET                  master                                                                                  
14:24:27 [2021-12-21T14:24:27.823Z] CHANGE_TITLE                   vendor: use go mod                                                                      
14:24:27 [2021-12-21T14:24:27.823Z] CHANGE_URL                     https://github.com/moby/moby/pull/43075                                                 
14:24:27 [2021-12-21T14:24:27.823Z] CHECK_CONFIG_COMMIT            33a3680e08d1007e72c3b3f1454f823d8e9948ee                                                
14:24:27 [2021-12-21T14:24:27.823Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
14:24:27 [2021-12-21T14:24:27.823Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
14:24:27 [2021-12-21T14:24:27.823Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
14:24:27 [2021-12-21T14:24:27.823Z] COMPUTERNAME                   azwin-2-cdd2a1                                                                          
14:24:27 [2021-12-21T14:24:27.823Z] ComSpec                        C:\Windows\system32\cmd.exe                                                             
14:24:27 [2021-12-21T14:24:27.823Z] ConfigSequenceNumber           0                                                                                       
14:24:27 [2021-12-21T14:24:27.823Z] dco                            true                                                                                    
14:24:27 [2021-12-21T14:24:27.823Z] DOCKER_BUILDKIT                0                                                                                       
14:24:27 [2021-12-21T14:24:27.823Z] DOCKER_DUT_DEBUG               1                                                                                       
14:24:27 [2021-12-21T14:24:27.823Z] DOCKER_EXPERIMENTAL            1                                                                                       
14:24:27 [2021-12-21T14:24:27.823Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
14:24:27 [2021-12-21T14:24:27.823Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
14:24:27 [2021-12-21T14:24:27.823Z] EXECUTOR_NUMBER                0                                                                                       
14:24:27 [2021-12-21T14:24:27.823Z] FQDN                           azwin-2-cdd2a1.westus.cloudapp.azure.com                                                
14:24:27 [2021-12-21T14:24:27.823Z] GIT_BRANCH                     PR-43075                                                                                
14:24:27 [2021-12-21T14:24:27.823Z] GIT_COMMIT                     2e64c14543a955a7bcaf9f1f8e607df61c5427f4                                                
14:24:27 [2021-12-21T14:24:27.823Z] GIT_PREVIOUS_COMMIT            2e64c14543a955a7bcaf9f1f8e607df61c5427f4                                                
14:24:27 [2021-12-21T14:24:27.823Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 0089b1ffb718e9c413a0687dd714dfc5c0829cb4                                                
14:24:27 [2021-12-21T14:24:27.823Z] GIT_URL                        https://github.com/moby/moby.git                                                        
14:24:27 [2021-12-21T14:24:27.823Z] HUDSON_COOKIE                  f02dc89f-3f52-4d98-93eb-cc57e258cb7b                                                    
14:24:27 [2021-12-21T14:24:27.823Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
14:24:27 [2021-12-21T14:24:27.823Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
14:24:27 [2021-12-21T14:24:27.823Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
14:24:27 [2021-12-21T14:24:27.823Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64                          
14:24:27 [2021-12-21T14:24:27.823Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
14:24:27 [2021-12-21T14:24:27.823Z] JENKINS_NODE_COOKIE            b3f1ab8f-b988-4df2-97ff-82e16a7d8fd0                                                    
14:24:27 [2021-12-21T14:24:27.823Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
14:24:27 [2021-12-21T14:24:27.823Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
14:24:27 [2021-12-21T14:24:27.823Z] JOB_BASE_NAME                  PR-43075                                                                                
14:24:27 [2021-12-21T14:24:27.823Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-43075/display/redirect                
14:24:27 [2021-12-21T14:24:27.823Z] JOB_NAME                       moby/PR-43075                                                                           
14:24:27 [2021-12-21T14:24:27.823Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-43075/                                
14:24:27 [2021-12-21T14:24:27.823Z] library.jps.version            master                                                                                  
14:24:27 [2021-12-21T14:24:27.823Z] LOCALAPPDATA                   C:\Windows\system32\config\systemprofile\AppData\Local                                  
14:24:27 [2021-12-21T14:24:27.823Z] NODE_LABELS                    amd64 azure azwin-2-cdd2a1 azwin-2022 docker west-us windows windows-2022 x86_64        
14:24:27 [2021-12-21T14:24:27.823Z] NODE_NAME                      azwin-2-cdd2a1                                                                          
14:24:27 [2021-12-21T14:24:27.823Z] NUMBER_OF_PROCESSORS           4                                                                                       
14:24:27 [2021-12-21T14:24:27.823Z] OS                             Windows_NT                                                                              
14:24:27 [2021-12-21T14:24:27.823Z] Path                           C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo...
14:24:27 [2021-12-21T14:24:27.823Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
14:24:27 [2021-12-21T14:24:27.823Z] ppc64le                        false                                                                                   
14:24:27 [2021-12-21T14:24:27.823Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
14:24:27 [2021-12-21T14:24:27.823Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 79 Stepping 1, GenuineIntel                                      
14:24:27 [2021-12-21T14:24:27.823Z] PROCESSOR_LEVEL                6                                                                                       
14:24:27 [2021-12-21T14:24:27.823Z] PROCESSOR_REVISION             4f01                                                                                    
14:24:27 [2021-12-21T14:24:27.823Z] ProgramData                    C:\ProgramData                                                                          
14:24:27 [2021-12-21T14:24:27.823Z] ProgramFiles                   C:\Program Files                                                                        
14:24:27 [2021-12-21T14:24:27.823Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
14:24:27 [2021-12-21T14:24:27.823Z] ProgramW6432                   C:\Program Files                                                                        
14:24:27 [2021-12-21T14:24:27.823Z] PROMPT                         $P$G                                                                                    
14:24:27 [2021-12-21T14:24:27.823Z] PSExecutionPolicyPreference    Bypass                                                                                  
14:24:27 [2021-12-21T14:24:27.823Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste...
14:24:27 [2021-12-21T14:24:27.823Z] PUBLIC                         C:\Users\Public                                                                         
14:24:27 [2021-12-21T14:24:27.823Z] rootless                       true                                                                                    
14:24:27 [2021-12-21T14:24:27.823Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-43075/44/display/redirect?page=arti...
14:24:27 [2021-12-21T14:24:27.823Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-43075/44/display/redirect?page=changes
14:24:27 [2021-12-21T14:24:27.823Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-43075/44/display/redirect             
14:24:27 [2021-12-21T14:24:27.823Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-43075/44/display/redirect?page=tests  
14:24:27 [2021-12-21T14:24:27.823Z] s390x                          false                                                                                   
14:24:27 [2021-12-21T14:24:27.823Z] SKIP_VALIDATION_TESTS          1                                                                                       
14:24:27 [2021-12-21T14:24:27.823Z] SOURCES_DRIVE                  d                                                                                       
14:24:27 [2021-12-21T14:24:27.823Z] SOURCES_SUBDIR                 gopath                                                                                  
14:24:27 [2021-12-21T14:24:27.823Z] STAGE_NAME                     Run tests                                                                               
14:24:27 [2021-12-21T14:24:27.823Z] SystemDrive                    C:                                                                                      
14:24:27 [2021-12-21T14:24:27.823Z] SystemRoot                     C:\Windows                                                                              
14:24:27 [2021-12-21T14:24:27.823Z] TEMP                           C:\Windows\TEMP                                                                         
14:24:27 [2021-12-21T14:24:27.823Z] TESTDEBUG                      0                                                                                       
14:24:27 [2021-12-21T14:24:27.823Z] TESTRUN_DRIVE                  d                                                                                       
14:24:27 [2021-12-21T14:24:27.823Z] TESTRUN_SUBDIR                 CI                                                                                      
14:24:27 [2021-12-21T14:24:27.823Z] TIMEOUT                        120m                                                                                    
14:24:27 [2021-12-21T14:24:27.823Z] TMP                            C:\Windows\TEMP                                                                         
14:24:27 [2021-12-21T14:24:27.823Z] unit_validate                  true                                                                                    
14:24:27 [2021-12-21T14:24:27.823Z] USERDOMAIN                     WORKGROUP                                                                               
14:24:27 [2021-12-21T14:24:27.823Z] USERNAME                       azwin-2-cdd2a1$                                                                         
14:24:27 [2021-12-21T14:24:27.823Z] USERPROFILE                    C:\Windows\system32\config\systemprofile                                                
14:24:27 [2021-12-21T14:24:27.823Z] validate_force                 false                                                                                   
14:24:27 [2021-12-21T14:24:27.823Z] windir                         C:\Windows                                                                              
14:24:27 [2021-12-21T14:24:27.823Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
14:24:27 [2021-12-21T14:24:27.823Z] WINDOWS_BASE_IMAGE_TAG         ltsc2022                                                                                
14:24:27 [2021-12-21T14:24:27.823Z] windows2022                    true                                                                                    
14:24:27 [2021-12-21T14:24:27.823Z] windows2022containerd          true                                                                                    
14:24:27 [2021-12-21T14:24:27.823Z] windowsRS1                     false                                                                                   
14:24:27 [2021-12-21T14:24:27.823Z] windowsRS5                     true                                                                                    
14:24:27 [2021-12-21T14:24:27.823Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
14:24:27 [2021-12-21T14:24:27.823Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
14:24:27 [2021-12-21T14:24:27.823Z] 
14:24:27 [2021-12-21T14:24:27.823Z] 
14:24:27 [2021-12-21T14:24:27.823Z] 
14:24:27 [2021-12-21T14:24:27.980Z] #17 0.932 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
14:24:28 [2021-12-21T14:24:28.061Z] #14 110.5 Selecting previously unselected package libselinux1-dev:amd64.
14:24:28 [2021-12-21T14:24:28.061Z] #14 110.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
14:24:28 [2021-12-21T14:24:28.061Z] #14 110.5 Unpacking libselinux1-dev:amd64 (3.1-3) ...
14:24:28 [2021-12-21T14:24:28.061Z] #14 110.6 Selecting previously unselected package libdevmapper-dev:amd64.
14:24:28 [2021-12-21T14:24:28.061Z] #14 110.7 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
14:24:28 [2021-12-21T14:24:28.061Z] #14 110.7 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
14:24:28 [2021-12-21T14:24:28.061Z] #14 110.8 Selecting previously unselected package libseccomp-dev:amd64.
14:24:28 [2021-12-21T14:24:28.062Z] #14 108.9 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
14:24:28 [2021-12-21T14:24:28.062Z] #14 108.9 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
14:24:28 [2021-12-21T14:24:28.062Z] #14 109.0 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:24:28 [2021-12-21T14:24:28.236Z] #17 DONE 1.4s
14:24:28 [2021-12-21T14:24:28.236Z] 
14:24:28 [2021-12-21T14:24:28.236Z] #18 [dev-systemd-false  4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
14:24:28 [2021-12-21T14:24:28.236Z] #18 sha256:cd5523857c91f97080dbef1ced8db93de5c03fab9f56dada2df1a113d0c21c43
14:24:28 [2021-12-21T14:24:28.317Z] #14 110.8 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
14:24:28 [2021-12-21T14:24:28.317Z] #14 110.8 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
14:24:28 [2021-12-21T14:24:28.317Z] #14 110.9 Selecting previously unselected package libsystemd-dev:amd64.
14:24:28 [2021-12-21T14:24:28.317Z] #14 110.9 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
14:24:28 [2021-12-21T14:24:28.573Z] #14 110.9 Unpacking libsystemd-dev:amd64 (247.3-6) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.6 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.6 Setting up libapparmor1:amd64 (2.13.6-10) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.6 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.6 Setting up libsepol1-dev:amd64 (3.1-1) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.6 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.6 Setting up libpcre2-16-0:amd64 (10.36-2) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.6 Setting up libbtrfs0:amd64 (5.10.1-2) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.6 Setting up libpcre2-32-0:amd64 (10.36-2) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.6 Setting up libudev-dev:amd64 (247.3-6) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.6 Setting up libpcre2-posix2:amd64 (10.36-2) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.7 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.7 Setting up mingw-w64-common (8.0.0-1) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.7 Setting up libsystemd-dev:amd64 (247.3-6) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.7 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.7 Setting up libpcre2-dev:amd64 (10.36-2) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.7 Setting up libselinux1-dev:amd64 (3.1-3) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.8 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
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.8 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.8 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
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.8 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.8 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:24:29 [2021-12-21T14:24:29.139Z] #14 111.8 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
14:24:29 [2021-12-21T14:24:29.396Z] #14 111.8 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:24:29 [2021-12-21T14:24:29.396Z] #14 111.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
14:24:29 [2021-12-21T14:24:29.396Z] #14 111.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
14:24:29 [2021-12-21T14:24:29.396Z] #14 111.9 Setting up dmsetup (2:1.02.175-2.1) ...
14:24:29 [2021-12-21T14:24:29.396Z] #14 111.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
14:24:29 [2021-12-21T14:24:29.396Z] #14 111.9 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
14:24:29 [2021-12-21T14:24:29.396Z] #14 111.9 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:24:29 [2021-12-21T14:24:29.606Z] #18 DONE 1.1s
14:24:29 [2021-12-21T14:24:29.606Z] 
14:24:29 [2021-12-21T14:24:29.606Z] #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
14:24:29 [2021-12-21T14:24:29.606Z] #26 sha256:809bbff3117711378b8a55bec95dad0ff4e43a0ab852cee2a3837aceefe71847
14:24:29 [2021-12-21T14:24:29.606Z] #26 120.5 + mkdir -p /tmp/tmp.9uuaL7114U/src/github.com/docker
14:24:29 [2021-12-21T14:24:29.606Z] #26 120.5 + mv components/cli /tmp/tmp.9uuaL7114U/src/github.com/docker/cli
14:24:29 [2021-12-21T14:24:29.606Z] #26 120.5 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
14:24:29 [2021-12-21T14:24:29.687Z] DEBUG: print all environment variables to check how Jenkins runs this script
14:24:29 [2021-12-21T14:24:29.687Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-a1d25203\powershellScript.ps1'; exit $LASTEXITCODE;
14:24:29 [2021-12-21T14:24:29.687Z] ----------------------------------------------------------------------------
14:24:29 [2021-12-21T14:24:29.687Z] 
14:24:29 [2021-12-21T14:24:29.687Z] INFO: executeCI.ps1 starting at Tue Dec 21 14:24:29 CUT 2021
14:24:29 [2021-12-21T14:24:29.687Z] 
14:24:29 [2021-12-21T14:24:29.687Z] INFO: Script version 05-Feb-2019 09:03 PDT
14:24:29 [2021-12-21T14:24:29.687Z] INFO: Running git version 2.24.1.windows.2
14:24:29 [2021-12-21T14:24:29.687Z] INFO: Branch:fe_release Build:20348.1.210507-1500
14:24:29 [2021-12-21T14:24:29.687Z] INFO: Environment variables:
14:24:29 [2021-12-21T14:24:29.958Z] #14 DONE 112.4s
14:24:29 [2021-12-21T14:24:29.958Z] 
14:24:29 [2021-12-21T14:24:29.958Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
14:24:29 [2021-12-21T14:24:29.958Z] #55 sha256:fdbff6d035b849ce1b06e6527294cc3ab7e73144133702aaed6d8ce525a7eff4
14:24:30 [2021-12-21T14:24:30.040Z] INFO: Sources under d:\gopath\...
14:24:30 [2021-12-21T14:24:30.040Z] INFO: Test run under d:\CI\...
14:24:30 [2021-12-21T14:24:30.040Z] INFO: Running in D:\gopath\src\github.com\docker\docker
14:24:30 [2021-12-21T14:24:30.040Z] INFO: docker/docker repository was found
14:24:30 [2021-12-21T14:24:30.040Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time...
14:24:30 [2021-12-21T14:24:30.143Z] 
14:24:30 [2021-12-21T14:24:30.144Z] Name                           Value                                                                                   
14:24:30 [2021-12-21T14:24:30.144Z] ----                           -----                                                                                   
14:24:30 [2021-12-21T14:24:30.144Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
14:24:30 [2021-12-21T14:24:30.144Z] amd64                          true                                                                                    
14:24:30 [2021-12-21T14:24:30.144Z] APPDATA                        C:\Windows\system32\config\systemprofile\AppData\Roaming                                
14:24:30 [2021-12-21T14:24:30.144Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
14:24:30 [2021-12-21T14:24:30.144Z] arm64                          true                                                                                    
14:24:30 [2021-12-21T14:24:30.144Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12                     
14:24:30 [2021-12-21T14:24:30.144Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
14:24:30 [2021-12-21T14:24:30.144Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12                                                                                 
14:24:30 [2021-12-21T14:24:30.144Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
14:24:30 [2021-12-21T14:24:30.144Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
14:24:30 [2021-12-21T14:24:30.144Z] BRANCH_NAME                    PR-43075                                                                                
14:24:30 [2021-12-21T14:24:30.144Z] BUILD_DISPLAY_NAME             #44                                                                                     
14:24:30 [2021-12-21T14:24:30.144Z] BUILD_ID                       44                                                                                      
14:24:30 [2021-12-21T14:24:30.144Z] BUILD_NUMBER                   44                                                                                      
14:24:30 [2021-12-21T14:24:30.144Z] BUILD_TAG                      jenkins-moby-PR-43075-44                                                                
14:24:30 [2021-12-21T14:24:30.144Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-43075/44/                             
14:24:30 [2021-12-21T14:24:30.144Z] cgroup2                        true                                                                                    
14:24:30 [2021-12-21T14:24:30.144Z] CHANGE_AUTHOR                  errordeveloper                                                                          
14:24:30 [2021-12-21T14:24:30.144Z] CHANGE_AUTHOR_DISPLAY_NAME     Ilya Dmitrichenko                                                                       
14:24:30 [2021-12-21T14:24:30.144Z] CHANGE_AUTHOR_EMAIL            errordeveloper@gmail.com                                                                
14:24:30 [2021-12-21T14:24:30.144Z] CHANGE_BRANCH                  go-mod                                                                                  
14:24:30 [2021-12-21T14:24:30.144Z] CHANGE_FORK                    errordeveloper/docker                                                                   
14:24:30 [2021-12-21T14:24:30.144Z] CHANGE_ID                      43075                                                                                   
14:24:30 [2021-12-21T14:24:30.144Z] CHANGE_TARGET                  master                                                                                  
14:24:30 [2021-12-21T14:24:30.144Z] CHANGE_TITLE                   vendor: use go mod                                                                      
14:24:30 [2021-12-21T14:24:30.144Z] CHANGE_URL                     https://github.com/moby/moby/pull/43075                                                 
14:24:30 [2021-12-21T14:24:30.144Z] CHECK_CONFIG_COMMIT            33a3680e08d1007e72c3b3f1454f823d8e9948ee                                                
14:24:30 [2021-12-21T14:24:30.144Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
14:24:30 [2021-12-21T14:24:30.144Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
14:24:30 [2021-12-21T14:24:30.144Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
14:24:30 [2021-12-21T14:24:30.144Z] COMPUTERNAME                   azwin-2-cdd2a0                                                                          
14:24:30 [2021-12-21T14:24:30.144Z] ComSpec                        C:\Windows\system32\cmd.exe                                                             
14:24:30 [2021-12-21T14:24:30.144Z] ConfigSequenceNumber           0                                                                                       
14:24:30 [2021-12-21T14:24:30.144Z] dco                            true                                                                                    
14:24:30 [2021-12-21T14:24:30.144Z] DOCKER_BUILDKIT                0                                                                                       
14:24:30 [2021-12-21T14:24:30.144Z] DOCKER_DUT_DEBUG               1                                                                                       
14:24:30 [2021-12-21T14:24:30.144Z] DOCKER_EXPERIMENTAL            1                                                                                       
14:24:30 [2021-12-21T14:24:30.144Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
14:24:30 [2021-12-21T14:24:30.144Z] DOCKER_WINDOWS_CONTAINERD_R... 1                                                                                       
14:24:30 [2021-12-21T14:24:30.144Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
14:24:30 [2021-12-21T14:24:30.144Z] EXECUTOR_NUMBER                0                                                                                       
14:24:30 [2021-12-21T14:24:30.144Z] FQDN                           azwin-2-cdd2a0.westus.cloudapp.azure.com                                                
14:24:30 [2021-12-21T14:24:30.144Z] GIT_BRANCH                     PR-43075                                                                                
14:24:30 [2021-12-21T14:24:30.144Z] GIT_COMMIT                     2e64c14543a955a7bcaf9f1f8e607df61c5427f4                                                
14:24:30 [2021-12-21T14:24:30.144Z] GIT_PREVIOUS_COMMIT            2e64c14543a955a7bcaf9f1f8e607df61c5427f4                                                
14:24:30 [2021-12-21T14:24:30.144Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 0089b1ffb718e9c413a0687dd714dfc5c0829cb4                                                
14:24:30 [2021-12-21T14:24:30.144Z] GIT_URL                        https://github.com/moby/moby.git                                                        
14:24:30 [2021-12-21T14:24:30.144Z] HUDSON_COOKIE                  0fa0a91d-8768-4e9b-886f-43d81466fdfa                                                    
14:24:30 [2021-12-21T14:24:30.144Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
14:24:30 [2021-12-21T14:24:30.144Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
14:24:30 [2021-12-21T14:24:30.144Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
14:24:30 [2021-12-21T14:24:30.144Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64                          
14:24:30 [2021-12-21T14:24:30.144Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
14:24:30 [2021-12-21T14:24:30.144Z] JENKINS_NODE_COOKIE            fafa864e-65bf-4ad1-a53e-3148cafcd23b                                                    
14:24:30 [2021-12-21T14:24:30.144Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
14:24:30 [2021-12-21T14:24:30.144Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
14:24:30 [2021-12-21T14:24:30.144Z] JOB_BASE_NAME                  PR-43075                                                                                
14:24:30 [2021-12-21T14:24:30.144Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-43075/display/redirect                
14:24:30 [2021-12-21T14:24:30.144Z] JOB_NAME                       moby/PR-43075                                                                           
14:24:30 [2021-12-21T14:24:30.144Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-43075/                                
14:24:30 [2021-12-21T14:24:30.144Z] library.jps.version            master                                                                                  
14:24:30 [2021-12-21T14:24:30.144Z] LOCALAPPDATA                   C:\Windows\system32\config\systemprofile\AppData\Local                                  
14:24:30 [2021-12-21T14:24:30.144Z] NODE_LABELS                    amd64 azure azwin-2-cdd2a0 azwin-2022 docker west-us windows windows-2022 x86_64        
14:24:30 [2021-12-21T14:24:30.144Z] NODE_NAME                      azwin-2-cdd2a0                                                                          
14:24:30 [2021-12-21T14:24:30.144Z] NUMBER_OF_PROCESSORS           4                                                                                       
14:24:30 [2021-12-21T14:24:30.144Z] OS                             Windows_NT                                                                              
14:24:30 [2021-12-21T14:24:30.144Z] Path                           C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo...
14:24:30 [2021-12-21T14:24:30.144Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
14:24:30 [2021-12-21T14:24:30.144Z] ppc64le                        false                                                                                   
14:24:30 [2021-12-21T14:24:30.144Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
14:24:30 [2021-12-21T14:24:30.144Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 79 Stepping 1, GenuineIntel                                      
14:24:30 [2021-12-21T14:24:30.144Z] PROCESSOR_LEVEL                6                                                                                       
14:24:30 [2021-12-21T14:24:30.144Z] PROCESSOR_REVISION             4f01                                                                                    
14:24:30 [2021-12-21T14:24:30.144Z] ProgramData                    C:\ProgramData                                                                          
14:24:30 [2021-12-21T14:24:30.144Z] ProgramFiles                   C:\Program Files                                                                        
14:24:30 [2021-12-21T14:24:30.144Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
14:24:30 [2021-12-21T14:24:30.144Z] ProgramW6432                   C:\Program Files                                                                        
14:24:30 [2021-12-21T14:24:30.144Z] PROMPT                         $P$G                                                                                    
14:24:30 [2021-12-21T14:24:30.144Z] PSExecutionPolicyPreference    Bypass                                                                                  
14:24:30 [2021-12-21T14:24:30.144Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste...
14:24:30 [2021-12-21T14:24:30.144Z] PUBLIC                         C:\Users\Public                                                                         
14:24:30 [2021-12-21T14:24:30.144Z] rootless                       true                                                                                    
14:24:30 [2021-12-21T14:24:30.144Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-43075/44/display/redirect?page=arti...
14:24:30 [2021-12-21T14:24:30.144Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-43075/44/display/redirect?page=changes
14:24:30 [2021-12-21T14:24:30.144Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-43075/44/display/redirect             
14:24:30 [2021-12-21T14:24:30.144Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-43075/44/display/redirect?page=tests  
14:24:30 [2021-12-21T14:24:30.144Z] s390x                          false                                                                                   
14:24:30 [2021-12-21T14:24:30.144Z] SKIP_VALIDATION_TESTS          1                                                                                       
14:24:30 [2021-12-21T14:24:30.144Z] SOURCES_DRIVE                  d                                                                                       
14:24:30 [2021-12-21T14:24:30.144Z] SOURCES_SUBDIR                 gopath                                                                                  
14:24:30 [2021-12-21T14:24:30.144Z] STAGE_NAME                     Run tests                                                                               
14:24:30 [2021-12-21T14:24:30.144Z] SystemDrive                    C:                                                                                      
14:24:30 [2021-12-21T14:24:30.144Z] SystemRoot                     C:\Windows                                                                              
14:24:30 [2021-12-21T14:24:30.144Z] TEMP                           C:\Windows\TEMP                                                                         
14:24:30 [2021-12-21T14:24:30.144Z] TESTDEBUG                      0                                                                                       
14:24:30 [2021-12-21T14:24:30.144Z] TESTRUN_DRIVE                  d                                                                                       
14:24:30 [2021-12-21T14:24:30.144Z] TESTRUN_SUBDIR                 CI                                                                                      
14:24:30 [2021-12-21T14:24:30.144Z] TIMEOUT                        120m                                                                                    
14:24:30 [2021-12-21T14:24:30.144Z] TMP                            C:\Windows\TEMP                                                                         
14:24:30 [2021-12-21T14:24:30.144Z] unit_validate                  true                                                                                    
14:24:30 [2021-12-21T14:24:30.144Z] USERDOMAIN                     WORKGROUP                                                                               
14:24:30 [2021-12-21T14:24:30.144Z] USERNAME                       azwin-2-cdd2a0$                                                                         
14:24:30 [2021-12-21T14:24:30.144Z] USERPROFILE                    C:\Windows\system32\config\systemprofile                                                
14:24:30 [2021-12-21T14:24:30.144Z] validate_force                 false                                                                                   
14:24:30 [2021-12-21T14:24:30.144Z] windir                         C:\Windows                                                                              
14:24:30 [2021-12-21T14:24:30.144Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
14:24:30 [2021-12-21T14:24:30.144Z] WINDOWS_BASE_IMAGE_TAG         ltsc2022                                                                                
14:24:30 [2021-12-21T14:24:30.144Z] windows2022                    true                                                                                    
14:24:30 [2021-12-21T14:24:30.144Z] windows2022containerd          true                                                                                    
14:24:30 [2021-12-21T14:24:30.144Z] windowsRS1                     false                                                                                   
14:24:30 [2021-12-21T14:24:30.144Z] windowsRS5                     true                                                                                    
14:24:30 [2021-12-21T14:24:30.144Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
14:24:30 [2021-12-21T14:24:30.144Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
14:24:30 [2021-12-21T14:24:30.144Z] 
14:24:30 [2021-12-21T14:24:30.144Z] 
14:24:30 [2021-12-21T14:24:30.144Z] 
14:24:30 [2021-12-21T14:24:30.171Z] #26 ...
14:24:30 [2021-12-21T14:24:30.171Z] 
14:24:30 [2021-12-21T14:24:30.171Z] #19 [dev-systemd-false  5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
14:24:30 [2021-12-21T14:24:30.171Z] #19 sha256:781a3a9119fad98de95989ce7e3822b357bc47c0d94ee05b8c531bcb9d94265b
14:24:30 [2021-12-21T14:24:30.171Z] #19 DONE 0.9s
14:24:30 [2021-12-21T14:24:30.214Z] #55 DONE 0.4s
14:24:30 [2021-12-21T14:24:30.215Z] 
14:24:30 [2021-12-21T14:24:30.215Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:24:30 [2021-12-21T14:24:30.215Z] #56 sha256:51f09985244a1968837f83f4c17ce60a09f8ea964c0dd11e032919dd5a3f69f1
14:24:30 [2021-12-21T14:24:30.428Z] 
14:24:30 [2021-12-21T14:24:30.428Z] #20 [dev-systemd-false  6/24] RUN ldconfig
14:24:30 [2021-12-21T14:24:30.428Z] #20 sha256:4dc890e2131669391936ff66d998d04b2f7f72816737f824a58e9f7cc545c33c
14:24:30 [2021-12-21T14:24:30.509Z] ltsc2022: Pulling from windows/servercore
14:24:30 [2021-12-21T14:24:30.593Z] #19 197.1 Selecting previously unselected package g++-aarch64-linux-gnu.
14:24:30 [2021-12-21T14:24:30.593Z] #19 197.1 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:24:30 [2021-12-21T14:24:30.593Z] #19 197.1 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
14:24:30 [2021-12-21T14:24:30.593Z] #19 197.1 Selecting previously unselected package patch.
14:24:30 [2021-12-21T14:24:30.593Z] #19 197.1 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
14:24:30 [2021-12-21T14:24:30.593Z] #19 197.1 Unpacking patch (2.7.6-7) ...
14:24:30 [2021-12-21T14:24:30.593Z] #19 197.2 Selecting previously unselected package dpkg-dev.
14:24:30 [2021-12-21T14:24:30.593Z] #19 197.2 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ...
14:24:30 [2021-12-21T14:24:30.593Z] #19 197.2 Unpacking dpkg-dev (1.20.9) ...
14:24:30 [2021-12-21T14:24:30.593Z] #19 197.3 Selecting previously unselected package libconfig-inifiles-perl.
14:24:30 [2021-12-21T14:24:30.593Z] #19 197.3 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
14:24:30 [2021-12-21T14:24:30.853Z] #19 197.3 Unpacking libconfig-inifiles-perl (3.000003-1) ...
14:24:30 [2021-12-21T14:24:30.853Z] #19 197.3 Selecting previously unselected package libio-string-perl.
14:24:30 [2021-12-21T14:24:30.853Z] #19 197.3 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
14:24:30 [2021-12-21T14:24:30.853Z] #19 197.3 Unpacking libio-string-perl (1.08-3.1) ...
14:24:30 [2021-12-21T14:24:30.853Z] #19 197.4 Selecting previously unselected package libicu67:amd64.
14:24:30 [2021-12-21T14:24:30.853Z] #19 197.4 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
14:24:30 [2021-12-21T14:24:30.853Z] #19 197.4 Unpacking libicu67:amd64 (67.1-7) ...
14:24:30 [2021-12-21T14:24:30.988Z] 8f616e6e9eec: Pulling fs layer
14:24:30 [2021-12-21T14:24:30.988Z] 4d1d74adc6a9: Pulling fs layer
14:24:31 [2021-12-21T14:24:31.356Z] #20 DONE 1.1s
14:24:31 [2021-12-21T14:24:31.356Z] 
14:24:31 [2021-12-21T14:24:31.356Z] #21 [dev-systemd-false  7/24] 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
14:24:31 [2021-12-21T14:24:31.356Z] #21 sha256:a8072286e7cad10e4198ecc1d963446cb7a212af1c5fd654cdfda9b835be527f
14:24:31 [2021-12-21T14:24:31.676Z] INFO: Sources under d:\gopath\...
14:24:31 [2021-12-21T14:24:31.676Z] INFO: Test run under d:\CI\...
14:24:31 [2021-12-21T14:24:31.676Z] INFO: Running in D:\gopath\src\github.com\docker\docker
14:24:31 [2021-12-21T14:24:31.676Z] INFO: docker/docker repository was found
14:24:31 [2021-12-21T14:24:31.676Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time...
14:24:32 [2021-12-21T14:24:32.134Z] ltsc2022: Pulling from windows/servercore
14:24:32 [2021-12-21T14:24:32.591Z] 8f616e6e9eec: Pulling fs layer
14:24:32 [2021-12-21T14:24:32.591Z] 4d1d74adc6a9: Pulling fs layer
14:24:32 [2021-12-21T14:24:32.724Z] #21 ...
14:24:32 [2021-12-21T14:24:32.724Z] 
14:24:32 [2021-12-21T14:24:32.724Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:24:32 [2021-12-21T14:24:32.724Z] #56 sha256:253266bd4f931f5f2fa02c92a8a3c45472caf9915bb3ef3c3d2be3ac8a8a961e
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.860 Install runc version v1.0.3 (build tags: seccomp)
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + RM_GOPATH=0
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + TMP_GOPATH=
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + : /build
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + '[' -z '' ']'
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 ++ mktemp -d
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + export GOPATH=/tmp/tmp.YpFhrpWLcU
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + GOPATH=/tmp/tmp.YpFhrpWLcU
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + RM_GOPATH=1
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + case "$(go env GOARCH)" in
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 ++ go env GOARCH
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + export GO_BUILDMODE=-buildmode=pie
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + GO_BUILDMODE=-buildmode=pie
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 ++ dirname /install.sh
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + dir=/
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + bin=runc
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + shift
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + '[' '!' -f //runc.installer ']'
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + . //runc.installer
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 ++ set -e
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 ++ : v1.0.3
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + install_runc
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + RUNC_BUILDTAGS=seccomp
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + echo 'Install runc version v1.0.3 (build tags: seccomp)'
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.YpFhrpWLcU/src/github.com/opencontainers/runc
14:24:32 [2021-12-21T14:24:32.724Z] #56 1.874 Cloning into '/tmp/tmp.YpFhrpWLcU/src/github.com/opencontainers/runc'...
14:24:32 [2021-12-21T14:24:32.763Z] #19 199.1 Selecting previously unselected package libxml2:amd64.
14:24:32 [2021-12-21T14:24:32.763Z] #19 199.1 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
14:24:32 [2021-12-21T14:24:32.763Z] #19 199.1 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
14:24:32 [2021-12-21T14:24:32.981Z] #56 ...
14:24:32 [2021-12-21T14:24:32.981Z] 
14:24:32 [2021-12-21T14:24:32.981Z] #21 [dev-systemd-false  7/24] 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
14:24:32 [2021-12-21T14:24:32.981Z] #21 sha256:a8072286e7cad10e4198ecc1d963446cb7a212af1c5fd654cdfda9b835be527f
14:24:32 [2021-12-21T14:24:32.981Z] #21 1.447 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:24:32 [2021-12-21T14:24:32.981Z] #21 1.639 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:24:32 [2021-12-21T14:24:32.981Z] #21 1.639 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:24:33 [2021-12-21T14:24:33.332Z] #19 200.0 Selecting previously unselected package libxml-namespacesupport-perl.
14:24:33 [2021-12-21T14:24:33.332Z] #19 200.0 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.827 + RM_GOPATH=0
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.827 + TMP_GOPATH=
14:24:33 [2021-12-21T14:24:33.485Z] #56 ...
14:24:33 [2021-12-21T14:24:33.485Z] 
14:24:33 [2021-12-21T14:24:33.485Z] #15 [dev-systemd-false  1/24] RUN groupadd -r docker
14:24:33 [2021-12-21T14:24:33.485Z] #15 sha256:5460a335d36eb4ba5a42c9f02c6d5d4d92c97cde4a6aecb9f4a75ca656aa49d8
14:24:33 [2021-12-21T14:24:33.485Z] #15 DONE 3.4s
14:24:33 [2021-12-21T14:24:33.485Z] 
14:24:33 [2021-12-21T14:24:33.485Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:24:33 [2021-12-21T14:24:33.485Z] #56 sha256:51f09985244a1968837f83f4c17ce60a09f8ea964c0dd11e032919dd5a3f69f1
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.827 + : /build
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.827 + '[' -z '' ']'
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.828 ++ mktemp -d
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.831 + export GOPATH=/tmp/tmp.ShHXfBJXic
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.831 + GOPATH=/tmp/tmp.ShHXfBJXic
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.832 + RM_GOPATH=1
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.832 + case "$(go env GOARCH)" in
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.833 ++ go env GOARCH
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.852 + export GO_BUILDMODE=-buildmode=pie
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.852 + GO_BUILDMODE=-buildmode=pie
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.853 ++ dirname /install.sh
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.855 + dir=/
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.855 + bin=runc
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.856 + shift
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.856 + '[' '!' -f //runc.installer ']'
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.856 + . //runc.installer
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.856 ++ set -e
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.857 ++ : v1.0.3
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.857 + install_runc
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.857 + RUNC_BUILDTAGS=seccomp
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.857 + echo 'Install runc version v1.0.3 (build tags: seccomp)'
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.858 Install runc version v1.0.3 (build tags: seccomp)
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.858 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ShHXfBJXic/src/github.com/opencontainers/runc
14:24:33 [2021-12-21T14:24:33.485Z] #56 2.859 Cloning into '/tmp/tmp.ShHXfBJXic/src/github.com/opencontainers/runc'...
14:24:33 [2021-12-21T14:24:33.544Z] #21 2.146 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
14:24:33 [2021-12-21T14:24:33.591Z] #19 200.2 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
14:24:34 [2021-12-21T14:24:34.529Z] #19 201.2 Selecting previously unselected package libxml-sax-base-perl.
14:24:34 [2021-12-21T14:24:34.529Z] #19 201.2 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
14:24:34 [2021-12-21T14:24:34.788Z] #19 201.4 Unpacking libxml-sax-base-perl (1.09-1.1) ...
14:24:34 [2021-12-21T14:24:34.912Z] #21 3.281 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [97.6 kB]
14:24:35 [2021-12-21T14:24:35.375Z] #56 ...
14:24:35 [2021-12-21T14:24:35.375Z] 
14:24:35 [2021-12-21T14:24:35.375Z] #16 [dev-systemd-false  2/24] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
14:24:35 [2021-12-21T14:24:35.375Z] #16 sha256:c068b9972ca532410e14ff2c7e1b85bbf7dd49c82dd82a2afda61f67955b533b
14:24:35 [2021-12-21T14:24:35.375Z] #16 DONE 1.9s
14:24:35 [2021-12-21T14:24:35.375Z] 
14:24:35 [2021-12-21T14:24:35.375Z] #17 [dev-systemd-false  3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
14:24:35 [2021-12-21T14:24:35.375Z] #17 sha256:b9001ed076b7fd9eff5b2a1bb95ffd1591f8b7bfc218a99ccf5a23923c464512
14:24:35 [2021-12-21T14:24:35.476Z] #14 ...
14:24:35 [2021-12-21T14:24:35.476Z] 
14:24:35 [2021-12-21T14:24:35.476Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:24:35 [2021-12-21T14:24:35.476Z] #60 sha256:533256f0ecf4870b4847b57ed6dc5012fd126a2456b9dc577baf17b8de8f7cc0
14:24:35 [2021-12-21T14:24:35.841Z] #21 4.439 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
14:24:35 [2021-12-21T14:24:35.994Z] #60 66.18 Updating files:  44% (2115/4734)
Updating files:  45% (2131/4734)
Updating files:  46% (2178/4734)
Updating files:  47% (2225/4734)
Updating files:  48% (2273/4734)
Updating files:  49% (2320/4734)
Updating files:  50% (2367/4734)
Updating files:  51% (2415/4734)
Updating files:  52% (2462/4734)
Updating files:  53% (2510/4734)
Updating files:  54% (2557/4734)
Updating files:  55% (2604/4734)
Updating files:  56% (2652/4734)
Updating files:  57% (2699/4734)
Updating files:  58% (2746/4734)
Updating files:  59% (2794/4734)
Updating files:  60% (2841/4734)
Updating files:  61% (2888/4734)
Updating files:  62% (2936/4734)
Updating files:  63% (2983/4734)
Updating files:  64% (3030/4734)
Updating files:  65% (3078/4734)
Updating files:  66% (3125/4734)
Updating files:  67% (3172/4734)
Updating files:  68% (3220/4734)
Updating files:  69% (3267/4734)
Updating files:  70% (3314/4734)
Updating files:  71% (3362/4734)
Updating files:  72% (3409/4734)
Updating files:  73% (3456/4734)
Updating files:  74% (3504/4734)
Updating files:  75% (3551/4734)
Updating files:  76% (3598/4734)
Updating files:  77% (3646/4734)
Updating files:  78% (3693/4734)
Updating files:  79% (3740/4734)
Updating files:  80% (3788/4734)
Updating files:  81% (3835/4734)
Updating files:  81% (3848/4734)
Updating files:  82% (3882/4734)
Updating files:  83% (3930/4734)
Updating files:  84% (3977/4734)
Updating files:  85% (4024/4734)
Updating files:  86% (4072/4734)
Updating files:  87% (4119/4734)
Updating files:  88% (4166/4734)
Updating files:  89% (4214/4734)
Updating files:  90% (4261/4734)
Updating files:  91% (4308/4734)
Updating files:  92% (4356/4734)
Updating files:  93% (4403/4734)
Updating files:  94% (4450/4734)
Updating files:  95% (4498/4734)
Updating files:  96% (4545/4734)
Updating files:  97% (4592/4734)
Updating files:  98% (4640/4734)
Updating files:  99% (4687/4734)
Updating files: 100% (4734/4734)
Updating files: 100% (4734/4734), done.
14:24:35 [2021-12-21T14:24:35.994Z] #60 68.14 + cd /tmp/tmp.OrOVi63brg/src/github.com/containerd/containerd
14:24:35 [2021-12-21T14:24:35.994Z] #60 68.14 + git checkout -q v1.5.8
14:24:36 [2021-12-21T14:24:36.169Z] #19 202.6 Selecting previously unselected package libxml-sax-perl.
14:24:36 [2021-12-21T14:24:36.169Z] #19 202.6 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
14:24:36 [2021-12-21T14:24:36.169Z] #19 202.8 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
14:24:37 [2021-12-21T14:24:37.108Z] #19 203.8 Selecting previously unselected package libxml-libxml-perl.
14:24:37 [2021-12-21T14:24:37.303Z] #17 1.887 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
14:24:37 [2021-12-21T14:24:37.303Z] #17 DONE 2.1s
14:24:37 [2021-12-21T14:24:37.303Z] 
14:24:37 [2021-12-21T14:24:37.303Z] #51 [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
14:24:37 [2021-12-21T14:24:37.303Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:24:37 [2021-12-21T14:24:37.303Z] #51 ...
14:24:37 [2021-12-21T14:24:37.303Z] 
14:24:37 [2021-12-21T14:24:37.303Z] #18 [dev-systemd-false  4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
14:24:37 [2021-12-21T14:24:37.303Z] #18 sha256:3d7e50ebf67bc6155cf4bf0756e6db09c6486fdf97d81b245e4b5d10019dfdc1
14:24:37 [2021-12-21T14:24:37.367Z] #19 203.8 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
14:24:37 [2021-12-21T14:24:37.367Z] #19 203.9 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
14:24:37 [2021-12-21T14:24:37.367Z] #19 204.0 Selecting previously unselected package libxml-simple-perl.
14:24:37 [2021-12-21T14:24:37.367Z] #19 204.0 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
14:24:37 [2021-12-21T14:24:37.367Z] #19 204.0 Unpacking libxml-simple-perl (2.25-1) ...
14:24:37 [2021-12-21T14:24:37.367Z] #19 204.0 Selecting previously unselected package libyaml-perl.
14:24:37 [2021-12-21T14:24:37.367Z] #19 204.0 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
14:24:37 [2021-12-21T14:24:37.367Z] #19 204.0 Unpacking libyaml-perl (1.30-1) ...
14:24:37 [2021-12-21T14:24:37.367Z] #19 204.1 Selecting previously unselected package libconfig-auto-perl.
14:24:37 [2021-12-21T14:24:37.367Z] #19 204.1 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
14:24:37 [2021-12-21T14:24:37.367Z] #19 204.1 Unpacking libconfig-auto-perl (0.44-1.1) ...
14:24:37 [2021-12-21T14:24:37.367Z] #19 204.1 Selecting previously unselected package libfile-which-perl.
14:24:37 [2021-12-21T14:24:37.367Z] #19 204.1 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
14:24:37 [2021-12-21T14:24:37.367Z] #19 204.1 Unpacking libfile-which-perl (1.23-1) ...
14:24:37 [2021-12-21T14:24:37.367Z] #19 204.2 Selecting previously unselected package libfile-homedir-perl.
14:24:37 [2021-12-21T14:24:37.367Z] #19 204.2 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
14:24:37 [2021-12-21T14:24:37.627Z] #19 204.2 Unpacking libfile-homedir-perl (1.006-1) ...
14:24:37 [2021-12-21T14:24:37.627Z] #19 204.2 Selecting previously unselected package libdebian-dpkgcross-perl.
14:24:37 [2021-12-21T14:24:37.627Z] #19 204.2 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
14:24:37 [2021-12-21T14:24:37.627Z] #19 204.2 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
14:24:37 [2021-12-21T14:24:37.627Z] #19 204.2 Selecting previously unselected package dpkg-cross.
14:24:37 [2021-12-21T14:24:37.627Z] #19 204.2 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
14:24:37 [2021-12-21T14:24:37.627Z] #19 204.2 Unpacking dpkg-cross (2.6.18+nmu1) ...
14:24:37 [2021-12-21T14:24:37.627Z] #19 204.3 Selecting previously unselected package crossbuild-essential-arm64.
14:24:37 [2021-12-21T14:24:37.627Z] #19 204.3 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
14:24:37 [2021-12-21T14:24:37.627Z] #19 204.3 Unpacking crossbuild-essential-arm64 (12.9) ...
14:24:37 [2021-12-21T14:24:37.627Z] #19 204.3 Selecting previously unselected package libc6-armel-cross.
14:24:37 [2021-12-21T14:24:37.627Z] #19 204.3 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
14:24:37 [2021-12-21T14:24:37.627Z] #19 204.3 Unpacking libc6-armel-cross (2.31-9cross4) ...
14:24:37 [2021-12-21T14:24:37.627Z] #19 204.4 Selecting previously unselected package libgcc-s1-armel-cross.
14:24:37 [2021-12-21T14:24:37.887Z] #19 204.4 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
14:24:37 [2021-12-21T14:24:37.887Z] #19 204.4 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
14:24:37 [2021-12-21T14:24:37.887Z] #19 204.5 Selecting previously unselected package libgomp1-armel-cross.
14:24:37 [2021-12-21T14:24:37.887Z] #19 204.5 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
14:24:37 [2021-12-21T14:24:37.887Z] #19 204.5 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
14:24:37 [2021-12-21T14:24:37.887Z] #19 204.5 Selecting previously unselected package libatomic1-armel-cross.
14:24:37 [2021-12-21T14:24:37.887Z] #19 204.5 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
14:24:37 [2021-12-21T14:24:37.887Z] #19 204.5 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
14:24:37 [2021-12-21T14:24:37.887Z] #19 204.5 Selecting previously unselected package libasan6-armel-cross.
14:24:37 [2021-12-21T14:24:37.887Z] #19 204.5 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
14:24:37 [2021-12-21T14:24:37.887Z] #19 204.5 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
14:24:38 [2021-12-21T14:24:38.149Z] #19 204.7 Selecting previously unselected package libstdc++6-armel-cross.
14:24:38 [2021-12-21T14:24:38.149Z] #19 204.7 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
14:24:38 [2021-12-21T14:24:38.149Z] #19 204.8 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
14:24:38 [2021-12-21T14:24:38.149Z] #19 204.8 Selecting previously unselected package libubsan1-armel-cross.
14:24:38 [2021-12-21T14:24:38.149Z] #19 204.8 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
14:24:38 [2021-12-21T14:24:38.149Z] #19 204.8 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
14:24:38 [2021-12-21T14:24:38.149Z] #19 204.9 Selecting previously unselected package libgcc-10-dev-armel-cross.
14:24:38 [2021-12-21T14:24:38.149Z] #19 204.9 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
14:24:38 [2021-12-21T14:24:38.149Z] #19 204.9 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
14:24:38 [2021-12-21T14:24:38.410Z] #19 205.0 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
14:24:38 [2021-12-21T14:24:38.410Z] #19 205.0 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
14:24:38 [2021-12-21T14:24:38.410Z] #19 205.0 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
14:24:38 [2021-12-21T14:24:38.529Z] #60 70.43 + export 'BUILDTAGS=netgo osusergo static_build'
14:24:38 [2021-12-21T14:24:38.529Z] #60 70.43 + BUILDTAGS='netgo osusergo static_build'
14:24:38 [2021-12-21T14:24:38.529Z] #60 70.43 + export EXTRA_FLAGS=-buildmode=pie
14:24:38 [2021-12-21T14:24:38.529Z] #60 70.43 + EXTRA_FLAGS=-buildmode=pie
14:24:38 [2021-12-21T14:24:38.529Z] #60 70.43 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
14:24:38 [2021-12-21T14:24:38.529Z] #60 70.43 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
14:24:38 [2021-12-21T14:24:38.529Z] #60 70.43 + '[' '' = dynamic ']'
14:24:38 [2021-12-21T14:24:38.529Z] #60 70.43 + make
14:24:39 [2021-12-21T14:24:39.209Z] #18 DONE 1.8s
14:24:39 [2021-12-21T14:24:39.209Z] 
14:24:39 [2021-12-21T14:24:39.209Z] #19 [dev-systemd-false  5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
14:24:39 [2021-12-21T14:24:39.209Z] #19 sha256:6cfe6c1ea997e825a3c01867d1f494521fcdb39f327ede3c3205db24a86ced12
14:24:40 [2021-12-21T14:24:40.366Z] #14 ...
14:24:40 [2021-12-21T14:24:40.366Z] 
14:24:40 [2021-12-21T14:24:40.366Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:24:40 [2021-12-21T14:24:40.366Z] #60 sha256:f1af2322d8bb5b5d35af0c8c58837e5d21a961c6cee94bb2c605f103cc6e9d23
14:24:40 [2021-12-21T14:24:40.441Z] #60 72.64 + bin/ctr
14:24:41 [2021-12-21T14:24:41.092Z] #21 9.543 Fetched 8370 kB in 9s (982 kB/s)
14:24:41 [2021-12-21T14:24:41.102Z] #19 DONE 1.8s
14:24:41 [2021-12-21T14:24:41.102Z] 
14:24:41 [2021-12-21T14:24:41.102Z] #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
14:24:41 [2021-12-21T14:24:41.102Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:24:41 [2021-12-21T14:24:41.102Z] #43 ...
14:24:41 [2021-12-21T14:24:41.102Z] 
14:24:41 [2021-12-21T14:24:41.102Z] #20 [dev-systemd-false  6/24] RUN ldconfig
14:24:41 [2021-12-21T14:24:41.102Z] #20 sha256:635906fd29d884a0c153b0609e6ea865b36353c754f9f8771861df93ba558c38
14:24:41 [2021-12-21T14:24:41.145Z] #60 61.10 Updating files:  38% (1824/4734)
Updating files:  39% (1847/4734)
Updating files:  40% (1894/4734)
Updating files:  41% (1941/4734)
Updating files:  42% (1989/4734)
Updating files:  43% (2036/4734)
Updating files:  44% (2083/4734)
Updating files:  45% (2131/4734)
Updating files:  46% (2178/4734)
Updating files:  47% (2225/4734)
Updating files:  48% (2273/4734)
Updating files:  49% (2320/4734)
Updating files:  50% (2367/4734)
Updating files:  51% (2415/4734)
Updating files:  52% (2462/4734)
Updating files:  53% (2510/4734)
Updating files:  54% (2557/4734)
Updating files:  55% (2604/4734)
Updating files:  56% (2652/4734)
Updating files:  57% (2699/4734)
Updating files:  58% (2746/4734)
Updating files:  59% (2794/4734)
Updating files:  60% (2841/4734)
Updating files:  61% (2888/4734)
Updating files:  62% (2936/4734)
Updating files:  63% (2983/4734)
Updating files:  64% (3030/4734)
Updating files:  65% (3078/4734)
Updating files:  66% (3125/4734)
Updating files:  67% (3172/4734)
Updating files:  68% (3220/4734)
Updating files:  69% (3267/4734)
Updating files:  70% (3314/4734)
Updating files:  71% (3362/4734)
Updating files:  72% (3409/4734)
Updating files:  73% (3456/4734)
Updating files:  74% (3504/4734)
Updating files:  75% (3551/4734)
Updating files:  76% (3598/4734)
Updating files:  77% (3646/4734)
Updating files:  78% (3693/4734)
Updating files:  79% (3740/4734)
Updating files:  80% (3788/4734)
Updating files:  81% (3835/4734)
Updating files:  82% (3882/4734)
Updating files:  83% (3930/4734)
Updating files:  84% (3977/4734)
Updating files:  85% (4024/4734)
Updating files:  86% (4072/4734)
Updating files:  87% (4119/4734)
Updating files:  88% (4166/4734)
Updating files:  89% (4214/4734)
Updating files:  90% (4261/4734)
Updating files:  91% (4308/4734)
Updating files:  92% (4356/4734)
Updating files:  93% (4403/4734)
Updating files:  94% (4450/4734)
Updating files:  95% (4498/4734)
Updating files:  96% (4545/4734)
Updating files:  97% (4592/4734)
Updating files:  98% (4640/4734)
Updating files:  99% (4687/4734)
Updating files:  99% (4692/4734)
Updating files: 100% (4734/4734)
Updating files: 100% (4734/4734), done.
14:24:41 [2021-12-21T14:24:41.404Z] #60 63.23 + cd /tmp/tmp.GApsBzAPRv/src/github.com/containerd/containerd
14:24:41 [2021-12-21T14:24:41.404Z] #60 63.23 + git checkout -q v1.5.8
14:24:41 [2021-12-21T14:24:41.820Z] #60 ...
14:24:41 [2021-12-21T14:24:41.820Z] 
14:24:41 [2021-12-21T14:24:41.820Z] #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
14:24:41 [2021-12-21T14:24:41.820Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:24:41 [2021-12-21T14:24:41.820Z] #14 128.2 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
14:24:42 [2021-12-21T14:24:42.079Z] #14 128.2 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
14:24:42 [2021-12-21T14:24:42.079Z] #14 128.3 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:24:42 [2021-12-21T14:24:42.995Z] #20 DONE 1.9s
14:24:42 [2021-12-21T14:24:42.996Z] 
14:24:42 [2021-12-21T14:24:42.996Z] #21 [dev-systemd-false  7/24] 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
14:24:42 [2021-12-21T14:24:42.996Z] #21 sha256:371e6f1c3f0feeae4db08dbe3731c05e950f3b5226ae926f5b9df5d2d0bf5322
14:24:43 [2021-12-21T14:24:43.312Z] #60 65.32 + export 'BUILDTAGS=netgo osusergo static_build'
14:24:43 [2021-12-21T14:24:43.312Z] #60 65.32 + BUILDTAGS='netgo osusergo static_build'
14:24:43 [2021-12-21T14:24:43.312Z] #60 65.32 + export EXTRA_FLAGS=-buildmode=pie
14:24:43 [2021-12-21T14:24:43.312Z] #60 65.32 + EXTRA_FLAGS=-buildmode=pie
14:24:43 [2021-12-21T14:24:43.312Z] #60 65.32 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
14:24:43 [2021-12-21T14:24:43.312Z] #60 65.32 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
14:24:43 [2021-12-21T14:24:43.312Z] #60 65.32 + '[' '' = dynamic ']'
14:24:43 [2021-12-21T14:24:43.312Z] #60 65.32 + make
14:24:43 [2021-12-21T14:24:43.696Z] #19 209.8 Selecting previously unselected package gcc-arm-linux-gnueabi.
14:24:43 [2021-12-21T14:24:43.696Z] #19 209.8 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
14:24:43 [2021-12-21T14:24:43.696Z] #19 209.8 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
14:24:43 [2021-12-21T14:24:43.696Z] #19 209.8 Selecting previously unselected package linux-libc-dev-armel-cross.
14:24:43 [2021-12-21T14:24:43.696Z] #19 209.8 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
14:24:43 [2021-12-21T14:24:43.696Z] #19 209.8 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
14:24:43 [2021-12-21T14:24:43.696Z] #19 210.0 Selecting previously unselected package libc6-dev-armel-cross.
14:24:43 [2021-12-21T14:24:43.696Z] #19 210.0 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
14:24:43 [2021-12-21T14:24:43.696Z] #19 210.0 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
14:24:43 [2021-12-21T14:24:43.696Z] #19 210.2 Selecting previously unselected package libstdc++-10-dev-armel-cross.
14:24:43 [2021-12-21T14:24:43.696Z] #19 210.2 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
14:24:43 [2021-12-21T14:24:43.696Z] #19 210.2 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
14:24:43 [2021-12-21T14:24:43.696Z] #19 210.5 Selecting previously unselected package g++-10-arm-linux-gnueabi.
14:24:43 [2021-12-21T14:24:43.955Z] #19 210.5 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
14:24:43 [2021-12-21T14:24:43.955Z] #19 210.5 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
14:24:44 [2021-12-21T14:24:44.362Z] #21 9.543 Reading package lists...
14:24:44 [2021-12-21T14:24:44.362Z] #21 ...
14:24:44 [2021-12-21T14:24:44.362Z] 
14:24:44 [2021-12-21T14:24:44.362Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:24:44 [2021-12-21T14:24:44.362Z] #56 sha256:253266bd4f931f5f2fa02c92a8a3c45472caf9915bb3ef3c3d2be3ac8a8a961e
14:24:44 [2021-12-21T14:24:44.362Z] #56 11.27 + cd /tmp/tmp.YpFhrpWLcU/src/github.com/opencontainers/runc
14:24:44 [2021-12-21T14:24:44.362Z] #56 11.27 + git checkout -q v1.0.3
14:24:44 [2021-12-21T14:24:44.362Z] #56 12.12 + '[' -z '' ']'
14:24:44 [2021-12-21T14:24:44.362Z] #56 12.12 + target=static
14:24:44 [2021-12-21T14:24:44.362Z] #56 12.12 + make BUILDTAGS=seccomp static
14:24:44 [2021-12-21T14:24:44.362Z] #56 12.65 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o runc .
14:24:44 [2021-12-21T14:24:44.362Z] #56 ...
14:24:44 [2021-12-21T14:24:44.362Z] 
14:24:44 [2021-12-21T14:24:44.362Z] #21 [dev-systemd-false  7/24] 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
14:24:44 [2021-12-21T14:24:44.362Z] #21 sha256:a8072286e7cad10e4198ecc1d963446cb7a212af1c5fd654cdfda9b835be527f
14:24:44 [2021-12-21T14:24:44.362Z] #21 9.543 Reading package lists...
14:24:44 [2021-12-21T14:24:44.692Z] #60 66.77 + bin/ctr
14:24:45 [2021-12-21T14:24:45.515Z] #21 2.207 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:24:45 [2021-12-21T14:24:45.515Z] #21 2.223 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:24:45 [2021-12-21T14:24:45.515Z] #21 2.471 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:24:45 [2021-12-21T14:24:45.515Z] #21 2.767 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:24:46 [2021-12-21T14:24:46.884Z] #21 4.025 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:24:47 [2021-12-21T14:24:47.231Z] #60 ...
14:24:47 [2021-12-21T14:24:47.231Z] 
14:24:47 [2021-12-21T14:24:47.231Z] #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
14:24:47 [2021-12-21T14:24:47.231Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:24:47 [2021-12-21T14:24:47.231Z] #14 129.0 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
14:24:47 [2021-12-21T14:24:47.231Z] #14 129.0 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
14:24:47 [2021-12-21T14:24:47.231Z] #14 129.0 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:24:47 [2021-12-21T14:24:47.891Z] #21 13.06 Reading package lists...
14:24:48 [2021-12-21T14:24:48.252Z] #21 5.543 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:24:49 [2021-12-21T14:24:49.183Z] #21 ...
14:24:49 [2021-12-21T14:24:49.183Z] 
14:24:49 [2021-12-21T14:24:49.183Z] #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
14:24:49 [2021-12-21T14:24:49.183Z] #34 sha256:c0519c19fbf7c93514d7a6102815dd09ddf688b9f5468088005b4c292cacdf92
14:24:49 [2021-12-21T14:24:49.183Z] #34 DONE 131.4s
14:24:49 [2021-12-21T14:24:49.183Z] 
14:24:49 [2021-12-21T14:24:49.183Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:24:49 [2021-12-21T14:24:49.183Z] #56 sha256:51f09985244a1968837f83f4c17ce60a09f8ea964c0dd11e032919dd5a3f69f1
14:24:49 [2021-12-21T14:24:49.183Z] #56 11.49 + cd /tmp/tmp.ShHXfBJXic/src/github.com/opencontainers/runc
14:24:49 [2021-12-21T14:24:49.183Z] #56 11.49 + git checkout -q v1.0.3
14:24:49 [2021-12-21T14:24:49.183Z] #56 12.20 + '[' -z '' ']'
14:24:49 [2021-12-21T14:24:49.183Z] #56 12.20 + target=static
14:24:49 [2021-12-21T14:24:49.183Z] #56 12.20 + make BUILDTAGS=seccomp static
14:24:49 [2021-12-21T14:24:49.183Z] #56 12.82 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o runc .
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.0 Selecting previously unselected package g++-arm-linux-gnueabi.
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.0 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.0 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.0 Selecting previously unselected package crossbuild-essential-armel.
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.0 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.0 Unpacking crossbuild-essential-armel (12.9) ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.0 Selecting previously unselected package libc6-armhf-cross.
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.0 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.0 Unpacking libc6-armhf-cross (2.31-9cross4) ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.2 Selecting previously unselected package libgcc-s1-armhf-cross.
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.2 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.2 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.2 Selecting previously unselected package libgomp1-armhf-cross.
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.2 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.2 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.2 Selecting previously unselected package libatomic1-armhf-cross.
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.2 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.3 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.3 Selecting previously unselected package libasan6-armhf-cross.
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.3 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.3 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.5 Selecting previously unselected package libstdc++6-armhf-cross.
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.5 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.5 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.6 Selecting previously unselected package libubsan1-armhf-cross.
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.6 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.6 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.7 Selecting previously unselected package libgcc-10-dev-armhf-cross.
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.7 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.7 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.8 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.8 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
14:24:49 [2021-12-21T14:24:49.238Z] #19 215.8 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
14:24:49 [2021-12-21T14:24:49.258Z] #21 16.51 Building dependency tree...
14:24:50 [2021-12-21T14:24:50.193Z] #14 136.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
14:24:50 [2021-12-21T14:24:50.193Z] #14 136.4 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
14:24:50 [2021-12-21T14:24:50.193Z] #14 136.4 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
14:24:50 [2021-12-21T14:24:50.251Z] 4d1d74adc6a9: Verifying Checksum
14:24:50 [2021-12-21T14:24:50.251Z] 4d1d74adc6a9: Download complete
14:24:50 [2021-12-21T14:24:50.623Z] #21 19.24 The following additional packages will be installed:
14:24:50 [2021-12-21T14:24:50.879Z] #21 19.27   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
14:24:50 [2021-12-21T14:24:50.879Z] #21 19.27   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
14:24:50 [2021-12-21T14:24:50.879Z] #21 19.27   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
14:24:50 [2021-12-21T14:24:50.879Z] #21 19.27   python3-pkg-resources vim-runtime xxd
14:24:50 [2021-12-21T14:24:50.879Z] #21 19.28 Suggested packages:
14:24:50 [2021-12-21T14:24:50.879Z] #21 19.28   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
14:24:50 [2021-12-21T14:24:50.879Z] #21 19.28   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
14:24:50 [2021-12-21T14:24:50.879Z] #21 19.28   acl attr quota
14:24:50 [2021-12-21T14:24:50.879Z] #21 19.28 Recommended packages:
14:24:50 [2021-12-21T14:24:50.879Z] #21 19.28   libatm1 nftables libpam-cap build-essential python3-dev unzip
14:24:51 [2021-12-21T14:24:51.701Z] #56 ...
14:24:51 [2021-12-21T14:24:51.701Z] 
14:24:51 [2021-12-21T14:24:51.701Z] #21 [dev-systemd-false  7/24] 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
14:24:51 [2021-12-21T14:24:51.701Z] #21 sha256:371e6f1c3f0feeae4db08dbe3731c05e950f3b5226ae926f5b9df5d2d0bf5322
14:24:51 [2021-12-21T14:24:51.701Z] #21 9.033 Fetched 8485 kB in 7s (1206 kB/s)
14:24:51 [2021-12-21T14:24:51.807Z] #21 20.23 The following NEW packages will be installed:
14:24:51 [2021-12-21T14:24:51.807Z] #21 20.23   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
14:24:51 [2021-12-21T14:24:51.807Z] #21 20.23   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
14:24:51 [2021-12-21T14:24:51.807Z] #21 20.23   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
14:24:51 [2021-12-21T14:24:51.807Z] #21 20.23   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
14:24:51 [2021-12-21T14:24:51.807Z] #21 20.23   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
14:24:51 [2021-12-21T14:24:51.807Z] #21 20.23   python3-pkg-resources python3-setuptools python3-wheel sudo
14:24:51 [2021-12-21T14:24:51.807Z] #21 20.23   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
14:24:51 [2021-12-21T14:24:51.807Z] #21 20.23   xz-utils zip zstd
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.53 0 upgraded, 48 newly installed, 0 to remove and 7 not upgraded.
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.53 Need to get 27.0 MB of archives.
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.53 After this operation, 105 MB of additional disk space will be used.
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.53 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.53 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.54 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.54 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.54 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.54 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.55 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.55 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.55 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.56 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.56 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.57 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.57 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.58 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.62 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.62 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.62 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.62 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.62 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.62 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.62 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.62 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.64 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.64 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.64 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
14:24:52 [2021-12-21T14:24:52.064Z] #21 20.64 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
14:24:52 [2021-12-21T14:24:52.320Z] #21 20.92 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
14:24:52 [2021-12-21T14:24:52.320Z] #21 20.97 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
14:24:52 [2021-12-21T14:24:52.577Z] #21 20.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]
14:24:52 [2021-12-21T14:24:52.577Z] #21 20.97 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
14:24:52 [2021-12-21T14:24:52.577Z] #21 20.97 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
14:24:52 [2021-12-21T14:24:52.577Z] #21 20.97 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
14:24:52 [2021-12-21T14:24:52.577Z] #21 20.97 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB]
14:24:52 [2021-12-21T14:24:52.577Z] #21 21.00 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
14:24:52 [2021-12-21T14:24:52.577Z] #21 21.00 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
14:24:52 [2021-12-21T14:24:52.577Z] #21 21.01 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
14:24:52 [2021-12-21T14:24:52.577Z] #21 21.01 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
14:24:52 [2021-12-21T14:24:52.577Z] #21 21.02 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
14:24:52 [2021-12-21T14:24:52.577Z] #21 21.06 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB]
14:24:52 [2021-12-21T14:24:52.577Z] #21 21.06 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB]
14:24:52 [2021-12-21T14:24:52.577Z] #21 21.10 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
14:24:52 [2021-12-21T14:24:52.577Z] #21 21.10 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
14:24:52 [2021-12-21T14:24:52.577Z] #21 21.10 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
14:24:52 [2021-12-21T14:24:52.834Z] #21 21.33 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
14:24:52 [2021-12-21T14:24:52.834Z] #21 21.37 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
14:24:52 [2021-12-21T14:24:52.834Z] #21 21.38 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
14:24:52 [2021-12-21T14:24:52.834Z] #21 21.43 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
14:24:53 [2021-12-21T14:24:53.397Z] #21 21.86 debconf: delaying package configuration, since apt-utils is not installed
14:24:53 [2021-12-21T14:24:53.397Z] #21 21.98 Fetched 27.0 MB in 1s (22.9 MB/s)
14:24:53 [2021-12-21T14:24:53.397Z] #21 22.03 Selecting previously unselected package pigz.
14:24:53 [2021-12-21T14:24:53.397Z] #21 22.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 ... 24004 files and directories currently installed.)
14:24:53 [2021-12-21T14:24:53.655Z] #21 22.08 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
14:24:53 [2021-12-21T14:24:53.655Z] #21 22.08 Unpacking pigz (2.6-1) ...
14:24:53 [2021-12-21T14:24:53.655Z] #21 22.15 Selecting previously unselected package libelf1:arm64.
14:24:53 [2021-12-21T14:24:53.655Z] #21 22.15 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
14:24:53 [2021-12-21T14:24:53.655Z] #21 22.16 Unpacking libelf1:arm64 (0.183-1) ...
14:24:53 [2021-12-21T14:24:53.655Z] #21 22.30 Selecting previously unselected package libbpf0:arm64.
14:24:53 [2021-12-21T14:24:53.655Z] #21 22.30 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
14:24:53 [2021-12-21T14:24:53.655Z] #21 22.31 Unpacking libbpf0:arm64 (1:0.3-2) ...
14:24:53 [2021-12-21T14:24:53.930Z] #21 22.39 Selecting previously unselected package libcap2:arm64.
14:24:53 [2021-12-21T14:24:53.930Z] #21 22.42 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
14:24:53 [2021-12-21T14:24:53.930Z] #21 22.42 Unpacking libcap2:arm64 (1:2.44-1) ...
14:24:53 [2021-12-21T14:24:53.930Z] #21 22.48 Selecting previously unselected package libmnl0:arm64.
14:24:53 [2021-12-21T14:24:53.930Z] #21 22.49 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
14:24:53 [2021-12-21T14:24:53.930Z] #21 22.49 Unpacking libmnl0:arm64 (1.0.4-3) ...
14:24:53 [2021-12-21T14:24:53.930Z] #21 22.54 Selecting previously unselected package libxtables12:arm64.
14:24:53 [2021-12-21T14:24:53.930Z] #21 22.54 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
14:24:53 [2021-12-21T14:24:53.930Z] #21 22.56 Unpacking libxtables12:arm64 (1.8.7-1) ...
14:24:53 [2021-12-21T14:24:53.930Z] #21 22.61 Selecting previously unselected package libcap2-bin.
14:24:54 [2021-12-21T14:24:54.187Z] #21 22.61 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
14:24:54 [2021-12-21T14:24:54.187Z] #21 22.62 Unpacking libcap2-bin (1:2.44-1) ...
14:24:54 [2021-12-21T14:24:54.187Z] #21 22.69 Selecting previously unselected package iproute2.
14:24:54 [2021-12-21T14:24:54.187Z] #21 22.70 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
14:24:54 [2021-12-21T14:24:54.187Z] #21 22.70 Unpacking iproute2 (5.10.0-4) ...
14:24:54 [2021-12-21T14:24:54.444Z] #21 23.05 Selecting previously unselected package xxd.
14:24:54 [2021-12-21T14:24:54.444Z] #21 23.05 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
14:24:54 [2021-12-21T14:24:54.444Z] #21 23.07 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
14:24:54 [2021-12-21T14:24:54.444Z] #21 23.15 Selecting previously unselected package vim-common.
14:24:54 [2021-12-21T14:24:54.444Z] #21 23.15 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
14:24:54 [2021-12-21T14:24:54.521Z] #19 220.6 Selecting previously unselected package gcc-arm-linux-gnueabihf.
14:24:54 [2021-12-21T14:24:54.521Z] #19 220.6 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
14:24:54 [2021-12-21T14:24:54.521Z] #19 220.7 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
14:24:54 [2021-12-21T14:24:54.700Z] #21 23.17 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
14:24:54 [2021-12-21T14:24:54.700Z] #21 23.30 Selecting previously unselected package bash-completion.
14:24:54 [2021-12-21T14:24:54.780Z] #19 221.4 Selecting previously unselected package linux-libc-dev-armhf-cross.
14:24:54 [2021-12-21T14:24:54.780Z] #19 221.4 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
14:24:54 [2021-12-21T14:24:54.957Z] #21 23.30 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
14:24:54 [2021-12-21T14:24:54.971Z] #21 9.033 Reading package lists...
14:24:55 [2021-12-21T14:24:55.040Z] #19 221.6 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
14:24:55 [2021-12-21T14:24:55.301Z] #19 222.1 Selecting previously unselected package libc6-dev-armhf-cross.
14:24:55 [2021-12-21T14:24:55.301Z] #19 222.1 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
14:24:55 [2021-12-21T14:24:55.301Z] #19 222.1 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
14:24:55 [2021-12-21T14:24:55.871Z] #19 222.4 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
14:24:55 [2021-12-21T14:24:55.871Z] #19 222.4 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
14:24:55 [2021-12-21T14:24:55.871Z] #19 222.5 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
14:24:56 [2021-12-21T14:24:56.132Z] #19 222.7 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
14:24:56 [2021-12-21T14:24:56.132Z] #19 222.7 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
14:24:56 [2021-12-21T14:24:56.132Z] #19 222.7 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
14:24:56 [2021-12-21T14:24:56.325Z] #21 24.72 Unpacking bash-completion (1:2.11-2) ...
14:24:56 [2021-12-21T14:24:56.329Z] 8f616e6e9eec: Verifying Checksum
14:24:56 [2021-12-21T14:24:56.329Z] 8f616e6e9eec: Download complete
14:24:56 [2021-12-21T14:24:56.587Z] #21 25.10 Selecting previously unselected package bzip2.
14:24:56 [2021-12-21T14:24:56.587Z] #21 25.10 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
14:24:56 [2021-12-21T14:24:56.587Z] #21 25.11 Unpacking bzip2 (1.0.8-4) ...
14:24:56 [2021-12-21T14:24:56.587Z] #21 25.17 Selecting previously unselected package xz-utils.
14:24:56 [2021-12-21T14:24:56.587Z] #21 25.18 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ...
14:24:56 [2021-12-21T14:24:56.587Z] #21 25.19 Unpacking xz-utils (5.2.5-2) ...
14:24:56 [2021-12-21T14:24:56.844Z] #21 25.28 Selecting previously unselected package apparmor.
14:24:56 [2021-12-21T14:24:56.844Z] #21 25.29 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
14:24:56 [2021-12-21T14:24:56.844Z] #21 25.32 Unpacking apparmor (2.13.6-10) ...
14:24:56 [2021-12-21T14:24:56.864Z] #21 11.85 Reading package lists...
14:24:57 [2021-12-21T14:24:57.100Z] #21 25.55 Selecting previously unselected package inetutils-ping.
14:24:57 [2021-12-21T14:24:57.100Z] #21 25.56 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ...
14:24:57 [2021-12-21T14:24:57.100Z] #21 25.57 Unpacking inetutils-ping (2:2.0-1) ...
14:24:57 [2021-12-21T14:24:57.100Z] #21 25.67 Selecting previously unselected package libip4tc2:arm64.
14:24:57 [2021-12-21T14:24:57.100Z] #21 25.67 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ...
14:24:57 [2021-12-21T14:24:57.100Z] #21 25.68 Unpacking libip4tc2:arm64 (1.8.7-1) ...
14:24:57 [2021-12-21T14:24:57.100Z] #21 25.72 Selecting previously unselected package libip6tc2:arm64.
14:24:57 [2021-12-21T14:24:57.100Z] #21 25.73 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ...
14:24:57 [2021-12-21T14:24:57.100Z] #21 25.73 Unpacking libip6tc2:arm64 (1.8.7-1) ...
14:24:57 [2021-12-21T14:24:57.100Z] #21 25.80 Selecting previously unselected package libnfnetlink0:arm64.
14:24:57 [2021-12-21T14:24:57.221Z] #14 137.5 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
14:24:57 [2021-12-21T14:24:57.221Z] #14 137.5 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
14:24:57 [2021-12-21T14:24:57.221Z] #14 137.5 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
14:24:57 [2021-12-21T14:24:57.357Z] #21 25.80 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
14:24:57 [2021-12-21T14:24:57.357Z] #21 25.81 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
14:24:57 [2021-12-21T14:24:57.357Z] #21 25.86 Selecting previously unselected package libnetfilter-conntrack3:arm64.
14:24:57 [2021-12-21T14:24:57.357Z] #21 25.87 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
14:24:57 [2021-12-21T14:24:57.357Z] #21 25.89 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
14:24:57 [2021-12-21T14:24:57.614Z] #21 25.96 Selecting previously unselected package libnftnl11:arm64.
14:24:57 [2021-12-21T14:24:57.614Z] #21 25.97 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ...
14:24:57 [2021-12-21T14:24:57.614Z] #21 25.97 Unpacking libnftnl11:arm64 (1.1.9-1) ...
14:24:57 [2021-12-21T14:24:57.614Z] #21 26.03 Selecting previously unselected package iptables.
14:24:57 [2021-12-21T14:24:57.614Z] #21 26.03 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ...
14:24:57 [2021-12-21T14:24:57.614Z] #21 26.04 Unpacking iptables (1.8.7-1) ...
14:24:57 [2021-12-21T14:24:57.790Z] #21 14.25 Building dependency tree...
14:24:57 [2021-12-21T14:24:57.871Z] #21 26.28 Selecting previously unselected package libonig5:arm64.
14:24:57 [2021-12-21T14:24:57.871Z] #21 26.29 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ...
14:24:57 [2021-12-21T14:24:57.871Z] #21 26.29 Unpacking libonig5:arm64 (6.9.6-1.1) ...
14:24:57 [2021-12-21T14:24:57.871Z] #21 26.41 Selecting previously unselected package libjq1:arm64.
14:24:57 [2021-12-21T14:24:57.871Z] #21 26.41 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ...
14:24:57 [2021-12-21T14:24:57.871Z] #21 26.42 Unpacking libjq1:arm64 (1.6-2.1) ...
14:24:57 [2021-12-21T14:24:57.871Z] #21 26.51 Selecting previously unselected package jq.
14:24:58 [2021-12-21T14:24:58.141Z] #21 26.52 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ...
14:24:58 [2021-12-21T14:24:58.141Z] #21 26.52 Unpacking jq (1.6-2.1) ...
14:24:58 [2021-12-21T14:24:58.141Z] #21 26.60 Selecting previously unselected package libaio1:arm64.
14:24:58 [2021-12-21T14:24:58.141Z] #21 26.60 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ...
14:24:58 [2021-12-21T14:24:58.141Z] #21 26.61 Unpacking libaio1:arm64 (0.3.112-9) ...
14:24:58 [2021-12-21T14:24:58.141Z] #21 26.65 Selecting previously unselected package libgpm2:arm64.
14:24:58 [2021-12-21T14:24:58.141Z] #21 26.66 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ...
14:24:58 [2021-12-21T14:24:58.141Z] #21 26.68 Unpacking libgpm2:arm64 (1.20.7-8) ...
14:24:58 [2021-12-21T14:24:58.141Z] #21 26.73 Selecting previously unselected package libicu67:arm64.
14:24:58 [2021-12-21T14:24:58.141Z] #21 26.73 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ...
14:24:58 [2021-12-21T14:24:58.141Z] #21 26.74 Unpacking libicu67:arm64 (67.1-7) ...
14:24:58 [2021-12-21T14:24:58.190Z] DEBUG: print all environment variables to check how Jenkins runs this script
14:24:58 [2021-12-21T14:24:58.190Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-fef6fec3\powershellScript.ps1'; exit $LASTEXITCODE;
14:24:58 [2021-12-21T14:24:58.190Z] ----------------------------------------------------------------------------
14:24:58 [2021-12-21T14:24:58.190Z] 
14:24:58 [2021-12-21T14:24:58.190Z] INFO: executeCI.ps1 starting at Tue Dec 21 14:24:53 CUT 2021
14:24:58 [2021-12-21T14:24:58.190Z] 
14:24:58 [2021-12-21T14:24:58.190Z] INFO: Script version 05-Feb-2019 09:03 PDT
14:24:58 [2021-12-21T14:24:58.190Z] INFO: Running git version 2.24.1.windows.2
14:24:58 [2021-12-21T14:24:58.190Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
14:24:58 [2021-12-21T14:24:58.190Z] INFO: Environment variables:
14:24:58 [2021-12-21T14:24:58.190Z] 
14:24:58 [2021-12-21T14:24:58.190Z] Name                           Value                                                                                   
14:24:58 [2021-12-21T14:24:58.190Z] ----                           -----                                                                                   
14:24:58 [2021-12-21T14:24:58.190Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
14:24:58 [2021-12-21T14:24:58.190Z] amd64                          true                                                                                    
14:24:58 [2021-12-21T14:24:58.190Z] APPDATA                        C:\Windows\system32\config\systemprofile\AppData\Roaming                                
14:24:58 [2021-12-21T14:24:58.190Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
14:24:58 [2021-12-21T14:24:58.190Z] arm64                          true                                                                                    
14:24:58 [2021-12-21T14:24:58.190Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12                     
14:24:58 [2021-12-21T14:24:58.190Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
14:24:58 [2021-12-21T14:24:58.190Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12                                                                                 
14:24:58 [2021-12-21T14:24:58.190Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
14:24:58 [2021-12-21T14:24:58.190Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
14:24:58 [2021-12-21T14:24:58.190Z] BRANCH_NAME                    PR-43075                                                                                
14:24:58 [2021-12-21T14:24:58.190Z] BUILD_DISPLAY_NAME             #44                                                                                     
14:24:58 [2021-12-21T14:24:58.190Z] BUILD_ID                       44                                                                                      
14:24:58 [2021-12-21T14:24:58.190Z] BUILD_NUMBER                   44                                                                                      
14:24:58 [2021-12-21T14:24:58.190Z] BUILD_TAG                      jenkins-moby-PR-43075-44                                                                
14:24:58 [2021-12-21T14:24:58.190Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-43075/44/                             
14:24:58 [2021-12-21T14:24:58.190Z] cgroup2                        true                                                                                    
14:24:58 [2021-12-21T14:24:58.190Z] CHANGE_AUTHOR                  errordeveloper                                                                          
14:24:58 [2021-12-21T14:24:58.190Z] CHANGE_AUTHOR_DISPLAY_NAME     Ilya Dmitrichenko                                                                       
14:24:58 [2021-12-21T14:24:58.190Z] CHANGE_AUTHOR_EMAIL            errordeveloper@gmail.com                                                                
14:24:58 [2021-12-21T14:24:58.190Z] CHANGE_BRANCH                  go-mod                                                                                  
14:24:58 [2021-12-21T14:24:58.190Z] CHANGE_FORK                    errordeveloper/docker                                                                   
14:24:58 [2021-12-21T14:24:58.190Z] CHANGE_ID                      43075                                                                                   
14:24:58 [2021-12-21T14:24:58.190Z] CHANGE_TARGET                  master                                                                                  
14:24:58 [2021-12-21T14:24:58.190Z] CHANGE_TITLE                   vendor: use go mod                                                                      
14:24:58 [2021-12-21T14:24:58.190Z] CHANGE_URL                     https://github.com/moby/moby/pull/43075                                                 
14:24:58 [2021-12-21T14:24:58.190Z] CHECK_CONFIG_COMMIT            33a3680e08d1007e72c3b3f1454f823d8e9948ee                                                
14:24:58 [2021-12-21T14:24:58.190Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
14:24:58 [2021-12-21T14:24:58.190Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
14:24:58 [2021-12-21T14:24:58.190Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
14:24:58 [2021-12-21T14:24:58.190Z] COMPUTERNAME                   azwin-2-ad82d0                                                                          
14:24:58 [2021-12-21T14:24:58.190Z] ComSpec                        C:\Windows\system32\cmd.exe                                                             
14:24:58 [2021-12-21T14:24:58.190Z] ConfigSequenceNumber           0                                                                                       
14:24:58 [2021-12-21T14:24:58.190Z] dco                            true                                                                                    
14:24:58 [2021-12-21T14:24:58.190Z] DOCKER_BUILDKIT                0                                                                                       
14:24:58 [2021-12-21T14:24:58.190Z] DOCKER_DUT_DEBUG               1                                                                                       
14:24:58 [2021-12-21T14:24:58.190Z] DOCKER_EXPERIMENTAL            1                                                                                       
14:24:58 [2021-12-21T14:24:58.190Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
14:24:58 [2021-12-21T14:24:58.190Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
14:24:58 [2021-12-21T14:24:58.190Z] EXECUTOR_NUMBER                0                                                                                       
14:24:58 [2021-12-21T14:24:58.190Z] FQDN                           azwin-2-ad82d0.westus.cloudapp.azure.com                                                
14:24:58 [2021-12-21T14:24:58.190Z] GIT_BRANCH                     PR-43075                                                                                
14:24:58 [2021-12-21T14:24:58.190Z] GIT_COMMIT                     2e64c14543a955a7bcaf9f1f8e607df61c5427f4                                                
14:24:58 [2021-12-21T14:24:58.190Z] GIT_PREVIOUS_COMMIT            2e64c14543a955a7bcaf9f1f8e607df61c5427f4                                                
14:24:58 [2021-12-21T14:24:58.190Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 0089b1ffb718e9c413a0687dd714dfc5c0829cb4                                                
14:24:58 [2021-12-21T14:24:58.190Z] GIT_URL                        https://github.com/moby/moby.git                                                        
14:24:58 [2021-12-21T14:24:58.190Z] HUDSON_COOKIE                  69238c53-eaa0-4106-adc7-995b997dfb6b                                                    
14:24:58 [2021-12-21T14:24:58.190Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
14:24:58 [2021-12-21T14:24:58.190Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
14:24:58 [2021-12-21T14:24:58.191Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
14:24:58 [2021-12-21T14:24:58.191Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64                          
14:24:58 [2021-12-21T14:24:58.191Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
14:24:58 [2021-12-21T14:24:58.191Z] JENKINS_NODE_COOKIE            68e31543-87c7-41ef-bfb0-a154fcab9366                                                    
14:24:58 [2021-12-21T14:24:58.191Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
14:24:58 [2021-12-21T14:24:58.191Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
14:24:58 [2021-12-21T14:24:58.191Z] JOB_BASE_NAME                  PR-43075                                                                                
14:24:58 [2021-12-21T14:24:58.191Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-43075/display/redirect                
14:24:58 [2021-12-21T14:24:58.191Z] JOB_NAME                       moby/PR-43075                                                                           
14:24:58 [2021-12-21T14:24:58.191Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-43075/                                
14:24:58 [2021-12-21T14:24:58.191Z] library.jps.version            master                                                                                  
14:24:58 [2021-12-21T14:24:58.191Z] LOCALAPPDATA                   C:\Windows\system32\config\systemprofile\AppData\Local                                  
14:24:58 [2021-12-21T14:24:58.191Z] NODE_LABELS                    amd64 azure azwin-2-ad82d0 azwin-2019 docker west-us windows windows-2019 x86_64        
14:24:58 [2021-12-21T14:24:58.191Z] NODE_NAME                      azwin-2-ad82d0                                                                          
14:24:58 [2021-12-21T14:24:58.191Z] NUMBER_OF_PROCESSORS           4                                                                                       
14:24:58 [2021-12-21T14:24:58.191Z] OS                             Windows_NT                                                                              
14:24:58 [2021-12-21T14:24:58.191Z] Path                           C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo...
14:24:58 [2021-12-21T14:24:58.191Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
14:24:58 [2021-12-21T14:24:58.191Z] ppc64le                        false                                                                                   
14:24:58 [2021-12-21T14:24:58.191Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
14:24:58 [2021-12-21T14:24:58.191Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 79 Stepping 1, GenuineIntel                                      
14:24:58 [2021-12-21T14:24:58.191Z] PROCESSOR_LEVEL                6                                                                                       
14:24:58 [2021-12-21T14:24:58.191Z] PROCESSOR_REVISION             4f01                                                                                    
14:24:58 [2021-12-21T14:24:58.191Z] ProgramData                    C:\ProgramData                                                                          
14:24:58 [2021-12-21T14:24:58.191Z] ProgramFiles                   C:\Program Files                                                                        
14:24:58 [2021-12-21T14:24:58.191Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
14:24:58 [2021-12-21T14:24:58.191Z] ProgramW6432                   C:\Program Files                                                                        
14:24:58 [2021-12-21T14:24:58.191Z] PROMPT                         $P$G                                                                                    
14:24:58 [2021-12-21T14:24:58.191Z] PSExecutionPolicyPreference    Bypass                                                                                  
14:24:58 [2021-12-21T14:24:58.191Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste...
14:24:58 [2021-12-21T14:24:58.191Z] PUBLIC                         C:\Users\Public                                                                         
14:24:58 [2021-12-21T14:24:58.191Z] rootless                       true                                                                                    
14:24:58 [2021-12-21T14:24:58.191Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-43075/44/display/redirect?page=arti...
14:24:58 [2021-12-21T14:24:58.191Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-43075/44/display/redirect?page=changes
14:24:58 [2021-12-21T14:24:58.191Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-43075/44/display/redirect             
14:24:58 [2021-12-21T14:24:58.191Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-43075/44/display/redirect?page=tests  
14:24:58 [2021-12-21T14:24:58.191Z] s390x                          false                                                                                   
14:24:58 [2021-12-21T14:24:58.191Z] SKIP_VALIDATION_TESTS          1                                                                                       
14:24:58 [2021-12-21T14:24:58.191Z] SOURCES_DRIVE                  d                                                                                       
14:24:58 [2021-12-21T14:24:58.191Z] SOURCES_SUBDIR                 gopath                                                                                  
14:24:58 [2021-12-21T14:24:58.191Z] STAGE_NAME                     Run tests                                                                               
14:24:58 [2021-12-21T14:24:58.191Z] SystemDrive                    C:                                                                                      
14:24:58 [2021-12-21T14:24:58.191Z] SystemRoot                     C:\Windows                                                                              
14:24:58 [2021-12-21T14:24:58.191Z] TEMP                           C:\Windows\TEMP                                                                         
14:24:58 [2021-12-21T14:24:58.191Z] TESTDEBUG                      0                                                                                       
14:24:58 [2021-12-21T14:24:58.191Z] TESTRUN_DRIVE                  d                                                                                       
14:24:58 [2021-12-21T14:24:58.191Z] TESTRUN_SUBDIR                 CI                                                                                      
14:24:58 [2021-12-21T14:24:58.191Z] TIMEOUT                        120m                                                                                    
14:24:58 [2021-12-21T14:24:58.191Z] TMP                            C:\Windows\TEMP                                                                         
14:24:58 [2021-12-21T14:24:58.191Z] unit_validate                  true                                                                                    
14:24:58 [2021-12-21T14:24:58.191Z] USERDOMAIN                     WORKGROUP                                                                               
14:24:58 [2021-12-21T14:24:58.191Z] USERNAME                       azwin-2-ad82d0$                                                                         
14:24:58 [2021-12-21T14:24:58.191Z] USERPROFILE                    C:\Windows\system32\config\systemprofile                                                
14:24:58 [2021-12-21T14:24:58.191Z] validate_force                 false                                                                                   
14:24:58 [2021-12-21T14:24:58.191Z] windir                         C:\Windows                                                                              
14:24:58 [2021-12-21T14:24:58.191Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
14:24:58 [2021-12-21T14:24:58.191Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
14:24:58 [2021-12-21T14:24:58.191Z] windows2022                    true                                                                                    
14:24:58 [2021-12-21T14:24:58.191Z] windows2022containerd          true                                                                                    
14:24:58 [2021-12-21T14:24:58.191Z] windowsRS1                     false                                                                                   
14:24:58 [2021-12-21T14:24:58.191Z] windowsRS5                     true                                                                                    
14:24:58 [2021-12-21T14:24:58.191Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
14:24:58 [2021-12-21T14:24:58.191Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
14:24:58 [2021-12-21T14:24:58.191Z] 
14:24:58 [2021-12-21T14:24:58.191Z] 
14:24:58 [2021-12-21T14:24:58.191Z] 
14:24:58 [2021-12-21T14:24:58.191Z] INFO: Sources under d:\gopath\...
14:24:58 [2021-12-21T14:24:58.191Z] INFO: Test run under d:\CI\...
14:24:58 [2021-12-21T14:24:58.191Z] INFO: Running in D:\gopath\src\github.com\docker\docker
14:24:58 [2021-12-21T14:24:58.191Z] INFO: docker/docker repository was found
14:24:58 [2021-12-21T14:24:58.191Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time...
14:24:58 [2021-12-21T14:24:58.191Z] ltsc2019: Pulling from windows/servercore
14:24:58 [2021-12-21T14:24:58.191Z] 4612f6d0b889: Pulling fs layer
14:24:58 [2021-12-21T14:24:58.191Z] 5ee7a7ea9cf2: Pulling fs layer
14:24:58 [2021-12-21T14:24:58.352Z] #21 15.55 The following additional packages will be installed:
14:24:58 [2021-12-21T14:24:58.352Z] #21 15.55   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
14:24:58 [2021-12-21T14:24:58.352Z] #21 15.55   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
14:24:58 [2021-12-21T14:24:58.352Z] #21 15.56   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
14:24:58 [2021-12-21T14:24:58.352Z] #21 15.56   python3-pkg-resources vim-runtime xxd
14:24:58 [2021-12-21T14:24:58.352Z] #21 15.56 Suggested packages:
14:24:58 [2021-12-21T14:24:58.352Z] #21 15.56   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
14:24:58 [2021-12-21T14:24:58.352Z] #21 15.56   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
14:24:58 [2021-12-21T14:24:58.352Z] #21 15.56   acl attr quota
14:24:58 [2021-12-21T14:24:58.352Z] #21 15.56 Recommended packages:
14:24:58 [2021-12-21T14:24:58.352Z] #21 15.56   libatm1 nftables libpam-cap build-essential python3-dev unzip
14:24:59 [2021-12-21T14:24:59.720Z] #21 16.97 The following NEW packages will be installed:
14:24:59 [2021-12-21T14:24:59.720Z] #21 16.98   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
14:24:59 [2021-12-21T14:24:59.720Z] #21 16.98   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
14:24:59 [2021-12-21T14:24:59.720Z] #21 16.98   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
14:24:59 [2021-12-21T14:24:59.720Z] #21 16.98   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
14:24:59 [2021-12-21T14:24:59.720Z] #21 16.98   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
14:24:59 [2021-12-21T14:24:59.720Z] #21 16.98   python3-pkg-resources python3-setuptools python3-wheel sudo
14:24:59 [2021-12-21T14:24:59.720Z] #21 16.98   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
14:24:59 [2021-12-21T14:24:59.720Z] #21 16.98   xz-utils zip zstd
14:24:59 [2021-12-21T14:24:59.976Z] #21 17.30 0 upgraded, 48 newly installed, 0 to remove and 7 not upgraded.
14:24:59 [2021-12-21T14:24:59.976Z] #21 17.30 Need to get 27.6 MB of archives.
14:24:59 [2021-12-21T14:24:59.976Z] #21 17.30 After this operation, 106 MB of additional disk space will be used.
14:24:59 [2021-12-21T14:24:59.976Z] #21 17.30 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
14:24:59 [2021-12-21T14:24:59.976Z] #21 17.31 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
14:25:00 [2021-12-21T14:25:00.173Z] #14 145.2 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
14:25:00 [2021-12-21T14:25:00.173Z] #14 145.2 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
14:25:00 [2021-12-21T14:25:00.173Z] #14 145.2 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.31 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.31 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.31 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.32 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.32 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.37 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.37 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.38 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.40 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.40 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.41 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.43 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.44 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.45 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.45 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.45 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.46 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.46 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.47 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.48 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.48 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.49 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.50 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
14:25:00 [2021-12-21T14:25:00.233Z] #21 17.50 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
14:25:00 [2021-12-21T14:25:00.490Z] #21 17.87 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
14:25:00 [2021-12-21T14:25:00.490Z] #21 17.87 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:25:00 [2021-12-21T14:25:00.746Z] #21 17.88 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
14:25:00 [2021-12-21T14:25:00.746Z] #21 17.88 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
14:25:00 [2021-12-21T14:25:00.746Z] #21 17.88 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
14:25:00 [2021-12-21T14:25:00.746Z] #21 17.88 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
14:25:00 [2021-12-21T14:25:00.746Z] #21 17.89 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
14:25:00 [2021-12-21T14:25:00.746Z] #21 17.97 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
14:25:00 [2021-12-21T14:25:00.746Z] #21 17.97 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
14:25:00 [2021-12-21T14:25:00.746Z] #21 17.97 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
14:25:00 [2021-12-21T14:25:00.746Z] #21 18.00 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
14:25:00 [2021-12-21T14:25:00.746Z] #21 18.01 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
14:25:00 [2021-12-21T14:25:00.746Z] #21 18.02 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
14:25:00 [2021-12-21T14:25:00.746Z] #21 18.02 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
14:25:00 [2021-12-21T14:25:00.747Z] #21 18.07 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
14:25:00 [2021-12-21T14:25:00.747Z] #21 18.08 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
14:25:01 [2021-12-21T14:25:01.017Z] #21 18.09 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
14:25:01 [2021-12-21T14:25:01.017Z] #21 18.30 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
14:25:01 [2021-12-21T14:25:01.017Z] #21 18.33 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
14:25:01 [2021-12-21T14:25:01.088Z] 4d1d74adc6a9: Verifying Checksum
14:25:01 [2021-12-21T14:25:01.088Z] 4d1d74adc6a9: Download complete
14:25:01 [2021-12-21T14:25:01.273Z] #21 18.37 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
14:25:01 [2021-12-21T14:25:01.273Z] #21 18.37 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
14:25:01 [2021-12-21T14:25:01.415Z] #21 29.41 Selecting previously unselected package libinih1:arm64.
14:25:01 [2021-12-21T14:25:01.415Z] #21 29.41 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ...
14:25:01 [2021-12-21T14:25:01.415Z] #21 29.42 Unpacking libinih1:arm64 (53-1+b2) ...
14:25:01 [2021-12-21T14:25:01.415Z] #21 29.48 Selecting previously unselected package libnet1:arm64.
14:25:01 [2021-12-21T14:25:01.415Z] #21 29.48 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
14:25:01 [2021-12-21T14:25:01.415Z] #21 29.48 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
14:25:01 [2021-12-21T14:25:01.415Z] #21 29.56 Selecting previously unselected package libnl-3-200:arm64.
14:25:01 [2021-12-21T14:25:01.415Z] #21 29.56 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ...
14:25:01 [2021-12-21T14:25:01.415Z] #21 29.57 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
14:25:01 [2021-12-21T14:25:01.415Z] #21 29.68 Selecting previously unselected package libprotobuf-c1:arm64.
14:25:01 [2021-12-21T14:25:01.415Z] #21 29.68 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
14:25:01 [2021-12-21T14:25:01.415Z] #21 29.69 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
14:25:01 [2021-12-21T14:25:01.415Z] #21 29.74 Selecting previously unselected package net-tools.
14:25:01 [2021-12-21T14:25:01.416Z] #21 29.75 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
14:25:01 [2021-12-21T14:25:01.416Z] #21 29.75 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
14:25:01 [2021-12-21T14:25:01.416Z] #21 29.93 Selecting previously unselected package patch.
14:25:01 [2021-12-21T14:25:01.416Z] #21 29.93 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ...
14:25:01 [2021-12-21T14:25:01.416Z] #21 29.96 Unpacking patch (2.7.6-7) ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.2 Selecting previously unselected package g++-arm-linux-gnueabihf.
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.2 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.2 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.2 Selecting previously unselected package crossbuild-essential-armhf.
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.2 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.2 Unpacking crossbuild-essential-armhf (12.9) ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.3 Selecting previously unselected package libc6-ppc64el-cross.
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.3 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.3 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.4 Selecting previously unselected package libgcc-s1-ppc64el-cross.
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.4 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.4 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.5 Selecting previously unselected package libgomp1-ppc64el-cross.
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.5 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.5 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.5 Selecting previously unselected package libitm1-ppc64el-cross.
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.5 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.5 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.5 Selecting previously unselected package libatomic1-ppc64el-cross.
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.5 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.5 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.6 Selecting previously unselected package libasan6-ppc64el-cross.
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.6 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.6 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.8 Selecting previously unselected package liblsan0-ppc64el-cross.
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.8 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.8 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.9 Selecting previously unselected package libtsan0-ppc64el-cross.
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.9 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 227.9 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 228.1 Selecting previously unselected package libstdc++6-ppc64el-cross.
14:25:01 [2021-12-21T14:25:01.422Z] #19 228.1 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:25:01 [2021-12-21T14:25:01.422Z] #19 228.1 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
14:25:01 [2021-12-21T14:25:01.672Z] #21 30.03 Selecting previously unselected package python-pip-whl.
14:25:01 [2021-12-21T14:25:01.672Z] #21 30.04 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
14:25:01 [2021-12-21T14:25:01.672Z] #21 30.04 Unpacking python-pip-whl (20.3.4-4) ...
14:25:01 [2021-12-21T14:25:01.682Z] #19 228.2 Selecting previously unselected package libubsan1-ppc64el-cross.
14:25:01 [2021-12-21T14:25:01.682Z] #19 228.2 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:25:01 [2021-12-21T14:25:01.682Z] #19 228.2 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
14:25:01 [2021-12-21T14:25:01.682Z] #19 228.3 Selecting previously unselected package libquadmath0-ppc64el-cross.
14:25:01 [2021-12-21T14:25:01.682Z] #19 228.3 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:25:01 [2021-12-21T14:25:01.682Z] #19 228.3 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
14:25:01 [2021-12-21T14:25:01.682Z] #19 228.4 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
14:25:01 [2021-12-21T14:25:01.682Z] #19 228.4 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:25:01 [2021-12-21T14:25:01.682Z] #19 228.4 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
14:25:01 [2021-12-21T14:25:01.928Z] #21 30.50 Selecting previously unselected package python3-lib2to3.
14:25:01 [2021-12-21T14:25:01.929Z] #21 30.50 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
14:25:01 [2021-12-21T14:25:01.929Z] #21 30.51 Unpacking python3-lib2to3 (3.9.2-1) ...
14:25:01 [2021-12-21T14:25:01.943Z] #19 228.6 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
14:25:01 [2021-12-21T14:25:01.943Z] #19 228.6 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:25:01 [2021-12-21T14:25:01.943Z] #19 228.6 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
14:25:02 [2021-12-21T14:25:02.185Z] #21 30.70 Selecting previously unselected package python3-distutils.
14:25:02 [2021-12-21T14:25:02.185Z] #21 30.70 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
14:25:02 [2021-12-21T14:25:02.185Z] #21 30.70 Unpacking python3-distutils (3.9.2-1) ...
14:25:02 [2021-12-21T14:25:02.202Z] #21 19.10 debconf: delaying package configuration, since apt-utils is not installed
14:25:02 [2021-12-21T14:25:02.202Z] #21 19.24 Fetched 27.6 MB in 1s (19.9 MB/s)
14:25:02 [2021-12-21T14:25:02.202Z] #21 19.30 Selecting previously unselected package pigz.
14:25:02 [2021-12-21T14:25:02.202Z] #21 19.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 ... 24014 files and directories currently installed.)
14:25:02 [2021-12-21T14:25:02.202Z] #21 19.36 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
14:25:02 [2021-12-21T14:25:02.202Z] #21 19.37 Unpacking pigz (2.6-1) ...
14:25:02 [2021-12-21T14:25:02.202Z] #21 19.46 Selecting previously unselected package libelf1:amd64.
14:25:02 [2021-12-21T14:25:02.441Z] #21 30.86 Selecting previously unselected package python3-pkg-resources.
14:25:02 [2021-12-21T14:25:02.441Z] #21 30.86 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
14:25:02 [2021-12-21T14:25:02.441Z] #21 30.87 Unpacking python3-pkg-resources (52.0.0-4) ...
14:25:02 [2021-12-21T14:25:02.441Z] #21 31.01 Selecting previously unselected package python3-setuptools.
14:25:02 [2021-12-21T14:25:02.441Z] #21 31.01 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
14:25:02 [2021-12-21T14:25:02.441Z] #21 31.03 Unpacking python3-setuptools (52.0.0-4) ...
14:25:02 [2021-12-21T14:25:02.458Z] #21 19.46 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
14:25:02 [2021-12-21T14:25:02.458Z] #21 19.46 Unpacking libelf1:amd64 (0.183-1) ...
14:25:02 [2021-12-21T14:25:02.458Z] #21 19.65 Selecting previously unselected package libbpf0:amd64.
14:25:02 [2021-12-21T14:25:02.458Z] #21 19.65 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
14:25:02 [2021-12-21T14:25:02.458Z] #21 19.65 Unpacking libbpf0:amd64 (1:0.3-2) ...
14:25:02 [2021-12-21T14:25:02.499Z] #14 143.3 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
14:25:02 [2021-12-21T14:25:02.499Z] #14 143.3 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
14:25:02 [2021-12-21T14:25:02.499Z] #14 143.3 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:25:02 [2021-12-21T14:25:02.697Z] #21 31.23 Selecting previously unselected package python3-wheel.
14:25:02 [2021-12-21T14:25:02.697Z] #21 31.23 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
14:25:02 [2021-12-21T14:25:02.697Z] #21 31.24 Unpacking python3-wheel (0.34.2-1) ...
14:25:02 [2021-12-21T14:25:02.697Z] #21 31.30 Selecting previously unselected package python3-pip.
14:25:02 [2021-12-21T14:25:02.697Z] #21 31.31 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
14:25:02 [2021-12-21T14:25:02.697Z] #21 31.32 Unpacking python3-pip (20.3.4-4) ...
14:25:02 [2021-12-21T14:25:02.714Z] #21 19.76 Selecting previously unselected package libcap2:amd64.
14:25:02 [2021-12-21T14:25:02.714Z] #21 19.76 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
14:25:02 [2021-12-21T14:25:02.714Z] #21 19.77 Unpacking libcap2:amd64 (1:2.44-1) ...
14:25:02 [2021-12-21T14:25:02.714Z] #21 19.84 Selecting previously unselected package libmnl0:amd64.
14:25:02 [2021-12-21T14:25:02.714Z] #21 19.85 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
14:25:02 [2021-12-21T14:25:02.714Z] #21 19.85 Unpacking libmnl0:amd64 (1.0.4-3) ...
14:25:02 [2021-12-21T14:25:02.714Z] #21 19.91 Selecting previously unselected package libxtables12:amd64.
14:25:02 [2021-12-21T14:25:02.714Z] #21 19.91 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
14:25:02 [2021-12-21T14:25:02.714Z] #21 19.92 Unpacking libxtables12:amd64 (1.8.7-1) ...
14:25:02 [2021-12-21T14:25:02.714Z] #21 19.99 Selecting previously unselected package libcap2-bin.
14:25:02 [2021-12-21T14:25:02.970Z] #21 20.01 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
14:25:02 [2021-12-21T14:25:02.970Z] #21 20.01 Unpacking libcap2-bin (1:2.44-1) ...
14:25:02 [2021-12-21T14:25:02.970Z] #21 20.09 Selecting previously unselected package iproute2.
14:25:02 [2021-12-21T14:25:02.970Z] #21 20.09 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
14:25:02 [2021-12-21T14:25:02.970Z] #21 20.09 Unpacking iproute2 (5.10.0-4) ...
14:25:03 [2021-12-21T14:25:03.259Z] #21 31.57 Selecting previously unselected package sudo.
14:25:03 [2021-12-21T14:25:03.259Z] #21 31.59 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ...
14:25:03 [2021-12-21T14:25:03.259Z] #21 31.60 Unpacking sudo (1.9.5p2-3) ...
14:25:03 [2021-12-21T14:25:03.482Z] #21 20.57 Selecting previously unselected package xxd.
14:25:03 [2021-12-21T14:25:03.482Z] #21 20.59 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
14:25:03 [2021-12-21T14:25:03.482Z] #21 20.59 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
14:25:03 [2021-12-21T14:25:03.482Z] #21 20.71 Selecting previously unselected package vim-common.
14:25:03 [2021-12-21T14:25:03.482Z] #21 20.71 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
14:25:03 [2021-12-21T14:25:03.482Z] #21 20.73 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
14:25:03 [2021-12-21T14:25:03.515Z] #21 32.07 Selecting previously unselected package thin-provisioning-tools.
14:25:03 [2021-12-21T14:25:03.515Z] #21 32.07 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ...
14:25:03 [2021-12-21T14:25:03.515Z] #21 32.07 Unpacking thin-provisioning-tools (0.9.0-1) ...
14:25:03 [2021-12-21T14:25:03.739Z] #21 20.88 Selecting previously unselected package bash-completion.
14:25:03 [2021-12-21T14:25:03.739Z] #21 20.90 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
14:25:03 [2021-12-21T14:25:03.771Z] #21 32.25 Selecting previously unselected package uidmap.
14:25:03 [2021-12-21T14:25:03.771Z] #21 32.26 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ...
14:25:03 [2021-12-21T14:25:03.771Z] #21 32.26 Unpacking uidmap (1:4.8.1-1) ...
14:25:03 [2021-12-21T14:25:03.771Z] #21 32.33 Selecting previously unselected package vim-runtime.
14:25:03 [2021-12-21T14:25:03.771Z] #21 32.33 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
14:25:03 [2021-12-21T14:25:03.771Z] #21 32.35 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
14:25:04 [2021-12-21T14:25:04.027Z] #21 32.36 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
14:25:04 [2021-12-21T14:25:04.027Z] #21 32.36 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
14:25:05 [2021-12-21T14:25:05.630Z] #21 22.79 Unpacking bash-completion (1:2.11-2) ...
14:25:05 [2021-12-21T14:25:05.887Z] #21 23.15 Selecting previously unselected package bzip2.
14:25:05 [2021-12-21T14:25:05.887Z] #21 23.16 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
14:25:05 [2021-12-21T14:25:05.887Z] #21 23.17 Unpacking bzip2 (1.0.8-4) ...
14:25:06 [2021-12-21T14:25:06.144Z] #21 23.26 Selecting previously unselected package xz-utils.
14:25:06 [2021-12-21T14:25:06.144Z] #21 23.26 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ...
14:25:06 [2021-12-21T14:25:06.144Z] #21 23.27 Unpacking xz-utils (5.2.5-2) ...
14:25:06 [2021-12-21T14:25:06.144Z] #21 23.43 Selecting previously unselected package apparmor.
14:25:06 [2021-12-21T14:25:06.144Z] #21 23.43 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
14:25:06 [2021-12-21T14:25:06.144Z] #21 23.50 Unpacking apparmor (2.13.6-10) ...
14:25:06 [2021-12-21T14:25:06.545Z] #21 35.10 Selecting previously unselected package vim.
14:25:06 [2021-12-21T14:25:06.545Z] #21 35.10 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
14:25:06 [2021-12-21T14:25:06.545Z] #21 35.12 Unpacking vim (2:8.2.2434-3+deb11u1) ...
14:25:06 [2021-12-21T14:25:06.705Z] #21 23.96 Selecting previously unselected package inetutils-ping.
14:25:06 [2021-12-21T14:25:06.705Z] #21 23.97 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
14:25:06 [2021-12-21T14:25:06.705Z] #21 23.98 Unpacking inetutils-ping (2:2.0-1) ...
14:25:06 [2021-12-21T14:25:06.962Z] #21 24.17 Selecting previously unselected package libip4tc2:amd64.
14:25:06 [2021-12-21T14:25:06.962Z] #21 24.18 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
14:25:06 [2021-12-21T14:25:06.962Z] #21 24.18 Unpacking libip4tc2:amd64 (1.8.7-1) ...
14:25:06 [2021-12-21T14:25:06.962Z] #21 24.24 Selecting previously unselected package libip6tc2:amd64.
14:25:07 [2021-12-21T14:25:07.144Z] #21 35.54 Selecting previously unselected package xfsprogs.
14:25:07 [2021-12-21T14:25:07.144Z] #21 35.57 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ...
14:25:07 [2021-12-21T14:25:07.144Z] #21 35.57 Unpacking xfsprogs (5.10.0-4) ...
14:25:07 [2021-12-21T14:25:07.218Z] #21 24.24 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
14:25:07 [2021-12-21T14:25:07.218Z] #21 24.26 Unpacking libip6tc2:amd64 (1.8.7-1) ...
14:25:07 [2021-12-21T14:25:07.218Z] #21 24.31 Selecting previously unselected package libnfnetlink0:amd64.
14:25:07 [2021-12-21T14:25:07.218Z] #21 24.32 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
14:25:07 [2021-12-21T14:25:07.218Z] #21 24.32 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:25:07 [2021-12-21T14:25:07.218Z] #21 24.38 Selecting previously unselected package libnetfilter-conntrack3:amd64.
14:25:07 [2021-12-21T14:25:07.218Z] #21 24.39 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
14:25:07 [2021-12-21T14:25:07.218Z] #21 24.39 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
14:25:07 [2021-12-21T14:25:07.218Z] #21 24.47 Selecting previously unselected package libnftnl11:amd64.
14:25:07 [2021-12-21T14:25:07.218Z] #21 24.47 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
14:25:07 [2021-12-21T14:25:07.218Z] #21 24.48 Unpacking libnftnl11:amd64 (1.1.9-1) ...
14:25:07 [2021-12-21T14:25:07.218Z] #21 24.56 Selecting previously unselected package iptables.
14:25:07 [2021-12-21T14:25:07.218Z] #21 24.58 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
14:25:07 [2021-12-21T14:25:07.218Z] #21 24.58 Unpacking iptables (1.8.7-1) ...
14:25:07 [2021-12-21T14:25:07.233Z] #19 233.2 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
14:25:07 [2021-12-21T14:25:07.233Z] #19 233.2 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:25:07 [2021-12-21T14:25:07.233Z] #19 233.2 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
14:25:07 [2021-12-21T14:25:07.233Z] #19 233.2 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
14:25:07 [2021-12-21T14:25:07.233Z] #19 233.2 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
14:25:07 [2021-12-21T14:25:07.233Z] #19 233.2 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
14:25:07 [2021-12-21T14:25:07.233Z] #19 233.4 Selecting previously unselected package libc6-dev-ppc64el-cross.
14:25:07 [2021-12-21T14:25:07.233Z] #19 233.4 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
14:25:07 [2021-12-21T14:25:07.233Z] #19 233.4 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
14:25:07 [2021-12-21T14:25:07.233Z] #19 233.6 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
14:25:07 [2021-12-21T14:25:07.233Z] #19 233.6 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
14:25:07 [2021-12-21T14:25:07.233Z] #19 233.6 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
14:25:07 [2021-12-21T14:25:07.233Z] #19 233.9 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
14:25:07 [2021-12-21T14:25:07.233Z] #19 233.9 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:25:07 [2021-12-21T14:25:07.233Z] #19 233.9 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
14:25:07 [2021-12-21T14:25:07.781Z] #21 24.88 Selecting previously unselected package libonig5:amd64.
14:25:07 [2021-12-21T14:25:07.781Z] #21 24.89 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
14:25:07 [2021-12-21T14:25:07.781Z] #21 24.89 Unpacking libonig5:amd64 (6.9.6-1.1) ...
14:25:07 [2021-12-21T14:25:07.781Z] #21 25.03 Selecting previously unselected package libjq1:amd64.
14:25:07 [2021-12-21T14:25:07.781Z] #21 25.03 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
14:25:07 [2021-12-21T14:25:07.781Z] #21 25.04 Unpacking libjq1:amd64 (1.6-2.1) ...
14:25:07 [2021-12-21T14:25:07.781Z] #21 25.15 Selecting previously unselected package jq.
14:25:08 [2021-12-21T14:25:08.038Z] #21 25.17 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
14:25:08 [2021-12-21T14:25:08.038Z] #21 25.17 Unpacking jq (1.6-2.1) ...
14:25:08 [2021-12-21T14:25:08.038Z] #21 25.24 Selecting previously unselected package libaio1:amd64.
14:25:08 [2021-12-21T14:25:08.038Z] #21 25.25 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
14:25:08 [2021-12-21T14:25:08.038Z] #21 25.25 Unpacking libaio1:amd64 (0.3.112-9) ...
14:25:08 [2021-12-21T14:25:08.038Z] #21 25.31 Selecting previously unselected package libgpm2:amd64.
14:25:08 [2021-12-21T14:25:08.038Z] #21 25.31 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
14:25:08 [2021-12-21T14:25:08.038Z] #21 25.31 Unpacking libgpm2:amd64 (1.20.7-8) ...
14:25:08 [2021-12-21T14:25:08.038Z] #21 25.37 Selecting previously unselected package libicu67:amd64.
14:25:08 [2021-12-21T14:25:08.101Z] #21 36.44 Selecting previously unselected package zip.
14:25:08 [2021-12-21T14:25:08.101Z] #21 36.44 Preparing to unpack .../46-zip_3.0-12_arm64.deb ...
14:25:08 [2021-12-21T14:25:08.101Z] #21 36.48 Unpacking zip (3.0-12) ...
14:25:08 [2021-12-21T14:25:08.101Z] #21 36.63 Selecting previously unselected package zstd.
14:25:08 [2021-12-21T14:25:08.101Z] #21 36.65 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ...
14:25:08 [2021-12-21T14:25:08.294Z] #21 25.37 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
14:25:08 [2021-12-21T14:25:08.294Z] #21 25.39 Unpacking libicu67:amd64 (67.1-7) ...
14:25:08 [2021-12-21T14:25:08.357Z] #21 36.69 Unpacking zstd (1.4.8+dfsg-2.1) ...
14:25:08 [2021-12-21T14:25:08.613Z] #21 37.03 Setting up python3-pkg-resources (52.0.0-4) ...
14:25:09 [2021-12-21T14:25:09.069Z] #14 ...
14:25:09 [2021-12-21T14:25:09.069Z] 
14:25:09 [2021-12-21T14:25:09.069Z] #63 [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
14:25:09 [2021-12-21T14:25:09.069Z] #63 sha256:f74c1c96853af0777643df80416ac53a064eb1edb472c1fb9db77357716b52e1
14:25:09 [2021-12-21T14:25:09.069Z] #63 149.7 + for f in rootlesskit rootlesskit-docker-proxy
14:25:09 [2021-12-21T14:25:09.069Z] #63 149.7 + GOBIN=/build
14:25:09 [2021-12-21T14:25:09.069Z] #63 149.7 + GO111MODULE=on
14:25:09 [2021-12-21T14:25:09.069Z] #63 149.7 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
14:25:09 [2021-12-21T14:25:09.176Z] #21 37.66 Setting up libip4tc2:arm64 (1.8.7-1) ...
14:25:09 [2021-12-21T14:25:09.176Z] #21 37.70 Setting up net-tools (1.60+git20181103.0eebece-1) ...
14:25:09 [2021-12-21T14:25:09.176Z] #21 37.72 Setting up libgpm2:arm64 (1.20.7-8) ...
14:25:09 [2021-12-21T14:25:09.176Z] #21 37.73 Setting up libicu67:arm64 (67.1-7) ...
14:25:09 [2021-12-21T14:25:09.176Z] #21 37.74 Setting up libip6tc2:arm64 (1.8.7-1) ...
14:25:09 [2021-12-21T14:25:09.176Z] #21 37.75 Setting up libinih1:arm64 (53-1+b2) ...
14:25:09 [2021-12-21T14:25:09.176Z] #21 37.77 Setting up uidmap (1:4.8.1-1) ...
14:25:09 [2021-12-21T14:25:09.176Z] #21 37.78 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
14:25:09 [2021-12-21T14:25:09.176Z] #21 37.79 Setting up bzip2 (1.0.8-4) ...
14:25:09 [2021-12-21T14:25:09.432Z] #21 37.81 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
14:25:09 [2021-12-21T14:25:09.432Z] #21 37.82 Setting up python3-wheel (0.34.2-1) ...
14:25:09 [2021-12-21T14:25:09.688Z] #21 38.32 Setting up xxd (2:8.2.2434-3+deb11u1) ...
14:25:09 [2021-12-21T14:25:09.688Z] #21 38.33 Setting up libcap2:arm64 (1:2.44-1) ...
14:25:09 [2021-12-21T14:25:09.688Z] #21 38.34 Setting up libcap2-bin (1:2.44-1) ...
14:25:09 [2021-12-21T14:25:09.688Z] #21 38.35 Setting up apparmor (2.13.6-10) ...
14:25:10 [2021-12-21T14:25:10.666Z] 5ee7a7ea9cf2: Verifying Checksum
14:25:11 [2021-12-21T14:25:11.058Z] #21 39.65 Setting up zip (3.0-12) ...
14:25:11 [2021-12-21T14:25:11.058Z] #21 39.67 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
14:25:11 [2021-12-21T14:25:11.058Z] #21 39.69 Setting up bash-completion (1:2.11-2) ...
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.14 Selecting previously unselected package libinih1:amd64.
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.14 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.15 Unpacking libinih1:amd64 (53-1+b2) ...
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.21 Selecting previously unselected package libnet1:amd64.
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.21 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.22 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.29 Selecting previously unselected package libnl-3-200:amd64.
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.30 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.30 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.41 Selecting previously unselected package libprotobuf-c1:amd64.
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.41 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.42 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.48 Selecting previously unselected package net-tools.
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.50 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.51 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.69 Selecting previously unselected package patch.
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.71 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.72 Unpacking patch (2.7.6-7) ...
14:25:12 [2021-12-21T14:25:12.476Z] #21 29.84 Selecting previously unselected package python-pip-whl.
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.3 Selecting previously unselected package g++-powerpc64le-linux-gnu.
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.3 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.3 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.3 Selecting previously unselected package crossbuild-essential-ppc64el.
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.3 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.3 Unpacking crossbuild-essential-ppc64el (12.9) ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.3 Selecting previously unselected package libc6-s390x-cross.
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.3 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.3 Unpacking libc6-s390x-cross (2.31-9cross4) ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.5 Selecting previously unselected package libgcc-s1-s390x-cross.
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.5 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.5 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.5 Selecting previously unselected package libgomp1-s390x-cross.
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.5 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.5 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.5 Selecting previously unselected package libitm1-s390x-cross.
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.5 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.5 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.6 Selecting previously unselected package libatomic1-s390x-cross.
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.6 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.6 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.6 Selecting previously unselected package libasan6-s390x-cross.
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.6 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.6 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.8 Selecting previously unselected package libstdc++6-s390x-cross.
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.8 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.8 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.9 Selecting previously unselected package libubsan1-s390x-cross.
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.9 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 238.9 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 239.0 Selecting previously unselected package libgcc-10-dev-s390x-cross.
14:25:12 [2021-12-21T14:25:12.516Z] #19 239.0 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 239.0 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 239.1 Selecting previously unselected package gcc-10-s390x-linux-gnu.
14:25:12 [2021-12-21T14:25:12.516Z] #19 239.1 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:25:12 [2021-12-21T14:25:12.516Z] #19 239.1 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
14:25:12 [2021-12-21T14:25:12.538Z] #14 ...
14:25:12 [2021-12-21T14:25:12.538Z] 
14:25:12 [2021-12-21T14:25:12.538Z] #63 [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
14:25:12 [2021-12-21T14:25:12.538Z] #63 sha256:5a3299b8f9a4902da16388e827823c188d8bda72367256a00c4c33ab24a5b67e
14:25:12 [2021-12-21T14:25:12.538Z] #63 157.4 + for f in rootlesskit rootlesskit-docker-proxy
14:25:12 [2021-12-21T14:25:12.538Z] #63 157.4 + GOBIN=/build
14:25:12 [2021-12-21T14:25:12.538Z] #63 157.4 + GO111MODULE=on
14:25:12 [2021-12-21T14:25:12.538Z] #63 157.4 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
14:25:12 [2021-12-21T14:25:12.732Z] #21 29.87 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
14:25:12 [2021-12-21T14:25:12.732Z] #21 29.88 Unpacking python-pip-whl (20.3.4-4) ...
14:25:12 [2021-12-21T14:25:12.950Z] #21 41.38 Setting up xz-utils (5.2.5-2) ...
14:25:12 [2021-12-21T14:25:12.950Z] #21 41.39 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:25:12 [2021-12-21T14:25:12.950Z] #21 41.40 Setting up libmnl0:arm64 (1.0.4-3) ...
14:25:12 [2021-12-21T14:25:12.950Z] #21 41.41 Setting up patch (2.7.6-7) ...
14:25:12 [2021-12-21T14:25:12.950Z] #21 41.42 Setting up sudo (1.9.5p2-3) ...
14:25:12 [2021-12-21T14:25:12.950Z] #21 41.48 invoke-rc.d: could not determine current runlevel
14:25:12 [2021-12-21T14:25:12.950Z] #21 41.48 invoke-rc.d: policy-rc.d denied execution of start.
14:25:12 [2021-12-21T14:25:12.950Z] #21 41.49 Setting up xfsprogs (5.10.0-4) ...
14:25:13 [2021-12-21T14:25:13.207Z] #21 41.60 Setting up libxtables12:arm64 (1.8.7-1) ...
14:25:13 [2021-12-21T14:25:13.207Z] #21 41.61 Setting up inetutils-ping (2:2.0-1) ...
14:25:13 [2021-12-21T14:25:13.207Z] #21 41.62 Setting up pigz (2.6-1) ...
14:25:13 [2021-12-21T14:25:13.207Z] #21 41.63 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
14:25:13 [2021-12-21T14:25:13.207Z] #21 41.64 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
14:25:13 [2021-12-21T14:25:13.207Z] #21 41.66 Setting up python-pip-whl (20.3.4-4) ...
14:25:13 [2021-12-21T14:25:13.207Z] #21 41.67 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
14:25:13 [2021-12-21T14:25:13.294Z] #21 30.50 Selecting previously unselected package python3-lib2to3.
14:25:13 [2021-12-21T14:25:13.294Z] #21 30.52 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
14:25:13 [2021-12-21T14:25:13.294Z] #21 30.52 Unpacking python3-lib2to3 (3.9.2-1) ...
14:25:13 [2021-12-21T14:25:13.552Z] #21 30.64 Selecting previously unselected package python3-distutils.
14:25:13 [2021-12-21T14:25:13.552Z] #21 30.66 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
14:25:13 [2021-12-21T14:25:13.552Z] #21 30.66 Unpacking python3-distutils (3.9.2-1) ...
14:25:13 [2021-12-21T14:25:13.552Z] #21 30.79 Selecting previously unselected package python3-pkg-resources.
14:25:13 [2021-12-21T14:25:13.552Z] #21 30.79 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
14:25:13 [2021-12-21T14:25:13.552Z] #21 30.79 Unpacking python3-pkg-resources (52.0.0-4) ...
14:25:13 [2021-12-21T14:25:13.817Z] #21 30.93 Selecting previously unselected package python3-setuptools.
14:25:13 [2021-12-21T14:25:13.817Z] #21 30.94 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
14:25:13 [2021-12-21T14:25:13.817Z] #21 30.95 Unpacking python3-setuptools (52.0.0-4) ...
14:25:13 [2021-12-21T14:25:13.824Z] #21 42.34 Setting up libaio1:arm64 (0.3.112-9) ...
14:25:13 [2021-12-21T14:25:13.824Z] #21 42.35 Setting up python3-lib2to3 (3.9.2-1) ...
14:25:14 [2021-12-21T14:25:14.078Z] #21 31.21 Selecting previously unselected package python3-wheel.
14:25:14 [2021-12-21T14:25:14.078Z] #21 31.22 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
14:25:14 [2021-12-21T14:25:14.078Z] #21 31.23 Unpacking python3-wheel (0.34.2-1) ...
14:25:14 [2021-12-21T14:25:14.078Z] #21 31.30 Selecting previously unselected package python3-pip.
14:25:14 [2021-12-21T14:25:14.078Z] #21 31.31 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
14:25:14 [2021-12-21T14:25:14.078Z] #21 31.31 Unpacking python3-pip (20.3.4-4) ...
14:25:14 [2021-12-21T14:25:14.081Z] #21 42.67 Setting up libelf1:arm64 (0.183-1) ...
14:25:14 [2021-12-21T14:25:14.081Z] #21 42.69 Setting up zstd (1.4.8+dfsg-2.1) ...
14:25:14 [2021-12-21T14:25:14.081Z] #21 42.70 Setting up libonig5:arm64 (6.9.6-1.1) ...
14:25:14 [2021-12-21T14:25:14.081Z] #21 42.71 Setting up python3-distutils (3.9.2-1) ...
14:25:14 [2021-12-21T14:25:14.335Z] #21 31.57 Selecting previously unselected package sudo.
14:25:14 [2021-12-21T14:25:14.335Z] #21 31.58 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
14:25:14 [2021-12-21T14:25:14.335Z] #21 31.59 Unpacking sudo (1.9.5p2-3) ...
14:25:14 [2021-12-21T14:25:14.344Z] #63 155.6 rootlesskit version 0.14.6
14:25:14 [2021-12-21T14:25:14.603Z] #63 155.6 Usage of /build/rootlesskit-docker-proxy:
14:25:14 [2021-12-21T14:25:14.603Z] #63 155.6   -container-ip string
14:25:14 [2021-12-21T14:25:14.603Z] #63 155.6     	container ip
14:25:14 [2021-12-21T14:25:14.603Z] #63 155.6   -container-port int
14:25:14 [2021-12-21T14:25:14.603Z] #63 155.6     	container port (default -1)
14:25:14 [2021-12-21T14:25:14.603Z] #63 155.6   -host-ip string
14:25:14 [2021-12-21T14:25:14.603Z] #63 155.6     	host ip
14:25:14 [2021-12-21T14:25:14.603Z] #63 155.6   -host-port int
14:25:14 [2021-12-21T14:25:14.603Z] #63 155.6     	host port (default -1)
14:25:14 [2021-12-21T14:25:14.603Z] #63 155.6   -proto string
14:25:14 [2021-12-21T14:25:14.603Z] #63 155.6     	proxy protocol (default "tcp")
14:25:14 [2021-12-21T14:25:14.644Z] #21 43.19 Setting up vim (2:8.2.2434-3+deb11u1) ...
14:25:14 [2021-12-21T14:25:14.644Z] #21 43.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
14:25:14 [2021-12-21T14:25:14.644Z] #21 43.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
14:25:14 [2021-12-21T14:25:14.644Z] #21 43.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
14:25:14 [2021-12-21T14:25:14.644Z] #21 43.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
14:25:14 [2021-12-21T14:25:14.644Z] #21 43.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
14:25:14 [2021-12-21T14:25:14.644Z] #21 43.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
14:25:14 [2021-12-21T14:25:14.644Z] #21 43.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
14:25:14 [2021-12-21T14:25:14.644Z] #21 43.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
14:25:14 [2021-12-21T14:25:14.644Z] #21 43.25 Setting up python3-setuptools (52.0.0-4) ...
14:25:15 [2021-12-21T14:25:15.264Z] #21 32.24 Selecting previously unselected package thin-provisioning-tools.
14:25:15 [2021-12-21T14:25:15.264Z] #21 32.25 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
14:25:15 [2021-12-21T14:25:15.264Z] #21 32.36 Unpacking thin-provisioning-tools (0.9.0-1) ...
14:25:15 [2021-12-21T14:25:15.520Z] #21 32.66 Selecting previously unselected package uidmap.
14:25:15 [2021-12-21T14:25:15.520Z] #21 32.68 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
14:25:15 [2021-12-21T14:25:15.520Z] #21 32.68 Unpacking uidmap (1:4.8.1-1) ...
14:25:15 [2021-12-21T14:25:15.520Z] #21 32.81 Selecting previously unselected package vim-runtime.
14:25:15 [2021-12-21T14:25:15.520Z] #21 32.82 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
14:25:15 [2021-12-21T14:25:15.520Z] #21 32.85 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
14:25:15 [2021-12-21T14:25:15.520Z] #21 32.87 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
14:25:15 [2021-12-21T14:25:15.776Z] #21 32.88 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
14:25:16 [2021-12-21T14:25:16.012Z] #21 44.46 Setting up libjq1:arm64 (1.6-2.1) ...
14:25:16 [2021-12-21T14:25:16.012Z] #21 44.47 Setting up libnftnl11:arm64 (1.1.9-1) ...
14:25:16 [2021-12-21T14:25:16.012Z] #21 44.48 Setting up thin-provisioning-tools (0.9.0-1) ...
14:25:16 [2021-12-21T14:25:16.012Z] #21 44.50 Setting up python3-pip (20.3.4-4) ...
14:25:16 [2021-12-21T14:25:16.484Z] 4612f6d0b889: Verifying Checksum
14:25:16 [2021-12-21T14:25:16.484Z] 4612f6d0b889: Download complete
14:25:16 [2021-12-21T14:25:16.510Z] #63 ...
14:25:16 [2021-12-21T14:25:16.510Z] 
14:25:16 [2021-12-21T14:25:16.510Z] #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
14:25:16 [2021-12-21T14:25:16.510Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:25:16 [2021-12-21T14:25:16.510Z] #14 158.2 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
14:25:16 [2021-12-21T14:25:16.510Z] #14 158.2 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
14:25:16 [2021-12-21T14:25:16.510Z] #14 158.2 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:25:16 [2021-12-21T14:25:16.577Z] #21 45.24 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
14:25:16 [2021-12-21T14:25:16.720Z] #63 162.3 rootlesskit version 0.14.6
14:25:16 [2021-12-21T14:25:16.720Z] #63 162.3 Usage of /build/rootlesskit-docker-proxy:
14:25:16 [2021-12-21T14:25:16.720Z] #63 162.3   -container-ip string
14:25:16 [2021-12-21T14:25:16.720Z] #63 162.3     	container ip
14:25:16 [2021-12-21T14:25:16.720Z] #63 162.3   -container-port int
14:25:16 [2021-12-21T14:25:16.720Z] #63 162.3     	container port (default -1)
14:25:16 [2021-12-21T14:25:16.720Z] #63 162.3   -host-ip string
14:25:16 [2021-12-21T14:25:16.720Z] #63 162.3     	host ip
14:25:16 [2021-12-21T14:25:16.720Z] #63 162.3   -host-port int
14:25:16 [2021-12-21T14:25:16.720Z] #63 162.3     	host port (default -1)
14:25:16 [2021-12-21T14:25:16.721Z] #63 162.3   -proto string
14:25:16 [2021-12-21T14:25:16.721Z] #63 162.3     	proxy protocol (default "tcp")
14:25:16 [2021-12-21T14:25:16.834Z] #21 45.26 Setting up jq (1.6-2.1) ...
14:25:16 [2021-12-21T14:25:16.834Z] #21 45.27 Setting up libbpf0:arm64 (1:0.3-2) ...
14:25:16 [2021-12-21T14:25:16.834Z] #21 45.28 Setting up iptables (1.8.7-1) ...
14:25:16 [2021-12-21T14:25:16.834Z] #21 45.30 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
14:25:16 [2021-12-21T14:25:16.834Z] #21 45.30 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:25:16 [2021-12-21T14:25:16.834Z] #21 45.31 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
14:25:16 [2021-12-21T14:25:16.834Z] #21 45.31 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:25:16 [2021-12-21T14:25:16.834Z] #21 45.31 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
14:25:16 [2021-12-21T14:25:16.834Z] #21 45.32 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
14:25:16 [2021-12-21T14:25:16.834Z] #21 45.33 Setting up iproute2 (5.10.0-4) ...
14:25:17 [2021-12-21T14:25:17.079Z] #14 ...
14:25:17 [2021-12-21T14:25:17.079Z] 
14:25:17 [2021-12-21T14:25:17.080Z] #63 [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
14:25:17 [2021-12-21T14:25:17.080Z] #63 sha256:f74c1c96853af0777643df80416ac53a064eb1edb472c1fb9db77357716b52e1
14:25:17 [2021-12-21T14:25:17.080Z] #63 DONE 158.3s
14:25:17 [2021-12-21T14:25:17.080Z] 
14:25:17 [2021-12-21T14:25:17.080Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
14:25:17 [2021-12-21T14:25:17.080Z] #64 sha256:d9c6c3ef762c4a42818d032f0c891fdf3abc6a2106e614786cf3b3e142a89b60
14:25:17 [2021-12-21T14:25:17.080Z] #64 DONE 0.1s
14:25:17 [2021-12-21T14:25:17.080Z] 
14:25:17 [2021-12-21T14:25:17.080Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
14:25:17 [2021-12-21T14:25:17.080Z] #65 sha256:ce84bd821b7372f1beef71d73639dcf04eecb7acc1e654580318ea123226e2c5
14:25:17 [2021-12-21T14:25:17.339Z] #65 DONE 0.1s
14:25:17 [2021-12-21T14:25:17.340Z] 
14:25:17 [2021-12-21T14:25:17.340Z] #51 [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
14:25:17 [2021-12-21T14:25:17.340Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:25:17 [2021-12-21T14:25:17.354Z] #21 45.70 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:25:17 [2021-12-21T14:25:17.841Z] #19 243.5 Selecting previously unselected package gcc-s390x-linux-gnu.
14:25:17 [2021-12-21T14:25:17.841Z] #19 243.5 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:25:17 [2021-12-21T14:25:17.841Z] #19 243.5 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
14:25:17 [2021-12-21T14:25:17.841Z] #19 243.6 Selecting previously unselected package linux-libc-dev-s390x-cross.
14:25:17 [2021-12-21T14:25:17.841Z] #19 243.6 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
14:25:17 [2021-12-21T14:25:17.841Z] #19 243.6 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
14:25:17 [2021-12-21T14:25:17.841Z] #19 243.8 Selecting previously unselected package libc6-dev-s390x-cross.
14:25:17 [2021-12-21T14:25:17.841Z] #19 243.8 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
14:25:17 [2021-12-21T14:25:17.841Z] #19 243.8 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
14:25:17 [2021-12-21T14:25:17.841Z] #19 244.0 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
14:25:17 [2021-12-21T14:25:17.841Z] #19 244.0 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
14:25:17 [2021-12-21T14:25:17.841Z] #19 244.0 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
14:25:17 [2021-12-21T14:25:17.841Z] #19 244.2 Selecting previously unselected package g++-10-s390x-linux-gnu.
14:25:17 [2021-12-21T14:25:17.841Z] #19 244.2 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
14:25:17 [2021-12-21T14:25:17.841Z] #19 244.3 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
14:25:18 [2021-12-21T14:25:18.282Z] #21 DONE 46.8s
14:25:18 [2021-12-21T14:25:18.282Z] 
14:25:18 [2021-12-21T14:25:18.282Z] #22 [dev-systemd-false  8/24] 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
14:25:18 [2021-12-21T14:25:18.282Z] #22 sha256:d354cc156f18ed2c6acf36f7f9afd20245fc87212fdcc8573646f5791dea2e56
14:25:19 [2021-12-21T14:25:19.045Z] #21 36.18 Selecting previously unselected package vim.
14:25:19 [2021-12-21T14:25:19.045Z] #21 36.18 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
14:25:19 [2021-12-21T14:25:19.045Z] #21 36.21 Unpacking vim (2:8.2.2434-3+deb11u1) ...
14:25:19 [2021-12-21T14:25:19.213Z] #22 0.894 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
14:25:19 [2021-12-21T14:25:19.213Z] #22 0.910 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
14:25:19 [2021-12-21T14:25:19.213Z] #22 0.910 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
14:25:19 [2021-12-21T14:25:19.213Z] #22 DONE 1.0s
14:25:19 [2021-12-21T14:25:19.213Z] 
14:25:19 [2021-12-21T14:25:19.213Z] #51 [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
14:25:19 [2021-12-21T14:25:19.213Z] #51 sha256:20f4bb0ba091fcec695104f60876dc70e32a884162e045ea94bbd0080742119e
14:25:19 [2021-12-21T14:25:19.253Z] #63 DONE 164.8s
14:25:19 [2021-12-21T14:25:19.253Z] 
14:25:19 [2021-12-21T14:25:19.253Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
14:25:19 [2021-12-21T14:25:19.253Z] #64 sha256:bd0470877d9ab6a57130020ca5da9aaee598451fd4b64dc524631ea571929caf
14:25:19 [2021-12-21T14:25:19.253Z] #64 DONE 0.1s
14:25:19 [2021-12-21T14:25:19.253Z] 
14:25:19 [2021-12-21T14:25:19.253Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
14:25:19 [2021-12-21T14:25:19.253Z] #65 sha256:be7f40f86f2b5605b46f6b8fcdaab11595c6e49d14f1fd3015037c5c59eca7a3
14:25:19 [2021-12-21T14:25:19.253Z] #65 DONE 0.1s
14:25:19 [2021-12-21T14:25:19.253Z] 
14:25:19 [2021-12-21T14:25:19.253Z] #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
14:25:19 [2021-12-21T14:25:19.253Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:25:19 [2021-12-21T14:25:19.253Z] #14 160.4 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
14:25:19 [2021-12-21T14:25:19.253Z] #14 160.4 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
14:25:19 [2021-12-21T14:25:19.253Z] #14 160.4 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:25:19 [2021-12-21T14:25:19.253Z] #14 165.0 Selecting previously unselected package g++-mingw-w64-x86-64.
14:25:19 [2021-12-21T14:25:19.253Z] #14 165.0 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
14:25:19 [2021-12-21T14:25:19.253Z] #14 165.0 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
14:25:19 [2021-12-21T14:25:19.253Z] #14 165.3 Selecting previously unselected package libapparmor1:amd64.
14:25:19 [2021-12-21T14:25:19.253Z] #14 165.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
14:25:19 [2021-12-21T14:25:19.253Z] #14 165.3 Unpacking libapparmor1:amd64 (2.13.6-10) ...
14:25:19 [2021-12-21T14:25:19.253Z] #14 165.4 Selecting previously unselected package libapparmor-dev:amd64.
14:25:19 [2021-12-21T14:25:19.253Z] #14 165.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
14:25:19 [2021-12-21T14:25:19.253Z] #14 165.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
14:25:19 [2021-12-21T14:25:19.253Z] #14 165.6 Selecting previously unselected package libbtrfs0:amd64.
14:25:19 [2021-12-21T14:25:19.253Z] #14 165.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
14:25:19 [2021-12-21T14:25:19.253Z] #14 165.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
14:25:19 [2021-12-21T14:25:19.469Z] #51 ...
14:25:19 [2021-12-21T14:25:19.469Z] 
14:25:19 [2021-12-21T14:25:19.469Z] #23 [dev-systemd-false  9/24] RUN pip3 install yamllint==1.26.1
14:25:19 [2021-12-21T14:25:19.469Z] #23 sha256:77ee36b79dfde625b379439e94b3741fc9ab4b0b2483278a8f26e62720224f63
14:25:19 [2021-12-21T14:25:19.607Z] #21 36.74 Selecting previously unselected package xfsprogs.
14:25:19 [2021-12-21T14:25:19.607Z] #21 36.76 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
14:25:19 [2021-12-21T14:25:19.607Z] #21 36.76 Unpacking xfsprogs (5.10.0-4) ...
14:25:19 [2021-12-21T14:25:19.819Z] #14 165.9 Selecting previously unselected package libbtrfs-dev:amd64.
14:25:19 [2021-12-21T14:25:19.819Z] #14 165.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
14:25:19 [2021-12-21T14:25:19.819Z] #14 165.9 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
14:25:19 [2021-12-21T14:25:19.819Z] #14 166.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
14:25:19 [2021-12-21T14:25:19.819Z] #14 166.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
14:25:19 [2021-12-21T14:25:19.819Z] #14 166.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
14:25:19 [2021-12-21T14:25:19.819Z] #14 166.2 Selecting previously unselected package libudev-dev:amd64.
14:25:19 [2021-12-21T14:25:19.819Z] #14 166.2 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
14:25:19 [2021-12-21T14:25:19.819Z] #14 166.2 Unpacking libudev-dev:amd64 (247.3-6) ...
14:25:20 [2021-12-21T14:25:20.078Z] #14 166.4 Selecting previously unselected package libsepol1-dev:amd64.
14:25:20 [2021-12-21T14:25:20.078Z] #14 166.4 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
14:25:20 [2021-12-21T14:25:20.078Z] #14 166.4 Unpacking libsepol1-dev:amd64 (3.1-1) ...
14:25:20 [2021-12-21T14:25:20.168Z] #21 37.25 Selecting previously unselected package zip.
14:25:20 [2021-12-21T14:25:20.168Z] #21 37.25 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
14:25:20 [2021-12-21T14:25:20.168Z] #21 37.25 Unpacking zip (3.0-12) ...
14:25:20 [2021-12-21T14:25:20.168Z] #21 37.39 Selecting previously unselected package zstd.
14:25:20 [2021-12-21T14:25:20.168Z] #21 37.42 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
14:25:20 [2021-12-21T14:25:20.168Z] #21 37.42 Unpacking zstd (1.4.8+dfsg-2.1) ...
14:25:20 [2021-12-21T14:25:20.337Z] #14 166.7 Selecting previously unselected package libpcre2-16-0:amd64.
14:25:20 [2021-12-21T14:25:20.597Z] #14 166.7 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
14:25:20 [2021-12-21T14:25:20.597Z] #14 166.7 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
14:25:20 [2021-12-21T14:25:20.765Z] #21 37.83 Setting up python3-pkg-resources (52.0.0-4) ...
14:25:20 [2021-12-21T14:25:20.856Z] #14 167.0 Selecting previously unselected package libpcre2-32-0:amd64.
14:25:20 [2021-12-21T14:25:20.856Z] #14 167.0 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
14:25:20 [2021-12-21T14:25:20.856Z] #14 167.0 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
14:25:21 [2021-12-21T14:25:21.115Z] #14 167.4 Selecting previously unselected package libpcre2-posix2:amd64.
14:25:21 [2021-12-21T14:25:21.115Z] #14 167.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
14:25:21 [2021-12-21T14:25:21.115Z] #14 167.4 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
14:25:21 [2021-12-21T14:25:21.374Z] #14 167.5 Selecting previously unselected package libpcre2-dev:amd64.
14:25:21 [2021-12-21T14:25:21.374Z] #14 167.6 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
14:25:21 [2021-12-21T14:25:21.374Z] #14 167.6 Unpacking libpcre2-dev:amd64 (10.36-2) ...
14:25:21 [2021-12-21T14:25:21.720Z] #21 38.99 Setting up libip4tc2:amd64 (1.8.7-1) ...
14:25:21 [2021-12-21T14:25:21.720Z] #21 39.00 Setting up net-tools (1.60+git20181103.0eebece-1) ...
14:25:21 [2021-12-21T14:25:21.720Z] #21 39.01 Setting up libgpm2:amd64 (1.20.7-8) ...
14:25:21 [2021-12-21T14:25:21.720Z] #21 39.03 Setting up libicu67:amd64 (67.1-7) ...
14:25:21 [2021-12-21T14:25:21.720Z] #21 39.04 Setting up libip6tc2:amd64 (1.8.7-1) ...
14:25:21 [2021-12-21T14:25:21.720Z] #21 39.05 Setting up libinih1:amd64 (53-1+b2) ...
14:25:21 [2021-12-21T14:25:21.720Z] #21 39.06 Setting up uidmap (1:4.8.1-1) ...
14:25:21 [2021-12-21T14:25:21.720Z] #21 39.07 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:25:21 [2021-12-21T14:25:21.720Z] #21 39.08 Setting up bzip2 (1.0.8-4) ...
14:25:21 [2021-12-21T14:25:21.720Z] #21 39.09 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:25:21 [2021-12-21T14:25:21.942Z] #14 168.3 Selecting previously unselected package libselinux1-dev:amd64.
14:25:21 [2021-12-21T14:25:21.943Z] #14 168.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
14:25:21 [2021-12-21T14:25:21.943Z] #14 168.3 Unpacking libselinux1-dev:amd64 (3.1-3) ...
14:25:21 [2021-12-21T14:25:21.976Z] #21 39.10 Setting up python3-wheel (0.34.2-1) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.5 Selecting previously unselected package g++-s390x-linux-gnu.
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.5 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.5 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.5 Selecting previously unselected package crossbuild-essential-s390x.
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.5 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.5 Unpacking crossbuild-essential-s390x (12.9) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.6 Setting up libconfig-inifiles-perl (3.000003-1) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.6 Setting up libfile-which-perl (1.23-1) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.6 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.6 Setting up libc6-armhf-cross (2.31-9cross4) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.6 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.6 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.6 Setting up libicu67:amd64 (67.1-7) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.6 Setting up libmagic-mgc (1:5.39-3) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.6 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.6 Setting up libc6-s390x-cross (2.31-9cross4) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.7 Setting up libmagic1:amd64 (1:5.39-3) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.7 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.7 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.7 Setting up file (1:5.39-3) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.7 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.7 Setting up bzip2 (1.0.8-4) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.7 Setting up libyaml-perl (1.30-1) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.7 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.7 Setting up libxml-sax-base-perl (1.09-1.1) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.7 Setting up libio-string-perl (1.08-3.1) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.7 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
14:25:22 [2021-12-21T14:25:22.051Z] #19 248.8 Setting up cross-config (2.6.18+nmu1) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 248.8 Setting up xz-utils (5.2.5-2) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 248.8 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:25:22 [2021-12-21T14:25:22.310Z] #19 248.9 Setting up libc6-arm64-cross (2.31-9cross4) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 248.9 Setting up patch (2.7.6-7) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 248.9 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 248.9 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 248.9 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 248.9 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 248.9 Setting up libc6-armel-cross (2.31-9cross4) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 248.9 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 248.9 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 248.9 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 248.9 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 248.9 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 249.0 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 249.0 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 249.0 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 249.0 Setting up libfile-homedir-perl (1.006-1) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 249.0 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 249.0 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 249.0 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 249.0 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 249.0 Setting up liblocale-gettext-perl (1.07-4+b1) ...
14:25:22 [2021-12-21T14:25:22.310Z] #19 249.0 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
14:25:22 [2021-12-21T14:25:22.510Z] #14 168.6 Selecting previously unselected package libdevmapper-dev:amd64.
14:25:22 [2021-12-21T14:25:22.510Z] #14 168.6 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
14:25:22 [2021-12-21T14:25:22.510Z] #14 168.6 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
14:25:22 [2021-12-21T14:25:22.510Z] #14 168.8 Selecting previously unselected package libseccomp-dev:amd64.
14:25:22 [2021-12-21T14:25:22.510Z] #14 168.8 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
14:25:22 [2021-12-21T14:25:22.510Z] #14 168.8 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
14:25:22 [2021-12-21T14:25:22.538Z] #21 39.71 Setting up xxd (2:8.2.2434-3+deb11u1) ...
14:25:22 [2021-12-21T14:25:22.538Z] #21 39.72 Setting up libcap2:amd64 (1:2.44-1) ...
14:25:22 [2021-12-21T14:25:22.538Z] #21 39.74 Setting up libcap2-bin (1:2.44-1) ...
14:25:22 [2021-12-21T14:25:22.538Z] #21 39.74 Setting up apparmor (2.13.6-10) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.0 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.0 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.1 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.1 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.1 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.1 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.1 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.1 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.1 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.1 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.1 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.1 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.1 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.2 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.2 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.2 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.2 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.2 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.2 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.2 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.2 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.2 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.2 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.570Z] #19 249.2 Setting up libxml-sax-perl (1.02+dfsg-1) ...
14:25:22 [2021-12-21T14:25:22.628Z] #51 ...
14:25:22 [2021-12-21T14:25:22.628Z] 
14:25:22 [2021-12-21T14:25:22.628Z] #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
14:25:22 [2021-12-21T14:25:22.628Z] #14 sha256:e7fe6962328dbc493b454d6b3764853adfdba7553c15027e45d122fbc6230767
14:25:22 [2021-12-21T14:25:22.628Z] #14 164.4 Selecting previously unselected package g++-mingw-w64-x86-64.
14:25:22 [2021-12-21T14:25:22.628Z] #14 164.4 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
14:25:22 [2021-12-21T14:25:22.628Z] #14 164.4 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
14:25:22 [2021-12-21T14:25:22.628Z] #14 164.5 Selecting previously unselected package libapparmor1:amd64.
14:25:22 [2021-12-21T14:25:22.628Z] #14 164.5 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
14:25:22 [2021-12-21T14:25:22.628Z] #14 164.5 Unpacking libapparmor1:amd64 (2.13.6-10) ...
14:25:22 [2021-12-21T14:25:22.769Z] #14 169.1 Selecting previously unselected package libsystemd-dev:amd64.
14:25:22 [2021-12-21T14:25:22.829Z] #19 249.3 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
14:25:22 [2021-12-21T14:25:22.829Z] #19 249.4 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
14:25:22 [2021-12-21T14:25:22.829Z] #19 249.5 
14:25:22 [2021-12-21T14:25:22.829Z] #19 249.5 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
14:25:22 [2021-12-21T14:25:22.829Z] #19 249.5 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.829Z] #19 249.5 Setting up dpkg-dev (1.20.9) ...
14:25:22 [2021-12-21T14:25:22.829Z] #19 249.5 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.829Z] #19 249.5 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
14:25:22 [2021-12-21T14:25:22.829Z] #19 249.6 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.829Z] #19 249.6 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.829Z] #19 249.6 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.829Z] #19 249.6 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.829Z] #19 249.6 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.829Z] #19 249.6 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.830Z] #19 249.6 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.830Z] #19 249.6 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.830Z] #19 249.6 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
14:25:22 [2021-12-21T14:25:22.830Z] #19 249.6 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
14:25:22 [2021-12-21T14:25:22.887Z] #14 164.6 Selecting previously unselected package libapparmor-dev:amd64.
14:25:22 [2021-12-21T14:25:22.887Z] #14 164.6 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
14:25:22 [2021-12-21T14:25:22.887Z] #14 164.7 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
14:25:22 [2021-12-21T14:25:22.887Z] #14 164.8 Selecting previously unselected package libbtrfs0:amd64.
14:25:23 [2021-12-21T14:25:23.028Z] #14 169.1 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
14:25:23 [2021-12-21T14:25:23.028Z] #14 169.2 Unpacking libsystemd-dev:amd64 (247.3-6) ...
14:25:23 [2021-12-21T14:25:23.090Z] #19 249.7 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
14:25:23 [2021-12-21T14:25:23.090Z] #19 249.8 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
14:25:23 [2021-12-21T14:25:23.090Z] #19 249.8 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
14:25:23 [2021-12-21T14:25:23.156Z] #14 164.8 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
14:25:23 [2021-12-21T14:25:23.156Z] #14 164.8 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
14:25:23 [2021-12-21T14:25:23.156Z] #14 164.9 Selecting previously unselected package libbtrfs-dev:amd64.
14:25:23 [2021-12-21T14:25:23.156Z] #14 164.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
14:25:23 [2021-12-21T14:25:23.156Z] #14 164.9 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
14:25:23 [2021-12-21T14:25:23.349Z] #19 249.9 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
14:25:23 [2021-12-21T14:25:23.349Z] #19 250.0 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.349Z] #19 250.0 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.349Z] #19 250.0 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.349Z] #19 250.0 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
14:25:23 [2021-12-21T14:25:23.349Z] #19 250.0 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.349Z] #19 250.0 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.349Z] #19 250.0 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
14:25:23 [2021-12-21T14:25:23.349Z] #19 250.0 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.349Z] #19 250.0 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.349Z] #19 250.0 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.350Z] #19 250.0 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.350Z] #19 250.0 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.350Z] #19 250.1 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.350Z] #19 250.1 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.350Z] #19 250.1 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.350Z] #19 250.1 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
14:25:23 [2021-12-21T14:25:23.350Z] #19 250.1 Setting up libxml-simple-perl (2.25-1) ...
14:25:23 [2021-12-21T14:25:23.350Z] #19 250.1 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
14:25:23 [2021-12-21T14:25:23.350Z] #19 250.1 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.350Z] #19 250.1 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
14:25:23 [2021-12-21T14:25:23.420Z] #14 165.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
14:25:23 [2021-12-21T14:25:23.420Z] #14 165.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
14:25:23 [2021-12-21T14:25:23.420Z] #14 165.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
14:25:23 [2021-12-21T14:25:23.420Z] #14 165.2 Selecting previously unselected package libudev-dev:amd64.
14:25:23 [2021-12-21T14:25:23.420Z] #14 165.2 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
14:25:23 [2021-12-21T14:25:23.420Z] #14 165.2 Unpacking libudev-dev:amd64 (247.3-6) ...
14:25:23 [2021-12-21T14:25:23.546Z] #14 169.7 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
14:25:23 [2021-12-21T14:25:23.546Z] #14 169.7 Setting up libapparmor1:amd64 (2.13.6-10) ...
14:25:23 [2021-12-21T14:25:23.546Z] #14 169.7 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
14:25:23 [2021-12-21T14:25:23.546Z] #14 169.8 Setting up libsepol1-dev:amd64 (3.1-1) ...
14:25:23 [2021-12-21T14:25:23.546Z] #14 169.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
14:25:23 [2021-12-21T14:25:23.546Z] #14 169.8 Setting up libpcre2-16-0:amd64 (10.36-2) ...
14:25:23 [2021-12-21T14:25:23.546Z] #14 169.8 Setting up libbtrfs0:amd64 (5.10.1-2) ...
14:25:23 [2021-12-21T14:25:23.546Z] #14 169.8 Setting up libpcre2-32-0:amd64 (10.36-2) ...
14:25:23 [2021-12-21T14:25:23.547Z] #14 169.8 Setting up libudev-dev:amd64 (247.3-6) ...
14:25:23 [2021-12-21T14:25:23.547Z] #14 169.8 Setting up libpcre2-posix2:amd64 (10.36-2) ...
14:25:23 [2021-12-21T14:25:23.547Z] #14 169.8 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
14:25:23 [2021-12-21T14:25:23.547Z] #14 169.8 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
14:25:23 [2021-12-21T14:25:23.547Z] #14 169.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
14:25:23 [2021-12-21T14:25:23.547Z] #14 169.9 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
14:25:23 [2021-12-21T14:25:23.547Z] #14 169.9 Setting up mingw-w64-common (8.0.0-1) ...
14:25:23 [2021-12-21T14:25:23.547Z] #14 169.9 Setting up libsystemd-dev:amd64 (247.3-6) ...
14:25:23 [2021-12-21T14:25:23.547Z] #14 169.9 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
14:25:23 [2021-12-21T14:25:23.547Z] #14 169.9 Setting up libpcre2-dev:amd64 (10.36-2) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.1 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.1 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.1 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.1 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.2 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.2 Setting up libconfig-auto-perl (0.44-1.1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.2 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.2 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.2 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.2 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.2 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.2 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.2 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.2 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.2 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.3 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.3 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.3 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.3 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.3 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.3 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.3 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
14:25:23 [2021-12-21T14:25:23.609Z] #19 250.3 Setting up dpkg-cross (2.6.18+nmu1) ...
14:25:23 [2021-12-21T14:25:23.679Z] #14 165.3 Selecting previously unselected package libsepol1-dev:amd64.
14:25:23 [2021-12-21T14:25:23.679Z] #14 165.3 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
14:25:23 [2021-12-21T14:25:23.679Z] #14 165.4 Unpacking libsepol1-dev:amd64 (3.1-1) ...
14:25:23 [2021-12-21T14:25:23.679Z] #14 165.6 Selecting previously unselected package libpcre2-16-0:amd64.
14:25:23 [2021-12-21T14:25:23.679Z] #14 165.6 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
14:25:23 [2021-12-21T14:25:23.679Z] #14 165.6 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
14:25:23 [2021-12-21T14:25:23.806Z] #14 169.9 Setting up libselinux1-dev:amd64 (3.1-3) ...
14:25:23 [2021-12-21T14:25:23.806Z] #14 169.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
14:25:23 [2021-12-21T14:25:23.806Z] #14 170.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:25:23 [2021-12-21T14:25:23.806Z] #14 170.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
14:25:23 [2021-12-21T14:25:23.806Z] #14 170.0 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:25:23 [2021-12-21T14:25:23.806Z] #14 170.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
14:25:23 [2021-12-21T14:25:23.806Z] #14 170.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
14:25:23 [2021-12-21T14:25:23.806Z] #14 170.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:25:23 [2021-12-21T14:25:23.806Z] #14 170.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
14:25:23 [2021-12-21T14:25:23.806Z] #14 170.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:25:23 [2021-12-21T14:25:23.806Z] #14 170.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
14:25:23 [2021-12-21T14:25:23.806Z] #14 170.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
14:25:23 [2021-12-21T14:25:23.806Z] #14 170.1 Setting up dmsetup (2:1.02.175-2.1) ...
14:25:23 [2021-12-21T14:25:23.806Z] #14 170.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
14:25:23 [2021-12-21T14:25:23.806Z] #14 170.1 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
14:25:23 [2021-12-21T14:25:23.806Z] #14 170.1 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:25:23 [2021-12-21T14:25:23.869Z] #19 250.3 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
14:25:23 [2021-12-21T14:25:23.869Z] #19 250.4 Setting up crossbuild-essential-armel (12.9) ...
14:25:23 [2021-12-21T14:25:23.869Z] #19 250.4 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
14:25:23 [2021-12-21T14:25:23.869Z] #19 250.4 Setting up crossbuild-essential-armhf (12.9) ...
14:25:23 [2021-12-21T14:25:23.869Z] #19 250.4 Setting up crossbuild-essential-arm64 (12.9) ...
14:25:23 [2021-12-21T14:25:23.869Z] #19 250.4 Setting up crossbuild-essential-s390x (12.9) ...
14:25:23 [2021-12-21T14:25:23.869Z] #19 250.4 Setting up crossbuild-essential-ppc64el (12.9) ...
14:25:23 [2021-12-21T14:25:23.869Z] #19 250.4 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:25:23 [2021-12-21T14:25:23.938Z] #14 165.7 Selecting previously unselected package libpcre2-32-0:amd64.
14:25:23 [2021-12-21T14:25:23.938Z] #14 165.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
14:25:23 [2021-12-21T14:25:23.938Z] #14 165.7 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
14:25:24 [2021-12-21T14:25:24.197Z] #14 165.9 Selecting previously unselected package libpcre2-posix2:amd64.
14:25:24 [2021-12-21T14:25:24.197Z] #14 165.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
14:25:24 [2021-12-21T14:25:24.197Z] #14 165.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
14:25:24 [2021-12-21T14:25:24.197Z] #14 166.0 Selecting previously unselected package libpcre2-dev:amd64.
14:25:24 [2021-12-21T14:25:24.197Z] #14 166.0 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
14:25:24 [2021-12-21T14:25:24.197Z] #14 166.0 Unpacking libpcre2-dev:amd64 (10.36-2) ...
14:25:24 [2021-12-21T14:25:24.374Z] #14 DONE 170.5s
14:25:24 [2021-12-21T14:25:24.374Z] 
14:25:24 [2021-12-21T14:25:24.374Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
14:25:24 [2021-12-21T14:25:24.374Z] #55 sha256:bc62d6237c45fdab567f5631a1c0e34bcd6a25150796878e65a5f4128ec66f7c
14:25:24 [2021-12-21T14:25:24.374Z] #55 DONE 0.1s
14:25:24 [2021-12-21T14:25:24.374Z] 
14:25:24 [2021-12-21T14:25:24.374Z] #15 [dev-systemd-false  1/24] RUN groupadd -r docker
14:25:24 [2021-12-21T14:25:24.374Z] #15 sha256:5460a335d36eb4ba5a42c9f02c6d5d4d92c97cde4a6aecb9f4a75ca656aa49d8
14:25:24 [2021-12-21T14:25:24.426Z] #21 41.22 Setting up zip (3.0-12) ...
14:25:24 [2021-12-21T14:25:24.426Z] #21 41.23 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
14:25:24 [2021-12-21T14:25:24.426Z] #21 41.27 Setting up bash-completion (1:2.11-2) ...
14:25:24 [2021-12-21T14:25:24.455Z] #14 166.3 Selecting previously unselected package libselinux1-dev:amd64.
14:25:24 [2021-12-21T14:25:24.455Z] #14 166.4 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
14:25:24 [2021-12-21T14:25:24.455Z] #14 166.4 Unpacking libselinux1-dev:amd64 (3.1-3) ...
14:25:24 [2021-12-21T14:25:24.715Z] #14 166.5 Selecting previously unselected package libdevmapper-dev:amd64.
14:25:24 [2021-12-21T14:25:24.814Z] #19 DONE 251.4s
14:25:24 [2021-12-21T14:25:24.814Z] 
14:25:24 [2021-12-21T14:25:24.814Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
14:25:24 [2021-12-21T14:25:24.814Z] #32 sha256:909dafa4d370d31e495d3331cd343ee98145f31ba0f315295df317c876d987c0
14:25:24 [2021-12-21T14:25:24.814Z] #32 DONE 0.1s
14:25:24 [2021-12-21T14:25:24.814Z] 
14:25:24 [2021-12-21T14:25:24.814Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
14:25:24 [2021-12-21T14:25:24.814Z] #69 sha256:fd7e2b5994e92d58fad732d5909c028b52a760f0c560e61743020cde33bcdcfa
14:25:24 [2021-12-21T14:25:24.814Z] #69 DONE 0.1s
14:25:24 [2021-12-21T14:25:24.814Z] 
14:25:24 [2021-12-21T14:25:24.814Z] #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
14:25:24 [2021-12-21T14:25:24.814Z] #33 sha256:8f7d17dbea6cce0d8a957f9753c4c7e378dc13fea180c7720c981436e44f5464
14:25:24 [2021-12-21T14:25:24.973Z] #14 166.5 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
14:25:24 [2021-12-21T14:25:24.973Z] #14 166.5 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
14:25:24 [2021-12-21T14:25:24.973Z] #14 166.6 Selecting previously unselected package libseccomp-dev:amd64.
14:25:24 [2021-12-21T14:25:24.973Z] #14 166.6 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
14:25:24 [2021-12-21T14:25:24.973Z] #14 166.6 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
14:25:24 [2021-12-21T14:25:24.973Z] #14 166.7 Selecting previously unselected package libsystemd-dev:amd64.
14:25:24 [2021-12-21T14:25:24.973Z] #14 166.7 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
14:25:24 [2021-12-21T14:25:24.973Z] #14 166.7 Unpacking libsystemd-dev:amd64 (247.3-6) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.1 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.2 Setting up libapparmor1:amd64 (2.13.6-10) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.2 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.2 Setting up libsepol1-dev:amd64 (3.1-1) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.2 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.2 Setting up libpcre2-16-0:amd64 (10.36-2) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.2 Setting up libbtrfs0:amd64 (5.10.1-2) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.3 Setting up libpcre2-32-0:amd64 (10.36-2) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.3 Setting up libudev-dev:amd64 (247.3-6) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.3 Setting up libpcre2-posix2:amd64 (10.36-2) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.3 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.3 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.4 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.4 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.4 Setting up mingw-w64-common (8.0.0-1) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.4 Setting up libsystemd-dev:amd64 (247.3-6) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.4 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.4 Setting up libpcre2-dev:amd64 (10.36-2) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.4 Setting up libselinux1-dev:amd64 (3.1-3) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.4 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
14:25:25 [2021-12-21T14:25:25.541Z] #14 167.4 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:25:25 [2021-12-21T14:25:25.801Z] #14 167.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
14:25:25 [2021-12-21T14:25:25.801Z] #14 167.5 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:25:25 [2021-12-21T14:25:25.801Z] #14 167.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
14:25:25 [2021-12-21T14:25:25.801Z] #14 167.5 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
14:25:25 [2021-12-21T14:25:25.801Z] #14 167.5 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:25:25 [2021-12-21T14:25:25.801Z] #14 167.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
14:25:25 [2021-12-21T14:25:25.801Z] #14 167.5 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:25:25 [2021-12-21T14:25:25.801Z] #14 167.5 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
14:25:25 [2021-12-21T14:25:25.801Z] #14 167.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
14:25:25 [2021-12-21T14:25:25.801Z] #14 167.6 Setting up dmsetup (2:1.02.175-2.1) ...
14:25:25 [2021-12-21T14:25:25.801Z] #14 167.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
14:25:25 [2021-12-21T14:25:25.801Z] #14 167.7 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
14:25:26 [2021-12-21T14:25:26.059Z] #14 167.7 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:25:26 [2021-12-21T14:25:26.279Z] #15 DONE 2.0s
14:25:26 [2021-12-21T14:25:26.279Z] 
14:25:26 [2021-12-21T14:25:26.279Z] #16 [dev-systemd-false  2/24] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
14:25:26 [2021-12-21T14:25:26.279Z] #16 sha256:c068b9972ca532410e14ff2c7e1b85bbf7dd49c82dd82a2afda61f67955b533b
14:25:26 [2021-12-21T14:25:26.317Z] #21 43.26 Setting up xz-utils (5.2.5-2) ...
14:25:26 [2021-12-21T14:25:26.317Z] #14 DONE 168.2s
14:25:26 [2021-12-21T14:25:26.318Z] 
14:25:26 [2021-12-21T14:25:26.318Z] #21 43.27 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:25:26 [2021-12-21T14:25:26.318Z] #15 [dev-systemd-false  1/24] RUN groupadd -r docker
14:25:26 [2021-12-21T14:25:26.318Z] #21 43.28 Setting up libmnl0:amd64 (1.0.4-3) ...
14:25:26 [2021-12-21T14:25:26.318Z] #15 sha256:5460a335d36eb4ba5a42c9f02c6d5d4d92c97cde4a6aecb9f4a75ca656aa49d8
14:25:26 [2021-12-21T14:25:26.318Z] #21 43.29 Setting up patch (2.7.6-7) ...
14:25:26 [2021-12-21T14:25:26.318Z] #21 43.30 Setting up sudo (1.9.5p2-3) ...
14:25:26 [2021-12-21T14:25:26.318Z] #21 43.41 invoke-rc.d: could not determine current runlevel
14:25:26 [2021-12-21T14:25:26.318Z] #21 43.43 invoke-rc.d: policy-rc.d denied execution of start.
14:25:26 [2021-12-21T14:25:26.318Z] #21 43.44 Setting up xfsprogs (5.10.0-4) ...
14:25:26 [2021-12-21T14:25:26.318Z] #21 43.45 Setting up libxtables12:amd64 (1.8.7-1) ...
14:25:26 [2021-12-21T14:25:26.318Z] #21 43.46 Setting up inetutils-ping (2:2.0-1) ...
14:25:26 [2021-12-21T14:25:26.318Z] #21 43.47 Setting up pigz (2.6-1) ...
14:25:26 [2021-12-21T14:25:26.318Z] #21 43.50 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:25:26 [2021-12-21T14:25:26.318Z] #21 43.52 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
14:25:26 [2021-12-21T14:25:26.318Z] #21 43.54 Setting up python-pip-whl (20.3.4-4) ...
14:25:26 [2021-12-21T14:25:26.318Z] #21 43.55 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
14:25:26 [2021-12-21T14:25:26.578Z] #15 ...
14:25:26 [2021-12-21T14:25:26.578Z] 
14:25:26 [2021-12-21T14:25:26.578Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
14:25:26 [2021-12-21T14:25:26.578Z] #55 sha256:11159bfbc1c3ee62edf2ae2327357b3d2647074316ff3ac34180b2276d6aeb8f
14:25:26 [2021-12-21T14:25:26.578Z] #55 DONE 0.1s
14:25:26 [2021-12-21T14:25:26.836Z] 
14:25:26 [2021-12-21T14:25:26.836Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:25:26 [2021-12-21T14:25:26.836Z] #56 sha256:edd50482b32597dba9b6b017ccfc4fdd6de272410d72fb89e690e57377ac00f6
14:25:27 [2021-12-21T14:25:27.246Z] #21 44.28 Setting up libaio1:amd64 (0.3.112-9) ...
14:25:27 [2021-12-21T14:25:27.246Z] #21 44.29 Setting up python3-lib2to3 (3.9.2-1) ...
14:25:27 [2021-12-21T14:25:27.357Z] #33 2.236 + RM_GOPATH=0
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.236 + TMP_GOPATH=
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.236 + : /build
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.236 + '[' -z '' ']'
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.236 ++ mktemp -d
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.239 + export GOPATH=/tmp/tmp.SKJCApq2Da
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.239 + GOPATH=/tmp/tmp.SKJCApq2Da
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.239 + RM_GOPATH=1
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.239 + case "$(go env GOARCH)" in
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.239 ++ go env GOARCH
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.255 + export GO_BUILDMODE=-buildmode=pie
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.255 + GO_BUILDMODE=-buildmode=pie
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.255 ++ dirname /install.sh
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.255 + dir=/
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.255 + bin=dockercli
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.255 + shift
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.255 + '[' '!' -f //dockercli.installer ']'
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.255 + . //dockercli.installer
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.255 ++ : stable
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.255 ++ : 17.06.2-ce
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.255 + install_dockercli
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.255 + echo 'Install docker/cli version 17.06.2-ce from stable'
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.255 Install docker/cli version 17.06.2-ce from stable
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.255 ++ uname -m
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.258 + arch=x86_64
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.258 + '[' x86_64 '!=' x86_64 ']'
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.258 + url=https://download.docker.com/linux/static
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.258 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
14:25:27 [2021-12-21T14:25:27.358Z] #33 2.258 + tar -xz docker/docker
14:25:27 [2021-12-21T14:25:27.503Z] #21 44.74 Setting up libelf1:amd64 (0.183-1) ...
14:25:27 [2021-12-21T14:25:27.503Z] #21 44.80 Setting up zstd (1.4.8+dfsg-2.1) ...
14:25:27 [2021-12-21T14:25:27.503Z] #21 44.81 Setting up libonig5:amd64 (6.9.6-1.1) ...
14:25:27 [2021-12-21T14:25:27.760Z] #21 44.82 Setting up python3-distutils (3.9.2-1) ...
14:25:28 [2021-12-21T14:25:28.017Z] #21 45.26 Setting up vim (2:8.2.2434-3+deb11u1) ...
14:25:28 [2021-12-21T14:25:28.017Z] #21 45.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
14:25:28 [2021-12-21T14:25:28.017Z] #21 45.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
14:25:28 [2021-12-21T14:25:28.017Z] #21 45.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
14:25:28 [2021-12-21T14:25:28.017Z] #21 45.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
14:25:28 [2021-12-21T14:25:28.017Z] #21 45.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
14:25:28 [2021-12-21T14:25:28.017Z] #21 45.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
14:25:28 [2021-12-21T14:25:28.017Z] #21 45.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
14:25:28 [2021-12-21T14:25:28.017Z] #21 45.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
14:25:28 [2021-12-21T14:25:28.017Z] #21 45.33 Setting up python3-setuptools (52.0.0-4) ...
14:25:28 [2021-12-21T14:25:28.185Z] #16 DONE 1.6s
14:25:28 [2021-12-21T14:25:28.185Z] 
14:25:28 [2021-12-21T14:25:28.185Z] #17 [dev-systemd-false  3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
14:25:28 [2021-12-21T14:25:28.185Z] #17 sha256:b9001ed076b7fd9eff5b2a1bb95ffd1591f8b7bfc218a99ccf5a23923c464512
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.896 + RM_GOPATH=0
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.896 + TMP_GOPATH=
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.896 + : /build
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.896 + '[' -z '' ']'
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.896 ++ mktemp -d
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.896 + export GOPATH=/tmp/tmp.7rreZerdBl
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.896 + GOPATH=/tmp/tmp.7rreZerdBl
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.896 + RM_GOPATH=1
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.896 + case "$(go env GOARCH)" in
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.896 ++ go env GOARCH
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.912 + export GO_BUILDMODE=-buildmode=pie
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.912 + GO_BUILDMODE=-buildmode=pie
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.914 Install runc version v1.0.3 (build tags: seccomp)
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.914 ++ dirname /install.sh
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.914 + dir=/
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.914 + bin=runc
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.914 + shift
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.914 + '[' '!' -f //runc.installer ']'
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.914 + . //runc.installer
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.914 ++ set -e
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.914 ++ : v1.0.3
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.914 + install_runc
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.914 + RUNC_BUILDTAGS=seccomp
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.914 + echo 'Install runc version v1.0.3 (build tags: seccomp)'
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.914 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.7rreZerdBl/src/github.com/opencontainers/runc
14:25:28 [2021-12-21T14:25:28.742Z] #56 1.923 Cloning into '/tmp/tmp.7rreZerdBl/src/github.com/opencontainers/runc'...
14:25:28 [2021-12-21T14:25:28.742Z] #56 ...
14:25:28 [2021-12-21T14:25:28.742Z] 
14:25:28 [2021-12-21T14:25:28.742Z] #15 [dev-systemd-false  1/24] RUN groupadd -r docker
14:25:28 [2021-12-21T14:25:28.742Z] #15 sha256:5460a335d36eb4ba5a42c9f02c6d5d4d92c97cde4a6aecb9f4a75ca656aa49d8
14:25:28 [2021-12-21T14:25:28.742Z] #15 DONE 2.4s
14:25:29 [2021-12-21T14:25:29.002Z] 
14:25:29 [2021-12-21T14:25:29.002Z] #16 [dev-systemd-false  2/24] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
14:25:29 [2021-12-21T14:25:29.002Z] #16 sha256:c068b9972ca532410e14ff2c7e1b85bbf7dd49c82dd82a2afda61f67955b533b
14:25:29 [2021-12-21T14:25:29.124Z] #17 1.275 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
14:25:29 [2021-12-21T14:25:29.124Z] #17 DONE 1.5s
14:25:29 [2021-12-21T14:25:29.124Z] 
14:25:29 [2021-12-21T14:25:29.124Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:25:29 [2021-12-21T14:25:29.124Z] #56 sha256:005971a77124f26c19eadfca6eba05648a02489fde34e3476784fd08d9be397e
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.966 + RM_GOPATH=0
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.966 + TMP_GOPATH=
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.966 + : /build
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.966 + '[' -z '' ']'
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.966 ++ mktemp -d
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.966 + export GOPATH=/tmp/tmp.jJ0IVQcXka
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.966 + GOPATH=/tmp/tmp.jJ0IVQcXka
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.966 + RM_GOPATH=1
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.966 + case "$(go env GOARCH)" in
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.966 ++ go env GOARCH
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.988 Install runc version v1.0.3 (build tags: seccomp)
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.988 + export GO_BUILDMODE=-buildmode=pie
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.988 + GO_BUILDMODE=-buildmode=pie
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.988 ++ dirname /install.sh
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.988 + dir=/
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.988 + bin=runc
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.988 + shift
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.988 + '[' '!' -f //runc.installer ']'
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.988 + . //runc.installer
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.988 ++ set -e
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.988 ++ : v1.0.3
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.988 + install_runc
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.988 + RUNC_BUILDTAGS=seccomp
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.988 + echo 'Install runc version v1.0.3 (build tags: seccomp)'
14:25:29 [2021-12-21T14:25:29.124Z] #56 1.997 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.jJ0IVQcXka/src/github.com/opencontainers/runc
14:25:29 [2021-12-21T14:25:29.124Z] #56 2.009 Cloning into '/tmp/tmp.jJ0IVQcXka/src/github.com/opencontainers/runc'...
14:25:29 [2021-12-21T14:25:29.416Z] #23 ...
14:25:29 [2021-12-21T14:25:29.416Z] 
14:25:29 [2021-12-21T14:25:29.416Z] #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
14:25:29 [2021-12-21T14:25:29.416Z] #43 sha256:e7c4530740b32a2b42a5a3d269476b056d098b76df4b29d960f9eb0bb2e5c785
14:25:29 [2021-12-21T14:25:29.416Z] #43 181.6 + dpkg --print-architecture
14:25:29 [2021-12-21T14:25:29.909Z] #21 47.02 Setting up libjq1:amd64 (1.6-2.1) ...
14:25:29 [2021-12-21T14:25:29.909Z] #21 47.03 Setting up libnftnl11:amd64 (1.1.9-1) ...
14:25:29 [2021-12-21T14:25:29.909Z] #21 47.04 Setting up thin-provisioning-tools (0.9.0-1) ...
14:25:29 [2021-12-21T14:25:29.909Z] #21 47.05 Setting up python3-pip (20.3.4-4) ...
14:25:29 [2021-12-21T14:25:29.981Z] #43 DONE 182.3s
14:25:29 [2021-12-21T14:25:29.981Z] 
14:25:29 [2021-12-21T14:25:29.981Z] #23 [dev-systemd-false  9/24] RUN pip3 install yamllint==1.26.1
14:25:29 [2021-12-21T14:25:29.981Z] #23 sha256:77ee36b79dfde625b379439e94b3741fc9ab4b0b2483278a8f26e62720224f63
14:25:30 [2021-12-21T14:25:30.381Z] #16 DONE 1.5s
14:25:30 [2021-12-21T14:25:30.381Z] 
14:25:30 [2021-12-21T14:25:30.381Z] #17 [dev-systemd-false  3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
14:25:30 [2021-12-21T14:25:30.381Z] #17 sha256:b9001ed076b7fd9eff5b2a1bb95ffd1591f8b7bfc218a99ccf5a23923c464512
14:25:30 [2021-12-21T14:25:30.544Z] #23 11.19 Collecting yamllint==1.26.1
14:25:31 [2021-12-21T14:25:31.030Z] #56 ...
14:25:31 [2021-12-21T14:25:31.030Z] 
14:25:31 [2021-12-21T14:25:31.030Z] #18 [dev-systemd-false  4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
14:25:31 [2021-12-21T14:25:31.030Z] #18 sha256:3d7e50ebf67bc6155cf4bf0756e6db09c6486fdf97d81b245e4b5d10019dfdc1
14:25:31 [2021-12-21T14:25:31.030Z] #18 DONE 1.6s
14:25:31 [2021-12-21T14:25:31.030Z] 
14:25:31 [2021-12-21T14:25:31.030Z] #19 [dev-systemd-false  5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
14:25:31 [2021-12-21T14:25:31.030Z] #19 sha256:6cfe6c1ea997e825a3c01867d1f494521fcdb39f327ede3c3205db24a86ced12
14:25:31 [2021-12-21T14:25:31.275Z] #21 48.36 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
14:25:31 [2021-12-21T14:25:31.275Z] #21 48.37 Setting up jq (1.6-2.1) ...
14:25:31 [2021-12-21T14:25:31.275Z] #21 48.38 Setting up libbpf0:amd64 (1:0.3-2) ...
14:25:31 [2021-12-21T14:25:31.275Z] #21 48.39 Setting up iptables (1.8.7-1) ...
14:25:31 [2021-12-21T14:25:31.275Z] #21 48.40 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
14:25:31 [2021-12-21T14:25:31.275Z] #21 48.41 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:25:31 [2021-12-21T14:25:31.275Z] #21 48.42 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
14:25:31 [2021-12-21T14:25:31.275Z] #21 48.43 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:25:31 [2021-12-21T14:25:31.275Z] #21 48.43 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
14:25:31 [2021-12-21T14:25:31.275Z] #21 48.44 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
14:25:31 [2021-12-21T14:25:31.275Z] #21 48.45 Setting up iproute2 (5.10.0-4) ...
14:25:31 [2021-12-21T14:25:31.479Z] #23 12.29   Downloading yamllint-1.26.1.tar.gz (126 kB)
14:25:31 [2021-12-21T14:25:31.573Z] #33 ...
14:25:31 [2021-12-21T14:25:31.573Z] 
14:25:31 [2021-12-21T14:25:31.573Z] #70 [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
14:25:31 [2021-12-21T14:25:31.573Z] #70 sha256:d2fff68f110a039d29ddde4d6477fffc4d90bcaa6fd4ac514fcc85cb2447339a
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.330 + RM_GOPATH=0
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.332 + TMP_GOPATH=
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.332 + : /build
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.332 + '[' -z '' ']'
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.332 ++ mktemp -d
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.338 + export GOPATH=/tmp/tmp.4qTRtJyAt0
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.338 + GOPATH=/tmp/tmp.4qTRtJyAt0
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.343 + RM_GOPATH=1
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.343 + case "$(go env GOARCH)" in
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.343 ++ go env GOARCH
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.347 + export GO_BUILDMODE=-buildmode=pie
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.347 + GO_BUILDMODE=-buildmode=pie
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.349 ++ dirname /install.sh
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 + dir=/
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 + bin=rootlesskit
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 + shift
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 + '[' '!' -f //rootlesskit.installer ']'
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 + . //rootlesskit.installer
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 ++ : v0.14.6
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 + install_rootlesskit
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 + case "$1" in
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 + export CGO_ENABLED=0
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 + CGO_ENABLED=0
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 + _install_rootlesskit
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 Install rootlesskit version v0.14.6
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 + echo 'Install rootlesskit version v0.14.6'
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 + for f in rootlesskit rootlesskit-docker-proxy
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 + GOBIN=/build
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 + GO111MODULE=on
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.350 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6
14:25:31 [2021-12-21T14:25:31.573Z] #70 2.820 go: downloading github.com/rootless-containers/rootlesskit v0.14.6
14:25:31 [2021-12-21T14:25:31.573Z] #70 5.350 go: downloading github.com/sirupsen/logrus v1.8.1
14:25:31 [2021-12-21T14:25:31.573Z] #70 5.350 go: downloading github.com/urfave/cli/v2 v2.3.0
14:25:31 [2021-12-21T14:25:31.573Z] #70 6.006 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42
14:25:31 [2021-12-21T14:25:31.760Z] #17 1.555 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
14:25:31 [2021-12-21T14:25:31.839Z] #21 48.82 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:25:32 [2021-12-21T14:25:32.019Z] #17 DONE 1.7s
14:25:32 [2021-12-21T14:25:32.019Z] 
14:25:32 [2021-12-21T14:25:32.019Z] #18 [dev-systemd-false  4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
14:25:32 [2021-12-21T14:25:32.019Z] #18 sha256:3d7e50ebf67bc6155cf4bf0756e6db09c6486fdf97d81b245e4b5d10019dfdc1
14:25:32 [2021-12-21T14:25:32.096Z] #21 DONE 49.2s
14:25:32 [2021-12-21T14:25:32.096Z] 
14:25:32 [2021-12-21T14:25:32.096Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:25:32 [2021-12-21T14:25:32.096Z] #56 sha256:51f09985244a1968837f83f4c17ce60a09f8ea964c0dd11e032919dd5a3f69f1
14:25:32 [2021-12-21T14:25:32.096Z] #56 ...
14:25:32 [2021-12-21T14:25:32.096Z] 
14:25:32 [2021-12-21T14:25:32.096Z] #22 [dev-systemd-false  8/24] 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
14:25:32 [2021-12-21T14:25:32.096Z] #22 sha256:8a0ade78831caded1a3657e6decbc60b741b63743e3396ecfae86923dcade5dc
14:25:32 [2021-12-21T14:25:32.403Z] #19 DONE 1.5s
14:25:32 [2021-12-21T14:25:32.403Z] 
14:25:32 [2021-12-21T14:25:32.403Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:25:32 [2021-12-21T14:25:32.403Z] #56 sha256:005971a77124f26c19eadfca6eba05648a02489fde34e3476784fd08d9be397e
14:25:32 [2021-12-21T14:25:32.403Z] #56 ...
14:25:32 [2021-12-21T14:25:32.403Z] 
14:25:32 [2021-12-21T14:25:32.403Z] #20 [dev-systemd-false  6/24] RUN ldconfig
14:25:32 [2021-12-21T14:25:32.403Z] #20 sha256:635906fd29d884a0c153b0609e6ea865b36353c754f9f8771861df93ba558c38
14:25:32 [2021-12-21T14:25:32.846Z] #23 13.51 Collecting pathspec>=0.5.3
14:25:32 [2021-12-21T14:25:32.846Z] #23 13.52   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
14:25:32 [2021-12-21T14:25:32.846Z] #23 13.71 Collecting pyyaml
14:25:32 [2021-12-21T14:25:32.962Z] #70 8.200 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd
14:25:32 [2021-12-21T14:25:32.962Z] #70 ...
14:25:32 [2021-12-21T14:25:32.962Z] 
14:25:32 [2021-12-21T14:25:32.962Z] #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
14:25:32 [2021-12-21T14:25:32.962Z] #45 sha256:608fa830d1083d01106226a8f4ebf67912b1d8f3b67422901223958cfc967a49
14:25:32 [2021-12-21T14:25:32.962Z] #45 2.548 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:25:32 [2021-12-21T14:25:32.962Z] #45 2.592 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:25:32 [2021-12-21T14:25:32.962Z] #45 2.592 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:25:32 [2021-12-21T14:25:32.962Z] #45 3.135 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:25:32 [2021-12-21T14:25:32.962Z] #45 3.895 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
14:25:32 [2021-12-21T14:25:32.962Z] #45 4.989 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
14:25:32 [2021-12-21T14:25:32.962Z] #45 6.107 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
14:25:32 [2021-12-21T14:25:32.962Z] #45 6.835 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB]
14:25:32 [2021-12-21T14:25:32.962Z] #45 7.555 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB]
14:25:32 [2021-12-21T14:25:32.962Z] #45 8.295 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:25:32 [2021-12-21T14:25:32.962Z] #45 8.302 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [95.8 kB]
14:25:32 [2021-12-21T14:25:32.962Z] #45 8.302 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [95.5 kB]
14:25:32 [2021-12-21T14:25:32.962Z] #45 8.308 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [97.6 kB]
14:25:32 [2021-12-21T14:25:32.962Z] #45 8.327 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [99.0 kB]
14:25:32 [2021-12-21T14:25:32.962Z] #45 8.339 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [96.8 kB]
14:25:32 [2021-12-21T14:25:32.962Z] #45 8.376 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
14:25:32 [2021-12-21T14:25:32.962Z] #45 8.376 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
14:25:32 [2021-12-21T14:25:32.962Z] #45 8.376 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
14:25:32 [2021-12-21T14:25:32.962Z] #45 8.376 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
14:25:33 [2021-12-21T14:25:33.103Z] #23 13.72   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
14:25:33 [2021-12-21T14:25:33.103Z] #23 13.83 Building wheels for collected packages: yamllint
14:25:33 [2021-12-21T14:25:33.103Z] #23 13.84   Building wheel for yamllint (setup.py): started
14:25:33 [2021-12-21T14:25:33.223Z] #45 8.379 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B]
14:25:33 [2021-12-21T14:25:33.223Z] #45 8.379 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:25:33 [2021-12-21T14:25:33.485Z] #45 ...
14:25:33 [2021-12-21T14:25:33.485Z] 
14:25:33 [2021-12-21T14:25:33.485Z] #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
14:25:33 [2021-12-21T14:25:33.485Z] #33 sha256:8f7d17dbea6cce0d8a957f9753c4c7e378dc13fea180c7720c981436e44f5464
14:25:33 [2021-12-21T14:25:33.485Z] #33 8.681 + mkdir -p /build
14:25:33 [2021-12-21T14:25:33.485Z] #33 8.681 + mv docker/docker /build/
14:25:33 [2021-12-21T14:25:33.485Z] #33 8.681 + rmdir docker
14:25:33 [2021-12-21T14:25:33.670Z] #23 14.58   Building wheel for yamllint (setup.py): finished with status 'done'
14:25:33 [2021-12-21T14:25:33.746Z] #33 DONE 8.9s
14:25:33 [2021-12-21T14:25:33.746Z] 
14:25:33 [2021-12-21T14:25:33.746Z] #70 [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
14:25:33 [2021-12-21T14:25:33.746Z] #70 sha256:d2fff68f110a039d29ddde4d6477fffc4d90bcaa6fd4ac514fcc85cb2447339a
14:25:33 [2021-12-21T14:25:33.746Z] #70 8.790 go: downloading github.com/google/uuid v1.3.0
14:25:33 [2021-12-21T14:25:33.746Z] #70 8.896 go: downloading github.com/moby/vpnkit v0.5.0
14:25:33 [2021-12-21T14:25:33.927Z] #23 14.58   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=122792964ef2d842c51a9b7ddd8bc463703f1a3d8d02cb05391ac419cb27239a
14:25:33 [2021-12-21T14:25:33.927Z] #23 14.58   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
14:25:33 [2021-12-21T14:25:33.927Z] #23 14.59 Successfully built yamllint
14:25:33 [2021-12-21T14:25:33.927Z] #23 14.61 Installing collected packages: pyyaml, pathspec, yamllint
14:25:33 [2021-12-21T14:25:33.931Z] #18 DONE 1.6s
14:25:33 [2021-12-21T14:25:33.931Z] 
14:25:33 [2021-12-21T14:25:33.931Z] #19 [dev-systemd-false  5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
14:25:33 [2021-12-21T14:25:33.931Z] #19 sha256:6cfe6c1ea997e825a3c01867d1f494521fcdb39f327ede3c3205db24a86ced12
14:25:33 [2021-12-21T14:25:33.989Z] #22 1.571 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
14:25:33 [2021-12-21T14:25:33.989Z] #22 1.574 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
14:25:33 [2021-12-21T14:25:33.989Z] #22 1.577 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
14:25:33 [2021-12-21T14:25:33.989Z] #22 DONE 1.7s
14:25:33 [2021-12-21T14:25:33.989Z] 
14:25:33 [2021-12-21T14:25:33.989Z] #23 [dev-systemd-false  9/24] RUN pip3 install yamllint==1.26.1
14:25:33 [2021-12-21T14:25:33.989Z] #23 sha256:f501ff1b779dbbfab76f1ee9502c6723460f1c8698f35d56fdc40cc6157f9294
14:25:34 [2021-12-21T14:25:34.007Z] #70 9.102 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
14:25:34 [2021-12-21T14:25:34.007Z] #70 9.150 go: downloading github.com/gofrs/flock v0.8.1
14:25:34 [2021-12-21T14:25:34.007Z] #70 9.182 go: downloading github.com/gorilla/mux v1.8.0
14:25:34 [2021-12-21T14:25:34.184Z] #23 14.96 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
14:25:34 [2021-12-21T14:25:34.268Z] #70 9.343 go: downloading github.com/moby/sys/mountinfo v0.5.0
14:25:34 [2021-12-21T14:25:34.268Z] #70 9.554 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
14:25:34 [2021-12-21T14:25:34.308Z] #20 DONE 1.7s
14:25:34 [2021-12-21T14:25:34.308Z] 
14:25:34 [2021-12-21T14:25:34.308Z] #21 [dev-systemd-false  7/24] 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
14:25:34 [2021-12-21T14:25:34.308Z] #21 sha256:371e6f1c3f0feeae4db08dbe3731c05e950f3b5226ae926f5b9df5d2d0bf5322
14:25:34 [2021-12-21T14:25:34.529Z] #70 9.652 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
14:25:34 [2021-12-21T14:25:34.529Z] #70 9.683 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af
14:25:34 [2021-12-21T14:25:34.789Z] #70 ...
14:25:34 [2021-12-21T14:25:34.789Z] 
14:25:34 [2021-12-21T14:25:34.789Z] #65 [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
14:25:34 [2021-12-21T14:25:34.789Z] #65 sha256:bdd3d2ad843923d693c522e7a5dc34ed3bd630e0b474344c00416c850321a573
14:25:34 [2021-12-21T14:25:34.789Z] #65 2.768 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:25:34 [2021-12-21T14:25:34.789Z] #65 2.794 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:25:34 [2021-12-21T14:25:34.789Z] #65 2.794 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:25:34 [2021-12-21T14:25:34.789Z] #65 3.431 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:25:34 [2021-12-21T14:25:34.789Z] #65 4.429 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
14:25:34 [2021-12-21T14:25:34.789Z] #65 5.365 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB]
14:25:34 [2021-12-21T14:25:34.789Z] #65 6.398 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB]
14:25:34 [2021-12-21T14:25:34.789Z] #65 7.427 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
14:25:34 [2021-12-21T14:25:34.789Z] #65 8.259 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
14:25:34 [2021-12-21T14:25:34.789Z] #65 9.003 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:25:34 [2021-12-21T14:25:34.789Z] #65 9.029 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [97.6 kB]
14:25:34 [2021-12-21T14:25:34.789Z] #65 9.033 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [95.8 kB]
14:25:34 [2021-12-21T14:25:34.789Z] #65 9.055 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [99.0 kB]
14:25:34 [2021-12-21T14:25:34.789Z] #65 9.055 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [95.5 kB]
14:25:34 [2021-12-21T14:25:34.789Z] #65 9.067 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [96.8 kB]
14:25:34 [2021-12-21T14:25:34.789Z] #65 9.067 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
14:25:34 [2021-12-21T14:25:34.789Z] #65 9.080 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
14:25:34 [2021-12-21T14:25:34.789Z] #65 9.080 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:25:34 [2021-12-21T14:25:34.789Z] #65 9.080 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
14:25:34 [2021-12-21T14:25:34.789Z] #65 9.080 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B]
14:25:34 [2021-12-21T14:25:34.789Z] #65 9.095 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
14:25:35 [2021-12-21T14:25:35.050Z] #65 ...
14:25:35 [2021-12-21T14:25:35.050Z] 
14:25:35 [2021-12-21T14:25:35.050Z] #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
14:25:35 [2021-12-21T14:25:35.050Z] #20 sha256:92013a3d998d2c60c0650769d42391eff390592764aa515f67a2ec5f6c3700f9
14:25:35 [2021-12-21T14:25:35.051Z] #20 2.551 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:25:35 [2021-12-21T14:25:35.051Z] #20 2.564 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:25:35 [2021-12-21T14:25:35.051Z] #20 2.564 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:25:35 [2021-12-21T14:25:35.051Z] #20 3.197 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
14:25:35 [2021-12-21T14:25:35.051Z] #20 3.824 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
14:25:35 [2021-12-21T14:25:35.051Z] #20 4.817 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB]
14:25:35 [2021-12-21T14:25:35.051Z] #20 5.816 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB]
14:25:35 [2021-12-21T14:25:35.051Z] #20 6.956 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
14:25:35 [2021-12-21T14:25:35.051Z] #20 7.781 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:25:35 [2021-12-21T14:25:35.051Z] #20 8.480 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [95.5 kB]
14:25:35 [2021-12-21T14:25:35.051Z] #20 8.480 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [99.0 kB]
14:25:35 [2021-12-21T14:25:35.051Z] #20 8.480 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [95.8 kB]
14:25:35 [2021-12-21T14:25:35.051Z] #20 8.508 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:25:35 [2021-12-21T14:25:35.051Z] #20 8.508 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [97.6 kB]
14:25:35 [2021-12-21T14:25:35.051Z] #20 8.517 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [96.8 kB]
14:25:35 [2021-12-21T14:25:35.051Z] #20 9.080 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:25:35 [2021-12-21T14:25:35.051Z] #20 9.096 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
14:25:35 [2021-12-21T14:25:35.051Z] #20 9.096 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
14:25:35 [2021-12-21T14:25:35.051Z] #20 9.096 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B]
14:25:35 [2021-12-21T14:25:35.051Z] #20 9.096 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
14:25:35 [2021-12-21T14:25:35.051Z] #20 9.096 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
14:25:35 [2021-12-21T14:25:35.309Z] #19 DONE 1.5s
14:25:35 [2021-12-21T14:25:35.310Z] 
14:25:35 [2021-12-21T14:25:35.310Z] #20 [dev-systemd-false  6/24] RUN ldconfig
14:25:35 [2021-12-21T14:25:35.310Z] #20 sha256:635906fd29d884a0c153b0609e6ea865b36353c754f9f8771861df93ba558c38
14:25:35 [2021-12-21T14:25:35.993Z] #20 ...
14:25:35 [2021-12-21T14:25:35.993Z] 
14:25:35 [2021-12-21T14:25:35.993Z] #70 [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
14:25:35 [2021-12-21T14:25:35.993Z] #70 sha256:d2fff68f110a039d29ddde4d6477fffc4d90bcaa6fd4ac514fcc85cb2447339a
14:25:35 [2021-12-21T14:25:35.993Z] #70 10.91 go: downloading github.com/russross/blackfriday/v2 v2.1.0
14:25:36 [2021-12-21T14:25:36.213Z] #21 1.925 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:25:36 [2021-12-21T14:25:36.213Z] #21 1.980 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:25:36 [2021-12-21T14:25:36.213Z] #21 1.980 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:25:36 [2021-12-21T14:25:36.688Z] #20 DONE 1.6s
14:25:36 [2021-12-21T14:25:36.688Z] 
14:25:36 [2021-12-21T14:25:36.688Z] #21 [dev-systemd-false  7/24] 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
14:25:36 [2021-12-21T14:25:36.688Z] #21 sha256:371e6f1c3f0feeae4db08dbe3731c05e950f3b5226ae926f5b9df5d2d0bf5322
14:25:37 [2021-12-21T14:25:37.154Z] #21 2.902 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:25:37 [2021-12-21T14:25:37.460Z] #23 ...
14:25:37 [2021-12-21T14:25:37.460Z] 
14:25:37 [2021-12-21T14:25:37.460Z] #51 [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
14:25:37 [2021-12-21T14:25:37.460Z] #51 sha256:20f4bb0ba091fcec695104f60876dc70e32a884162e045ea94bbd0080742119e
14:25:37 [2021-12-21T14:25:37.460Z] #51 190.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
14:25:37 [2021-12-21T14:25:37.460Z] #51 DONE 190.5s
14:25:37 [2021-12-21T14:25:37.460Z] 
14:25:37 [2021-12-21T14:25:37.460Z] #23 [dev-systemd-false  9/24] RUN pip3 install yamllint==1.26.1
14:25:37 [2021-12-21T14:25:37.460Z] #23 sha256:77ee36b79dfde625b379439e94b3741fc9ab4b0b2483278a8f26e62720224f63
14:25:37 [2021-12-21T14:25:37.460Z] #23 DONE 18.0s
14:25:37 [2021-12-21T14:25:37.460Z] 
14:25:37 [2021-12-21T14:25:37.460Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:25:37 [2021-12-21T14:25:37.460Z] #60 sha256:7e19dcb8626674562bb4d13a16d22f2ca9cc1260f36b8ed160081bf6d568013e
14:25:38 [2021-12-21T14:25:38.532Z] #21 4.412 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:25:39 [2021-12-21T14:25:39.225Z] #21 2.148 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:25:39 [2021-12-21T14:25:39.225Z] #21 2.168 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:25:39 [2021-12-21T14:25:39.225Z] #21 2.177 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:25:39 [2021-12-21T14:25:39.795Z] #21 3.033 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:25:39 [2021-12-21T14:25:39.911Z] #21 ...
14:25:39 [2021-12-21T14:25:39.911Z] 
14:25:39 [2021-12-21T14:25:39.911Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:25:39 [2021-12-21T14:25:39.911Z] #56 sha256:005971a77124f26c19eadfca6eba05648a02489fde34e3476784fd08d9be397e
14:25:39 [2021-12-21T14:25:39.911Z] #56 15.24 + cd /tmp/tmp.jJ0IVQcXka/src/github.com/opencontainers/runc
14:25:39 [2021-12-21T14:25:39.911Z] #56 15.24 + git checkout -q v1.0.3
14:25:40 [2021-12-21T14:25:40.480Z] #56 16.17 + '[' -z '' ']'
14:25:40 [2021-12-21T14:25:40.480Z] #56 16.17 + target=static
14:25:40 [2021-12-21T14:25:40.480Z] #56 16.17 + make BUILDTAGS=seccomp static
14:25:41 [2021-12-21T14:25:41.417Z] #56 16.87 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o runc .
14:25:41 [2021-12-21T14:25:41.701Z] #21 4.600 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:25:42 [2021-12-21T14:25:42.270Z] #21 ...
14:25:42 [2021-12-21T14:25:42.270Z] 
14:25:42 [2021-12-21T14:25:42.270Z] #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
14:25:42 [2021-12-21T14:25:42.270Z] #34 sha256:c0519c19fbf7c93514d7a6102815dd09ddf688b9f5468088005b4c292cacdf92
14:25:42 [2021-12-21T14:25:42.270Z] #34 DONE 183.5s
14:25:42 [2021-12-21T14:25:42.270Z] 
14:25:42 [2021-12-21T14:25:42.270Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:25:42 [2021-12-21T14:25:42.270Z] #56 sha256:edd50482b32597dba9b6b017ccfc4fdd6de272410d72fb89e690e57377ac00f6
14:25:42 [2021-12-21T14:25:42.270Z] #56 14.85 + cd /tmp/tmp.7rreZerdBl/src/github.com/opencontainers/runc
14:25:42 [2021-12-21T14:25:42.270Z] #56 14.85 + git checkout -q v1.0.3
14:25:42 [2021-12-21T14:25:42.270Z] #56 15.63 + '[' -z '' ']'
14:25:42 [2021-12-21T14:25:42.270Z] #56 15.63 + target=static
14:25:42 [2021-12-21T14:25:42.270Z] #56 15.63 + make BUILDTAGS=seccomp static
14:25:42 [2021-12-21T14:25:42.838Z] #56 16.19 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o runc .
14:25:46 [2021-12-21T14:25:46.170Z] #23 10.63 Collecting yamllint==1.26.1
14:25:46 [2021-12-21T14:25:46.170Z] #23 11.69   Downloading yamllint-1.26.1.tar.gz (126 kB)
14:25:46 [2021-12-21T14:25:46.426Z] #23 12.85 Collecting pathspec>=0.5.3
14:25:46 [2021-12-21T14:25:46.683Z] #23 12.86   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
14:25:46 [2021-12-21T14:25:46.940Z] #23 13.28 Collecting pyyaml
14:25:47 [2021-12-21T14:25:47.197Z] #23 13.30   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)
14:25:47 [2021-12-21T14:25:47.197Z] #23 13.35 Building wheels for collected packages: yamllint
14:25:47 [2021-12-21T14:25:47.197Z] #23 13.37   Building wheel for yamllint (setup.py): started
14:25:48 [2021-12-21T14:25:48.127Z] #23 14.43   Building wheel for yamllint (setup.py): finished with status 'done'
14:25:48 [2021-12-21T14:25:48.127Z] #23 14.44   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=504289b1a56187dc25d5e50bc3dbd050857041ed161f08e9d7c7f33e8e7eb61c
14:25:48 [2021-12-21T14:25:48.127Z] #23 14.44   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
14:25:48 [2021-12-21T14:25:48.127Z] #23 14.44 Successfully built yamllint
14:25:48 [2021-12-21T14:25:48.127Z] #23 14.48 Installing collected packages: pyyaml, pathspec, yamllint
14:25:48 [2021-12-21T14:25:48.702Z] #23 14.93 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
14:25:49 [2021-12-21T14:25:49.264Z] #23 DONE 15.4s
14:25:49 [2021-12-21T14:25:49.264Z] 
14:25:49 [2021-12-21T14:25:49.264Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli     /build/ /usr/local/cli
14:25:49 [2021-12-21T14:25:49.264Z] #27 sha256:379e4225e8123080de48a14ccb08904e4bcf5d4dc7b0d0605546a409eb27f848
14:25:49 [2021-12-21T14:25:49.264Z] #27 DONE 0.2s
14:25:49 [2021-12-21T14:25:49.264Z] 
14:25:49 [2021-12-21T14:25:49.264Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images
14:25:49 [2021-12-21T14:25:49.264Z] #32 sha256:5de0c24919a2d312ddd1e5fb4e8389305344b124fc692dd28a16bb9b5becec4d
14:25:49 [2021-12-21T14:25:49.826Z] #32 DONE 0.5s
14:25:49 [2021-12-21T14:25:49.826Z] 
14:25:49 [2021-12-21T14:25:49.826Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:25:49 [2021-12-21T14:25:49.826Z] #56 sha256:51f09985244a1968837f83f4c17ce60a09f8ea964c0dd11e032919dd5a3f69f1
14:25:49 [2021-12-21T14:25:49.826Z] #56 ...
14:25:49 [2021-12-21T14:25:49.826Z] 
14:25:49 [2021-12-21T14:25:49.826Z] #35 [dev-systemd-false 12/24] COPY --from=swagger       /build/ /usr/local/bin/
14:25:49 [2021-12-21T14:25:49.826Z] #35 sha256:ce3061e1f871e5b313ca552f802ceb546c611e42a3845bdffaf02c41407ad129
14:25:50 [2021-12-21T14:25:50.082Z] #35 DONE 0.3s
14:25:50 [2021-12-21T14:25:50.082Z] 
14:25:50 [2021-12-21T14:25:50.082Z] #51 [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
14:25:50 [2021-12-21T14:25:50.082Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:25:50 [2021-12-21T14:25:50.082Z] #51 ...
14:25:50 [2021-12-21T14:25:50.082Z] 
14:25:50 [2021-12-21T14:25:50.082Z] #37 [dev-systemd-false 13/24] COPY --from=tomll         /build/ /usr/local/bin/
14:25:50 [2021-12-21T14:25:50.082Z] #37 sha256:08ea0c85be870588c1f8661d983b39cf359213af271ea8c056163e535b00a849
14:25:50 [2021-12-21T14:25:50.082Z] #37 DONE 0.1s
14:25:50 [2021-12-21T14:25:50.082Z] 
14:25:50 [2021-12-21T14:25:50.082Z] #41 [dev-systemd-false 14/24] COPY --from=tini          /build/ /usr/local/bin/
14:25:50 [2021-12-21T14:25:50.082Z] #41 sha256:002a1213d4dc2b91e28837c1b13e1e95a865c5e70a22c78e8cceb419ed8a8f1f
14:25:50 [2021-12-21T14:25:50.337Z] #41 DONE 0.1s
14:25:50 [2021-12-21T14:25:50.337Z] 
14:25:50 [2021-12-21T14:25:50.338Z] #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
14:25:50 [2021-12-21T14:25:50.338Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:25:51 [2021-12-21T14:25:51.396Z] #56 ...
14:25:51 [2021-12-21T14:25:51.396Z] 
14:25:51 [2021-12-21T14:25:51.396Z] #21 [dev-systemd-false  7/24] 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
14:25:51 [2021-12-21T14:25:51.396Z] #21 sha256:371e6f1c3f0feeae4db08dbe3731c05e950f3b5226ae926f5b9df5d2d0bf5322
14:25:51 [2021-12-21T14:25:51.396Z] #21 6.318 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:25:51 [2021-12-21T14:25:51.396Z] #21 13.27 Fetched 8485 kB in 12s (731 kB/s)
14:25:51 [2021-12-21T14:25:51.396Z] #21 13.27 Reading package lists...
14:25:51 [2021-12-21T14:25:51.396Z] #21 ...
14:25:51 [2021-12-21T14:25:51.396Z] 
14:25:51 [2021-12-21T14:25:51.396Z] #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
14:25:51 [2021-12-21T14:25:51.396Z] #34 sha256:c0519c19fbf7c93514d7a6102815dd09ddf688b9f5468088005b4c292cacdf92
14:25:51 [2021-12-21T14:25:51.396Z] #34 DONE 197.0s
14:25:51 [2021-12-21T14:25:51.396Z] 
14:25:51 [2021-12-21T14:25:51.396Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:25:51 [2021-12-21T14:25:51.396Z] #60 sha256:533256f0ecf4870b4847b57ed6dc5012fd126a2456b9dc577baf17b8de8f7cc0
14:25:51 [2021-12-21T14:25:51.965Z] #60 ...
14:25:51 [2021-12-21T14:25:51.965Z] 
14:25:51 [2021-12-21T14:25:51.965Z] #21 [dev-systemd-false  7/24] 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
14:25:51 [2021-12-21T14:25:51.965Z] #21 sha256:371e6f1c3f0feeae4db08dbe3731c05e950f3b5226ae926f5b9df5d2d0bf5322
14:25:51 [2021-12-21T14:25:51.965Z] #21 13.27 Reading package lists...
14:25:52 [2021-12-21T14:25:52.894Z] #56 ...
14:25:52 [2021-12-21T14:25:52.894Z] 
14:25:52 [2021-12-21T14:25:52.894Z] #21 [dev-systemd-false  7/24] 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
14:25:52 [2021-12-21T14:25:52.894Z] #21 sha256:371e6f1c3f0feeae4db08dbe3731c05e950f3b5226ae926f5b9df5d2d0bf5322
14:25:52 [2021-12-21T14:25:52.894Z] #21 5.972 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:25:52 [2021-12-21T14:25:52.894Z] #21 12.21 Fetched 8485 kB in 10s (818 kB/s)
14:25:52 [2021-12-21T14:25:52.894Z] #21 12.21 Reading package lists...
14:25:56 [2021-12-21T14:25:56.417Z] #21 18.13 Reading package lists...
14:25:56 [2021-12-21T14:25:56.877Z] #43 198.6 + dpkg --print-architecture
14:25:56 [2021-12-21T14:25:56.877Z] #43 198.6 + git checkout -q v2.1.0
14:25:56 [2021-12-21T14:25:56.877Z] #43 198.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
14:25:56 [2021-12-21T14:25:56.877Z] #43 198.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
14:25:57 [2021-12-21T14:25:57.085Z] #21 16.31 Reading package lists...
14:25:57 [2021-12-21T14:25:57.354Z] #21 22.13 Building dependency tree...
14:25:57 [2021-12-21T14:25:57.963Z] #70 ...
14:25:57 [2021-12-21T14:25:57.963Z] 
14:25:57 [2021-12-21T14:25:57.963Z] #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
14:25:57 [2021-12-21T14:25:57.963Z] #20 sha256:92013a3d998d2c60c0650769d42391eff390592764aa515f67a2ec5f6c3700f9
14:25:57 [2021-12-21T14:25:57.963Z] #20 30.04 Fetched 48.8 MB in 28s (1759 kB/s)
14:25:58 [2021-12-21T14:25:58.022Z] #21 20.18 Building dependency tree...
14:25:59 [2021-12-21T14:25:59.258Z] #21 25.05 The following additional packages will be installed:
14:25:59 [2021-12-21T14:25:59.258Z] #21 25.05   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
14:25:59 [2021-12-21T14:25:59.258Z] #21 25.06   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
14:25:59 [2021-12-21T14:25:59.258Z] #21 25.06   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
14:25:59 [2021-12-21T14:25:59.258Z] #21 25.06   python3-pkg-resources vim-runtime xxd
14:25:59 [2021-12-21T14:25:59.258Z] #21 25.06 Suggested packages:
14:25:59 [2021-12-21T14:25:59.258Z] #21 25.06   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
14:25:59 [2021-12-21T14:25:59.258Z] #21 25.06   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
14:25:59 [2021-12-21T14:25:59.258Z] #21 25.06   acl attr quota
14:25:59 [2021-12-21T14:25:59.258Z] #21 25.06 Recommended packages:
14:25:59 [2021-12-21T14:25:59.258Z] #21 25.06   libatm1 nftables libpam-cap build-essential python3-dev unzip
14:25:59 [2021-12-21T14:25:59.399Z] #21 22.57 The following additional packages will be installed:
14:25:59 [2021-12-21T14:25:59.399Z] #21 22.57   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
14:25:59 [2021-12-21T14:25:59.399Z] #21 22.57   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
14:25:59 [2021-12-21T14:25:59.399Z] #21 22.57   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
14:25:59 [2021-12-21T14:25:59.399Z] #21 22.57   python3-pkg-resources vim-runtime xxd
14:25:59 [2021-12-21T14:25:59.399Z] #21 22.60 Suggested packages:
14:25:59 [2021-12-21T14:25:59.399Z] #21 22.60   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
14:25:59 [2021-12-21T14:25:59.399Z] #21 22.60   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
14:25:59 [2021-12-21T14:25:59.399Z] #21 22.60   acl attr quota
14:25:59 [2021-12-21T14:25:59.399Z] #21 22.60 Recommended packages:
14:25:59 [2021-12-21T14:25:59.399Z] #21 22.60   libatm1 nftables libpam-cap build-essential python3-dev unzip
14:26:01 [2021-12-21T14:26:01.047Z] #43 ...
14:26:01 [2021-12-21T14:26:01.048Z] 
14:26:01 [2021-12-21T14:26:01.048Z] #51 [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
14:26:01 [2021-12-21T14:26:01.048Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:26:01 [2021-12-21T14:26:01.048Z] #51 202.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
14:26:01 [2021-12-21T14:26:01.048Z] #51 DONE 203.2s
14:26:01 [2021-12-21T14:26:01.048Z] 
14:26:01 [2021-12-21T14:26:01.048Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:26:01 [2021-12-21T14:26:01.048Z] #56 sha256:51f09985244a1968837f83f4c17ce60a09f8ea964c0dd11e032919dd5a3f69f1
14:26:01 [2021-12-21T14:26:01.164Z] #21 27.24 The following NEW packages will be installed:
14:26:01 [2021-12-21T14:26:01.424Z] #21 27.24   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
14:26:01 [2021-12-21T14:26:01.424Z] #21 27.24   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
14:26:01 [2021-12-21T14:26:01.424Z] #21 27.24   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
14:26:01 [2021-12-21T14:26:01.424Z] #21 27.24   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
14:26:01 [2021-12-21T14:26:01.424Z] #21 27.25   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
14:26:01 [2021-12-21T14:26:01.424Z] #21 27.25   python3-pkg-resources python3-setuptools python3-wheel sudo
14:26:01 [2021-12-21T14:26:01.424Z] #21 27.25   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
14:26:01 [2021-12-21T14:26:01.424Z] #21 27.25   xz-utils zip zstd
14:26:01 [2021-12-21T14:26:01.684Z] #21 27.65 0 upgraded, 48 newly installed, 0 to remove and 7 not upgraded.
14:26:01 [2021-12-21T14:26:01.684Z] #21 27.65 Need to get 27.6 MB of archives.
14:26:01 [2021-12-21T14:26:01.684Z] #21 27.65 After this operation, 106 MB of additional disk space will be used.
14:26:01 [2021-12-21T14:26:01.684Z] #21 27.65 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
14:26:01 [2021-12-21T14:26:01.935Z] #21 24.72 The following NEW packages will be installed:
14:26:01 [2021-12-21T14:26:01.935Z] #21 24.74   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
14:26:01 [2021-12-21T14:26:01.935Z] #21 24.74   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
14:26:01 [2021-12-21T14:26:01.935Z] #21 24.74   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
14:26:01 [2021-12-21T14:26:01.935Z] #21 24.74   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch
14:26:01 [2021-12-21T14:26:01.935Z] #21 24.74   pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip
14:26:01 [2021-12-21T14:26:01.935Z] #21 24.74   python3-pkg-resources python3-setuptools python3-wheel sudo
14:26:01 [2021-12-21T14:26:01.935Z] #21 24.74   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
14:26:01 [2021-12-21T14:26:01.935Z] #21 24.74   xz-utils zip zstd
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.14 0 upgraded, 48 newly installed, 0 to remove and 7 not upgraded.
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.14 Need to get 27.6 MB of archives.
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.14 After this operation, 106 MB of additional disk space will be used.
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.14 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.15 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.15 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.16 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.16 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.16 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.16 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.18 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.21 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.23 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.24 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.25 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.26 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
14:26:01 [2021-12-21T14:26:01.935Z] #21 25.27 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
14:26:01 [2021-12-21T14:26:01.936Z] #21 25.31 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
14:26:01 [2021-12-21T14:26:01.936Z] #21 25.32 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
14:26:01 [2021-12-21T14:26:01.936Z] #21 25.32 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
14:26:01 [2021-12-21T14:26:01.936Z] #21 25.32 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
14:26:01 [2021-12-21T14:26:01.936Z] #21 25.32 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
14:26:01 [2021-12-21T14:26:01.936Z] #21 25.33 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
14:26:01 [2021-12-21T14:26:01.936Z] #21 25.34 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.65 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.66 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.66 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.67 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.67 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.74 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.74 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.76 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.79 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.79 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.81 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.83 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.85 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.85 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.85 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.85 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.85 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.86 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
14:26:01 [2021-12-21T14:26:01.943Z] #21 27.88 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
14:26:02 [2021-12-21T14:26:02.168Z] #20 30.04 Reading package lists...
14:26:02 [2021-12-21T14:26:02.168Z] #20 ...
14:26:02 [2021-12-21T14:26:02.168Z] 
14:26:02 [2021-12-21T14:26:02.168Z] #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
14:26:02 [2021-12-21T14:26:02.169Z] #45 sha256:608fa830d1083d01106226a8f4ebf67912b1d8f3b67422901223958cfc967a49
14:26:02 [2021-12-21T14:26:02.169Z] #45 30.15 Fetched 48.8 MB in 28s (1750 kB/s)
14:26:02 [2021-12-21T14:26:02.195Z] #21 25.34 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
14:26:02 [2021-12-21T14:26:02.195Z] #21 25.37 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
14:26:02 [2021-12-21T14:26:02.195Z] #21 25.38 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
14:26:02 [2021-12-21T14:26:02.195Z] #21 25.38 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
14:26:02 [2021-12-21T14:26:02.195Z] #21 25.38 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
14:26:02 [2021-12-21T14:26:02.195Z] #21 25.39 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
14:26:02 [2021-12-21T14:26:02.203Z] #21 27.89 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
14:26:02 [2021-12-21T14:26:02.203Z] #21 27.90 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
14:26:02 [2021-12-21T14:26:02.203Z] #21 27.90 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
14:26:02 [2021-12-21T14:26:02.203Z] #21 27.93 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
14:26:02 [2021-12-21T14:26:02.203Z] #21 27.93 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
14:26:02 [2021-12-21T14:26:02.764Z] #21 25.92 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
14:26:02 [2021-12-21T14:26:02.764Z] #21 25.94 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:26:02 [2021-12-21T14:26:02.764Z] #21 25.95 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
14:26:02 [2021-12-21T14:26:02.764Z] #21 25.95 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
14:26:02 [2021-12-21T14:26:02.764Z] #21 25.95 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
14:26:02 [2021-12-21T14:26:02.764Z] #21 25.95 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
14:26:02 [2021-12-21T14:26:02.764Z] #21 25.96 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
14:26:02 [2021-12-21T14:26:02.764Z] #21 26.09 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
14:26:02 [2021-12-21T14:26:02.764Z] #21 26.10 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
14:26:02 [2021-12-21T14:26:02.764Z] #21 26.12 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
14:26:02 [2021-12-21T14:26:02.764Z] #21 26.12 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
14:26:02 [2021-12-21T14:26:02.764Z] #21 26.18 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
14:26:02 [2021-12-21T14:26:02.771Z] #21 28.49 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
14:26:02 [2021-12-21T14:26:02.771Z] #21 28.49 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:26:02 [2021-12-21T14:26:02.771Z] #21 28.49 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
14:26:02 [2021-12-21T14:26:02.771Z] #21 28.49 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
14:26:02 [2021-12-21T14:26:02.771Z] #21 28.50 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
14:26:02 [2021-12-21T14:26:02.771Z] #21 28.52 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
14:26:02 [2021-12-21T14:26:02.771Z] #21 28.54 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
14:26:02 [2021-12-21T14:26:02.771Z] #21 28.63 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
14:26:02 [2021-12-21T14:26:02.771Z] #21 28.63 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
14:26:02 [2021-12-21T14:26:02.771Z] #21 28.67 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
14:26:02 [2021-12-21T14:26:02.771Z] #21 28.69 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
14:26:02 [2021-12-21T14:26:02.771Z] #21 28.70 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
14:26:02 [2021-12-21T14:26:02.771Z] #21 28.70 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
14:26:02 [2021-12-21T14:26:02.771Z] #21 28.72 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
14:26:03 [2021-12-21T14:26:03.024Z] #21 26.19 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
14:26:03 [2021-12-21T14:26:03.024Z] #21 26.21 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
14:26:03 [2021-12-21T14:26:03.024Z] #21 26.26 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
14:26:03 [2021-12-21T14:26:03.024Z] #21 26.30 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
14:26:03 [2021-12-21T14:26:03.030Z] #21 28.80 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
14:26:03 [2021-12-21T14:26:03.030Z] #21 28.84 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
14:26:03 [2021-12-21T14:26:03.030Z] #21 28.85 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
14:26:03 [2021-12-21T14:26:03.283Z] #21 26.32 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
14:26:03 [2021-12-21T14:26:03.290Z] #21 29.29 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
14:26:03 [2021-12-21T14:26:03.290Z] #21 29.32 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
14:26:03 [2021-12-21T14:26:03.290Z] #21 29.36 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
14:26:03 [2021-12-21T14:26:03.542Z] #21 26.69 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
14:26:03 [2021-12-21T14:26:03.542Z] #21 26.72 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
14:26:03 [2021-12-21T14:26:03.542Z] #21 26.76 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
14:26:03 [2021-12-21T14:26:03.542Z] #21 26.78 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
14:26:03 [2021-12-21T14:26:03.549Z] #21 29.37 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
14:26:04 [2021-12-21T14:26:04.083Z] #45 30.15 Reading package lists...
14:26:04 [2021-12-21T14:26:04.083Z] #45 39.23 Reading package lists...
14:26:04 [2021-12-21T14:26:04.083Z] #45 ...
14:26:04 [2021-12-21T14:26:04.083Z] 
14:26:04 [2021-12-21T14:26:04.083Z] #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
14:26:04 [2021-12-21T14:26:04.083Z] #20 sha256:92013a3d998d2c60c0650769d42391eff390592764aa515f67a2ec5f6c3700f9
14:26:04 [2021-12-21T14:26:04.083Z] #20 30.04 Reading package lists...
14:26:04 [2021-12-21T14:26:04.485Z] #21 30.40 debconf: delaying package configuration, since apt-utils is not installed
14:26:04 [2021-12-21T14:26:04.654Z] #20 39.49 Reading package lists...
14:26:04 [2021-12-21T14:26:04.654Z] #20 ...
14:26:04 [2021-12-21T14:26:04.654Z] 
14:26:04 [2021-12-21T14:26:04.654Z] #65 [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
14:26:04 [2021-12-21T14:26:04.654Z] #65 sha256:bdd3d2ad843923d693c522e7a5dc34ed3bd630e0b474344c00416c850321a573
14:26:04 [2021-12-21T14:26:04.654Z] #65 30.02 Fetched 48.8 MB in 27s (1774 kB/s)
14:26:04 [2021-12-21T14:26:04.654Z] #65 30.02 Reading package lists...
14:26:04 [2021-12-21T14:26:04.743Z] #21 30.65 Fetched 27.6 MB in 2s (13.1 MB/s)
14:26:04 [2021-12-21T14:26:04.920Z] #21 27.78 debconf: delaying package configuration, since apt-utils is not installed
14:26:04 [2021-12-21T14:26:04.920Z] #21 28.01 Fetched 27.6 MB in 2s (13.9 MB/s)
14:26:04 [2021-12-21T14:26:04.920Z] #21 28.09 Selecting previously unselected package pigz.
14:26:04 [2021-12-21T14:26:04.920Z] #21 28.09 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24014 files and directories currently installed.)
14:26:04 [2021-12-21T14:26:04.920Z] #21 28.18 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
14:26:04 [2021-12-21T14:26:04.920Z] #21 28.18 Unpacking pigz (2.6-1) ...
14:26:05 [2021-12-21T14:26:05.002Z] #21 30.77 Selecting previously unselected package pigz.
14:26:05 [2021-12-21T14:26:05.002Z] #21 30.79 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24014 files and directories currently installed.)
14:26:05 [2021-12-21T14:26:05.002Z] #21 30.87 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
14:26:05 [2021-12-21T14:26:05.002Z] #21 30.90 Unpacking pigz (2.6-1) ...
14:26:05 [2021-12-21T14:26:05.002Z] #21 31.02 Selecting previously unselected package libelf1:amd64.
14:26:05 [2021-12-21T14:26:05.002Z] #21 31.02 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
14:26:05 [2021-12-21T14:26:05.179Z] #21 28.41 Selecting previously unselected package libelf1:amd64.
14:26:05 [2021-12-21T14:26:05.180Z] #21 28.42 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
14:26:05 [2021-12-21T14:26:05.180Z] #21 28.45 Unpacking libelf1:amd64 (0.183-1) ...
14:26:05 [2021-12-21T14:26:05.261Z] #21 31.04 Unpacking libelf1:amd64 (0.183-1) ...
14:26:05 [2021-12-21T14:26:05.261Z] #21 31.30 Selecting previously unselected package libbpf0:amd64.
14:26:05 [2021-12-21T14:26:05.439Z] #21 28.72 Selecting previously unselected package libbpf0:amd64.
14:26:05 [2021-12-21T14:26:05.439Z] #21 28.72 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
14:26:05 [2021-12-21T14:26:05.520Z] #21 31.31 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
14:26:05 [2021-12-21T14:26:05.520Z] #21 31.31 Unpacking libbpf0:amd64 (1:0.3-2) ...
14:26:05 [2021-12-21T14:26:05.698Z] #21 28.73 Unpacking libbpf0:amd64 (1:0.3-2) ...
14:26:05 [2021-12-21T14:26:05.698Z] #21 28.97 Selecting previously unselected package libcap2:amd64.
14:26:05 [2021-12-21T14:26:05.698Z] #21 28.97 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
14:26:05 [2021-12-21T14:26:05.698Z] #21 28.98 Unpacking libcap2:amd64 (1:2.44-1) ...
14:26:05 [2021-12-21T14:26:05.698Z] #21 29.10 Selecting previously unselected package libmnl0:amd64.
14:26:05 [2021-12-21T14:26:05.780Z] #21 31.51 Selecting previously unselected package libcap2:amd64.
14:26:05 [2021-12-21T14:26:05.780Z] #21 31.52 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
14:26:05 [2021-12-21T14:26:05.780Z] #21 31.53 Unpacking libcap2:amd64 (1:2.44-1) ...
14:26:05 [2021-12-21T14:26:05.780Z] #21 31.65 Selecting previously unselected package libmnl0:amd64.
14:26:05 [2021-12-21T14:26:05.780Z] #21 31.65 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
14:26:05 [2021-12-21T14:26:05.780Z] #21 31.66 Unpacking libmnl0:amd64 (1.0.4-3) ...
14:26:05 [2021-12-21T14:26:05.780Z] #21 31.85 Selecting previously unselected package libxtables12:amd64.
14:26:05 [2021-12-21T14:26:05.780Z] #21 31.85 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
14:26:05 [2021-12-21T14:26:05.780Z] #21 31.86 Unpacking libxtables12:amd64 (1.8.7-1) ...
14:26:05 [2021-12-21T14:26:05.956Z] #21 29.10 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
14:26:05 [2021-12-21T14:26:05.957Z] #21 29.11 Unpacking libmnl0:amd64 (1.0.4-3) ...
14:26:05 [2021-12-21T14:26:05.957Z] #21 29.24 Selecting previously unselected package libxtables12:amd64.
14:26:05 [2021-12-21T14:26:05.957Z] #21 29.25 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
14:26:05 [2021-12-21T14:26:05.957Z] #21 29.26 Unpacking libxtables12:amd64 (1.8.7-1) ...
14:26:05 [2021-12-21T14:26:05.957Z] #21 29.37 Selecting previously unselected package libcap2-bin.
14:26:06 [2021-12-21T14:26:06.039Z] #21 31.96 Selecting previously unselected package libcap2-bin.
14:26:06 [2021-12-21T14:26:06.039Z] #21 31.97 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
14:26:06 [2021-12-21T14:26:06.039Z] #21 31.98 Unpacking libcap2-bin (1:2.44-1) ...
14:26:06 [2021-12-21T14:26:06.039Z] #21 32.11 Selecting previously unselected package iproute2.
14:26:06 [2021-12-21T14:26:06.216Z] #21 29.37 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
14:26:06 [2021-12-21T14:26:06.216Z] #21 29.38 Unpacking libcap2-bin (1:2.44-1) ...
14:26:06 [2021-12-21T14:26:06.298Z] #21 32.14 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
14:26:06 [2021-12-21T14:26:06.298Z] #21 32.16 Unpacking iproute2 (5.10.0-4) ...
14:26:06 [2021-12-21T14:26:06.475Z] #21 29.53 Selecting previously unselected package iproute2.
14:26:06 [2021-12-21T14:26:06.475Z] #21 29.53 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
14:26:06 [2021-12-21T14:26:06.475Z] #21 29.54 Unpacking iproute2 (5.10.0-4) ...
14:26:07 [2021-12-21T14:26:07.043Z] #21 30.38 Selecting previously unselected package xxd.
14:26:07 [2021-12-21T14:26:07.235Z] #21 33.00 Selecting previously unselected package xxd.
14:26:07 [2021-12-21T14:26:07.235Z] #21 33.00 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
14:26:07 [2021-12-21T14:26:07.235Z] #21 33.02 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
14:26:07 [2021-12-21T14:26:07.235Z] #21 33.24 Selecting previously unselected package vim-common.
14:26:07 [2021-12-21T14:26:07.235Z] #21 33.25 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
14:26:07 [2021-12-21T14:26:07.235Z] #21 33.27 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
14:26:07 [2021-12-21T14:26:07.302Z] #21 30.38 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
14:26:07 [2021-12-21T14:26:07.302Z] #21 30.39 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
14:26:07 [2021-12-21T14:26:07.302Z] #21 30.65 Selecting previously unselected package vim-common.
14:26:07 [2021-12-21T14:26:07.494Z] #21 33.56 Selecting previously unselected package bash-completion.
14:26:07 [2021-12-21T14:26:07.561Z] #21 30.65 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
14:26:07 [2021-12-21T14:26:07.561Z] #21 30.70 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
14:26:07 [2021-12-21T14:26:07.561Z] #21 30.90 Selecting previously unselected package bash-completion.
14:26:07 [2021-12-21T14:26:07.561Z] #21 30.90 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
14:26:07 [2021-12-21T14:26:07.753Z] #21 33.57 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
14:26:10 [2021-12-21T14:26:10.367Z] #21 36.34 Unpacking bash-completion (1:2.11-2) ...
14:26:10 [2021-12-21T14:26:10.627Z] #21 36.66 Selecting previously unselected package bzip2.
14:26:10 [2021-12-21T14:26:10.894Z] #21 36.67 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
14:26:10 [2021-12-21T14:26:10.894Z] #21 36.68 Unpacking bzip2 (1.0.8-4) ...
14:26:10 [2021-12-21T14:26:10.894Z] #21 36.80 Selecting previously unselected package xz-utils.
14:26:10 [2021-12-21T14:26:10.894Z] #21 36.80 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ...
14:26:10 [2021-12-21T14:26:10.894Z] #21 36.80 Unpacking xz-utils (5.2.5-2) ...
14:26:11 [2021-12-21T14:26:11.152Z] #21 36.93 Selecting previously unselected package apparmor.
14:26:11 [2021-12-21T14:26:11.152Z] #21 36.93 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
14:26:11 [2021-12-21T14:26:11.152Z] #21 36.99 Unpacking apparmor (2.13.6-10) ...
14:26:11 [2021-12-21T14:26:11.411Z] #21 37.38 Selecting previously unselected package inetutils-ping.
14:26:11 [2021-12-21T14:26:11.411Z] #21 37.39 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
14:26:11 [2021-12-21T14:26:11.411Z] #21 37.40 Unpacking inetutils-ping (2:2.0-1) ...
14:26:11 [2021-12-21T14:26:11.669Z] #21 37.48 Selecting previously unselected package libip4tc2:amd64.
14:26:11 [2021-12-21T14:26:11.669Z] #21 37.49 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
14:26:11 [2021-12-21T14:26:11.669Z] #21 37.51 Unpacking libip4tc2:amd64 (1.8.7-1) ...
14:26:11 [2021-12-21T14:26:11.669Z] #21 37.58 Selecting previously unselected package libip6tc2:amd64.
14:26:11 [2021-12-21T14:26:11.669Z] #21 37.59 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
14:26:11 [2021-12-21T14:26:11.669Z] #21 37.59 Unpacking libip6tc2:amd64 (1.8.7-1) ...
14:26:11 [2021-12-21T14:26:11.669Z] #21 37.66 Selecting previously unselected package libnfnetlink0:amd64.
14:26:11 [2021-12-21T14:26:11.669Z] #21 37.66 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
14:26:11 [2021-12-21T14:26:11.669Z] #21 37.67 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:26:11 [2021-12-21T14:26:11.753Z] #21 34.57 Unpacking bash-completion (1:2.11-2) ...
14:26:11 [2021-12-21T14:26:11.753Z] #21 34.91 Selecting previously unselected package bzip2.
14:26:11 [2021-12-21T14:26:11.753Z] #21 34.91 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
14:26:11 [2021-12-21T14:26:11.753Z] #21 34.92 Unpacking bzip2 (1.0.8-4) ...
14:26:11 [2021-12-21T14:26:11.753Z] #21 34.99 Selecting previously unselected package xz-utils.
14:26:11 [2021-12-21T14:26:11.753Z] #21 34.99 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ...
14:26:11 [2021-12-21T14:26:11.753Z] #21 35.00 Unpacking xz-utils (5.2.5-2) ...
14:26:11 [2021-12-21T14:26:11.928Z] #21 37.72 Selecting previously unselected package libnetfilter-conntrack3:amd64.
14:26:11 [2021-12-21T14:26:11.928Z] #21 37.74 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
14:26:11 [2021-12-21T14:26:11.928Z] #21 37.74 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
14:26:11 [2021-12-21T14:26:11.928Z] #21 37.81 Selecting previously unselected package libnftnl11:amd64.
14:26:11 [2021-12-21T14:26:11.928Z] #21 37.82 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
14:26:11 [2021-12-21T14:26:11.928Z] #21 37.83 Unpacking libnftnl11:amd64 (1.1.9-1) ...
14:26:11 [2021-12-21T14:26:11.928Z] #21 37.90 Selecting previously unselected package iptables.
14:26:11 [2021-12-21T14:26:11.928Z] #21 37.90 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
14:26:11 [2021-12-21T14:26:11.928Z] #21 37.91 Unpacking iptables (1.8.7-1) ...
14:26:12 [2021-12-21T14:26:12.012Z] #21 35.14 Selecting previously unselected package apparmor.
14:26:12 [2021-12-21T14:26:12.012Z] #21 35.14 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
14:26:12 [2021-12-21T14:26:12.013Z] #21 35.20 Unpacking apparmor (2.13.6-10) ...
14:26:12 [2021-12-21T14:26:12.272Z] #21 35.52 Selecting previously unselected package inetutils-ping.
14:26:12 [2021-12-21T14:26:12.272Z] #21 35.53 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
14:26:12 [2021-12-21T14:26:12.272Z] #21 35.55 Unpacking inetutils-ping (2:2.0-1) ...
14:26:12 [2021-12-21T14:26:12.495Z] #21 38.18 Selecting previously unselected package libonig5:amd64.
14:26:12 [2021-12-21T14:26:12.495Z] #21 38.18 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
14:26:12 [2021-12-21T14:26:12.495Z] #21 38.19 Unpacking libonig5:amd64 (6.9.6-1.1) ...
14:26:12 [2021-12-21T14:26:12.495Z] #21 38.34 Selecting previously unselected package libjq1:amd64.
14:26:12 [2021-12-21T14:26:12.495Z] #21 38.35 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
14:26:12 [2021-12-21T14:26:12.495Z] #21 38.35 Unpacking libjq1:amd64 (1.6-2.1) ...
14:26:12 [2021-12-21T14:26:12.531Z] #21 35.67 Selecting previously unselected package libip4tc2:amd64.
14:26:12 [2021-12-21T14:26:12.531Z] #21 35.67 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
14:26:12 [2021-12-21T14:26:12.531Z] #21 35.68 Unpacking libip4tc2:amd64 (1.8.7-1) ...
14:26:12 [2021-12-21T14:26:12.531Z] #21 35.73 Selecting previously unselected package libip6tc2:amd64.
14:26:12 [2021-12-21T14:26:12.531Z] #21 35.74 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
14:26:12 [2021-12-21T14:26:12.531Z] #21 35.74 Unpacking libip6tc2:amd64 (1.8.7-1) ...
14:26:12 [2021-12-21T14:26:12.531Z] #21 35.80 Selecting previously unselected package libnfnetlink0:amd64.
14:26:12 [2021-12-21T14:26:12.531Z] #21 35.81 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
14:26:12 [2021-12-21T14:26:12.531Z] #21 35.82 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:26:12 [2021-12-21T14:26:12.531Z] #21 35.88 Selecting previously unselected package libnetfilter-conntrack3:amd64.
14:26:12 [2021-12-21T14:26:12.531Z] #21 35.88 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
14:26:12 [2021-12-21T14:26:12.754Z] #21 38.48 Selecting previously unselected package jq.
14:26:12 [2021-12-21T14:26:12.754Z] #21 38.50 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
14:26:12 [2021-12-21T14:26:12.754Z] #21 38.51 Unpacking jq (1.6-2.1) ...
14:26:12 [2021-12-21T14:26:12.754Z] #21 38.58 Selecting previously unselected package libaio1:amd64.
14:26:12 [2021-12-21T14:26:12.754Z] #21 38.59 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
14:26:12 [2021-12-21T14:26:12.754Z] #21 38.60 Unpacking libaio1:amd64 (0.3.112-9) ...
14:26:12 [2021-12-21T14:26:12.754Z] #21 38.65 Selecting previously unselected package libgpm2:amd64.
14:26:12 [2021-12-21T14:26:12.754Z] #21 38.67 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
14:26:12 [2021-12-21T14:26:12.754Z] #21 38.68 Unpacking libgpm2:amd64 (1.20.7-8) ...
14:26:12 [2021-12-21T14:26:12.790Z] #21 35.90 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
14:26:12 [2021-12-21T14:26:12.790Z] #21 35.96 Selecting previously unselected package libnftnl11:amd64.
14:26:12 [2021-12-21T14:26:12.790Z] #21 35.97 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
14:26:12 [2021-12-21T14:26:12.790Z] #21 35.98 Unpacking libnftnl11:amd64 (1.1.9-1) ...
14:26:12 [2021-12-21T14:26:12.790Z] #21 36.05 Selecting previously unselected package iptables.
14:26:12 [2021-12-21T14:26:12.790Z] #21 36.06 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
14:26:12 [2021-12-21T14:26:12.790Z] #21 36.07 Unpacking iptables (1.8.7-1) ...
14:26:13 [2021-12-21T14:26:13.013Z] #21 38.74 Selecting previously unselected package libicu67:amd64.
14:26:13 [2021-12-21T14:26:13.013Z] #21 38.75 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
14:26:13 [2021-12-21T14:26:13.013Z] #21 38.75 Unpacking libicu67:amd64 (67.1-7) ...
14:26:13 [2021-12-21T14:26:13.358Z] #21 36.36 Selecting previously unselected package libonig5:amd64.
14:26:13 [2021-12-21T14:26:13.358Z] #21 36.37 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
14:26:13 [2021-12-21T14:26:13.358Z] #21 36.38 Unpacking libonig5:amd64 (6.9.6-1.1) ...
14:26:13 [2021-12-21T14:26:13.358Z] #21 36.51 Selecting previously unselected package libjq1:amd64.
14:26:13 [2021-12-21T14:26:13.358Z] #21 36.51 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
14:26:13 [2021-12-21T14:26:13.358Z] #21 36.53 Unpacking libjq1:amd64 (1.6-2.1) ...
14:26:13 [2021-12-21T14:26:13.358Z] #21 36.62 Selecting previously unselected package jq.
14:26:13 [2021-12-21T14:26:13.358Z] #21 36.64 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
14:26:13 [2021-12-21T14:26:13.358Z] #21 36.65 Unpacking jq (1.6-2.1) ...
14:26:13 [2021-12-21T14:26:13.617Z] #21 36.73 Selecting previously unselected package libaio1:amd64.
14:26:13 [2021-12-21T14:26:13.617Z] #21 36.75 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
14:26:13 [2021-12-21T14:26:13.617Z] #21 36.75 Unpacking libaio1:amd64 (0.3.112-9) ...
14:26:13 [2021-12-21T14:26:13.617Z] #21 36.80 Selecting previously unselected package libgpm2:amd64.
14:26:13 [2021-12-21T14:26:13.617Z] #21 36.81 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
14:26:13 [2021-12-21T14:26:13.617Z] #21 36.82 Unpacking libgpm2:amd64 (1.20.7-8) ...
14:26:13 [2021-12-21T14:26:13.617Z] #21 36.87 Selecting previously unselected package libicu67:amd64.
14:26:13 [2021-12-21T14:26:13.617Z] #21 36.88 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
14:26:13 [2021-12-21T14:26:13.617Z] #21 36.88 Unpacking libicu67:amd64 (67.1-7) ...
14:26:14 [2021-12-21T14:26:14.653Z] #65 39.59 Reading package lists...
14:26:14 [2021-12-21T14:26:14.653Z] #65 ...
14:26:14 [2021-12-21T14:26:14.653Z] 
14:26:14 [2021-12-21T14:26:14.653Z] #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
14:26:14 [2021-12-21T14:26:14.653Z] #45 sha256:608fa830d1083d01106226a8f4ebf67912b1d8f3b67422901223958cfc967a49
14:26:14 [2021-12-21T14:26:14.653Z] #45 39.23 Reading package lists...
14:26:15 [2021-12-21T14:26:15.225Z] #45 48.39 Building dependency tree...
14:26:16 [2021-12-21T14:26:16.134Z] #60 ...
14:26:16 [2021-12-21T14:26:16.134Z] 
14:26:16 [2021-12-21T14:26:16.134Z] #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
14:26:16 [2021-12-21T14:26:16.134Z] #26 sha256:809bbff3117711378b8a55bec95dad0ff4e43a0ab852cee2a3837aceefe71847
14:26:16 [2021-12-21T14:26:16.134Z] #26 222.1 + return
14:26:16 [2021-12-21T14:26:16.134Z] #26 DONE 224.4s
14:26:16 [2021-12-21T14:26:16.134Z] 
14:26:16 [2021-12-21T14:26:16.134Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:26:16 [2021-12-21T14:26:16.134Z] #60 sha256:7e19dcb8626674562bb4d13a16d22f2ca9cc1260f36b8ed160081bf6d568013e
14:26:16 [2021-12-21T14:26:16.134Z] #60 178.8 + bin/containerd
14:26:16 [2021-12-21T14:26:16.134Z] #60 ...
14:26:16 [2021-12-21T14:26:16.134Z] 
14:26:16 [2021-12-21T14:26:16.134Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli     /build/ /usr/local/cli
14:26:16 [2021-12-21T14:26:16.134Z] #27 sha256:f956dc6ea659556d19d8122a919fb4eabe3b083025c99a9a48a747c4e0973e72
14:26:16 [2021-12-21T14:26:16.134Z] #27 DONE 1.0s
14:26:16 [2021-12-21T14:26:16.134Z] 
14:26:16 [2021-12-21T14:26:16.134Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images
14:26:16 [2021-12-21T14:26:16.134Z] #32 sha256:deb907a3c0900c74e33bac428d6bb7de261b09b4324f323c339ad20a4db1cc6d
14:26:16 [2021-12-21T14:26:16.134Z] #32 DONE 1.1s
14:26:16 [2021-12-21T14:26:16.134Z] 
14:26:16 [2021-12-21T14:26:16.134Z] #35 [dev-systemd-false 12/24] COPY --from=swagger       /build/ /usr/local/bin/
14:26:16 [2021-12-21T14:26:16.134Z] #35 sha256:2a25622d1f2c6ed06125f46327130d490c70a51a83cec04781699cff7d6aadea
14:26:16 [2021-12-21T14:26:16.299Z] #21 41.77 Selecting previously unselected package libinih1:amd64.
14:26:16 [2021-12-21T14:26:16.299Z] #21 41.77 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
14:26:16 [2021-12-21T14:26:16.299Z] #21 41.78 Unpacking libinih1:amd64 (53-1+b2) ...
14:26:16 [2021-12-21T14:26:16.299Z] #21 41.84 Selecting previously unselected package libnet1:amd64.
14:26:16 [2021-12-21T14:26:16.299Z] #21 41.85 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:26:16 [2021-12-21T14:26:16.299Z] #21 41.86 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:26:16 [2021-12-21T14:26:16.299Z] #21 41.92 Selecting previously unselected package libnl-3-200:amd64.
14:26:16 [2021-12-21T14:26:16.299Z] #21 41.93 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
14:26:16 [2021-12-21T14:26:16.299Z] #21 41.94 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
14:26:16 [2021-12-21T14:26:16.299Z] #21 42.01 Selecting previously unselected package libprotobuf-c1:amd64.
14:26:16 [2021-12-21T14:26:16.299Z] #21 42.01 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
14:26:16 [2021-12-21T14:26:16.299Z] #21 42.02 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:26:16 [2021-12-21T14:26:16.299Z] #21 42.07 Selecting previously unselected package net-tools.
14:26:16 [2021-12-21T14:26:16.299Z] #21 42.08 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
14:26:16 [2021-12-21T14:26:16.299Z] #21 42.09 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
14:26:16 [2021-12-21T14:26:16.299Z] #21 42.23 Selecting previously unselected package patch.
14:26:16 [2021-12-21T14:26:16.299Z] #21 42.24 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
14:26:16 [2021-12-21T14:26:16.299Z] #21 42.25 Unpacking patch (2.7.6-7) ...
14:26:16 [2021-12-21T14:26:16.559Z] #21 42.34 Selecting previously unselected package python-pip-whl.
14:26:16 [2021-12-21T14:26:16.559Z] #21 42.35 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
14:26:16 [2021-12-21T14:26:16.559Z] #21 42.36 Unpacking python-pip-whl (20.3.4-4) ...
14:26:16 [2021-12-21T14:26:16.696Z] #35 DONE 0.6s
14:26:16 [2021-12-21T14:26:16.696Z] 
14:26:16 [2021-12-21T14:26:16.696Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:26:16 [2021-12-21T14:26:16.696Z] #56 sha256:253266bd4f931f5f2fa02c92a8a3c45472caf9915bb3ef3c3d2be3ac8a8a961e
14:26:16 [2021-12-21T14:26:16.696Z] #56 ...
14:26:16 [2021-12-21T14:26:16.696Z] 
14:26:16 [2021-12-21T14:26:16.696Z] #37 [dev-systemd-false 13/24] COPY --from=tomll         /build/ /usr/local/bin/
14:26:16 [2021-12-21T14:26:16.696Z] #37 sha256:3af45287d871fb8b8cac6677123e240c2e443c49fdea92d622a6b7b1dbcf50e1
14:26:16 [2021-12-21T14:26:16.696Z] #37 DONE 0.1s
14:26:16 [2021-12-21T14:26:16.696Z] 
14:26:16 [2021-12-21T14:26:16.697Z] #41 [dev-systemd-false 14/24] COPY --from=tini          /build/ /usr/local/bin/
14:26:16 [2021-12-21T14:26:16.697Z] #41 sha256:55353c9daaa2a37b87d857e467d51419904b4be7a4189d670351125e852aef3b
14:26:16 [2021-12-21T14:26:16.697Z] #41 DONE 0.1s
14:26:16 [2021-12-21T14:26:16.905Z] #21 39.94 Selecting previously unselected package libinih1:amd64.
14:26:16 [2021-12-21T14:26:16.905Z] #21 39.95 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
14:26:16 [2021-12-21T14:26:16.905Z] #21 39.95 Unpacking libinih1:amd64 (53-1+b2) ...
14:26:16 [2021-12-21T14:26:16.905Z] #21 40.01 Selecting previously unselected package libnet1:amd64.
14:26:16 [2021-12-21T14:26:16.905Z] #21 40.01 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:26:16 [2021-12-21T14:26:16.905Z] #21 40.02 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:26:16 [2021-12-21T14:26:16.905Z] #21 40.11 Selecting previously unselected package libnl-3-200:amd64.
14:26:16 [2021-12-21T14:26:16.905Z] #21 40.12 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
14:26:16 [2021-12-21T14:26:16.905Z] #21 40.12 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
14:26:16 [2021-12-21T14:26:16.954Z] 
14:26:16 [2021-12-21T14:26:16.954Z] #44 [dev-systemd-false 15/24] COPY --from=registry      /build/ /usr/local/bin/
14:26:16 [2021-12-21T14:26:16.954Z] #44 sha256:13492ef3613e8a01c4f78e7889c906e2d4d962765cbea2525e01c8d6abc300ac
14:26:17 [2021-12-21T14:26:17.127Z] #21 42.82 Selecting previously unselected package python3-lib2to3.
14:26:17 [2021-12-21T14:26:17.127Z] #21 42.82 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
14:26:17 [2021-12-21T14:26:17.127Z] #21 42.83 Unpacking python3-lib2to3 (3.9.2-1) ...
14:26:17 [2021-12-21T14:26:17.127Z] #21 42.93 Selecting previously unselected package python3-distutils.
14:26:17 [2021-12-21T14:26:17.127Z] #21 42.93 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
14:26:17 [2021-12-21T14:26:17.127Z] #21 42.95 Unpacking python3-distutils (3.9.2-1) ...
14:26:17 [2021-12-21T14:26:17.127Z] #21 43.06 Selecting previously unselected package python3-pkg-resources.
14:26:17 [2021-12-21T14:26:17.127Z] #21 43.06 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
14:26:17 [2021-12-21T14:26:17.127Z] #21 43.07 Unpacking python3-pkg-resources (52.0.0-4) ...
14:26:17 [2021-12-21T14:26:17.164Z] #21 40.22 Selecting previously unselected package libprotobuf-c1:amd64.
14:26:17 [2021-12-21T14:26:17.164Z] #21 40.22 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
14:26:17 [2021-12-21T14:26:17.164Z] #21 40.24 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:26:17 [2021-12-21T14:26:17.164Z] #21 40.28 Selecting previously unselected package net-tools.
14:26:17 [2021-12-21T14:26:17.164Z] #21 40.29 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
14:26:17 [2021-12-21T14:26:17.164Z] #21 40.30 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
14:26:17 [2021-12-21T14:26:17.386Z] #21 43.18 Selecting previously unselected package python3-setuptools.
14:26:17 [2021-12-21T14:26:17.386Z] #21 43.19 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
14:26:17 [2021-12-21T14:26:17.386Z] #21 43.20 Unpacking python3-setuptools (52.0.0-4) ...
14:26:17 [2021-12-21T14:26:17.423Z] #21 40.47 Selecting previously unselected package patch.
14:26:17 [2021-12-21T14:26:17.423Z] #21 40.49 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ...
14:26:17 [2021-12-21T14:26:17.423Z] #21 40.50 Unpacking patch (2.7.6-7) ...
14:26:17 [2021-12-21T14:26:17.423Z] #21 40.60 Selecting previously unselected package python-pip-whl.
14:26:17 [2021-12-21T14:26:17.423Z] #21 40.61 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ...
14:26:17 [2021-12-21T14:26:17.423Z] #21 40.61 Unpacking python-pip-whl (20.3.4-4) ...
14:26:17 [2021-12-21T14:26:17.515Z] #44 DONE 0.7s
14:26:17 [2021-12-21T14:26:17.515Z] 
14:26:17 [2021-12-21T14:26:17.515Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:26:17 [2021-12-21T14:26:17.515Z] #56 sha256:253266bd4f931f5f2fa02c92a8a3c45472caf9915bb3ef3c3d2be3ac8a8a961e
14:26:17 [2021-12-21T14:26:17.515Z] #56 ...
14:26:17 [2021-12-21T14:26:17.515Z] 
14:26:17 [2021-12-21T14:26:17.515Z] #48 [dev-systemd-false 16/24] COPY --from=criu          /build/ /usr/local/bin/
14:26:17 [2021-12-21T14:26:17.515Z] #48 sha256:e216e6911f77050d1810a233fcb343c3ec886e03fb7e4a1b4bd3fe9825d218f3
14:26:17 [2021-12-21T14:26:17.645Z] #21 43.45 Selecting previously unselected package python3-wheel.
14:26:17 [2021-12-21T14:26:17.645Z] #21 43.45 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
14:26:17 [2021-12-21T14:26:17.645Z] #21 43.46 Unpacking python3-wheel (0.34.2-1) ...
14:26:17 [2021-12-21T14:26:17.645Z] #21 43.55 Selecting previously unselected package python3-pip.
14:26:17 [2021-12-21T14:26:17.645Z] #21 43.57 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
14:26:17 [2021-12-21T14:26:17.645Z] #21 43.57 Unpacking python3-pip (20.3.4-4) ...
14:26:17 [2021-12-21T14:26:17.770Z] #45 52.59 The following additional packages will be installed:
14:26:17 [2021-12-21T14:26:17.770Z] #45 52.61   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
14:26:17 [2021-12-21T14:26:17.770Z] #45 52.63 Suggested packages:
14:26:17 [2021-12-21T14:26:17.770Z] #45 52.63   cmake-doc ninja-build lrzip
14:26:17 [2021-12-21T14:26:17.770Z] #45 52.63 Recommended packages:
14:26:17 [2021-12-21T14:26:17.770Z] #45 52.63   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
14:26:17 [2021-12-21T14:26:17.991Z] #21 41.17 Selecting previously unselected package python3-lib2to3.
14:26:17 [2021-12-21T14:26:17.991Z] #21 41.18 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ...
14:26:17 [2021-12-21T14:26:17.991Z] #21 41.19 Unpacking python3-lib2to3 (3.9.2-1) ...
14:26:18 [2021-12-21T14:26:18.031Z] #45 53.24 The following NEW packages will be installed:
14:26:18 [2021-12-21T14:26:18.031Z] #45 53.25   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
14:26:18 [2021-12-21T14:26:18.163Z] #21 43.85 Selecting previously unselected package sudo.
14:26:18 [2021-12-21T14:26:18.163Z] #21 43.85 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
14:26:18 [2021-12-21T14:26:18.163Z] #21 43.86 Unpacking sudo (1.9.5p2-3) ...
14:26:18 [2021-12-21T14:26:18.250Z] #21 41.31 Selecting previously unselected package python3-distutils.
14:26:18 [2021-12-21T14:26:18.250Z] #21 41.32 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ...
14:26:18 [2021-12-21T14:26:18.250Z] #21 41.33 Unpacking python3-distutils (3.9.2-1) ...
14:26:18 [2021-12-21T14:26:18.250Z] #21 41.45 Selecting previously unselected package python3-pkg-resources.
14:26:18 [2021-12-21T14:26:18.250Z] #21 41.47 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ...
14:26:18 [2021-12-21T14:26:18.250Z] #21 41.47 Unpacking python3-pkg-resources (52.0.0-4) ...
14:26:18 [2021-12-21T14:26:18.292Z] #45 53.61 0 upgraded, 8 newly installed, 0 to remove and 8 not upgraded.
14:26:18 [2021-12-21T14:26:18.292Z] #45 53.61 Need to get 8418 kB of archives.
14:26:18 [2021-12-21T14:26:18.292Z] #45 53.61 After this operation, 34.9 MB of additional disk space will be used.
14:26:18 [2021-12-21T14:26:18.292Z] #45 53.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
14:26:18 [2021-12-21T14:26:18.292Z] #45 53.62 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
14:26:18 [2021-12-21T14:26:18.292Z] #45 53.63 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
14:26:18 [2021-12-21T14:26:18.292Z] #45 53.66 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
14:26:18 [2021-12-21T14:26:18.422Z] #21 44.33 Selecting previously unselected package thin-provisioning-tools.
14:26:18 [2021-12-21T14:26:18.422Z] #21 44.34 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
14:26:18 [2021-12-21T14:26:18.422Z] #21 44.34 Unpacking thin-provisioning-tools (0.9.0-1) ...
14:26:18 [2021-12-21T14:26:18.509Z] #21 41.59 Selecting previously unselected package python3-setuptools.
14:26:18 [2021-12-21T14:26:18.509Z] #21 41.60 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ...
14:26:18 [2021-12-21T14:26:18.509Z] #21 41.61 Unpacking python3-setuptools (52.0.0-4) ...
14:26:18 [2021-12-21T14:26:18.553Z] #45 53.67 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
14:26:18 [2021-12-21T14:26:18.553Z] #45 53.67 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
14:26:18 [2021-12-21T14:26:18.553Z] #45 53.67 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
14:26:18 [2021-12-21T14:26:18.553Z] #45 53.68 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
14:26:18 [2021-12-21T14:26:18.681Z] #21 44.57 Selecting previously unselected package uidmap.
14:26:18 [2021-12-21T14:26:18.681Z] #21 44.57 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
14:26:18 [2021-12-21T14:26:18.681Z] #21 44.58 Unpacking uidmap (1:4.8.1-1) ...
14:26:18 [2021-12-21T14:26:18.768Z] #21 41.88 Selecting previously unselected package python3-wheel.
14:26:18 [2021-12-21T14:26:18.768Z] #21 41.89 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ...
14:26:18 [2021-12-21T14:26:18.768Z] #21 41.89 Unpacking python3-wheel (0.34.2-1) ...
14:26:18 [2021-12-21T14:26:18.768Z] #21 41.96 Selecting previously unselected package python3-pip.
14:26:18 [2021-12-21T14:26:18.768Z] #21 41.96 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ...
14:26:18 [2021-12-21T14:26:18.768Z] #21 41.98 Unpacking python3-pip (20.3.4-4) ...
14:26:18 [2021-12-21T14:26:18.883Z] #48 DONE 1.4s
14:26:18 [2021-12-21T14:26:18.884Z] 
14:26:18 [2021-12-21T14:26:18.884Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum     /build/ /usr/local/bin/
14:26:18 [2021-12-21T14:26:18.884Z] #50 sha256:98d173648e913f9763a9f0ebf3e2b9d94515e4087dca9c69c96193a72dafd1c2
14:26:18 [2021-12-21T14:26:18.940Z] #21 44.71 Selecting previously unselected package vim-runtime.
14:26:18 [2021-12-21T14:26:18.940Z] #21 44.73 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
14:26:18 [2021-12-21T14:26:18.940Z] #21 44.76 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
14:26:18 [2021-12-21T14:26:18.940Z] #21 44.79 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
14:26:18 [2021-12-21T14:26:18.940Z] #21 44.80 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
14:26:19 [2021-12-21T14:26:19.027Z] #21 42.26 Selecting previously unselected package sudo.
14:26:19 [2021-12-21T14:26:19.027Z] #21 42.26 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ...
14:26:19 [2021-12-21T14:26:19.027Z] #21 42.26 Unpacking sudo (1.9.5p2-3) ...
14:26:19 [2021-12-21T14:26:19.100Z] #56 ...
14:26:19 [2021-12-21T14:26:19.100Z] 
14:26:19 [2021-12-21T14:26:19.100Z] #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
14:26:19 [2021-12-21T14:26:19.100Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:26:19 [2021-12-21T14:26:19.100Z] #43 DONE 219.8s
14:26:19 [2021-12-21T14:26:19.100Z] 
14:26:19 [2021-12-21T14:26:19.100Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:26:19 [2021-12-21T14:26:19.100Z] #60 sha256:1da834edb382d0e28bb81ea1696d040c19e7b4a0bca7e29ae8e01ec7dda2546f
14:26:19 [2021-12-21T14:26:19.126Z] #45 54.35 debconf: delaying package configuration, since apt-utils is not installed
14:26:19 [2021-12-21T14:26:19.139Z] #50 DONE 0.1s
14:26:19 [2021-12-21T14:26:19.139Z] 
14:26:19 [2021-12-21T14:26:19.139Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/
14:26:19 [2021-12-21T14:26:19.139Z] #52 sha256:d029536a0b25a9d7f36f33412d07ec4fdcbeb5fa76bf37ba4e3ac4be7994d7b9
14:26:19 [2021-12-21T14:26:19.388Z] #45 ...
14:26:19 [2021-12-21T14:26:19.388Z] 
14:26:19 [2021-12-21T14:26:19.388Z] #65 [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
14:26:19 [2021-12-21T14:26:19.388Z] #65 sha256:bdd3d2ad843923d693c522e7a5dc34ed3bd630e0b474344c00416c850321a573
14:26:19 [2021-12-21T14:26:19.388Z] #65 39.59 Reading package lists...
14:26:19 [2021-12-21T14:26:19.388Z] #65 48.65 Building dependency tree...
14:26:19 [2021-12-21T14:26:19.388Z] #65 52.73 The following additional packages will be installed:
14:26:19 [2021-12-21T14:26:19.388Z] #65 52.75   libbtrfs0
14:26:19 [2021-12-21T14:26:19.388Z] #65 52.94 The following NEW packages will be installed:
14:26:19 [2021-12-21T14:26:19.388Z] #65 52.95   libbtrfs-dev libbtrfs0
14:26:19 [2021-12-21T14:26:19.388Z] #65 53.40 0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded.
14:26:19 [2021-12-21T14:26:19.388Z] #65 53.40 Need to get 460 kB of archives.
14:26:19 [2021-12-21T14:26:19.388Z] #65 53.40 After this operation, 1237 kB of additional disk space will be used.
14:26:19 [2021-12-21T14:26:19.388Z] #65 53.40 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
14:26:19 [2021-12-21T14:26:19.388Z] #65 53.41 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
14:26:19 [2021-12-21T14:26:19.388Z] #65 53.99 debconf: delaying package configuration, since apt-utils is not installed
14:26:19 [2021-12-21T14:26:19.388Z] #65 54.37 Fetched 460 kB in 0s (1436 kB/s)
14:26:19 [2021-12-21T14:26:19.388Z] #65 54.45 Selecting previously unselected package libbtrfs0:amd64.
14:26:19 [2021-12-21T14:26:19.388Z] #65 54.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.)
14:26:19 [2021-12-21T14:26:19.388Z] #65 54.52 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
14:26:19 [2021-12-21T14:26:19.388Z] #65 54.52 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
14:26:19 [2021-12-21T14:26:19.388Z] #65 54.65 Selecting previously unselected package libbtrfs-dev:amd64.
14:26:19 [2021-12-21T14:26:19.388Z] #65 54.65 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
14:26:19 [2021-12-21T14:26:19.388Z] #65 54.67 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
14:26:19 [2021-12-21T14:26:19.388Z] #65 ...
14:26:19 [2021-12-21T14:26:19.388Z] 
14:26:19 [2021-12-21T14:26:19.388Z] #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
14:26:19 [2021-12-21T14:26:19.388Z] #45 sha256:608fa830d1083d01106226a8f4ebf67912b1d8f3b67422901223958cfc967a49
14:26:19 [2021-12-21T14:26:19.388Z] #45 54.73 Fetched 8418 kB in 0s (18.9 MB/s)
14:26:19 [2021-12-21T14:26:19.388Z] #45 54.82 Selecting previously unselected package xxd.
14:26:19 [2021-12-21T14:26:19.396Z] #52 DONE 0.4s
14:26:19 [2021-12-21T14:26:19.396Z] 
14:26:19 [2021-12-21T14:26:19.396Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:26:19 [2021-12-21T14:26:19.396Z] #56 sha256:253266bd4f931f5f2fa02c92a8a3c45472caf9915bb3ef3c3d2be3ac8a8a961e
14:26:19 [2021-12-21T14:26:19.396Z] #56 116.1 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
14:26:19 [2021-12-21T14:26:19.595Z] #21 42.75 Selecting previously unselected package thin-provisioning-tools.
14:26:19 [2021-12-21T14:26:19.595Z] #21 42.75 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ...
14:26:19 [2021-12-21T14:26:19.595Z] #21 42.77 Unpacking thin-provisioning-tools (0.9.0-1) ...
14:26:19 [2021-12-21T14:26:19.649Z] #45 54.82 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30211 files and directories currently installed.)
14:26:19 [2021-12-21T14:26:19.649Z] #45 54.90 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
14:26:19 [2021-12-21T14:26:19.649Z] #45 54.90 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
14:26:19 [2021-12-21T14:26:19.649Z] #45 ...
14:26:19 [2021-12-21T14:26:19.649Z] 
14:26:19 [2021-12-21T14:26:19.649Z] #65 [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
14:26:19 [2021-12-21T14:26:19.649Z] #65 sha256:bdd3d2ad843923d693c522e7a5dc34ed3bd630e0b474344c00416c850321a573
14:26:19 [2021-12-21T14:26:19.649Z] #65 54.82 Setting up libbtrfs0:amd64 (5.10.1-2) ...
14:26:19 [2021-12-21T14:26:19.649Z] #65 54.83 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
14:26:19 [2021-12-21T14:26:19.649Z] #65 54.85 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:26:19 [2021-12-21T14:26:19.649Z] #65 DONE 55.1s
14:26:19 [2021-12-21T14:26:19.649Z] 
14:26:19 [2021-12-21T14:26:19.649Z] #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
14:26:19 [2021-12-21T14:26:19.649Z] #45 sha256:608fa830d1083d01106226a8f4ebf67912b1d8f3b67422901223958cfc967a49
14:26:19 [2021-12-21T14:26:19.649Z] #45 55.09 Selecting previously unselected package vim-common.
14:26:19 [2021-12-21T14:26:19.652Z] #56 ...
14:26:19 [2021-12-21T14:26:19.652Z] 
14:26:19 [2021-12-21T14:26:19.652Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt         /build/ /usr/local/bin/
14:26:19 [2021-12-21T14:26:19.652Z] #54 sha256:3d975351cd4d025ceda3f9d9c01e9d7d4a011c706e89c5d15128bcc8adb7c443
14:26:19 [2021-12-21T14:26:19.652Z] #54 DONE 0.1s
14:26:19 [2021-12-21T14:26:19.652Z] 
14:26:19 [2021-12-21T14:26:19.652Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:26:19 [2021-12-21T14:26:19.652Z] #56 sha256:253266bd4f931f5f2fa02c92a8a3c45472caf9915bb3ef3c3d2be3ac8a8a961e
14:26:19 [2021-12-21T14:26:19.652Z] #56 116.8 + mkdir -p /build
14:26:19 [2021-12-21T14:26:19.652Z] #56 116.8 + cp runc /build/runc
14:26:19 [2021-12-21T14:26:19.652Z] #56 DONE 116.9s
14:26:19 [2021-12-21T14:26:19.652Z] 
14:26:19 [2021-12-21T14:26:19.652Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:26:19 [2021-12-21T14:26:19.652Z] #60 sha256:7e19dcb8626674562bb4d13a16d22f2ca9cc1260f36b8ed160081bf6d568013e
14:26:19 [2021-12-21T14:26:19.855Z] #21 42.98 Selecting previously unselected package uidmap.
14:26:19 [2021-12-21T14:26:19.855Z] #21 42.98 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ...
14:26:19 [2021-12-21T14:26:19.855Z] #21 43.00 Unpacking uidmap (1:4.8.1-1) ...
14:26:19 [2021-12-21T14:26:19.855Z] #21 43.13 Selecting previously unselected package vim-runtime.
14:26:19 [2021-12-21T14:26:19.855Z] #21 43.13 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
14:26:19 [2021-12-21T14:26:19.915Z] #45 ...
14:26:19 [2021-12-21T14:26:19.915Z] 
14:26:19 [2021-12-21T14:26:19.915Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
14:26:19 [2021-12-21T14:26:19.915Z] #66 sha256:7589f494ede99f57e1b66c55059db4fb239f0b97597baf3755e44d5e839eb324
14:26:19 [2021-12-21T14:26:19.915Z] #66 DONE 0.1s
14:26:19 [2021-12-21T14:26:19.915Z] 
14:26:19 [2021-12-21T14:26:19.915Z] #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
14:26:19 [2021-12-21T14:26:19.915Z] #45 sha256:608fa830d1083d01106226a8f4ebf67912b1d8f3b67422901223958cfc967a49
14:26:19 [2021-12-21T14:26:19.915Z] #45 55.10 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
14:26:19 [2021-12-21T14:26:19.915Z] #45 55.16 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
14:26:20 [2021-12-21T14:26:20.029Z] #60 ...
14:26:20 [2021-12-21T14:26:20.029Z] 
14:26:20 [2021-12-21T14:26:20.029Z] #44 [dev-systemd-false 15/24] COPY --from=registry      /build/ /usr/local/bin/
14:26:20 [2021-12-21T14:26:20.029Z] #44 sha256:c00f606168660b5300bb3e96901020a809d77cba1b6c0356472b49ad2827109c
14:26:20 [2021-12-21T14:26:20.114Z] #21 43.16 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
14:26:20 [2021-12-21T14:26:20.114Z] #21 43.21 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
14:26:20 [2021-12-21T14:26:20.114Z] #21 43.22 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
14:26:20 [2021-12-21T14:26:20.175Z] #45 55.41 Selecting previously unselected package cmake-data.
14:26:20 [2021-12-21T14:26:20.175Z] #45 55.41 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
14:26:20 [2021-12-21T14:26:20.175Z] #45 55.45 Unpacking cmake-data (3.18.4-2+deb11u1) ...
14:26:20 [2021-12-21T14:26:20.958Z] #44 DONE 0.6s
14:26:20 [2021-12-21T14:26:20.958Z] 
14:26:20 [2021-12-21T14:26:20.958Z] #48 [dev-systemd-false 16/24] COPY --from=criu          /build/ /usr/local/bin/
14:26:20 [2021-12-21T14:26:20.958Z] #48 sha256:b0be087d940099a6ce8b9106f72c031118dd008edb1ad94fa3d2e3476511b591
14:26:20 [2021-12-21T14:26:20.958Z] #48 DONE 0.2s
14:26:20 [2021-12-21T14:26:20.958Z] 
14:26:20 [2021-12-21T14:26:20.958Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum     /build/ /usr/local/bin/
14:26:20 [2021-12-21T14:26:20.958Z] #50 sha256:54babf37f16e1ab88225259efab73199ab3eefb08e4a00b247ccc8dc29f8b5dc
14:26:20 [2021-12-21T14:26:20.958Z] #50 DONE 0.2s
14:26:20 [2021-12-21T14:26:20.958Z] 
14:26:20 [2021-12-21T14:26:20.958Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/
14:26:20 [2021-12-21T14:26:20.958Z] #52 sha256:761895e9bedf3aaa5550d1364fca2b3990cd54c98750235cf218cebaf29d75bd
14:26:21 [2021-12-21T14:26:21.120Z] #45 ...
14:26:21 [2021-12-21T14:26:21.120Z] 
14:26:21 [2021-12-21T14:26:21.120Z] #70 [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
14:26:21 [2021-12-21T14:26:21.120Z] #70 sha256:d2fff68f110a039d29ddde4d6477fffc4d90bcaa6fd4ac514fcc85cb2447339a
14:26:21 [2021-12-21T14:26:21.120Z] #70 52.40 + for f in rootlesskit rootlesskit-docker-proxy
14:26:21 [2021-12-21T14:26:21.120Z] #70 52.40 + GOBIN=/build
14:26:21 [2021-12-21T14:26:21.120Z] #70 52.40 + GO111MODULE=on
14:26:21 [2021-12-21T14:26:21.120Z] #70 52.40 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6
14:26:21 [2021-12-21T14:26:21.120Z] #70 56.03 rootlesskit version 0.14.6
14:26:21 [2021-12-21T14:26:21.120Z] #70 56.07 Usage of /build/rootlesskit-docker-proxy:
14:26:21 [2021-12-21T14:26:21.120Z] #70 56.07   -container-ip string
14:26:21 [2021-12-21T14:26:21.120Z] #70 56.07     	container ip
14:26:21 [2021-12-21T14:26:21.120Z] #70 56.07   -container-port int
14:26:21 [2021-12-21T14:26:21.120Z] #70 56.07     	container port (default -1)
14:26:21 [2021-12-21T14:26:21.120Z] #70 56.07   -host-ip string
14:26:21 [2021-12-21T14:26:21.120Z] #70 56.07     	host ip
14:26:21 [2021-12-21T14:26:21.120Z] #70 56.07   -host-port int
14:26:21 [2021-12-21T14:26:21.120Z] #70 56.07     	host port (default -1)
14:26:21 [2021-12-21T14:26:21.120Z] #70 56.07   -proto string
14:26:21 [2021-12-21T14:26:21.120Z] #70 56.07     	proxy protocol (default "tcp")
14:26:21 [2021-12-21T14:26:21.120Z] #70 DONE 56.3s
14:26:21 [2021-12-21T14:26:21.381Z] 
14:26:21 [2021-12-21T14:26:21.381Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
14:26:21 [2021-12-21T14:26:21.381Z] #71 sha256:43f822d8d366e08e0bb0f3fa52cba2a6ab4106b96f2d803af1f325fe6e468968
14:26:21 [2021-12-21T14:26:21.381Z] #71 DONE 0.1s
14:26:21 [2021-12-21T14:26:21.381Z] 
14:26:21 [2021-12-21T14:26:21.381Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
14:26:21 [2021-12-21T14:26:21.381Z] #72 sha256:b49d43bc626e0d3eff0ec4c03776e988912baaf9966856d09195f333def3a8ea
14:26:21 [2021-12-21T14:26:21.381Z] #72 DONE 0.1s
14:26:21 [2021-12-21T14:26:21.381Z] 
14:26:21 [2021-12-21T14:26:21.381Z] #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
14:26:21 [2021-12-21T14:26:21.381Z] #20 sha256:92013a3d998d2c60c0650769d42391eff390592764aa515f67a2ec5f6c3700f9
14:26:21 [2021-12-21T14:26:21.381Z] #20 39.49 Reading package lists...
14:26:21 [2021-12-21T14:26:21.381Z] #20 48.73 Building dependency tree...
14:26:21 [2021-12-21T14:26:21.381Z] #20 52.91 The following additional packages will be installed:
14:26:21 [2021-12-21T14:26:21.381Z] #20 52.91   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:26:21 [2021-12-21T14:26:21.381Z] #20 52.92   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
14:26:21 [2021-12-21T14:26:21.381Z] #20 52.93   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
14:26:21 [2021-12-21T14:26:21.381Z] #20 52.93   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
14:26:21 [2021-12-21T14:26:21.381Z] #20 52.94   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
14:26:21 [2021-12-21T14:26:21.381Z] #20 52.95   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp2 libselinux1-dev
14:26:21 [2021-12-21T14:26:21.381Z] #20 52.96   libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
14:26:21 [2021-12-21T14:26:21.381Z] #20 53.00 Suggested packages:
14:26:21 [2021-12-21T14:26:21.381Z] #20 53.00   gcc-10-locales seccomp wine64
14:26:21 [2021-12-21T14:26:21.381Z] #20 53.54 The following NEW packages will be installed:
14:26:21 [2021-12-21T14:26:21.381Z] #20 53.54   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
14:26:21 [2021-12-21T14:26:21.381Z] #20 53.54   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
14:26:21 [2021-12-21T14:26:21.381Z] #20 53.54   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
14:26:21 [2021-12-21T14:26:21.381Z] #20 53.54   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
14:26:21 [2021-12-21T14:26:21.381Z] #20 53.54   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
14:26:21 [2021-12-21T14:26:21.381Z] #20 53.54   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
14:26:21 [2021-12-21T14:26:21.381Z] #20 53.55   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
14:26:21 [2021-12-21T14:26:21.381Z] #20 53.55   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
14:26:21 [2021-12-21T14:26:21.381Z] #20 53.56   mingw-w64-x86-64-dev
14:26:21 [2021-12-21T14:26:21.381Z] #20 53.58 The following packages will be upgraded:
14:26:21 [2021-12-21T14:26:21.381Z] #20 53.59   libseccomp2
14:26:21 [2021-12-21T14:26:21.381Z] #20 54.02 1 upgraded, 30 newly installed, 0 to remove and 7 not upgraded.
14:26:21 [2021-12-21T14:26:21.381Z] #20 54.02 Need to get 115 MB of archives.
14:26:21 [2021-12-21T14:26:21.381Z] #20 54.02 After this operation, 645 MB of additional disk space will be used.
14:26:21 [2021-12-21T14:26:21.381Z] #20 54.02 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp2 amd64 2.5.1-1+deb11u1 [48.5 kB]
14:26:21 [2021-12-21T14:26:21.381Z] #20 54.02 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
14:26:21 [2021-12-21T14:26:21.381Z] #20 54.08 Get:3 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]
14:26:21 [2021-12-21T14:26:21.381Z] #20 54.15 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
14:26:21 [2021-12-21T14:26:21.381Z] #20 54.15 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
14:26:21 [2021-12-21T14:26:21.381Z] #20 54.16 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
14:26:21 [2021-12-21T14:26:21.381Z] #20 54.16 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
14:26:21 [2021-12-21T14:26:21.381Z] #20 54.25 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
14:26:21 [2021-12-21T14:26:21.381Z] #20 54.31 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
14:26:21 [2021-12-21T14:26:21.381Z] #20 54.31 Get:10 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]
14:26:21 [2021-12-21T14:26:21.381Z] #20 54.51 Get:11 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]
14:26:21 [2021-12-21T14:26:21.381Z] #20 54.99 Get:12 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]
14:26:21 [2021-12-21T14:26:21.381Z] #20 55.25 Get:13 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]
14:26:21 [2021-12-21T14:26:21.382Z] #20 55.53 Get:14 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]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.14 Get:15 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]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.33 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.33 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.33 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.33 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.35 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.35 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.35 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.35 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.35 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.37 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.37 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.37 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.39 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.39 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.39 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
14:26:21 [2021-12-21T14:26:21.382Z] #20 56.39 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
14:26:21 [2021-12-21T14:26:21.522Z] #52 DONE 0.5s
14:26:21 [2021-12-21T14:26:21.522Z] 
14:26:21 [2021-12-21T14:26:21.522Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt         /build/ /usr/local/bin/
14:26:21 [2021-12-21T14:26:21.522Z] #54 sha256:1494ff309b1d1fc74b66aff8b00571c528e0c29e85708ef29af6f8226680e001
14:26:21 [2021-12-21T14:26:21.522Z] #54 DONE 0.1s
14:26:21 [2021-12-21T14:26:21.522Z] 
14:26:21 [2021-12-21T14:26:21.522Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:26:21 [2021-12-21T14:26:21.522Z] #60 sha256:1da834edb382d0e28bb81ea1696d040c19e7b4a0bca7e29ae8e01ec7dda2546f
14:26:21 [2021-12-21T14:26:21.541Z] #60 ...
14:26:21 [2021-12-21T14:26:21.541Z] 
14:26:21 [2021-12-21T14:26:21.542Z] #57 [dev-systemd-false 20/24] COPY --from=runc          /build/ /usr/local/bin/
14:26:21 [2021-12-21T14:26:21.542Z] #57 sha256:9a305076bffb1ae3eb76bf82a6e0a7afed4faf023f23ae01fda7664eb5d6e32d
14:26:21 [2021-12-21T14:26:21.645Z] #20 ...
14:26:21 [2021-12-21T14:26:21.645Z] 
14:26:21 [2021-12-21T14:26:21.645Z] #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
14:26:21 [2021-12-21T14:26:21.645Z] #45 sha256:608fa830d1083d01106226a8f4ebf67912b1d8f3b67422901223958cfc967a49
14:26:21 [2021-12-21T14:26:21.645Z] #45 56.99 Selecting previously unselected package libarchive13:amd64.
14:26:21 [2021-12-21T14:26:21.645Z] #45 56.99 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ...
14:26:21 [2021-12-21T14:26:21.645Z] #45 57.01 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
14:26:21 [2021-12-21T14:26:21.906Z] #45 57.16 Selecting previously unselected package libjsoncpp24:amd64.
14:26:21 [2021-12-21T14:26:21.906Z] #45 57.18 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
14:26:21 [2021-12-21T14:26:21.906Z] #45 57.18 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
14:26:21 [2021-12-21T14:26:21.906Z] #45 57.29 Selecting previously unselected package librhash0:amd64.
14:26:21 [2021-12-21T14:26:21.906Z] #45 57.29 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
14:26:22 [2021-12-21T14:26:22.103Z] #57 DONE 0.6s
14:26:22 [2021-12-21T14:26:22.103Z] 
14:26:22 [2021-12-21T14:26:22.103Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:26:22 [2021-12-21T14:26:22.103Z] #60 sha256:7e19dcb8626674562bb4d13a16d22f2ca9cc1260f36b8ed160081bf6d568013e
14:26:22 [2021-12-21T14:26:22.167Z] #45 57.30 Unpacking librhash0:amd64 (1.4.1-2) ...
14:26:22 [2021-12-21T14:26:22.167Z] #45 57.41 Selecting previously unselected package libuv1:amd64.
14:26:22 [2021-12-21T14:26:22.167Z] #45 57.42 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
14:26:22 [2021-12-21T14:26:22.167Z] #45 57.43 Unpacking libuv1:amd64 (1.40.0-2) ...
14:26:22 [2021-12-21T14:26:22.167Z] #45 57.49 Selecting previously unselected package cmake.
14:26:22 [2021-12-21T14:26:22.167Z] #45 57.50 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ...
14:26:22 [2021-12-21T14:26:22.167Z] #45 57.51 Unpacking cmake (3.18.4-2+deb11u1) ...
14:26:22 [2021-12-21T14:26:22.227Z] #21 47.46 Selecting previously unselected package vim.
14:26:22 [2021-12-21T14:26:22.227Z] #21 47.47 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
14:26:22 [2021-12-21T14:26:22.227Z] #21 47.49 Unpacking vim (2:8.2.2434-3+deb11u1) ...
14:26:22 [2021-12-21T14:26:22.227Z] #21 48.01 Selecting previously unselected package xfsprogs.
14:26:22 [2021-12-21T14:26:22.227Z] #21 48.02 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
14:26:22 [2021-12-21T14:26:22.227Z] #21 48.03 Unpacking xfsprogs (5.10.0-4) ...
14:26:22 [2021-12-21T14:26:22.486Z] #21 48.42 Selecting previously unselected package zip.
14:26:22 [2021-12-21T14:26:22.486Z] #21 48.42 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
14:26:22 [2021-12-21T14:26:22.486Z] #21 48.43 Unpacking zip (3.0-12) ...
14:26:22 [2021-12-21T14:26:22.486Z] #21 48.53 Selecting previously unselected package zstd.
14:26:22 [2021-12-21T14:26:22.745Z] #21 48.55 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
14:26:22 [2021-12-21T14:26:22.745Z] #21 48.55 Unpacking zstd (1.4.8+dfsg-2.1) ...
14:26:23 [2021-12-21T14:26:23.004Z] #21 48.89 Setting up python3-pkg-resources (52.0.0-4) ...
14:26:23 [2021-12-21T14:26:23.402Z] #21 46.14 Selecting previously unselected package vim.
14:26:23 [2021-12-21T14:26:23.402Z] #21 46.15 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
14:26:23 [2021-12-21T14:26:23.402Z] #21 46.17 Unpacking vim (2:8.2.2434-3+deb11u1) ...
14:26:23 [2021-12-21T14:26:23.402Z] #21 46.64 Selecting previously unselected package xfsprogs.
14:26:23 [2021-12-21T14:26:23.402Z] #21 46.64 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ...
14:26:23 [2021-12-21T14:26:23.402Z] #21 46.65 Unpacking xfsprogs (5.10.0-4) ...
14:26:23 [2021-12-21T14:26:23.661Z] #21 47.04 Selecting previously unselected package zip.
14:26:23 [2021-12-21T14:26:23.923Z] #21 47.05 Preparing to unpack .../46-zip_3.0-12_amd64.deb ...
14:26:23 [2021-12-21T14:26:23.923Z] #21 47.05 Unpacking zip (3.0-12) ...
14:26:23 [2021-12-21T14:26:23.923Z] #21 47.19 Selecting previously unselected package zstd.
14:26:23 [2021-12-21T14:26:23.942Z] #21 49.66 Setting up libip4tc2:amd64 (1.8.7-1) ...
14:26:23 [2021-12-21T14:26:23.942Z] #21 49.67 Setting up net-tools (1.60+git20181103.0eebece-1) ...
14:26:23 [2021-12-21T14:26:23.942Z] #21 49.68 Setting up libgpm2:amd64 (1.20.7-8) ...
14:26:23 [2021-12-21T14:26:23.942Z] #21 49.70 Setting up libicu67:amd64 (67.1-7) ...
14:26:23 [2021-12-21T14:26:23.942Z] #21 49.71 Setting up libip6tc2:amd64 (1.8.7-1) ...
14:26:23 [2021-12-21T14:26:23.942Z] #21 49.72 Setting up libinih1:amd64 (53-1+b2) ...
14:26:23 [2021-12-21T14:26:23.942Z] #21 49.73 Setting up uidmap (1:4.8.1-1) ...
14:26:23 [2021-12-21T14:26:23.942Z] #21 49.74 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:26:23 [2021-12-21T14:26:23.942Z] #21 49.75 Setting up bzip2 (1.0.8-4) ...
14:26:23 [2021-12-21T14:26:23.942Z] #21 49.76 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:26:23 [2021-12-21T14:26:23.942Z] #21 49.77 Setting up python3-wheel (0.34.2-1) ...
14:26:24 [2021-12-21T14:26:24.187Z] #21 47.20 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ...
14:26:24 [2021-12-21T14:26:24.187Z] #21 47.20 Unpacking zstd (1.4.8+dfsg-2.1) ...
14:26:24 [2021-12-21T14:26:24.447Z] #21 47.50 Setting up python3-pkg-resources (52.0.0-4) ...
14:26:24 [2021-12-21T14:26:24.510Z] #21 50.44 Setting up xxd (2:8.2.2434-3+deb11u1) ...
14:26:24 [2021-12-21T14:26:24.510Z] #21 50.45 Setting up libcap2:amd64 (1:2.44-1) ...
14:26:24 [2021-12-21T14:26:24.510Z] #21 50.47 Setting up libcap2-bin (1:2.44-1) ...
14:26:24 [2021-12-21T14:26:24.510Z] #21 50.48 Setting up apparmor (2.13.6-10) ...
14:26:24 [2021-12-21T14:26:24.714Z] #45 59.84 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
14:26:24 [2021-12-21T14:26:24.714Z] #45 59.84 Setting up xxd (2:8.2.2434-3+deb11u1) ...
14:26:24 [2021-12-21T14:26:24.714Z] #45 59.86 Setting up libuv1:amd64 (1.40.0-2) ...
14:26:24 [2021-12-21T14:26:24.714Z] #45 59.86 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
14:26:24 [2021-12-21T14:26:24.714Z] #45 59.92 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
14:26:24 [2021-12-21T14:26:24.714Z] #45 59.92 Setting up librhash0:amd64 (1.4.1-2) ...
14:26:24 [2021-12-21T14:26:24.714Z] #45 59.94 Setting up cmake-data (3.18.4-2+deb11u1) ...
14:26:24 [2021-12-21T14:26:24.714Z] #45 59.96 Setting up cmake (3.18.4-2+deb11u1) ...
14:26:24 [2021-12-21T14:26:24.714Z] #45 59.97 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:26:24 [2021-12-21T14:26:24.975Z] #45 DONE 60.3s
14:26:24 [2021-12-21T14:26:24.975Z] 
14:26:24 [2021-12-21T14:26:24.975Z] #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
14:26:24 [2021-12-21T14:26:24.975Z] #20 sha256:92013a3d998d2c60c0650769d42391eff390592764aa515f67a2ec5f6c3700f9
14:26:24 [2021-12-21T14:26:24.975Z] #20 57.34 debconf: delaying package configuration, since apt-utils is not installed
14:26:24 [2021-12-21T14:26:24.975Z] #20 57.67 Fetched 115 MB in 3s (42.6 MB/s)
14:26:24 [2021-12-21T14:26:24.975Z] #20 57.72 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30211 files and directories currently installed.)
14:26:24 [2021-12-21T14:26:24.975Z] #20 57.79 Preparing to unpack .../libseccomp2_2.5.1-1+deb11u1_amd64.deb ...
14:26:24 [2021-12-21T14:26:24.975Z] #20 57.79 Unpacking libseccomp2:amd64 (2.5.1-1+deb11u1) over (2.5.1-1) ...
14:26:24 [2021-12-21T14:26:24.975Z] #20 57.93 Setting up libseccomp2:amd64 (2.5.1-1+deb11u1) ...
14:26:24 [2021-12-21T14:26:24.975Z] #20 58.06 Selecting previously unselected package binutils-mingw-w64-i686.
14:26:24 [2021-12-21T14:26:24.975Z] #20 58.06 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30211 files and directories currently installed.)
14:26:24 [2021-12-21T14:26:24.975Z] #20 58.17 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
14:26:24 [2021-12-21T14:26:24.975Z] #20 58.17 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
14:26:24 [2021-12-21T14:26:24.975Z] #20 59.50 Selecting previously unselected package binutils-mingw-w64-x86-64.
14:26:24 [2021-12-21T14:26:24.975Z] #20 59.52 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
14:26:24 [2021-12-21T14:26:24.975Z] #20 59.53 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
14:26:25 [2021-12-21T14:26:25.015Z] #21 48.24 Setting up libip4tc2:amd64 (1.8.7-1) ...
14:26:25 [2021-12-21T14:26:25.015Z] #21 48.25 Setting up net-tools (1.60+git20181103.0eebece-1) ...
14:26:25 [2021-12-21T14:26:25.015Z] #21 48.26 Setting up libgpm2:amd64 (1.20.7-8) ...
14:26:25 [2021-12-21T14:26:25.015Z] #21 48.27 Setting up libicu67:amd64 (67.1-7) ...
14:26:25 [2021-12-21T14:26:25.015Z] #21 48.28 Setting up libip6tc2:amd64 (1.8.7-1) ...
14:26:25 [2021-12-21T14:26:25.015Z] #21 48.29 Setting up libinih1:amd64 (53-1+b2) ...
14:26:25 [2021-12-21T14:26:25.015Z] #21 48.30 Setting up uidmap (1:4.8.1-1) ...
14:26:25 [2021-12-21T14:26:25.015Z] #21 48.32 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:26:25 [2021-12-21T14:26:25.015Z] #21 48.32 Setting up bzip2 (1.0.8-4) ...
14:26:25 [2021-12-21T14:26:25.015Z] #21 48.33 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:26:25 [2021-12-21T14:26:25.238Z] #20 ...
14:26:25 [2021-12-21T14:26:25.238Z] 
14:26:25 [2021-12-21T14:26:25.238Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
14:26:25 [2021-12-21T14:26:25.238Z] #46 sha256:05a42ab46807ca1f55031195525f1206174868111580a3c69d0ac57a5dada347
14:26:25 [2021-12-21T14:26:25.238Z] #46 DONE 0.1s
14:26:25 [2021-12-21T14:26:25.238Z] 
14:26:25 [2021-12-21T14:26:25.238Z] #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
14:26:25 [2021-12-21T14:26:25.238Z] #47 sha256:5b10bcf385edb70c2e8d25fb7ce5014eba6146c44346633b798d710054b292b0
14:26:25 [2021-12-21T14:26:25.274Z] #21 48.34 Setting up python3-wheel (0.34.2-1) ...
14:26:25 [2021-12-21T14:26:25.842Z] #21 49.00 Setting up xxd (2:8.2.2434-3+deb11u1) ...
14:26:25 [2021-12-21T14:26:25.842Z] #21 49.02 Setting up libcap2:amd64 (1:2.44-1) ...
14:26:25 [2021-12-21T14:26:25.842Z] #21 49.05 Setting up libcap2-bin (1:2.44-1) ...
14:26:25 [2021-12-21T14:26:25.842Z] #21 49.06 Setting up apparmor (2.13.6-10) ...
14:26:26 [2021-12-21T14:26:26.413Z] #21 52.04 Setting up zip (3.0-12) ...
14:26:26 [2021-12-21T14:26:26.413Z] #21 52.06 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
14:26:26 [2021-12-21T14:26:26.413Z] #21 52.08 Setting up bash-completion (1:2.11-2) ...
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.276 + RM_GOPATH=0
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.276 + TMP_GOPATH=
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.276 + : /build
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.276 + '[' -z '' ']'
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.276 ++ mktemp -d
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.276 + export GOPATH=/tmp/tmp.UCYQOZX7Ty
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.276 + GOPATH=/tmp/tmp.UCYQOZX7Ty
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.276 + RM_GOPATH=1
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.276 + case "$(go env GOARCH)" in
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.276 ++ go env GOARCH
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.295 + export GO_BUILDMODE=-buildmode=pie
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.295 + GO_BUILDMODE=-buildmode=pie
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.295 ++ dirname /install.sh
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.295 + dir=/
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.295 + bin=tini
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.295 + shift
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.295 + '[' '!' -f //tini.installer ']'
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.295 + . //tini.installer
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.295 ++ : v0.19.0
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.295 + install_tini
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.295 + echo 'Install tini version v0.19.0'
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.295 + git clone https://github.com/krallin/tini.git /tmp/tmp.UCYQOZX7Ty/tini
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.296 Install tini version v0.19.0
14:26:26 [2021-12-21T14:26:26.629Z] #47 1.302 Cloning into '/tmp/tmp.UCYQOZX7Ty/tini'...
14:26:27 [2021-12-21T14:26:27.204Z] #47 1.887 + cd /tmp/tmp.UCYQOZX7Ty/tini
14:26:27 [2021-12-21T14:26:27.204Z] #47 1.900 + git checkout -q v0.19.0
14:26:27 [2021-12-21T14:26:27.204Z] #47 1.922 + cmake .
14:26:27 [2021-12-21T14:26:27.365Z] 8f616e6e9eec: Pull complete
14:26:27 [2021-12-21T14:26:27.465Z] #47 2.259 -- The C compiler identification is GNU 10.2.1
14:26:27 [2021-12-21T14:26:27.465Z] #47 2.312 -- Detecting C compiler ABI info
14:26:27 [2021-12-21T14:26:27.747Z] #21 50.56 Setting up zip (3.0-12) ...
14:26:27 [2021-12-21T14:26:27.747Z] #21 50.57 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
14:26:27 [2021-12-21T14:26:27.747Z] #21 50.60 Setting up bash-completion (1:2.11-2) ...
14:26:28 [2021-12-21T14:26:28.051Z] #21 53.83 Setting up xz-utils (5.2.5-2) ...
14:26:28 [2021-12-21T14:26:28.051Z] #21 53.86 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:26:28 [2021-12-21T14:26:28.051Z] #21 53.87 Setting up libmnl0:amd64 (1.0.4-3) ...
14:26:28 [2021-12-21T14:26:28.051Z] #21 53.88 Setting up patch (2.7.6-7) ...
14:26:28 [2021-12-21T14:26:28.051Z] #21 53.90 Setting up sudo (1.9.5p2-3) ...
14:26:28 [2021-12-21T14:26:28.051Z] #21 54.01 invoke-rc.d: could not determine current runlevel
14:26:28 [2021-12-21T14:26:28.051Z] #21 54.02 invoke-rc.d: policy-rc.d denied execution of start.
14:26:28 [2021-12-21T14:26:28.051Z] #21 54.03 Setting up xfsprogs (5.10.0-4) ...
14:26:28 [2021-12-21T14:26:28.051Z] #21 54.06 Setting up libxtables12:amd64 (1.8.7-1) ...
14:26:28 [2021-12-21T14:26:28.051Z] #21 54.07 Setting up inetutils-ping (2:2.0-1) ...
14:26:28 [2021-12-21T14:26:28.099Z] #47 2.710 -- Detecting C compiler ABI info - done
14:26:28 [2021-12-21T14:26:28.099Z] #47 2.816 -- Check for working C compiler: /usr/bin/cc - skipped
14:26:28 [2021-12-21T14:26:28.099Z] #47 2.816 -- Detecting C compile features
14:26:28 [2021-12-21T14:26:28.099Z] #47 2.817 -- Detecting C compile features - done
14:26:28 [2021-12-21T14:26:28.099Z] #47 2.869 -- Performing Test HAS_BUILTIN_FORTIFY
14:26:28 [2021-12-21T14:26:28.099Z] #47 3.019 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
14:26:28 [2021-12-21T14:26:28.310Z] #21 54.09 Setting up pigz (2.6-1) ...
14:26:28 [2021-12-21T14:26:28.310Z] #21 54.10 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:26:28 [2021-12-21T14:26:28.310Z] #21 54.11 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
14:26:28 [2021-12-21T14:26:28.310Z] #21 54.13 Setting up python-pip-whl (20.3.4-4) ...
14:26:28 [2021-12-21T14:26:28.310Z] #21 54.14 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
14:26:28 [2021-12-21T14:26:28.372Z] #47 3.093 -- Configuring done
14:26:28 [2021-12-21T14:26:28.372Z] #47 3.110 -- Generating done
14:26:28 [2021-12-21T14:26:28.372Z] #47 3.120 -- Build files have been written to: /tmp/tmp.UCYQOZX7Ty/tini
14:26:28 [2021-12-21T14:26:28.372Z] #47 3.137 + make tini-static
14:26:28 [2021-12-21T14:26:28.644Z] #47 3.411 Scanning dependencies of target tini-static
14:26:28 [2021-12-21T14:26:28.644Z] #47 3.470 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
14:26:29 [2021-12-21T14:26:29.247Z] #21 54.86 Setting up libaio1:amd64 (0.3.112-9) ...
14:26:29 [2021-12-21T14:26:29.247Z] #21 54.87 Setting up python3-lib2to3 (3.9.2-1) ...
14:26:29 [2021-12-21T14:26:29.397Z] #21 52.46 Setting up xz-utils (5.2.5-2) ...
14:26:29 [2021-12-21T14:26:29.397Z] #21 52.48 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
14:26:29 [2021-12-21T14:26:29.397Z] #21 52.49 Setting up libmnl0:amd64 (1.0.4-3) ...
14:26:29 [2021-12-21T14:26:29.397Z] #21 52.50 Setting up patch (2.7.6-7) ...
14:26:29 [2021-12-21T14:26:29.397Z] #21 52.52 Setting up sudo (1.9.5p2-3) ...
14:26:29 [2021-12-21T14:26:29.397Z] #21 52.59 invoke-rc.d: could not determine current runlevel
14:26:29 [2021-12-21T14:26:29.397Z] #21 52.60 invoke-rc.d: policy-rc.d denied execution of start.
14:26:29 [2021-12-21T14:26:29.397Z] #21 52.60 Setting up xfsprogs (5.10.0-4) ...
14:26:29 [2021-12-21T14:26:29.397Z] #21 52.61 Setting up libxtables12:amd64 (1.8.7-1) ...
14:26:29 [2021-12-21T14:26:29.397Z] #21 52.64 Setting up inetutils-ping (2:2.0-1) ...
14:26:29 [2021-12-21T14:26:29.397Z] #21 52.66 Setting up pigz (2.6-1) ...
14:26:29 [2021-12-21T14:26:29.397Z] #21 52.68 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:26:29 [2021-12-21T14:26:29.506Z] #21 55.27 Setting up libelf1:amd64 (0.183-1) ...
14:26:29 [2021-12-21T14:26:29.506Z] #21 55.34 Setting up zstd (1.4.8+dfsg-2.1) ...
14:26:29 [2021-12-21T14:26:29.506Z] #21 55.36 Setting up libonig5:amd64 (6.9.6-1.1) ...
14:26:29 [2021-12-21T14:26:29.506Z] #21 55.37 Setting up python3-distutils (3.9.2-1) ...
14:26:29 [2021-12-21T14:26:29.589Z] #47 4.327 [100%] Linking C executable tini-static
14:26:29 [2021-12-21T14:26:29.657Z] #21 52.71 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
14:26:29 [2021-12-21T14:26:29.657Z] #21 52.73 Setting up python-pip-whl (20.3.4-4) ...
14:26:29 [2021-12-21T14:26:29.657Z] #21 52.76 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
14:26:29 [2021-12-21T14:26:29.766Z] #21 55.80 Setting up vim (2:8.2.2434-3+deb11u1) ...
14:26:29 [2021-12-21T14:26:29.766Z] #21 55.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
14:26:29 [2021-12-21T14:26:29.766Z] #21 55.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
14:26:29 [2021-12-21T14:26:29.852Z] #47 4.717 [100%] Built target tini-static
14:26:29 [2021-12-21T14:26:29.852Z] #47 ...
14:26:29 [2021-12-21T14:26:29.852Z] 
14:26:29 [2021-12-21T14:26:29.852Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:26:29 [2021-12-21T14:26:29.852Z] #67 sha256:04fd0147dd2ea5fd6d44d569d9a9e01dc7590a84848035653dc781aedcde63fd
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.759 + RM_GOPATH=0
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.759 + TMP_GOPATH=
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.763 + : /build
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.763 + '[' -z '' ']'
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.763 ++ mktemp -d
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.763 + export GOPATH=/tmp/tmp.piMuwVzAxm
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.763 + GOPATH=/tmp/tmp.piMuwVzAxm
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.763 + RM_GOPATH=1
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.763 + case "$(go env GOARCH)" in
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.772 ++ go env GOARCH
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.785 + export GO_BUILDMODE=-buildmode=pie
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.785 + GO_BUILDMODE=-buildmode=pie
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.785 ++ dirname /install.sh
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.785 + dir=/
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.785 + bin=containerd
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.785 + shift
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.785 + '[' '!' -f //containerd.installer ']'
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.785 + . //containerd.installer
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.785 ++ set -e
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.785 ++ : v1.5.8
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.785 + install_containerd
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.793 + echo 'Install containerd version v1.5.8'
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.793 + git clone https://github.com/containerd/containerd.git /tmp/tmp.piMuwVzAxm/src/github.com/containerd/containerd
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.793 Install containerd version v1.5.8
14:26:29 [2021-12-21T14:26:29.852Z] #67 1.815 Cloning into '/tmp/tmp.piMuwVzAxm/src/github.com/containerd/containerd'...
14:26:30 [2021-12-21T14:26:30.025Z] #21 55.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
14:26:30 [2021-12-21T14:26:30.025Z] #21 55.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
14:26:30 [2021-12-21T14:26:30.025Z] #21 55.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
14:26:30 [2021-12-21T14:26:30.025Z] #21 55.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
14:26:30 [2021-12-21T14:26:30.025Z] #21 55.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
14:26:30 [2021-12-21T14:26:30.025Z] #21 55.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
14:26:30 [2021-12-21T14:26:30.025Z] #21 55.88 Setting up python3-setuptools (52.0.0-4) ...
14:26:30 [2021-12-21T14:26:30.111Z] #67 ...
14:26:30 [2021-12-21T14:26:30.112Z] 
14:26:30 [2021-12-21T14:26:30.112Z] #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
14:26:30 [2021-12-21T14:26:30.112Z] #47 sha256:5b10bcf385edb70c2e8d25fb7ce5014eba6146c44346633b798d710054b292b0
14:26:30 [2021-12-21T14:26:30.112Z] #47 4.766 + mkdir -p /build
14:26:30 [2021-12-21T14:26:30.112Z] #47 4.773 + cp tini-static /build/docker-init
14:26:30 [2021-12-21T14:26:30.224Z] #21 53.49 Setting up libaio1:amd64 (0.3.112-9) ...
14:26:30 [2021-12-21T14:26:30.224Z] #21 53.50 Setting up python3-lib2to3 (3.9.2-1) ...
14:26:30 [2021-12-21T14:26:30.372Z] #47 DONE 5.1s
14:26:30 [2021-12-21T14:26:30.372Z] 
14:26:30 [2021-12-21T14:26:30.372Z] #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
14:26:30 [2021-12-21T14:26:30.372Z] #20 sha256:92013a3d998d2c60c0650769d42391eff390592764aa515f67a2ec5f6c3700f9
14:26:30 [2021-12-21T14:26:30.372Z] #20 60.96 Selecting previously unselected package binutils-mingw-w64.
14:26:30 [2021-12-21T14:26:30.372Z] #20 60.96 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
14:26:30 [2021-12-21T14:26:30.372Z] #20 60.97 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
14:26:30 [2021-12-21T14:26:30.372Z] #20 61.03 Selecting previously unselected package libdevmapper1.02.1:amd64.
14:26:30 [2021-12-21T14:26:30.372Z] #20 61.05 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
14:26:30 [2021-12-21T14:26:30.372Z] #20 61.06 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
14:26:30 [2021-12-21T14:26:30.372Z] #20 61.19 Selecting previously unselected package dmsetup.
14:26:30 [2021-12-21T14:26:30.372Z] #20 61.19 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
14:26:30 [2021-12-21T14:26:30.372Z] #20 61.20 Unpacking dmsetup (2:1.02.175-2.1) ...
14:26:30 [2021-12-21T14:26:30.372Z] #20 61.30 Selecting previously unselected package mingw-w64-common.
14:26:30 [2021-12-21T14:26:30.372Z] #20 61.30 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
14:26:30 [2021-12-21T14:26:30.372Z] #20 61.31 Unpacking mingw-w64-common (8.0.0-1) ...
14:26:30 [2021-12-21T14:26:30.372Z] #20 65.08 Selecting previously unselected package mingw-w64-x86-64-dev.
14:26:30 [2021-12-21T14:26:30.372Z] #20 65.10 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
14:26:30 [2021-12-21T14:26:30.372Z] #20 65.12 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
14:26:30 [2021-12-21T14:26:30.742Z] #21 53.89 Setting up libelf1:amd64 (0.183-1) ...
14:26:30 [2021-12-21T14:26:30.742Z] #21 53.92 Setting up zstd (1.4.8+dfsg-2.1) ...
14:26:30 [2021-12-21T14:26:30.742Z] #21 53.94 Setting up libonig5:amd64 (6.9.6-1.1) ...
14:26:30 [2021-12-21T14:26:30.742Z] #21 53.95 Setting up python3-distutils (3.9.2-1) ...
14:26:31 [2021-12-21T14:26:31.220Z] #21 57.01 Setting up libjq1:amd64 (1.6-2.1) ...
14:26:31 [2021-12-21T14:26:31.220Z] #21 57.03 Setting up libnftnl11:amd64 (1.1.9-1) ...
14:26:31 [2021-12-21T14:26:31.220Z] #21 57.05 Setting up thin-provisioning-tools (0.9.0-1) ...
14:26:31 [2021-12-21T14:26:31.220Z] #21 57.07 Setting up python3-pip (20.3.4-4) ...
14:26:31 [2021-12-21T14:26:31.310Z] #21 54.37 Setting up vim (2:8.2.2434-3+deb11u1) ...
14:26:31 [2021-12-21T14:26:31.310Z] #21 54.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
14:26:31 [2021-12-21T14:26:31.310Z] #21 54.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
14:26:31 [2021-12-21T14:26:31.310Z] #21 54.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
14:26:31 [2021-12-21T14:26:31.310Z] #21 54.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
14:26:31 [2021-12-21T14:26:31.310Z] #21 54.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
14:26:31 [2021-12-21T14:26:31.310Z] #21 54.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
14:26:31 [2021-12-21T14:26:31.310Z] #21 54.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
14:26:31 [2021-12-21T14:26:31.310Z] #21 54.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
14:26:31 [2021-12-21T14:26:31.310Z] #21 54.43 Setting up python3-setuptools (52.0.0-4) ...
14:26:31 [2021-12-21T14:26:31.456Z] 8f616e6e9eec: Verifying Checksum
14:26:31 [2021-12-21T14:26:31.456Z] 8f616e6e9eec: Download complete
14:26:32 [2021-12-21T14:26:32.415Z] #21 58.17 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
14:26:32 [2021-12-21T14:26:32.415Z] #21 58.19 Setting up jq (1.6-2.1) ...
14:26:32 [2021-12-21T14:26:32.415Z] #21 58.20 Setting up libbpf0:amd64 (1:0.3-2) ...
14:26:32 [2021-12-21T14:26:32.415Z] #21 58.21 Setting up iptables (1.8.7-1) ...
14:26:32 [2021-12-21T14:26:32.415Z] #21 58.22 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
14:26:32 [2021-12-21T14:26:32.415Z] #21 58.23 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:26:32 [2021-12-21T14:26:32.415Z] #21 58.25 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
14:26:32 [2021-12-21T14:26:32.415Z] #21 58.25 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:26:32 [2021-12-21T14:26:32.415Z] #21 58.26 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
14:26:32 [2021-12-21T14:26:32.415Z] #21 58.26 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
14:26:32 [2021-12-21T14:26:32.415Z] #21 58.27 Setting up iproute2 (5.10.0-4) ...
14:26:32 [2021-12-21T14:26:32.687Z] #21 55.79 Setting up libjq1:amd64 (1.6-2.1) ...
14:26:32 [2021-12-21T14:26:32.687Z] #21 55.80 Setting up libnftnl11:amd64 (1.1.9-1) ...
14:26:32 [2021-12-21T14:26:32.687Z] #21 55.82 Setting up thin-provisioning-tools (0.9.0-1) ...
14:26:32 [2021-12-21T14:26:32.687Z] #21 55.83 Setting up python3-pip (20.3.4-4) ...
14:26:32 [2021-12-21T14:26:32.915Z] #20 68.11 Selecting previously unselected package gcc-mingw-w64-base.
14:26:32 [2021-12-21T14:26:32.915Z] #20 68.12 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
14:26:32 [2021-12-21T14:26:32.915Z] #20 68.15 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
14:26:32 [2021-12-21T14:26:32.915Z] #20 68.24 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
14:26:32 [2021-12-21T14:26:32.982Z] #21 58.63 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:26:33 [2021-12-21T14:26:33.176Z] #20 68.25 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
14:26:33 [2021-12-21T14:26:33.176Z] #20 68.28 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
14:26:33 [2021-12-21T14:26:33.551Z] #21 DONE 59.5s
14:26:33 [2021-12-21T14:26:33.551Z] 
14:26:33 [2021-12-21T14:26:33.551Z] #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
14:26:33 [2021-12-21T14:26:33.551Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:26:33 [2021-12-21T14:26:33.624Z] #21 56.77 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
14:26:33 [2021-12-21T14:26:33.624Z] #21 56.78 Setting up jq (1.6-2.1) ...
14:26:33 [2021-12-21T14:26:33.624Z] #21 56.79 Setting up libbpf0:amd64 (1:0.3-2) ...
14:26:33 [2021-12-21T14:26:33.624Z] #21 56.80 Setting up iptables (1.8.7-1) ...
14:26:33 [2021-12-21T14:26:33.624Z] #21 56.81 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
14:26:33 [2021-12-21T14:26:33.624Z] #21 56.82 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:26:33 [2021-12-21T14:26:33.624Z] #21 56.83 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
14:26:33 [2021-12-21T14:26:33.624Z] #21 56.84 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:26:33 [2021-12-21T14:26:33.624Z] #21 56.84 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
14:26:33 [2021-12-21T14:26:33.624Z] #21 56.85 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
14:26:33 [2021-12-21T14:26:33.624Z] #21 56.85 Setting up iproute2 (5.10.0-4) ...
14:26:33 [2021-12-21T14:26:33.810Z] #43 ...
14:26:33 [2021-12-21T14:26:33.810Z] 
14:26:33 [2021-12-21T14:26:33.810Z] #22 [dev-systemd-false  8/24] 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
14:26:33 [2021-12-21T14:26:33.810Z] #22 sha256:8a0ade78831caded1a3657e6decbc60b741b63743e3396ecfae86923dcade5dc
14:26:33 [2021-12-21T14:26:33.883Z] #21 57.13 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:26:34 [2021-12-21T14:26:34.451Z] #21 DONE 57.9s
14:26:34 [2021-12-21T14:26:34.451Z] 
14:26:34 [2021-12-21T14:26:34.451Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:26:34 [2021-12-21T14:26:34.451Z] #60 sha256:f1af2322d8bb5b5d35af0c8c58837e5d21a961c6cee94bb2c605f103cc6e9d23
14:26:34 [2021-12-21T14:26:34.712Z] #60 ...
14:26:34 [2021-12-21T14:26:34.712Z] 
14:26:34 [2021-12-21T14:26:34.712Z] #22 [dev-systemd-false  8/24] 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
14:26:34 [2021-12-21T14:26:34.712Z] #22 sha256:8a0ade78831caded1a3657e6decbc60b741b63743e3396ecfae86923dcade5dc
14:26:34 [2021-12-21T14:26:34.746Z] #22 1.166 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
14:26:34 [2021-12-21T14:26:34.746Z] #22 1.180 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
14:26:34 [2021-12-21T14:26:34.746Z] #22 1.180 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
14:26:34 [2021-12-21T14:26:34.746Z] #22 DONE 1.3s
14:26:34 [2021-12-21T14:26:34.746Z] 
14:26:34 [2021-12-21T14:26:34.746Z] #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
14:26:34 [2021-12-21T14:26:34.747Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:26:35 [2021-12-21T14:26:35.005Z] #43 ...
14:26:35 [2021-12-21T14:26:35.005Z] 
14:26:35 [2021-12-21T14:26:35.005Z] #23 [dev-systemd-false  9/24] RUN pip3 install yamllint==1.26.1
14:26:35 [2021-12-21T14:26:35.005Z] #23 sha256:f501ff1b779dbbfab76f1ee9502c6723460f1c8698f35d56fdc40cc6157f9294
14:26:36 [2021-12-21T14:26:36.091Z] #22 1.320 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
14:26:36 [2021-12-21T14:26:36.091Z] #22 1.339 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
14:26:36 [2021-12-21T14:26:36.091Z] #22 1.342 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
14:26:36 [2021-12-21T14:26:36.091Z] #22 DONE 1.4s
14:26:36 [2021-12-21T14:26:36.091Z] 
14:26:36 [2021-12-21T14:26:36.091Z] #23 [dev-systemd-false  9/24] RUN pip3 install yamllint==1.26.1
14:26:36 [2021-12-21T14:26:36.091Z] #23 sha256:f501ff1b779dbbfab76f1ee9502c6723460f1c8698f35d56fdc40cc6157f9294
14:26:38 [2021-12-21T14:26:38.481Z] #20 72.86 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
14:26:38 [2021-12-21T14:26:38.481Z] #20 72.86 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
14:26:38 [2021-12-21T14:26:38.481Z] #20 72.87 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:26:39 [2021-12-21T14:26:39.865Z] #20 ...
14:26:39 [2021-12-21T14:26:39.865Z] 
14:26:39 [2021-12-21T14:26:39.865Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:26:39 [2021-12-21T14:26:39.865Z] #67 sha256:04fd0147dd2ea5fd6d44d569d9a9e01dc7590a84848035653dc781aedcde63fd
14:26:39 [2021-12-21T14:26:39.865Z] #67 19.75 + cd /tmp/tmp.piMuwVzAxm/src/github.com/containerd/containerd
14:26:39 [2021-12-21T14:26:39.865Z] #67 19.75 + git checkout -q v1.5.8
14:26:40 [2021-12-21T14:26:40.436Z] #67 20.52 + export 'BUILDTAGS=netgo osusergo static_build'
14:26:40 [2021-12-21T14:26:40.436Z] #67 20.52 + BUILDTAGS='netgo osusergo static_build'
14:26:40 [2021-12-21T14:26:40.436Z] #67 20.52 + export EXTRA_FLAGS=-buildmode=pie
14:26:40 [2021-12-21T14:26:40.436Z] #67 20.52 + EXTRA_FLAGS=-buildmode=pie
14:26:40 [2021-12-21T14:26:40.436Z] #67 20.52 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
14:26:40 [2021-12-21T14:26:40.436Z] #67 20.52 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
14:26:40 [2021-12-21T14:26:40.436Z] #67 20.52 + '[' '' = dynamic ']'
14:26:40 [2021-12-21T14:26:40.436Z] #67 20.52 + make
14:26:41 [2021-12-21T14:26:41.378Z] #67 21.48 + bin/ctr
14:26:44 [2021-12-21T14:26:44.017Z] #60 210.9 # github.com/containerd/containerd/cmd/containerd
14:26:44 [2021-12-21T14:26:44.017Z] #60 210.9 /usr/bin/ld: /tmp/go-link-4111950993/000019.o: in function `New':
14:26:44 [2021-12-21T14:26:44.017Z] #60 210.9 /tmp/tmp.q47nIjHxa7/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
14:26:44 [2021-12-21T14:26:44.017Z] #60 211.0 + bin/containerd-stress
14:26:44 [2021-12-21T14:26:44.017Z] #60 212.0 + bin/containerd-shim
14:26:49 [2021-12-21T14:26:49.520Z] #67 ...
14:26:49 [2021-12-21T14:26:49.520Z] 
14:26:49 [2021-12-21T14:26:49.520Z] #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
14:26:49 [2021-12-21T14:26:49.520Z] #20 sha256:92013a3d998d2c60c0650769d42391eff390592764aa515f67a2ec5f6c3700f9
14:26:49 [2021-12-21T14:26:49.520Z] #20 76.82 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
14:26:49 [2021-12-21T14:26:49.520Z] #20 76.82 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
14:26:49 [2021-12-21T14:26:49.520Z] #20 76.82 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:26:49 [2021-12-21T14:26:49.520Z] #20 78.47 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
14:26:49 [2021-12-21T14:26:49.520Z] #20 78.47 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
14:26:49 [2021-12-21T14:26:49.520Z] #20 78.48 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
14:26:49 [2021-12-21T14:26:49.520Z] #20 80.02 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
14:26:49 [2021-12-21T14:26:49.520Z] #20 80.03 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
14:26:49 [2021-12-21T14:26:49.520Z] #20 80.03 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:26:49 [2021-12-21T14:26:49.520Z] #20 83.70 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
14:26:49 [2021-12-21T14:26:49.520Z] #20 83.70 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
14:26:49 [2021-12-21T14:26:49.520Z] #20 83.71 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:26:49 [2021-12-21T14:26:49.919Z] #23 13.64 Collecting yamllint==1.26.1
14:26:49 [2021-12-21T14:26:49.919Z] #23 14.70   Downloading yamllint-1.26.1.tar.gz (126 kB)
14:26:50 [2021-12-21T14:26:50.092Z] #20 85.41 Selecting previously unselected package g++-mingw-w64-x86-64.
14:26:50 [2021-12-21T14:26:50.092Z] #20 85.41 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
14:26:50 [2021-12-21T14:26:50.092Z] #20 85.43 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
14:26:50 [2021-12-21T14:26:50.092Z] #20 85.48 Selecting previously unselected package libapparmor1:amd64.
14:26:50 [2021-12-21T14:26:50.354Z] #20 85.49 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
14:26:50 [2021-12-21T14:26:50.354Z] #20 85.49 Unpacking libapparmor1:amd64 (2.13.6-10) ...
14:26:50 [2021-12-21T14:26:50.354Z] #20 85.54 Selecting previously unselected package libapparmor-dev:amd64.
14:26:50 [2021-12-21T14:26:50.354Z] #20 85.55 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
14:26:50 [2021-12-21T14:26:50.354Z] #20 85.55 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
14:26:50 [2021-12-21T14:26:50.354Z] #20 85.62 Selecting previously unselected package libbtrfs0:amd64.
14:26:50 [2021-12-21T14:26:50.354Z] #20 85.63 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
14:26:50 [2021-12-21T14:26:50.354Z] #20 85.63 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
14:26:50 [2021-12-21T14:26:50.354Z] #20 85.70 Selecting previously unselected package libbtrfs-dev:amd64.
14:26:50 [2021-12-21T14:26:50.354Z] #20 85.71 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
14:26:50 [2021-12-21T14:26:50.354Z] #20 85.71 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
14:26:50 [2021-12-21T14:26:50.492Z] #23 15.60 Collecting pathspec>=0.5.3
14:26:50 [2021-12-21T14:26:50.492Z] #23 15.62   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
14:26:50 [2021-12-21T14:26:50.595Z] #60 218.0 + bin/containerd-shim-runc-v1
14:26:50 [2021-12-21T14:26:50.614Z] #20 85.81 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
14:26:50 [2021-12-21T14:26:50.614Z] #20 85.81 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
14:26:50 [2021-12-21T14:26:50.614Z] #20 85.82 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
14:26:50 [2021-12-21T14:26:50.614Z] #20 85.85 Selecting previously unselected package libudev-dev:amd64.
14:26:50 [2021-12-21T14:26:50.614Z] #20 85.85 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
14:26:50 [2021-12-21T14:26:50.614Z] #20 85.86 Unpacking libudev-dev:amd64 (247.3-6) ...
14:26:50 [2021-12-21T14:26:50.614Z] #20 85.92 Selecting previously unselected package libsepol1-dev:amd64.
14:26:50 [2021-12-21T14:26:50.614Z] #20 85.93 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
14:26:50 [2021-12-21T14:26:50.614Z] #20 85.94 Unpacking libsepol1-dev:amd64 (3.1-1) ...
14:26:50 [2021-12-21T14:26:50.614Z] #20 86.06 Selecting previously unselected package libpcre2-16-0:amd64.
14:26:50 [2021-12-21T14:26:50.875Z] #20 86.07 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
14:26:50 [2021-12-21T14:26:50.875Z] #20 86.08 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
14:26:50 [2021-12-21T14:26:50.875Z] #20 86.15 Selecting previously unselected package libpcre2-32-0:amd64.
14:26:50 [2021-12-21T14:26:50.875Z] #20 86.16 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
14:26:50 [2021-12-21T14:26:50.875Z] #20 86.17 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
14:26:50 [2021-12-21T14:26:50.875Z] #20 86.24 Selecting previously unselected package libpcre2-posix2:amd64.
14:26:50 [2021-12-21T14:26:50.875Z] #20 86.25 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
14:26:50 [2021-12-21T14:26:50.875Z] #20 86.26 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
14:26:50 [2021-12-21T14:26:50.875Z] #20 86.30 Selecting previously unselected package libpcre2-dev:amd64.
14:26:50 [2021-12-21T14:26:50.994Z] #23 13.45 Collecting yamllint==1.26.1
14:26:50 [2021-12-21T14:26:50.994Z] #23 14.51   Downloading yamllint-1.26.1.tar.gz (126 kB)
14:26:51 [2021-12-21T14:26:51.060Z] #23 15.97 Collecting pyyaml
14:26:51 [2021-12-21T14:26:51.060Z] #23 15.98   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)
14:26:51 [2021-12-21T14:26:51.060Z] #23 16.08 Building wheels for collected packages: yamllint
14:26:51 [2021-12-21T14:26:51.060Z] #23 16.08   Building wheel for yamllint (setup.py): started
14:26:51 [2021-12-21T14:26:51.136Z] #20 86.30 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
14:26:51 [2021-12-21T14:26:51.137Z] #20 86.31 Unpacking libpcre2-dev:amd64 (10.36-2) ...
14:26:51 [2021-12-21T14:26:51.137Z] #20 86.46 Selecting previously unselected package libselinux1-dev:amd64.
14:26:51 [2021-12-21T14:26:51.137Z] #20 86.47 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
14:26:51 [2021-12-21T14:26:51.137Z] #20 86.47 Unpacking libselinux1-dev:amd64 (3.1-3) ...
14:26:51 [2021-12-21T14:26:51.137Z] #20 86.56 Selecting previously unselected package libdevmapper-dev:amd64.
14:26:51 [2021-12-21T14:26:51.398Z] #20 86.56 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
14:26:51 [2021-12-21T14:26:51.398Z] #20 86.56 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
14:26:51 [2021-12-21T14:26:51.398Z] #20 86.61 Selecting previously unselected package libseccomp-dev:amd64.
14:26:51 [2021-12-21T14:26:51.398Z] #20 86.61 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
14:26:51 [2021-12-21T14:26:51.398Z] #20 86.61 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
14:26:51 [2021-12-21T14:26:51.398Z] #20 86.68 Selecting previously unselected package libsystemd-dev:amd64.
14:26:51 [2021-12-21T14:26:51.398Z] #20 86.69 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
14:26:51 [2021-12-21T14:26:51.398Z] #20 86.69 Unpacking libsystemd-dev:amd64 (247.3-6) ...
14:26:51 [2021-12-21T14:26:51.562Z] #23 15.63 Collecting pathspec>=0.5.3
14:26:51 [2021-12-21T14:26:51.562Z] #23 15.65   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
14:26:51 [2021-12-21T14:26:51.658Z] #20 86.90 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
14:26:51 [2021-12-21T14:26:51.659Z] #20 86.91 Setting up libapparmor1:amd64 (2.13.6-10) ...
14:26:51 [2021-12-21T14:26:51.659Z] #20 86.92 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
14:26:51 [2021-12-21T14:26:51.659Z] #20 86.93 Setting up libsepol1-dev:amd64 (3.1-1) ...
14:26:51 [2021-12-21T14:26:51.659Z] #20 86.94 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
14:26:51 [2021-12-21T14:26:51.659Z] #20 86.95 Setting up libpcre2-16-0:amd64 (10.36-2) ...
14:26:51 [2021-12-21T14:26:51.659Z] #20 86.95 Setting up libbtrfs0:amd64 (5.10.1-2) ...
14:26:51 [2021-12-21T14:26:51.659Z] #20 86.96 Setting up libpcre2-32-0:amd64 (10.36-2) ...
14:26:51 [2021-12-21T14:26:51.659Z] #20 86.97 Setting up libudev-dev:amd64 (247.3-6) ...
14:26:51 [2021-12-21T14:26:51.659Z] #20 86.98 Setting up libpcre2-posix2:amd64 (10.36-2) ...
14:26:51 [2021-12-21T14:26:51.659Z] #20 86.99 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
14:26:51 [2021-12-21T14:26:51.659Z] #20 87.00 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
14:26:51 [2021-12-21T14:26:51.659Z] #20 87.01 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
14:26:51 [2021-12-21T14:26:51.659Z] #20 87.02 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
14:26:51 [2021-12-21T14:26:51.659Z] #20 87.03 Setting up mingw-w64-common (8.0.0-1) ...
14:26:51 [2021-12-21T14:26:51.659Z] #20 87.04 Setting up libsystemd-dev:amd64 (247.3-6) ...
14:26:51 [2021-12-21T14:26:51.821Z] #23 15.94 Collecting pyyaml
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.05 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.06 Setting up libpcre2-dev:amd64 (10.36-2) ...
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.07 Setting up libselinux1-dev:amd64 (3.1-3) ...
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.07 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.08 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.09 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.10 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.11 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
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.12 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.13 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.14 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.14 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.16 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.17 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.18 Setting up dmsetup (2:1.02.175-2.1) ...
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.19 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.20 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
14:26:51 [2021-12-21T14:26:51.921Z] #20 87.21 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:26:51 [2021-12-21T14:26:51.997Z] #23 17.00   Building wheel for yamllint (setup.py): finished with status 'done'
14:26:51 [2021-12-21T14:26:51.997Z] #23 17.00   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=baf770ffc00f821dc8357d8bf2f2ab5b5b4da5088c45230544a2d4c66901448e
14:26:51 [2021-12-21T14:26:51.997Z] #23 17.01   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
14:26:51 [2021-12-21T14:26:51.997Z] #23 17.01 Successfully built yamllint
14:26:51 [2021-12-21T14:26:51.997Z] #23 17.03 Installing collected packages: pyyaml, pathspec, yamllint
14:26:52 [2021-12-21T14:26:52.081Z] #23 15.96   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)
14:26:52 [2021-12-21T14:26:52.081Z] #23 16.01 Building wheels for collected packages: yamllint
14:26:52 [2021-12-21T14:26:52.081Z] #23 16.01   Building wheel for yamllint (setup.py): started
14:26:52 [2021-12-21T14:26:52.564Z] #23 17.42 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
14:26:52 [2021-12-21T14:26:52.564Z] #23 DONE 17.8s
14:26:52 [2021-12-21T14:26:52.564Z] 
14:26:52 [2021-12-21T14:26:52.564Z] #51 [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
14:26:52 [2021-12-21T14:26:52.564Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:26:52 [2021-12-21T14:26:52.830Z] #51 ...
14:26:52 [2021-12-21T14:26:52.830Z] 
14:26:52 [2021-12-21T14:26:52.830Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli     /build/ /usr/local/cli
14:26:52 [2021-12-21T14:26:52.830Z] #27 sha256:2a709b65e3045909ded421ccd0d1ed4a4f465327db9115e1438ef78a85e25186
14:26:53 [2021-12-21T14:26:53.018Z] #23 16.84   Building wheel for yamllint (setup.py): finished with status 'done'
14:26:53 [2021-12-21T14:26:53.018Z] #23 16.84   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=a996a06800b973791abe66de24532d4f68420f059afb4487398d556df47f328a
14:26:53 [2021-12-21T14:26:53.018Z] #23 16.84   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
14:26:53 [2021-12-21T14:26:53.018Z] #23 16.85 Successfully built yamllint
14:26:53 [2021-12-21T14:26:53.018Z] #23 16.87 Installing collected packages: pyyaml, pathspec, yamllint
14:26:53 [2021-12-21T14:26:53.089Z] #27 DONE 0.2s
14:26:53 [2021-12-21T14:26:53.089Z] 
14:26:53 [2021-12-21T14:26:53.089Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images
14:26:53 [2021-12-21T14:26:53.089Z] #32 sha256:0be92f99c5173e3a672719534bae9e79c97d93eec3dc8e11c685885223269035
14:26:53 [2021-12-21T14:26:53.277Z] #23 17.21 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
14:26:53 [2021-12-21T14:26:53.353Z] #32 DONE 0.4s
14:26:53 [2021-12-21T14:26:53.353Z] 
14:26:53 [2021-12-21T14:26:53.353Z] #35 [dev-systemd-false 12/24] COPY --from=swagger       /build/ /usr/local/bin/
14:26:53 [2021-12-21T14:26:53.353Z] #35 sha256:71af81331bb8b3bb7d42d0dbf21f20edfa33c85439b62160a71710c19f678860
14:26:53 [2021-12-21T14:26:53.569Z] #60 216.6 + bin/containerd
14:26:53 [2021-12-21T14:26:53.613Z] #35 DONE 0.1s
14:26:53 [2021-12-21T14:26:53.613Z] 
14:26:53 [2021-12-21T14:26:53.613Z] #37 [dev-systemd-false 13/24] COPY --from=tomll         /build/ /usr/local/bin/
14:26:53 [2021-12-21T14:26:53.613Z] #37 sha256:78c5389c109d3e6e05f315295e9c2b57991f8a3e7963a5b1203f391b2183551e
14:26:53 [2021-12-21T14:26:53.613Z] #37 DONE 0.1s
14:26:53 [2021-12-21T14:26:53.613Z] 
14:26:53 [2021-12-21T14:26:53.613Z] #41 [dev-systemd-false 14/24] COPY --from=tini          /build/ /usr/local/bin/
14:26:53 [2021-12-21T14:26:53.613Z] #41 sha256:5228c56f7328df7bef885f5d207da18cf7f14a5aeafef1ead2b267854fb78b49
14:26:53 [2021-12-21T14:26:53.613Z] #41 DONE 0.1s
14:26:53 [2021-12-21T14:26:53.613Z] 
14:26:53 [2021-12-21T14:26:53.613Z] #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
14:26:53 [2021-12-21T14:26:53.613Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:26:53 [2021-12-21T14:26:53.833Z] #20 DONE 89.1s
14:26:53 [2021-12-21T14:26:53.833Z] 
14:26:53 [2021-12-21T14:26:53.833Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:26:53 [2021-12-21T14:26:53.833Z] #67 sha256:04fd0147dd2ea5fd6d44d569d9a9e01dc7590a84848035653dc781aedcde63fd
14:26:53 [2021-12-21T14:26:53.833Z] #67 ...
14:26:53 [2021-12-21T14:26:53.833Z] 
14:26:53 [2021-12-21T14:26:53.833Z] #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
14:26:53 [2021-12-21T14:26:53.833Z] #21 sha256:53b36e39a142e30639c4c43f13c99b28bc41f8ff3655f0339bbbda51fadadd7a
14:26:53 [2021-12-21T14:26:53.851Z] #23 DONE 17.6s
14:26:53 [2021-12-21T14:26:53.851Z] 
14:26:53 [2021-12-21T14:26:53.851Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli     /build/ /usr/local/cli
14:26:53 [2021-12-21T14:26:53.851Z] #27 sha256:dca215e879a825776ebdb21e2c70fd026a3a4d83940615b3ee2c3cde144c6d0c
14:26:54 [2021-12-21T14:26:54.146Z] #27 DONE 0.3s
14:26:54 [2021-12-21T14:26:54.146Z] 
14:26:54 [2021-12-21T14:26:54.146Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images
14:26:54 [2021-12-21T14:26:54.146Z] #32 sha256:8b2843db26e6001acdc79bb927e6ad85956a5d61ce74a003cafac3c23f2ea41f
14:26:54 [2021-12-21T14:26:54.146Z] #32 DONE 0.2s
14:26:54 [2021-12-21T14:26:54.146Z] 
14:26:54 [2021-12-21T14:26:54.146Z] #35 [dev-systemd-false 12/24] COPY --from=swagger       /build/ /usr/local/bin/
14:26:54 [2021-12-21T14:26:54.146Z] #35 sha256:b9875800237d28da222a62af08c638ea2296715d49bdc7364887c59ec12f898a
14:26:54 [2021-12-21T14:26:54.424Z] #35 DONE 0.1s
14:26:54 [2021-12-21T14:26:54.424Z] 
14:26:54 [2021-12-21T14:26:54.424Z] #37 [dev-systemd-false 13/24] COPY --from=tomll         /build/ /usr/local/bin/
14:26:54 [2021-12-21T14:26:54.424Z] #37 sha256:1392eda354959ef4c713f870a06d3c709f2e8247a3d4fe69093897771ffb740a
14:26:54 [2021-12-21T14:26:54.424Z] #37 DONE 0.1s
14:26:54 [2021-12-21T14:26:54.424Z] 
14:26:54 [2021-12-21T14:26:54.424Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:26:54 [2021-12-21T14:26:54.424Z] #56 sha256:edd50482b32597dba9b6b017ccfc4fdd6de272410d72fb89e690e57377ac00f6
14:26:54 [2021-12-21T14:26:54.424Z] #56 ...
14:26:54 [2021-12-21T14:26:54.424Z] 
14:26:54 [2021-12-21T14:26:54.424Z] #41 [dev-systemd-false 14/24] COPY --from=tini          /build/ /usr/local/bin/
14:26:54 [2021-12-21T14:26:54.424Z] #41 sha256:df041b005a01583ff11e5de9d1235b23409a7446d1ad748fe3a461fe0133df0b
14:26:54 [2021-12-21T14:26:54.424Z] #41 DONE 0.1s
14:26:54 [2021-12-21T14:26:54.692Z] 
14:26:54 [2021-12-21T14:26:54.692Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:26:54 [2021-12-21T14:26:54.692Z] #56 sha256:edd50482b32597dba9b6b017ccfc4fdd6de272410d72fb89e690e57377ac00f6
14:26:54 [2021-12-21T14:26:54.761Z] #60 222.1 + bin/containerd-shim-runc-v2
14:26:54 [2021-12-21T14:26:54.761Z] #60 222.7 + binaries
14:26:54 [2021-12-21T14:26:54.761Z] #60 222.7 + install -D bin/containerd /build/containerd
14:26:54 [2021-12-21T14:26:54.761Z] #60 222.7 + install -D bin/containerd-shim /build/containerd-shim
14:26:54 [2021-12-21T14:26:54.761Z] #60 222.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
14:26:54 [2021-12-21T14:26:54.761Z] #60 222.7 + install -D bin/ctr /build/ctr
14:26:55 [2021-12-21T14:26:55.750Z] #21 1.577 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
14:26:55 [2021-12-21T14:26:55.750Z] #21 1.734 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
14:26:55 [2021-12-21T14:26:55.750Z] #21 1.935 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
14:26:57 [2021-12-21T14:26:57.779Z] #60 ...
14:26:57 [2021-12-21T14:26:57.779Z] 
14:26:57 [2021-12-21T14:26:57.779Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:26:57 [2021-12-21T14:26:57.779Z] #56 sha256:51f09985244a1968837f83f4c17ce60a09f8ea964c0dd11e032919dd5a3f69f1
14:26:57 [2021-12-21T14:26:57.779Z] #56 147.0 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
14:26:57 [2021-12-21T14:26:57.984Z] #56 ...
14:26:57 [2021-12-21T14:26:57.984Z] 
14:26:57 [2021-12-21T14:26:57.984Z] #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
14:26:57 [2021-12-21T14:26:57.984Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:26:57 [2021-12-21T14:26:57.984Z] #43 259.1 + dpkg --print-architecture
14:26:57 [2021-12-21T14:26:57.984Z] #43 259.1 + git checkout -q v2.1.0
14:26:57 [2021-12-21T14:26:57.984Z] #43 259.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
14:26:57 [2021-12-21T14:26:57.984Z] #43 259.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
14:26:58 [2021-12-21T14:26:58.716Z] #56 148.5 + mkdir -p /build
14:26:58 [2021-12-21T14:26:58.972Z] #56 148.5 + cp runc /build/runc
14:26:59 [2021-12-21T14:26:59.899Z] #56 DONE 149.4s
14:26:59 [2021-12-21T14:26:59.899Z] 
14:26:59 [2021-12-21T14:26:59.899Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:26:59 [2021-12-21T14:26:59.899Z] #60 sha256:1da834edb382d0e28bb81ea1696d040c19e7b4a0bca7e29ae8e01ec7dda2546f
14:27:00 [2021-12-21T14:27:00.005Z] #60 DONE 227.9s
14:27:00 [2021-12-21T14:27:00.178Z] #43 265.6 + dpkg --print-architecture
14:27:00 [2021-12-21T14:27:00.178Z] #43 265.6 + git checkout -q v2.1.0
14:27:00 [2021-12-21T14:27:00.178Z] #43 265.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
14:27:00 [2021-12-21T14:27:00.178Z] #43 265.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
14:27:00 [2021-12-21T14:27:00.933Z] 
14:27:00 [2021-12-21T14:27:00.933Z] #61 [dev-systemd-false 21/24] COPY --from=containerd    /build/ /usr/local/bin/
14:27:00 [2021-12-21T14:27:00.933Z] #61 sha256:ffc5e25104df91f803bfa2361c04d3add018ea621dee21faedff34c336d1d881
14:27:01 [2021-12-21T14:27:01.788Z] #60 ...
14:27:01 [2021-12-21T14:27:01.789Z] 
14:27:01 [2021-12-21T14:27:01.789Z] #57 [dev-systemd-false 20/24] COPY --from=runc          /build/ /usr/local/bin/
14:27:01 [2021-12-21T14:27:01.789Z] #57 sha256:15e6e66b38ddc230f47ced24018f5a5ccf47eb8c723d1ac56b7de89b78dc4a2a
14:27:01 [2021-12-21T14:27:01.789Z] #57 DONE 0.3s
14:27:01 [2021-12-21T14:27:01.789Z] 
14:27:01 [2021-12-21T14:27:01.789Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:27:01 [2021-12-21T14:27:01.789Z] #60 sha256:1da834edb382d0e28bb81ea1696d040c19e7b4a0bca7e29ae8e01ec7dda2546f
14:27:02 [2021-12-21T14:27:02.181Z] #43 ...
14:27:02 [2021-12-21T14:27:02.181Z] 
14:27:02 [2021-12-21T14:27:02.181Z] #51 [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
14:27:02 [2021-12-21T14:27:02.181Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:27:02 [2021-12-21T14:27:02.181Z] #51 263.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
14:27:02 [2021-12-21T14:27:02.181Z] #51 DONE 263.4s
14:27:02 [2021-12-21T14:27:02.181Z] 
14:27:02 [2021-12-21T14:27:02.181Z] #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
14:27:02 [2021-12-21T14:27:02.181Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:27:02 [2021-12-21T14:27:02.909Z] #21 2.664 Reading package lists...
14:27:03 [2021-12-21T14:27:03.449Z] #61 DONE 2.2s
14:27:03 [2021-12-21T14:27:03.449Z] 
14:27:03 [2021-12-21T14:27:03.449Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit   /build/ /usr/local/bin/
14:27:03 [2021-12-21T14:27:03.449Z] #66 sha256:399b13a07e9558b6dedd390c60ccbd599cc85243d28e2916a4475020f4e81342
14:27:03 [2021-12-21T14:27:03.449Z] #66 DONE 0.4s
14:27:03 [2021-12-21T14:27:03.449Z] 
14:27:03 [2021-12-21T14:27:03.449Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit        /build/ /usr/local/bin/
14:27:03 [2021-12-21T14:27:03.449Z] #71 sha256:61c70c3e8d0c6c2ee8a1fce695ea283a330b14d3a3516b0866fc7fae9bbe5785
14:27:05 [2021-12-21T14:27:05.448Z] #43 ...
14:27:05 [2021-12-21T14:27:05.448Z] 
14:27:05 [2021-12-21T14:27:05.448Z] #51 [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
14:27:05 [2021-12-21T14:27:05.448Z] #51 sha256:c8f91181ab1f74bb77c5ea4d932f4c7fa01cb371974fa685faabea8e67233ff3
14:27:05 [2021-12-21T14:27:05.448Z] #51 270.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
14:27:05 [2021-12-21T14:27:05.448Z] #51 DONE 271.5s
14:27:05 [2021-12-21T14:27:05.448Z] 
14:27:05 [2021-12-21T14:27:05.448Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:27:05 [2021-12-21T14:27:05.448Z] #56 sha256:005971a77124f26c19eadfca6eba05648a02489fde34e3476784fd08d9be397e
14:27:05 [2021-12-21T14:27:05.964Z] #71 DONE 2.3s
14:27:05 [2021-12-21T14:27:05.964Z] 
14:27:05 [2021-12-21T14:27:05.964Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker
14:27:05 [2021-12-21T14:27:05.964Z] #72 sha256:ddac570c930edf7c90ae59cb77e7ee08324f01f887196b4816d33c0b9438bb0f
14:27:05 [2021-12-21T14:27:05.964Z] #72 DONE 0.0s
14:27:05 [2021-12-21T14:27:05.964Z] 
14:27:05 [2021-12-21T14:27:05.964Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker
14:27:05 [2021-12-21T14:27:05.964Z] #73 sha256:1492a0ba8779be716d01cfddeb5220523568bc0fa34454640453627ceca88b63
14:27:06 [2021-12-21T14:27:06.895Z] #73 DONE 0.9s
14:27:06 [2021-12-21T14:27:06.895Z] 
14:27:06 [2021-12-21T14:27:06.895Z] #74 exporting to image
14:27:06 [2021-12-21T14:27:06.895Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:27:06 [2021-12-21T14:27:06.895Z] #74 exporting layers
14:27:07 [2021-12-21T14:27:07.112Z] #21 8.559 Reading package lists...
14:27:08 [2021-12-21T14:27:08.497Z] #21 13.21 Building dependency tree...
14:27:08 [2021-12-21T14:27:08.497Z] #21 14.37 Reading state information...
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.52 The following additional packages will be installed:
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.52   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.52   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.52   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.52   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.52   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.53   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.53   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.55 Suggested packages:
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.55   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.55   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.55   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.55   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.55   seccomp:ppc64el seccomp:s390x
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.55 Recommended packages:
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.55   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.55   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.55   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
14:27:09 [2021-12-21T14:27:09.440Z] #21 15.55   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
14:27:10 [2021-12-21T14:27:10.011Z] #21 16.08 The following NEW packages will be installed:
14:27:10 [2021-12-21T14:27:10.011Z] #21 16.08   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
14:27:10 [2021-12-21T14:27:10.011Z] #21 16.08   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
14:27:10 [2021-12-21T14:27:10.011Z] #21 16.08   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
14:27:10 [2021-12-21T14:27:10.011Z] #21 16.08   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
14:27:10 [2021-12-21T14:27:10.011Z] #21 16.08   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
14:27:10 [2021-12-21T14:27:10.011Z] #21 16.08   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
14:27:10 [2021-12-21T14:27:10.011Z] #21 16.08   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
14:27:10 [2021-12-21T14:27:10.011Z] #21 16.09   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
14:27:10 [2021-12-21T14:27:10.011Z] #21 16.09   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
14:27:10 [2021-12-21T14:27:10.011Z] #21 16.09   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
14:27:10 [2021-12-21T14:27:10.011Z] #21 16.09   libseccomp2:ppc64el libseccomp2:s390x
14:27:10 [2021-12-21T14:27:10.166Z] #74 exporting layers 3.1s done
14:27:10 [2021-12-21T14:27:10.166Z] #74 writing image sha256:52cedf658702595524638e94e4d73142b3c110f46fdf611e25a8f9c31f79fdc6 done
14:27:10 [2021-12-21T14:27:10.166Z] #74 naming to docker.io/library/docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 done
14:27:10 [2021-12-21T14:27:10.166Z] #74 DONE 3.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.45 0 upgraded, 40 newly installed, 0 to remove and 7 not upgraded.
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.45 Need to get 15.9 MB of archives.
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.45 After this operation, 73.0 MB of additional disk space will be used.
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.45 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.47 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.48 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.48 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.48 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB]
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.55 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.55 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.55 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.56 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.56 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB]
14:27:10 [2021-12-21T14:27:10.272Z] #21 16.60 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
14:27:10 [2021-12-21T14:27:10.494Z] + sudo modprobe ip6table_filter
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.60 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.61 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.63 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.64 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.67 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.67 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.68 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.68 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.68 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.72 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.72 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.73 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.73 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.73 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.75 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.75 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.75 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.76 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.76 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.76 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.76 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.76 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.76 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.76 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.77 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB]
14:27:10 [2021-12-21T14:27:10.533Z] #21 16.77 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
[Pipeline] sh
14:27:11 [2021-12-21T14:27:11.029Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43075/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 hack/test/unit
14:27:11 [2021-12-21T14:27:11.114Z] #21 17.34 debconf: delaying package configuration, since apt-utils is not installed
14:27:11 [2021-12-21T14:27:11.375Z] #21 17.55 Fetched 15.9 MB in 1s (26.1 MB/s)
14:27:11 [2021-12-21T14:27:11.375Z] #21 17.59 Selecting previously unselected package gcc-10-base:armel.
14:27:11 [2021-12-21T14:27:11.375Z] #21 17.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 ... 38512 files and directories currently installed.)
14:27:11 [2021-12-21T14:27:11.375Z] #21 17.63 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
14:27:11 [2021-12-21T14:27:11.375Z] #21 17.63 Unpacking gcc-10-base:armel (10.2.1-6) ...
14:27:11 [2021-12-21T14:27:11.375Z] #21 17.68 Selecting previously unselected package gcc-10-base:armhf.
14:27:11 [2021-12-21T14:27:11.375Z] #21 17.69 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
14:27:11 [2021-12-21T14:27:11.636Z] #21 17.69 Unpacking gcc-10-base:armhf (10.2.1-6) ...
14:27:11 [2021-12-21T14:27:11.636Z] #21 17.74 Selecting previously unselected package gcc-10-base:ppc64el.
14:27:11 [2021-12-21T14:27:11.636Z] #21 17.76 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
14:27:11 [2021-12-21T14:27:11.636Z] #21 17.76 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
14:27:11 [2021-12-21T14:27:11.636Z] #21 17.81 Selecting previously unselected package gcc-10-base:s390x.
14:27:11 [2021-12-21T14:27:11.636Z] #21 17.82 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
14:27:11 [2021-12-21T14:27:11.636Z] #21 17.83 Unpacking gcc-10-base:s390x (10.2.1-6) ...
14:27:11 [2021-12-21T14:27:11.636Z] #21 17.88 Selecting previously unselected package gcc-10-base:arm64.
14:27:11 [2021-12-21T14:27:11.636Z] #21 17.88 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
14:27:11 [2021-12-21T14:27:11.636Z] #21 17.89 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
14:27:11 [2021-12-21T14:27:11.636Z] #21 17.95 Selecting previously unselected package libgcc-s1:armel.
14:27:11 [2021-12-21T14:27:11.897Z] #21 17.95 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
14:27:11 [2021-12-21T14:27:11.897Z] #21 17.95 Unpacking libgcc-s1:armel (10.2.1-6) ...
14:27:11 [2021-12-21T14:27:11.897Z] #21 18.00 Selecting previously unselected package libcrypt1:armel.
14:27:11 [2021-12-21T14:27:11.897Z] #21 18.01 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
14:27:11 [2021-12-21T14:27:11.897Z] #21 18.02 Unpacking libcrypt1:armel (1:4.4.18-4) ...
14:27:11 [2021-12-21T14:27:11.897Z] #21 18.10 Selecting previously unselected package libc6:armel.
14:27:11 [2021-12-21T14:27:11.897Z] #21 18.10 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ...
14:27:12 [2021-12-21T14:27:12.158Z] #21 18.27 Unpacking libc6:armel (2.31-13+deb11u2) ...
14:27:12 [2021-12-21T14:27:12.419Z] #21 18.68 Selecting previously unselected package libapparmor1:armel.
14:27:12 [2021-12-21T14:27:12.680Z] #21 18.68 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
14:27:12 [2021-12-21T14:27:12.680Z] #21 18.69 Unpacking libapparmor1:armel (2.13.6-10) ...
14:27:12 [2021-12-21T14:27:12.680Z] #21 18.74 Selecting previously unselected package libapparmor-dev:armel.
14:27:12 [2021-12-21T14:27:12.680Z] #21 18.74 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
14:27:12 [2021-12-21T14:27:12.680Z] #21 18.75 Unpacking libapparmor-dev:armel (2.13.6-10) ...
14:27:12 [2021-12-21T14:27:12.680Z] #21 18.80 Selecting previously unselected package libgcc-s1:arm64.
14:27:12 [2021-12-21T14:27:12.680Z] #21 18.81 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
14:27:12 [2021-12-21T14:27:12.680Z] #21 18.81 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
14:27:12 [2021-12-21T14:27:12.680Z] #21 18.85 Selecting previously unselected package libcrypt1:arm64.
14:27:12 [2021-12-21T14:27:12.680Z] #21 18.86 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
14:27:12 [2021-12-21T14:27:12.680Z] #21 18.86 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
14:27:12 [2021-12-21T14:27:12.920Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove')
14:27:12 [2021-12-21T14:27:12.921Z] + TESTFLAGS+=' -test.timeout=5m'
14:27:12 [2021-12-21T14:27:12.921Z] + TESTDIRS=./...
14:27:12 [2021-12-21T14:27:12.921Z] + exclude_paths='/vendor/|/integration'
14:27:12 [2021-12-21T14:27:12.921Z] ++ grep -vE '(/vendor/|/integration)'
14:27:12 [2021-12-21T14:27:12.921Z] ++ go list ./...
14:27:12 [2021-12-21T14:27:12.940Z] #21 18.95 Selecting previously unselected package libc6:arm64.
14:27:12 [2021-12-21T14:27:12.940Z] #21 18.95 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ...
14:27:12 [2021-12-21T14:27:12.940Z] #21 19.11 Unpacking libc6:arm64 (2.31-13+deb11u2) ...
14:27:13 [2021-12-21T14:27:13.512Z] #21 19.63 Selecting previously unselected package libapparmor1:arm64.
14:27:13 [2021-12-21T14:27:13.512Z] #21 19.63 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
14:27:13 [2021-12-21T14:27:13.512Z] #21 19.64 Unpacking libapparmor1:arm64 (2.13.6-10) ...
14:27:13 [2021-12-21T14:27:13.512Z] #21 19.68 Selecting previously unselected package libapparmor-dev:arm64.
14:27:13 [2021-12-21T14:27:13.512Z] #21 19.69 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
14:27:13 [2021-12-21T14:27:13.512Z] #21 19.69 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
14:27:13 [2021-12-21T14:27:13.512Z] #21 19.76 Selecting previously unselected package libgcc-s1:s390x.
14:27:13 [2021-12-21T14:27:13.512Z] #21 19.77 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
14:27:13 [2021-12-21T14:27:13.512Z] #21 19.77 Unpacking libgcc-s1:s390x (10.2.1-6) ...
14:27:13 [2021-12-21T14:27:13.512Z] #21 19.81 Selecting previously unselected package libcrypt1:s390x.
14:27:13 [2021-12-21T14:27:13.773Z] #21 19.82 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
14:27:13 [2021-12-21T14:27:13.773Z] #21 19.82 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
14:27:13 [2021-12-21T14:27:13.773Z] #21 19.90 Selecting previously unselected package libc6:s390x.
14:27:13 [2021-12-21T14:27:13.773Z] #21 19.90 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ...
14:27:13 [2021-12-21T14:27:13.773Z] #21 20.10 Unpacking libc6:s390x (2.31-13+deb11u2) ...
14:27:13 [2021-12-21T14:27:13.851Z] + pkg_list='github.com/docker/docker/api
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/backend/build
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/httputils
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/middleware
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/router
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/router/build
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/router/checkpoint
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/router/container
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/router/debug
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/router/distribution
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/router/grpc
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/router/image
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/router/network
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/router/plugin
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/router/session
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/router/swarm
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/router/system
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/server/router/volume
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/backend
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/blkiodev
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/container
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/events
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/filters
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/image
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/mount
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/network
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/plugins/logdriver
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/registry
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/strslice
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/swarm
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/swarm/runtime
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/time
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/versions
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/versions/v1p19
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/versions/v1p20
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/api/types/volume
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/builder
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/builder/builder-next
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/builder/builder-next/exporter
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/builder/builder-next/worker
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/builder/dockerfile
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/builder/dockerignore
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/builder/remotecontext
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/builder/remotecontext/git
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/cli
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/cli/config
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/cli/debug
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/client
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/cmd/docker-proxy
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/cmd/dockerd
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/cmd/dockerd/trap
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/container
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/container/stream
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/contrib/apparmor
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/contrib/docker-device-tool
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/contrib/httpserver
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/daemon
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/daemon/cluster
14:27:13 [2021-12-21T14:27:13.851Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/cluster/convert
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/cluster/executor
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/cluster/executor/container
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/cluster/provider
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/config
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/discovery
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/events
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/events/testutils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/exec
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/aufs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/copy
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/overlay
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/register
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/vfs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/zfs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/images
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/initlayer
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/links
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/listeners
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/awslogs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/fluentd
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/gcplogs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/gelf
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/journald
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/local
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/logentries
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/loggerutils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/splunk
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/syslog
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/templates
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/names
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/network
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/stats
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/distribution
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/distribution/metadata
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/distribution/utils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/distribution/xfer
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/dockerversion
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/errdefs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/image
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/image/cache
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/image/tarexport
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/image/v1
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/internal/test/suite
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/layer
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libcontainerd
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libcontainerd/queue
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libcontainerd/remote
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libcontainerd/supervisor
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libcontainerd/types
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/bitseq
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/cluster
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/config
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/datastore
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/diagnostic
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/discoverapi
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/driverapi
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drivers/bridge
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drivers/host
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drivers/null
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drivers/overlay
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drivers/remote
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drivers/windows
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/drvregistry
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/etchosts
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/hostdiscovery
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/idm
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/internal/caller
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/ipam
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/ipamapi
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/ipams/builtin
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/ipams/null
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/ipams/remote
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/ipamutils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/iptables
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/netlabel
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/netutils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/networkdb
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/ns
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/options
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/osl
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/osl/kernel
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/portallocator
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/portmapper
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/resolvconf
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/testutils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/libnetwork/types
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/oci
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/oci/caps
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/opts
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/aaparser
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/archive
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/authorization
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/broadcaster
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/capabilities
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/chrootarchive
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/containerfs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/devicemapper
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/directory
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/discovery
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/discovery/file
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/discovery/kv
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/discovery/memory
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/discovery/nodes
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/dmesg
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/filenotify
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/fileutils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/fsutils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/homedir
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/idtools
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/ioutils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/jsonmessage
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/locker
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/longpath
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/loopback
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/mount
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/namesgenerator
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/parsers
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/parsers/kernel
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/pidfile
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/platform
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/plugingetter
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/plugins
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/plugins/transport
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/pools
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/progress
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/pubsub
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/reexec
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/signal
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/stack
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/stdcopy
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/streamformatter
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/stringid
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/symlink
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/sysinfo
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/system
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/tailfile
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/tarsum
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/term
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/term/windows
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/truncindex
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/urlutil
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/pkg/useragent
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/plugin
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/plugin/executor/containerd
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/plugin/v2
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/profiles/apparmor
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/profiles/seccomp
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/quota
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/reference
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/registry
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/registry/resumable
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/restartmanager
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/rootless
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/rootless/specconv
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/runconfig
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/runconfig/opts
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/testutil
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/testutil/daemon
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/testutil/environment
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/testutil/fakecontext
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/testutil/fakegit
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/testutil/fakestorage
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/testutil/fixtures/load
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/testutil/fixtures/plugin
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/testutil/registry
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/testutil/request
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/volume
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/volume/drivers
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/volume/local
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/volume/mounts
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/volume/service
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/volume/service/opts
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/volume/testutils'
14:27:13 [2021-12-21T14:27:13.852Z] ++ grep --fixed-strings -v /libnetwork
14:27:13 [2021-12-21T14:27:13.852Z] ++ echo 'github.com/docker/docker/api
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/backend/build
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/httputils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/middleware
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/router
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/router/build
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/router/checkpoint
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/router/container
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/router/debug
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/router/distribution
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/router/grpc
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/router/image
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/router/network
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/router/plugin
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/router/session
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/router/swarm
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/router/system
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/server/router/volume
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/backend
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/blkiodev
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/container
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/events
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/filters
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/image
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/mount
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/network
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/plugins/logdriver
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/registry
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/strslice
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/swarm
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/swarm/runtime
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/time
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/versions
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/versions/v1p19
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/versions/v1p20
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/api/types/volume
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/builder
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/builder/builder-next
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/builder/builder-next/exporter
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/builder/builder-next/worker
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/builder/dockerfile
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/builder/dockerignore
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/builder/remotecontext
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/builder/remotecontext/git
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/cli
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/cli/config
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/cli/debug
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/client
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/cmd/docker-proxy
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/cmd/dockerd
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/cmd/dockerd/trap
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/container
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/container/stream
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/contrib/apparmor
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/contrib/docker-device-tool
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/contrib/httpserver
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/cluster
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/cluster/convert
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/cluster/executor
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/cluster/executor/container
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/cluster/provider
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/config
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/discovery
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/events
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/events/testutils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/exec
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/aufs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/copy
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/overlay
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/register
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/vfs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/graphdriver/zfs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/images
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/initlayer
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/links
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/listeners
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/awslogs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/fluentd
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/gcplogs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/gelf
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/journald
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/local
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/logentries
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/loggerutils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/splunk
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/syslog
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/logger/templates
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/names
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/network
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/daemon/stats
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/distribution
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/distribution/metadata
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/distribution/utils
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/distribution/xfer
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/dockerversion
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/errdefs
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/image
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/image/cache
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/image/tarexport
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/image/v1
14:27:13 [2021-12-21T14:27:13.852Z] github.com/docker/docker/internal/test/suite
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/layer
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libcontainerd
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libcontainerd/queue
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libcontainerd/remote
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libcontainerd/supervisor
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libcontainerd/types
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/bitseq
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/cluster
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/config
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/datastore
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/diagnostic
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/discoverapi
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/driverapi
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drivers/bridge
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drivers/host
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drivers/null
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drivers/overlay
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drivers/remote
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drivers/windows
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/drvregistry
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/etchosts
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/hostdiscovery
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/idm
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/internal/caller
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/ipam
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/ipamapi
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/ipams/builtin
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/ipams/null
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/ipams/remote
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/ipamutils
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/iptables
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/netlabel
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/netutils
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/networkdb
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/ns
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/options
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/osl
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/osl/kernel
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/portallocator
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/portmapper
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/resolvconf
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/testutils
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libnetwork/types
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/oci
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/oci/caps
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/opts
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/aaparser
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/archive
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/authorization
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/broadcaster
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/capabilities
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/chrootarchive
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/containerfs
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/devicemapper
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/directory
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/discovery
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/discovery/file
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/discovery/kv
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/discovery/memory
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/discovery/nodes
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/dmesg
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/filenotify
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/fileutils
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/fsutils
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/homedir
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/idtools
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/ioutils
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/jsonmessage
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/locker
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/longpath
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/loopback
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/mount
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/namesgenerator
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/parsers
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/parsers/kernel
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/pidfile
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/platform
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/plugingetter
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/plugins
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/plugins/transport
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/pools
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/progress
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/pubsub
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/reexec
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/signal
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/stack
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/stdcopy
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/streamformatter
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/stringid
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/symlink
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/sysinfo
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/system
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/tailfile
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/tarsum
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/term
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/term/windows
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/truncindex
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/urlutil
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/useragent
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/plugin
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/plugin/executor/containerd
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/plugin/v2
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/profiles/apparmor
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/profiles/seccomp
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/quota
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/reference
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/registry
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/registry/resumable
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/restartmanager
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/rootless
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/rootless/specconv
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/runconfig
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/runconfig/opts
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/testutil
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/testutil/daemon
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/testutil/environment
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/testutil/fakecontext
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/testutil/fakegit
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/testutil/fakestorage
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/testutil/fixtures/load
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/testutil/fixtures/plugin
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/testutil/registry
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/testutil/request
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/volume
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/volume/drivers
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/volume/local
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/volume/mounts
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/volume/service
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/volume/service/opts
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/volume/testutils'
14:27:13 [2021-12-21T14:27:13.853Z] + base_pkg_list='github.com/docker/docker/api
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/backend/build
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/httputils
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/middleware
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/router
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/router/build
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/router/checkpoint
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/router/container
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/router/debug
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/router/distribution
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/router/grpc
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/router/image
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/router/network
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/router/plugin
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/router/session
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/router/swarm
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/router/system
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/server/router/volume
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/backend
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/blkiodev
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/container
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/events
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/filters
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/image
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/mount
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/network
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/plugins/logdriver
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/registry
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/strslice
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/swarm
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/swarm/runtime
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/time
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/versions
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/versions/v1p19
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/versions/v1p20
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/api/types/volume
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/builder
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/builder/builder-next
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/builder/builder-next/exporter
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/builder/builder-next/worker
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/builder/dockerfile
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/builder/dockerignore
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/builder/remotecontext
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/builder/remotecontext/git
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/cli
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/cli/config
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/cli/debug
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/client
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/cmd/docker-proxy
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/cmd/dockerd
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/cmd/dockerd/trap
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/container
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/container/stream
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/contrib/apparmor
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/contrib/docker-device-tool
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/contrib/httpserver
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/cluster
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/cluster/convert
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/cluster/executor
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/cluster/executor/container
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/cluster/provider
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/config
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/discovery
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/events
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/events/testutils
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/exec
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/graphdriver
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/graphdriver/aufs
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/graphdriver/copy
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/graphdriver/overlay
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/graphdriver/register
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/graphdriver/vfs
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/graphdriver/zfs
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/images
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/initlayer
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/links
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/listeners
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/logger
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/logger/awslogs
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/logger/fluentd
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/logger/gcplogs
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/logger/gelf
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/logger/journald
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/logger/local
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/logger/logentries
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/logger/loggerutils
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/logger/splunk
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/logger/syslog
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/logger/templates
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/names
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/network
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/daemon/stats
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/distribution
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/distribution/metadata
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/distribution/utils
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/distribution/xfer
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/dockerversion
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/errdefs
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/image
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/image/cache
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/image/tarexport
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/image/v1
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/internal/test/suite
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/layer
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libcontainerd
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libcontainerd/queue
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libcontainerd/remote
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libcontainerd/supervisor
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/libcontainerd/types
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/oci
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/oci/caps
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/opts
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/aaparser
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/archive
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/authorization
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/broadcaster
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/capabilities
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/chrootarchive
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/containerfs
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/devicemapper
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/directory
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/discovery
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/discovery/file
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/discovery/kv
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/discovery/memory
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/discovery/nodes
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/dmesg
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/filenotify
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/fileutils
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/fsutils
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/homedir
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/idtools
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/ioutils
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/jsonmessage
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/locker
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/longpath
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/loopback
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/mount
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/namesgenerator
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/parsers
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/parsers/kernel
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/pidfile
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/platform
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/plugingetter
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/plugins
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/plugins/transport
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/pools
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/progress
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/pubsub
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/reexec
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/signal
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/stack
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/stdcopy
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/streamformatter
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/stringid
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/symlink
14:27:13 [2021-12-21T14:27:13.853Z] github.com/docker/docker/pkg/sysinfo
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/system
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/tailfile
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/tarsum
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/term
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/term/windows
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/truncindex
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/urlutil
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/useragent
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/plugin
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/plugin/executor/containerd
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/plugin/v2
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/profiles/apparmor
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/profiles/seccomp
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/quota
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/reference
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/registry
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/registry/resumable
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/restartmanager
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/rootless
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/rootless/specconv
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/runconfig
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/runconfig/opts
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil/daemon
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil/environment
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil/fakecontext
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil/fakegit
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil/fakestorage
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil/fixtures/load
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil/fixtures/plugin
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil/registry
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil/request
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/volume
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/volume/drivers
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/volume/local
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/volume/mounts
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/volume/service
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/volume/service/opts
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/volume/testutils'
14:27:13 [2021-12-21T14:27:13.854Z] ++ grep --fixed-strings /libnetwork
14:27:13 [2021-12-21T14:27:13.854Z] ++ echo 'github.com/docker/docker/api
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/backend/build
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/httputils
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/middleware
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/router
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/router/build
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/router/checkpoint
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/router/container
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/router/debug
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/router/distribution
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/router/grpc
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/router/image
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/router/network
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/router/plugin
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/router/session
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/router/swarm
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/router/system
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/server/router/volume
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/backend
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/blkiodev
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/container
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/events
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/filters
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/image
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/mount
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/network
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/plugins/logdriver
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/registry
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/strslice
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/swarm
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/swarm/runtime
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/time
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/versions
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/versions/v1p19
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/versions/v1p20
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/api/types/volume
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/builder
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/builder/builder-next
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/builder/builder-next/exporter
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/builder/builder-next/worker
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/builder/dockerfile
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/builder/dockerignore
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/builder/remotecontext
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/builder/remotecontext/git
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/cli
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/cli/config
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/cli/debug
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/client
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/cmd/docker-proxy
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/cmd/dockerd
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/cmd/dockerd/trap
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/container
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/container/stream
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/contrib/apparmor
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/contrib/docker-device-tool
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/contrib/httpserver
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/cluster
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/cluster/convert
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/cluster/executor
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/cluster/executor/container
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/cluster/provider
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/config
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/discovery
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/events
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/events/testutils
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/exec
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/graphdriver
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/graphdriver/aufs
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/graphdriver/copy
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/graphdriver/overlay
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/graphdriver/register
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/graphdriver/vfs
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/graphdriver/zfs
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/images
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/initlayer
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/links
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/listeners
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/logger
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/logger/awslogs
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/logger/fluentd
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/logger/gcplogs
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/logger/gelf
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/logger/journald
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/logger/local
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/logger/logentries
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/logger/loggerutils
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/logger/splunk
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/logger/syslog
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/logger/templates
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/names
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/network
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/daemon/stats
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/distribution
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/distribution/metadata
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/distribution/utils
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/distribution/xfer
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/dockerversion
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/errdefs
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/image
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/image/cache
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/image/tarexport
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/image/v1
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/internal/test/suite
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/layer
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libcontainerd
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libcontainerd/queue
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libcontainerd/remote
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libcontainerd/supervisor
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libcontainerd/types
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/bitseq
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/cluster
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/config
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/datastore
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/diagnostic
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/discoverapi
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/driverapi
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drivers/bridge
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drivers/host
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drivers/null
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drivers/overlay
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drivers/remote
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drivers/windows
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/drvregistry
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/etchosts
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/hostdiscovery
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/idm
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/internal/caller
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/ipam
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/ipamapi
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/ipams/builtin
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/ipams/null
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/ipams/remote
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/ipamutils
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/iptables
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/netlabel
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/netutils
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/networkdb
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/ns
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/options
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/osl
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/osl/kernel
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/portallocator
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/portmapper
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/resolvconf
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/testutils
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/libnetwork/types
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/oci
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/oci/caps
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/opts
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/aaparser
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/archive
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/authorization
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/broadcaster
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/capabilities
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/chrootarchive
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/containerfs
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/devicemapper
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/directory
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/discovery
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/discovery/file
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/discovery/kv
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/discovery/memory
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/discovery/nodes
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/dmesg
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/filenotify
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/fileutils
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/fsutils
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/homedir
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/idtools
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/ioutils
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/jsonmessage
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/locker
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/longpath
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/loopback
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/mount
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/namesgenerator
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/parsers
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/parsers/kernel
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/pidfile
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/platform
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/plugingetter
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/plugins
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/plugins/transport
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/pools
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/progress
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/pubsub
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/reexec
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/signal
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/stack
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/stdcopy
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/streamformatter
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/stringid
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/symlink
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/sysinfo
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/system
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/tailfile
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/tarsum
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/term
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/term/windows
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/truncindex
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/urlutil
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/pkg/useragent
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/plugin
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/plugin/executor/containerd
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/plugin/v2
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/profiles/apparmor
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/profiles/seccomp
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/quota
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/reference
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/registry
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/registry/resumable
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/restartmanager
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/rootless
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/rootless/specconv
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/runconfig
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/runconfig/opts
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil/daemon
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil/environment
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil/fakecontext
14:27:13 [2021-12-21T14:27:13.854Z] github.com/docker/docker/testutil/fakegit
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/testutil/fakestorage
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/testutil/fixtures/load
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/testutil/fixtures/plugin
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/testutil/registry
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/testutil/request
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/volume
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/volume/drivers
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/volume/local
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/volume/mounts
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/volume/service
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/volume/service/opts
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/volume/testutils'
14:27:13 [2021-12-21T14:27:13.855Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/bitseq
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cluster
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/config
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/datastore
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/diagnostic
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/discoverapi
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/driverapi
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/bridge
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/host
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/null
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/overlay
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/remote
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/windows
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drvregistry
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/etchosts
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/hostdiscovery
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/idm
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/internal/caller
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipam
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipamapi
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipams/builtin
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipams/null
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipams/remote
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipamutils
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/iptables
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/netlabel
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/netutils
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/networkdb
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ns
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/options
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/osl
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/osl/kernel
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/portallocator
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/portmapper
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/resolvconf
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/testutils
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/types'
14:27:13 [2021-12-21T14:27:13.855Z] + echo 'github.com/docker/docker/libnetwork
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/bitseq
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cluster
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/config
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/datastore
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/diagnostic
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/discoverapi
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/driverapi
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/bridge
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/host
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/null
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/overlay
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/remote
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/windows
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drvregistry
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/etchosts
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/hostdiscovery
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/idm
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/internal/caller
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipam
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipamapi
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipams/builtin
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipams/null
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipams/remote
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ipamutils
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/iptables
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/netlabel
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/netutils
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/networkdb
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/ns
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/options
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/osl
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/osl/kernel
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/portallocator
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/portmapper
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/resolvconf
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/testutils
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/types'
14:27:13 [2021-12-21T14:27:13.855Z] + grep --fixed-strings libnetwork/drivers/bridge
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/bridge
14:27:13 [2021-12-21T14:27:13.855Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:27:13 [2021-12-21T14:27:13.855Z] + type docker-proxy
14:27:13 [2021-12-21T14:27:13.855Z] hack/test/unit: line 25: type: docker-proxy: not found
14:27:13 [2021-12-21T14:27:13.855Z] + hack/make.sh binary-proxy install-proxy
14:27:13 [2021-12-21T14:27:13.855Z] 
14:27:13 [2021-12-21T14:27:13.855Z] Removing bundles/
14:27:13 [2021-12-21T14:27:13.855Z] 
14:27:13 [2021-12-21T14:27:13.855Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
14:27:13 [2021-12-21T14:27:13.855Z] Building: bundles/binary-proxy/docker-proxy-dev
14:27:13 [2021-12-21T14:27:13.855Z] GOOS="" GOARCH="" GOARM=""
14:27:14 [2021-12-21T14:27:14.344Z] #21 20.51 Selecting previously unselected package libapparmor1:s390x.
14:27:14 [2021-12-21T14:27:14.345Z] #21 20.51 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
14:27:14 [2021-12-21T14:27:14.345Z] #21 20.52 Unpacking libapparmor1:s390x (2.13.6-10) ...
14:27:14 [2021-12-21T14:27:14.345Z] #21 20.56 Selecting previously unselected package libapparmor-dev:s390x.
14:27:14 [2021-12-21T14:27:14.345Z] #21 20.57 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
14:27:14 [2021-12-21T14:27:14.345Z] #21 20.58 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
14:27:14 [2021-12-21T14:27:14.606Z] #21 20.64 Selecting previously unselected package libgcc-s1:armhf.
14:27:14 [2021-12-21T14:27:14.606Z] #21 20.65 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
14:27:14 [2021-12-21T14:27:14.606Z] #21 20.66 Unpacking libgcc-s1:armhf (10.2.1-6) ...
14:27:14 [2021-12-21T14:27:14.606Z] #21 20.69 Selecting previously unselected package libcrypt1:armhf.
14:27:14 [2021-12-21T14:27:14.606Z] #21 20.70 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
14:27:14 [2021-12-21T14:27:14.606Z] #21 20.70 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
14:27:14 [2021-12-21T14:27:14.606Z] #21 20.78 Selecting previously unselected package libc6:armhf.
14:27:14 [2021-12-21T14:27:14.606Z] #21 20.79 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ...
14:27:14 [2021-12-21T14:27:14.867Z] #21 20.95 Unpacking libc6:armhf (2.31-13+deb11u2) ...
14:27:15 [2021-12-21T14:27:15.129Z] #21 21.34 Selecting previously unselected package libapparmor1:armhf.
14:27:15 [2021-12-21T14:27:15.129Z] #21 21.34 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
14:27:15 [2021-12-21T14:27:15.129Z] #21 21.35 Unpacking libapparmor1:armhf (2.13.6-10) ...
14:27:15 [2021-12-21T14:27:15.129Z] #21 21.39 Selecting previously unselected package libapparmor-dev:armhf.
14:27:15 [2021-12-21T14:27:15.129Z] #21 21.40 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
14:27:15 [2021-12-21T14:27:15.129Z] #21 21.40 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
14:27:15 [2021-12-21T14:27:15.390Z] #21 21.46 Selecting previously unselected package libgcc-s1:ppc64el.
14:27:15 [2021-12-21T14:27:15.390Z] #21 21.47 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
14:27:15 [2021-12-21T14:27:15.390Z] #21 21.47 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
14:27:15 [2021-12-21T14:27:15.390Z] #21 21.52 Selecting previously unselected package libcrypt1:ppc64el.
14:27:15 [2021-12-21T14:27:15.390Z] #21 21.52 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
14:27:15 [2021-12-21T14:27:15.390Z] #21 21.53 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
14:27:15 [2021-12-21T14:27:15.390Z] #21 21.60 Selecting previously unselected package libc6:ppc64el.
14:27:15 [2021-12-21T14:27:15.390Z] #21 21.60 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ...
14:27:15 [2021-12-21T14:27:15.651Z] #21 21.78 Unpacking libc6:ppc64el (2.31-13+deb11u2) ...
14:27:16 [2021-12-21T14:27:16.223Z] #21 22.36 Selecting previously unselected package libapparmor1:ppc64el.
14:27:16 [2021-12-21T14:27:16.223Z] #21 22.37 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
14:27:16 [2021-12-21T14:27:16.223Z] #21 22.37 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
14:27:16 [2021-12-21T14:27:16.223Z] #21 22.42 Selecting previously unselected package libapparmor-dev:ppc64el.
14:27:16 [2021-12-21T14:27:16.223Z] #21 22.42 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
14:27:16 [2021-12-21T14:27:16.223Z] #21 22.43 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
14:27:16 [2021-12-21T14:27:16.223Z] #21 22.49 Selecting previously unselected package libseccomp2:s390x.
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.49 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ...
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.50 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ...
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.54 Selecting previously unselected package libseccomp-dev:s390x.
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.55 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ...
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.55 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.62 Selecting previously unselected package libseccomp2:ppc64el.
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.63 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ...
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.63 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.67 Selecting previously unselected package libseccomp-dev:ppc64el.
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.68 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ...
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.69 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.74 Selecting previously unselected package libseccomp2:armhf.
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.75 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ...
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.75 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ...
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.79 Selecting previously unselected package libseccomp-dev:armhf.
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.79 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.80 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
14:27:16 [2021-12-21T14:27:16.484Z] #21 22.85 Selecting previously unselected package libseccomp2:armel.
14:27:16 [2021-12-21T14:27:16.745Z] #21 22.85 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ...
14:27:16 [2021-12-21T14:27:16.745Z] #21 22.86 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ...
14:27:16 [2021-12-21T14:27:16.745Z] #21 22.89 Selecting previously unselected package libseccomp-dev:armel.
14:27:16 [2021-12-21T14:27:16.745Z] #21 22.90 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ...
14:27:16 [2021-12-21T14:27:16.745Z] #21 22.90 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ...
14:27:16 [2021-12-21T14:27:16.745Z] #21 22.96 Selecting previously unselected package libseccomp2:arm64.
14:27:17 [2021-12-21T14:27:17.005Z] #21 22.97 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 22.97 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.02 Selecting previously unselected package libseccomp-dev:arm64.
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.02 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.03 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.13 Setting up gcc-10-base:arm64 (10.2.1-6) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.14 Setting up gcc-10-base:armel (10.2.1-6) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.15 Setting up gcc-10-base:armhf (10.2.1-6) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.16 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.17 Setting up gcc-10-base:s390x (10.2.1-6) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.19 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.20 Setting up libcrypt1:armel (1:4.4.18-4) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.20 Setting up libcrypt1:armhf (1:4.4.18-4) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.21 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.22 Setting up libcrypt1:s390x (1:4.4.18-4) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.23 Setting up libgcc-s1:arm64 (10.2.1-6) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.24 Setting up libgcc-s1:armel (10.2.1-6) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.25 Setting up libgcc-s1:armhf (10.2.1-6) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.26 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.27 Setting up libgcc-s1:s390x (10.2.1-6) ...
14:27:17 [2021-12-21T14:27:17.005Z] #21 23.28 Setting up libc6:arm64 (2.31-13+deb11u2) ...
14:27:17 [2021-12-21T14:27:17.067Z] #43 DONE 276.6s
14:27:17 [2021-12-21T14:27:17.067Z] 
14:27:17 [2021-12-21T14:27:17.067Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:27:17 [2021-12-21T14:27:17.067Z] #60 sha256:f1af2322d8bb5b5d35af0c8c58837e5d21a961c6cee94bb2c605f103cc6e9d23
14:27:17 [2021-12-21T14:27:17.635Z] #60 ...
14:27:17 [2021-12-21T14:27:17.635Z] 
14:27:17 [2021-12-21T14:27:17.635Z] #44 [dev-systemd-false 15/24] COPY --from=registry      /build/ /usr/local/bin/
14:27:17 [2021-12-21T14:27:17.635Z] #44 sha256:b6a32d3f3e690341dd60a6eac78de8cfce07cbb20dadede2a5f6d108317e2a45
14:27:17 [2021-12-21T14:27:17.654Z] #56 ...
14:27:17 [2021-12-21T14:27:17.655Z] 
14:27:17 [2021-12-21T14:27:17.655Z] #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
14:27:17 [2021-12-21T14:27:17.655Z] #43 sha256:da60f13f10e29230908196fa90054f3384bcc0acc848cb8e1274531fd2c6204e
14:27:17 [2021-12-21T14:27:17.655Z] #43 DONE 283.2s
14:27:17 [2021-12-21T14:27:17.655Z] 
14:27:17 [2021-12-21T14:27:17.655Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:27:17 [2021-12-21T14:27:17.655Z] #56 sha256:005971a77124f26c19eadfca6eba05648a02489fde34e3476784fd08d9be397e
14:27:18 [2021-12-21T14:27:18.204Z] #44 DONE 0.5s
14:27:18 [2021-12-21T14:27:18.204Z] 
14:27:18 [2021-12-21T14:27:18.204Z] #48 [dev-systemd-false 16/24] COPY --from=criu          /build/ /usr/local/bin/
14:27:18 [2021-12-21T14:27:18.204Z] #48 sha256:97dcf4c720065827976bb008f658fd0fe7d97ebbbf1b49c80dbd11de437a1749
14:27:18 [2021-12-21T14:27:18.204Z] #48 DONE 0.1s
14:27:18 [2021-12-21T14:27:18.204Z] 
14:27:18 [2021-12-21T14:27:18.204Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum     /build/ /usr/local/bin/
14:27:18 [2021-12-21T14:27:18.204Z] #50 sha256:eb2a1b0bd0c09da5b62465194fb9908f6518a8782d03113cd836c33db0a644bb
14:27:18 [2021-12-21T14:27:18.204Z] #50 DONE 0.1s
14:27:18 [2021-12-21T14:27:18.204Z] 
14:27:18 [2021-12-21T14:27:18.204Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:27:18 [2021-12-21T14:27:18.204Z] #60 sha256:f1af2322d8bb5b5d35af0c8c58837e5d21a961c6cee94bb2c605f103cc6e9d23
14:27:18 [2021-12-21T14:27:18.390Z] #21 24.49 Setting up libc6:armel (2.31-13+deb11u2) ...
14:27:18 [2021-12-21T14:27:18.464Z] #60 ...
14:27:18 [2021-12-21T14:27:18.464Z] 
14:27:18 [2021-12-21T14:27:18.464Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/
14:27:18 [2021-12-21T14:27:18.464Z] #52 sha256:125b4beed802ac6347ee5c6f63c9c7040322ccba82cd2f76f7c6a4227a6dc070
14:27:18 [2021-12-21T14:27:18.723Z] #52 DONE 0.4s
14:27:18 [2021-12-21T14:27:18.723Z] 
14:27:18 [2021-12-21T14:27:18.723Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:27:18 [2021-12-21T14:27:18.723Z] #60 sha256:f1af2322d8bb5b5d35af0c8c58837e5d21a961c6cee94bb2c605f103cc6e9d23
14:27:18 [2021-12-21T14:27:18.723Z] #60 ...
14:27:18 [2021-12-21T14:27:18.723Z] 
14:27:18 [2021-12-21T14:27:18.723Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt         /build/ /usr/local/bin/
14:27:18 [2021-12-21T14:27:18.723Z] #54 sha256:cf75516f62a211c9a9da71fc0817ec897fdc91d49a105abe0841ce44eb4768ea
14:27:18 [2021-12-21T14:27:18.723Z] #54 DONE 0.1s
14:27:18 [2021-12-21T14:27:18.982Z] 
14:27:18 [2021-12-21T14:27:18.982Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:27:18 [2021-12-21T14:27:18.982Z] #60 sha256:f1af2322d8bb5b5d35af0c8c58837e5d21a961c6cee94bb2c605f103cc6e9d23
14:27:19 [2021-12-21T14:27:19.776Z] #21 25.71 Setting up libc6:armhf (2.31-13+deb11u2) ...
14:27:20 [2021-12-21T14:27:20.187Z] #56 ...
14:27:20 [2021-12-21T14:27:20.187Z] 
14:27:20 [2021-12-21T14:27:20.187Z] #44 [dev-systemd-false 15/24] COPY --from=registry      /build/ /usr/local/bin/
14:27:20 [2021-12-21T14:27:20.187Z] #44 sha256:266940383121cc42c121facd320af6e3d5e349eba89c7ae16d407e96fbab91c6
14:27:20 [2021-12-21T14:27:20.397Z] Created binary: bundles/binary-proxy/docker-proxy-dev
14:27:20 [2021-12-21T14:27:20.397Z] 
14:27:20 [2021-12-21T14:27:20.397Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
14:27:20 [2021-12-21T14:27:20.397Z] Installing docker-proxy to /usr/local/bin/
14:27:20 [2021-12-21T14:27:20.397Z] 
14:27:20 [2021-12-21T14:27:20.397Z] + mkdir -p bundles
14:27:20 [2021-12-21T14:27:20.397Z] + '[' -n 'github.com/docker/docker/api
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/backend/build
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/httputils
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/middleware
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/router
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/router/build
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/router/checkpoint
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/router/container
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/router/debug
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/router/distribution
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/router/grpc
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/router/image
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/router/network
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/router/plugin
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/router/session
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/router/swarm
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/router/system
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/server/router/volume
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/backend
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/blkiodev
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/container
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/events
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/filters
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/image
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/mount
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/network
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/plugins/logdriver
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/registry
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/strslice
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/swarm
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/swarm/runtime
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/time
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/versions
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/versions/v1p19
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/versions/v1p20
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/api/types/volume
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/builder
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/builder/builder-next
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/builder/builder-next/exporter
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/builder/builder-next/worker
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/builder/dockerfile
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/builder/dockerignore
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/builder/remotecontext
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/builder/remotecontext/git
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/cli
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/cli/config
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/cli/debug
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/client
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/cmd/docker-proxy
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/cmd/dockerd
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/cmd/dockerd/trap
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/container
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/container/stream
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/contrib/apparmor
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/contrib/docker-device-tool
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/contrib/httpserver
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/cluster
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/cluster/convert
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/cluster/executor
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/cluster/executor/container
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/cluster/provider
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/config
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/discovery
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/events
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/events/testutils
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/exec
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/graphdriver
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/graphdriver/aufs
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/graphdriver/copy
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/graphdriver/overlay
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/graphdriver/register
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/graphdriver/vfs
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/graphdriver/zfs
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/images
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/initlayer
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/links
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/listeners
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/logger
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/logger/awslogs
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/logger/fluentd
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/logger/gcplogs
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/logger/gelf
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/logger/journald
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/logger/local
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/logger/logentries
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/logger/loggerutils
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/logger/splunk
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/logger/syslog
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/logger/templates
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/names
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/network
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/daemon/stats
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/distribution
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/distribution/metadata
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/distribution/utils
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/distribution/xfer
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/dockerversion
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/errdefs
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/image
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/image/cache
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/image/tarexport
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/image/v1
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/internal/test/suite
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/layer
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/libcontainerd
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/libcontainerd/queue
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/libcontainerd/remote
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/libcontainerd/supervisor
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/libcontainerd/types
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/oci
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/oci/caps
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/opts
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/aaparser
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/archive
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/authorization
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/broadcaster
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/capabilities
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/chrootarchive
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/containerfs
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/devicemapper
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/directory
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/discovery
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/discovery/file
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/discovery/kv
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/discovery/memory
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/discovery/nodes
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/dmesg
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/filenotify
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/fileutils
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/fsutils
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/homedir
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/idtools
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/ioutils
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/jsonmessage
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/locker
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/longpath
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/loopback
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/mount
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/namesgenerator
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/parsers
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/parsers/kernel
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/pidfile
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/platform
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/plugingetter
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/plugins
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/plugins/transport
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/pools
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/progress
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/pubsub
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/reexec
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/signal
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/stack
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/stdcopy
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/streamformatter
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/stringid
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/symlink
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/sysinfo
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/system
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/tailfile
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/tarsum
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/term
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/term/windows
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/truncindex
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/urlutil
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/pkg/useragent
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/plugin
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/plugin/executor/containerd
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/plugin/v2
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/profiles/apparmor
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/profiles/seccomp
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/quota
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/reference
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/registry
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/registry/resumable
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/restartmanager
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/rootless
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/rootless/specconv
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/runconfig
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/runconfig/opts
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/testutil
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/testutil/daemon
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/testutil/environment
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/testutil/fakecontext
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/testutil/fakegit
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/testutil/fakestorage
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/testutil/fixtures/load
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/testutil/fixtures/plugin
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/testutil/registry
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/testutil/request
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/volume
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/volume/drivers
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/volume/local
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/volume/mounts
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/volume/service
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/volume/service/opts
14:27:20 [2021-12-21T14:27:20.397Z] github.com/docker/docker/volume/testutils' ']'
14:27:20 [2021-12-21T14:27:20.398Z] + 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
14:27:20 [2021-12-21T14:27:20.398Z] ?   	github.com/docker/docker/api	[no test files]
14:27:20 [2021-12-21T14:27:20.447Z] #44 DONE 0.6s
14:27:20 [2021-12-21T14:27:20.447Z] 
14:27:20 [2021-12-21T14:27:20.447Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:27:20 [2021-12-21T14:27:20.447Z] #60 sha256:533256f0ecf4870b4847b57ed6dc5012fd126a2456b9dc577baf17b8de8f7cc0
14:27:20 [2021-12-21T14:27:20.447Z] #60 ...
14:27:20 [2021-12-21T14:27:20.447Z] 
14:27:20 [2021-12-21T14:27:20.447Z] #48 [dev-systemd-false 16/24] COPY --from=criu          /build/ /usr/local/bin/
14:27:20 [2021-12-21T14:27:20.447Z] #48 sha256:5d51cf2ab99aed31142eed1a937b0079cb0001043e0400e02cb9a531e314dc4d
14:27:20 [2021-12-21T14:27:20.447Z] #48 DONE 0.1s
14:27:20 [2021-12-21T14:27:20.447Z] 
14:27:20 [2021-12-21T14:27:20.447Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum     /build/ /usr/local/bin/
14:27:20 [2021-12-21T14:27:20.447Z] #50 sha256:d2c9cbc036e0b7c84b10ba224ecdd925b1b489f285b66322305b5bd3db84085b
14:27:20 [2021-12-21T14:27:20.447Z] #50 DONE 0.1s
14:27:20 [2021-12-21T14:27:20.706Z] 
14:27:20 [2021-12-21T14:27:20.706Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/
14:27:20 [2021-12-21T14:27:20.706Z] #52 sha256:ef39aa183fd146e3882dcd3e5ebd9568272164aa81c38328b1bc3ec145df8213
14:27:20 [2021-12-21T14:27:20.987Z] #21 26.95 Setting up libc6:ppc64el (2.31-13+deb11u2) ...
14:27:21 [2021-12-21T14:27:21.273Z] #52 DONE 0.5s
14:27:21 [2021-12-21T14:27:21.273Z] 
14:27:21 [2021-12-21T14:27:21.273Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt         /build/ /usr/local/bin/
14:27:21 [2021-12-21T14:27:21.273Z] #54 sha256:b280c4c5e4992db02db0d5160e507b430c220e7402cc037a1412d0a891e94b8c
14:27:21 [2021-12-21T14:27:21.273Z] #54 DONE 0.1s
14:27:21 [2021-12-21T14:27:21.273Z] 
14:27:21 [2021-12-21T14:27:21.273Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:27:21 [2021-12-21T14:27:21.273Z] #60 sha256:533256f0ecf4870b4847b57ed6dc5012fd126a2456b9dc577baf17b8de8f7cc0
14:27:21 [2021-12-21T14:27:21.990Z] #21 28.16 Setting up libc6:s390x (2.31-13+deb11u2) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.42 Setting up libapparmor1:arm64 (2.13.6-10) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.43 Setting up libapparmor1:armel (2.13.6-10) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.44 Setting up libapparmor1:armhf (2.13.6-10) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.45 Setting up libapparmor1:ppc64el (2.13.6-10) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.46 Setting up libapparmor1:s390x (2.13.6-10) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.47 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.48 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.49 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.50 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.51 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.51 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.52 Setting up libapparmor-dev:armel (2.13.6-10) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.53 Setting up libapparmor-dev:armhf (2.13.6-10) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.54 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.55 Setting up libapparmor-dev:s390x (2.13.6-10) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.56 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.57 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.58 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.59 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.60 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
14:27:23 [2021-12-21T14:27:23.391Z] #21 29.61 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:27:23 [2021-12-21T14:27:23.963Z] #21 DONE 30.1s
14:27:23 [2021-12-21T14:27:23.963Z] 
14:27:23 [2021-12-21T14:27:23.963Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:27:23 [2021-12-21T14:27:23.963Z] #67 sha256:04fd0147dd2ea5fd6d44d569d9a9e01dc7590a84848035653dc781aedcde63fd
14:27:23 [2021-12-21T14:27:23.963Z] #67 ...
14:27:23 [2021-12-21T14:27:23.963Z] 
14:27:23 [2021-12-21T14:27:23.963Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
14:27:23 [2021-12-21T14:27:23.963Z] #62 sha256:8a7c70bdff57efae0825ea738a5c5bcd59961d4bfb7efaab82ceabaa47679699
14:27:23 [2021-12-21T14:27:23.963Z] #62 DONE 0.1s
14:27:23 [2021-12-21T14:27:23.963Z] 
14:27:23 [2021-12-21T14:27:23.963Z] #22 [dev-systemd-false  1/24] RUN groupadd -r docker
14:27:23 [2021-12-21T14:27:23.963Z] #22 sha256:9fd0da898c28c631e9742bdcfcc3de24724db4a8a9699bbcc22d2d6f0d736c8a
14:27:26 [2021-12-21T14:27:26.507Z] #22 DONE 2.0s
14:27:26 [2021-12-21T14:27:26.507Z] 
14:27:26 [2021-12-21T14:27:26.507Z] #23 [dev-systemd-false  2/24] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
14:27:26 [2021-12-21T14:27:26.507Z] #23 sha256:451985c5148c218baa2a62809cc40e5f3dee94a5314ff145f85505c5e064668b
14:27:27 [2021-12-21T14:27:27.449Z] #23 DONE 1.4s
14:27:27 [2021-12-21T14:27:27.449Z] 
14:27:27 [2021-12-21T14:27:27.449Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:27:27 [2021-12-21T14:27:27.449Z] #63 sha256:2c2f6832f0b025603f55a9d4b25ff914e0369d24d09bf7b8f0e702feb2d7d914
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.863 + RM_GOPATH=0
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.863 + TMP_GOPATH=
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.863 + : /build
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.863 + '[' -z '' ']'
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.863 ++ mktemp -d
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.863 + export GOPATH=/tmp/tmp.Kw1l4jlclK
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.863 + GOPATH=/tmp/tmp.Kw1l4jlclK
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.863 + RM_GOPATH=1
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.863 + case "$(go env GOARCH)" in
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.872 ++ go env GOARCH
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.913 + export GO_BUILDMODE=-buildmode=pie
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.913 + GO_BUILDMODE=-buildmode=pie
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.915 ++ dirname /install.sh
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.916 Install runc version v1.0.3 (build tags: seccomp)
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.916 + dir=/
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.916 + bin=runc
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.916 + shift
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.916 + '[' '!' -f //runc.installer ']'
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.916 + . //runc.installer
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.916 ++ set -e
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.916 ++ : v1.0.3
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.916 + install_runc
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.916 + RUNC_BUILDTAGS=seccomp
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.916 + echo 'Install runc version v1.0.3 (build tags: seccomp)'
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.916 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Kw1l4jlclK/src/github.com/opencontainers/runc
14:27:27 [2021-12-21T14:27:27.449Z] #63 1.919 Cloning into '/tmp/tmp.Kw1l4jlclK/src/github.com/opencontainers/runc'...
14:27:28 [2021-12-21T14:27:28.224Z] 4612f6d0b889: Pull complete
14:27:29 [2021-12-21T14:27:29.364Z] #63 ...
14:27:29 [2021-12-21T14:27:29.364Z] 
14:27:29 [2021-12-21T14:27:29.364Z] #24 [dev-systemd-false  3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
14:27:29 [2021-12-21T14:27:29.364Z] #24 sha256:6edd6bcb6272a320d6fe6fa721f2aba310a194d038b7d6c82284d7591c61bd13
14:27:29 [2021-12-21T14:27:29.364Z] #24 1.972 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
14:27:29 [2021-12-21T14:27:29.364Z] #24 DONE 2.1s
14:27:29 [2021-12-21T14:27:29.625Z] 
14:27:29 [2021-12-21T14:27:29.625Z] #25 [dev-systemd-false  4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
14:27:29 [2021-12-21T14:27:29.625Z] #25 sha256:23b299ebbea6b45f3e7f83ed68425f3adcdd49abc576c4bfd0f921a79a411dcb
14:27:31 [2021-12-21T14:27:31.014Z] #25 DONE 1.5s
14:27:31 [2021-12-21T14:27:31.014Z] 
14:27:31 [2021-12-21T14:27:31.014Z] #26 [dev-systemd-false  5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
14:27:31 [2021-12-21T14:27:31.014Z] #26 sha256:52a466f4043d6d0dea10c3b04228abd7a7980097afd5d49ca2185643da0c0cc4
14:27:32 [2021-12-21T14:27:32.401Z] #26 DONE 1.4s
14:27:32 [2021-12-21T14:27:32.401Z] 
14:27:32 [2021-12-21T14:27:32.401Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:27:32 [2021-12-21T14:27:32.401Z] #63 sha256:2c2f6832f0b025603f55a9d4b25ff914e0369d24d09bf7b8f0e702feb2d7d914
14:27:32 [2021-12-21T14:27:32.401Z] #63 7.618 + cd /tmp/tmp.Kw1l4jlclK/src/github.com/opencontainers/runc
14:27:32 [2021-12-21T14:27:32.401Z] #63 7.619 + git checkout -q v1.0.3
14:27:32 [2021-12-21T14:27:32.401Z] #63 8.055 + '[' -z '' ']'
14:27:32 [2021-12-21T14:27:32.401Z] #63 8.056 + target=static
14:27:32 [2021-12-21T14:27:32.401Z] #63 8.056 + make BUILDTAGS=seccomp static
14:27:32 [2021-12-21T14:27:32.401Z] #63 8.319 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o runc .
14:27:32 [2021-12-21T14:27:32.575Z] ok  	github.com/docker/docker/api/server	0.007s	coverage: 9.0% of statements
14:27:33 [2021-12-21T14:27:33.788Z] #63 ...
14:27:33 [2021-12-21T14:27:33.788Z] 
14:27:33 [2021-12-21T14:27:33.788Z] #27 [dev-systemd-false  6/24] RUN ldconfig
14:27:33 [2021-12-21T14:27:33.788Z] #27 sha256:3dbc6eed0b0c9f3edec6922924966d195591791f0b03ca22f5ca4a4f85a00b69
14:27:33 [2021-12-21T14:27:33.788Z] #27 DONE 1.3s
14:27:34 [2021-12-21T14:27:34.049Z] 
14:27:34 [2021-12-21T14:27:34.049Z] #28 [dev-systemd-false  7/24] 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
14:27:34 [2021-12-21T14:27:34.049Z] #28 sha256:399fa67aae921b289e655c68553bffac6cc91a778cab3fb36af57cb04e79a3f0
14:27:35 [2021-12-21T14:27:35.437Z] #28 1.814 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
14:27:35 [2021-12-21T14:27:35.437Z] #28 1.839 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB]
14:27:35 [2021-12-21T14:27:35.698Z] #28 1.839 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
14:27:36 [2021-12-21T14:27:36.270Z] #28 2.402 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB]
14:27:36 [2021-12-21T14:27:36.844Z] #28 2.857 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
14:27:37 [2021-12-21T14:27:37.074Z] #60 238.7 + bin/containerd
14:27:37 [2021-12-21T14:27:37.105Z] #28 3.414 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB]
14:27:37 [2021-12-21T14:27:37.678Z] #28 3.867 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB]
14:27:38 [2021-12-21T14:27:38.250Z] #28 4.510 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB]
14:27:38 [2021-12-21T14:27:38.824Z] #28 5.014 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
14:27:39 [2021-12-21T14:27:39.396Z] #28 5.582 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [96.8 kB]
14:27:39 [2021-12-21T14:27:39.396Z] #28 5.582 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [100 kB]
14:27:39 [2021-12-21T14:27:39.396Z] #28 5.586 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [95.5 kB]
14:27:39 [2021-12-21T14:27:39.396Z] #28 5.596 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [95.8 kB]
14:27:39 [2021-12-21T14:27:39.396Z] #28 5.597 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [99.0 kB]
14:27:39 [2021-12-21T14:27:39.396Z] #28 5.610 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [97.6 kB]
14:27:39 [2021-12-21T14:27:39.396Z] #28 5.668 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
14:27:39 [2021-12-21T14:27:39.657Z] #28 5.674 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
14:27:39 [2021-12-21T14:27:39.657Z] #28 5.674 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
14:27:39 [2021-12-21T14:27:39.657Z] #28 5.674 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B]
14:27:39 [2021-12-21T14:27:39.657Z] #28 5.694 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
14:27:39 [2021-12-21T14:27:39.657Z] #28 5.694 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B]
14:27:40 [2021-12-21T14:27:40.448Z] #60 261.5 # github.com/containerd/containerd/cmd/containerd
14:27:40 [2021-12-21T14:27:40.448Z] #60 261.5 /usr/bin/ld: /tmp/go-link-3723896126/000019.o: in function `New':
14:27:40 [2021-12-21T14:27:40.448Z] #60 261.5 /tmp/tmp.V4OZKFlgfL/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
14:27:40 [2021-12-21T14:27:40.448Z] #60 261.5 + bin/containerd-stress
14:27:40 [2021-12-21T14:27:40.448Z] #60 262.6 + bin/containerd-shim
14:27:42 [2021-12-21T14:27:42.351Z] #60 ...
14:27:42 [2021-12-21T14:27:42.351Z] 
14:27:42 [2021-12-21T14:27:42.351Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:27:42 [2021-12-21T14:27:42.351Z] #56 sha256:edd50482b32597dba9b6b017ccfc4fdd6de272410d72fb89e690e57377ac00f6
14:27:42 [2021-12-21T14:27:42.351Z] #56 135.6 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
14:27:42 [2021-12-21T14:27:42.920Z] #56 136.5 + mkdir -p /build
14:27:43 [2021-12-21T14:27:43.180Z] #56 136.5 + cp runc /build/runc
14:27:43 [2021-12-21T14:27:43.262Z] #60 252.9 + bin/containerd
14:27:44 [2021-12-21T14:27:44.118Z] #56 DONE 137.4s
14:27:44 [2021-12-21T14:27:44.118Z] 
14:27:44 [2021-12-21T14:27:44.118Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:27:44 [2021-12-21T14:27:44.118Z] #60 sha256:f1af2322d8bb5b5d35af0c8c58837e5d21a961c6cee94bb2c605f103cc6e9d23
14:27:45 [2021-12-21T14:27:45.695Z] #60 269.9 + bin/containerd-shim-runc-v1
14:27:45 [2021-12-21T14:27:45.796Z] #60 ...
14:27:45 [2021-12-21T14:27:45.796Z] 
14:27:45 [2021-12-21T14:27:45.796Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:27:45 [2021-12-21T14:27:45.796Z] #56 sha256:005971a77124f26c19eadfca6eba05648a02489fde34e3476784fd08d9be397e
14:27:45 [2021-12-21T14:27:45.796Z] #56 139.4 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
14:27:45 [2021-12-21T14:27:45.796Z] #56 140.2 + mkdir -p /build
14:27:45 [2021-12-21T14:27:45.796Z] #56 140.2 + cp runc /build/runc
14:27:45 [2021-12-21T14:27:45.796Z] #56 DONE 141.1s
14:27:45 [2021-12-21T14:27:45.796Z] 
14:27:45 [2021-12-21T14:27:45.796Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:27:45 [2021-12-21T14:27:45.796Z] #60 sha256:533256f0ecf4870b4847b57ed6dc5012fd126a2456b9dc577baf17b8de8f7cc0
14:27:46 [2021-12-21T14:27:46.023Z] #60 ...
14:27:46 [2021-12-21T14:27:46.023Z] 
14:27:46 [2021-12-21T14:27:46.023Z] #57 [dev-systemd-false 20/24] COPY --from=runc          /build/ /usr/local/bin/
14:27:46 [2021-12-21T14:27:46.023Z] #57 sha256:70a1e1d6f57b52ca2520e22d23a17db9a6f7875b87a427c1d77306af45a602ea
14:27:46 [2021-12-21T14:27:46.023Z] #57 DONE 0.3s
14:27:46 [2021-12-21T14:27:46.023Z] 
14:27:46 [2021-12-21T14:27:46.023Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:27:46 [2021-12-21T14:27:46.023Z] #60 sha256:f1af2322d8bb5b5d35af0c8c58837e5d21a961c6cee94bb2c605f103cc6e9d23
14:27:47 [2021-12-21T14:27:47.702Z] #60 ...
14:27:47 [2021-12-21T14:27:47.702Z] 
14:27:47 [2021-12-21T14:27:47.702Z] #57 [dev-systemd-false 20/24] COPY --from=runc          /build/ /usr/local/bin/
14:27:47 [2021-12-21T14:27:47.702Z] #57 sha256:fc0102c896289a21500628f19a59b946b25d27d15bdfe46d641bf28fdf0c57bb
14:27:47 [2021-12-21T14:27:47.798Z] #28 ...
14:27:47 [2021-12-21T14:27:47.798Z] 
14:27:47 [2021-12-21T14:27:47.798Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:27:47 [2021-12-21T14:27:47.798Z] #67 sha256:04fd0147dd2ea5fd6d44d569d9a9e01dc7590a84848035653dc781aedcde63fd
14:27:47 [2021-12-21T14:27:47.798Z] #67 87.86 + bin/containerd
14:27:47 [2021-12-21T14:27:47.960Z] #57 DONE 0.3s
14:27:47 [2021-12-21T14:27:47.960Z] 
14:27:47 [2021-12-21T14:27:47.960Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:27:47 [2021-12-21T14:27:47.960Z] #60 sha256:533256f0ecf4870b4847b57ed6dc5012fd126a2456b9dc577baf17b8de8f7cc0
14:27:50 [2021-12-21T14:27:50.947Z] #60 275.1 + bin/containerd-shim-runc-v2
14:27:51 [2021-12-21T14:27:51.203Z] #60 275.7 + binaries
14:27:51 [2021-12-21T14:27:51.203Z] #60 275.7 + install -D bin/containerd /build/containerd
14:27:51 [2021-12-21T14:27:51.203Z] #60 275.7 + install -D bin/containerd-shim /build/containerd-shim
14:27:51 [2021-12-21T14:27:51.203Z] #60 275.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
14:27:51 [2021-12-21T14:27:51.203Z] #60 275.7 + install -D bin/ctr /build/ctr
14:27:54 [2021-12-21T14:27:54.470Z] #60 DONE 278.4s
14:27:55 [2021-12-21T14:27:55.837Z] 
14:27:55 [2021-12-21T14:27:55.837Z] #61 [dev-systemd-false 21/24] COPY --from=containerd    /build/ /usr/local/bin/
14:27:55 [2021-12-21T14:27:55.837Z] #61 sha256:864e8ea13e48a8be34b1e454481eeadd898e72b67ecdf9675970641a403d07b6
14:27:56 [2021-12-21T14:27:56.763Z] #61 DONE 1.3s
14:27:56 [2021-12-21T14:27:56.764Z] 
14:27:56 [2021-12-21T14:27:56.764Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit   /build/ /usr/local/bin/
14:27:56 [2021-12-21T14:27:56.764Z] #66 sha256:5b8b0afa8c25821056d586d007e50793518ae55c01ee1c2bbdb48c1f9c217f1e
14:27:57 [2021-12-21T14:27:57.325Z] #66 DONE 0.4s
14:27:57 [2021-12-21T14:27:57.325Z] 
14:27:57 [2021-12-21T14:27:57.325Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit        /build/ /usr/local/bin/
14:27:57 [2021-12-21T14:27:57.325Z] #71 sha256:53c53e330694ff7e2268bacb8128d13d24a4e6e822b63adc47110dfea167e548
14:27:57 [2021-12-21T14:27:57.462Z] 8f616e6e9eec: Pull complete
14:27:59 [2021-12-21T14:27:59.211Z] #71 DONE 2.0s
14:27:59 [2021-12-21T14:27:59.211Z] 
14:27:59 [2021-12-21T14:27:59.211Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker
14:27:59 [2021-12-21T14:27:59.211Z] #72 sha256:0a6195f5af498309cce4f6c492cbc98f93657b2f181ac4b93b942972d909f858
14:27:59 [2021-12-21T14:27:59.211Z] #72 DONE 0.0s
14:27:59 [2021-12-21T14:27:59.211Z] 
14:27:59 [2021-12-21T14:27:59.211Z] #73 [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
14:27:59 [2021-12-21T14:27:59.211Z] #73 sha256:c8c170daa9a914d925f7ac43b1451d288e2540dc443f457c1ce77a12f4c2139a
14:28:00 [2021-12-21T14:28:00.578Z] #73 1.051 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
14:28:00 [2021-12-21T14:28:00.578Z] #73 1.216 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
14:28:00 [2021-12-21T14:28:00.578Z] #73 1.219 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
14:28:01 [2021-12-21T14:28:01.095Z] #73 1.442 Reading package lists...
14:28:01 [2021-12-21T14:28:01.658Z] #73 1.958 Reading package lists...
14:28:01 [2021-12-21T14:28:01.658Z] #73 2.467 Building dependency tree...
14:28:01 [2021-12-21T14:28:01.914Z] #73 2.584 Reading state information...
14:28:01 [2021-12-21T14:28:01.914Z] #73 2.704 The following additional packages will be installed:
14:28:01 [2021-12-21T14:28:01.914Z] #73 2.704   libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd
14:28:01 [2021-12-21T14:28:01.914Z] #73 2.704   systemd-timesyncd
14:28:01 [2021-12-21T14:28:01.914Z] #73 2.705 Suggested packages:
14:28:01 [2021-12-21T14:28:01.914Z] #73 2.705   systemd-container policykit-1
14:28:01 [2021-12-21T14:28:01.914Z] #73 2.705 Recommended packages:
14:28:01 [2021-12-21T14:28:01.914Z] #73 2.705   libnss-systemd
14:28:01 [2021-12-21T14:28:01.914Z] #73 2.791 The following NEW packages will be installed:
14:28:01 [2021-12-21T14:28:01.914Z] #73 2.791   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5
14:28:01 [2021-12-21T14:28:01.914Z] #73 2.792   libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd
14:28:02 [2021-12-21T14:28:02.476Z] #73 3.060 0 upgraded, 11 newly installed, 0 to remove and 7 not upgraded.
14:28:02 [2021-12-21T14:28:02.476Z] #73 3.060 Need to get 5937 kB of archives.
14:28:02 [2021-12-21T14:28:02.476Z] #73 3.060 After this operation, 19.5 MB of additional disk space will be used.
14:28:02 [2021-12-21T14:28:02.476Z] #73 3.060 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
14:28:02 [2021-12-21T14:28:02.476Z] #73 3.063 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
14:28:02 [2021-12-21T14:28:02.476Z] #73 3.071 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.5-1 [244 kB]
14:28:02 [2021-12-21T14:28:02.476Z] #73 3.074 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
14:28:02 [2021-12-21T14:28:02.476Z] #73 3.075 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB]
14:28:02 [2021-12-21T14:28:02.476Z] #73 3.076 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB]
14:28:02 [2021-12-21T14:28:02.476Z] #73 3.176 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB]
14:28:02 [2021-12-21T14:28:02.476Z] #73 3.195 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB]
14:28:02 [2021-12-21T14:28:02.476Z] #73 3.196 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB]
14:28:02 [2021-12-21T14:28:02.476Z] #73 3.198 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB]
14:28:02 [2021-12-21T14:28:02.476Z] #73 3.200 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB]
14:28:02 [2021-12-21T14:28:02.711Z] #67 ...
14:28:02 [2021-12-21T14:28:02.711Z] 
14:28:02 [2021-12-21T14:28:02.711Z] #28 [dev-systemd-false  7/24] 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
14:28:02 [2021-12-21T14:28:02.711Z] #28 sha256:399fa67aae921b289e655c68553bffac6cc91a778cab3fb36af57cb04e79a3f0
14:28:02 [2021-12-21T14:28:02.711Z] #28 28.50 Fetched 48.8 MB in 27s (1810 kB/s)
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.395 debconf: delaying package configuration, since apt-utils is not installed
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.429 Fetched 5937 kB in 0s (13.9 MB/s)
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.450 Selecting previously unselected package libargon2-1:amd64.
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.450 (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.)
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.466 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.472 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.501 Selecting previously unselected package libjson-c5:amd64.
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.504 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ...
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.507 Unpacking libjson-c5:amd64 (0.15-2) ...
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.537 Selecting previously unselected package libcryptsetup12:amd64.
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.540 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.5-1_amd64.deb ...
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.543 Unpacking libcryptsetup12:amd64 (2:2.3.5-1) ...
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.589 Selecting previously unselected package libkmod2:amd64.
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.592 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ...
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.595 Unpacking libkmod2:amd64 (28-1) ...
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.628 Selecting previously unselected package systemd-timesyncd.
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.631 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ...
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.634 Unpacking systemd-timesyncd (247.3-6) ...
14:28:02 [2021-12-21T14:28:02.732Z] #73 3.677 Selecting previously unselected package systemd.
14:28:02 [2021-12-21T14:28:02.988Z] #73 3.681 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ...
14:28:02 [2021-12-21T14:28:02.988Z] #73 3.714 Unpacking systemd (247.3-6) ...
14:28:03 [2021-12-21T14:28:03.549Z] #73 4.240 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
14:28:03 [2021-12-21T14:28:03.549Z] #73 4.248 Setting up libjson-c5:amd64 (0.15-2) ...
14:28:03 [2021-12-21T14:28:03.549Z] #73 4.255 Setting up libcryptsetup12:amd64 (2:2.3.5-1) ...
14:28:03 [2021-12-21T14:28:03.549Z] #73 4.263 Setting up libkmod2:amd64 (28-1) ...
14:28:03 [2021-12-21T14:28:03.549Z] #73 4.272 Setting up systemd (247.3-6) ...
14:28:03 [2021-12-21T14:28:03.549Z] #73 4.303 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
14:28:03 [2021-12-21T14:28:03.549Z] #73 4.304 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
14:28:03 [2021-12-21T14:28:03.549Z] #73 4.307 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
14:28:03 [2021-12-21T14:28:03.809Z] #73 4.674 Setting up systemd-timesyncd (247.3-6) ...
14:28:04 [2021-12-21T14:28:04.066Z] #73 4.927 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
14:28:04 [2021-12-21T14:28:04.066Z] #73 4.927 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
14:28:04 [2021-12-21T14:28:04.322Z] #73 5.010 Selecting previously unselected package systemd-sysv.
14:28:04 [2021-12-21T14:28:04.322Z] #73 5.010 (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.)
14:28:04 [2021-12-21T14:28:04.322Z] #73 5.027 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ...
14:28:04 [2021-12-21T14:28:04.322Z] #73 5.030 Unpacking systemd-sysv (247.3-6) ...
14:28:04 [2021-12-21T14:28:04.322Z] #73 5.067 Selecting previously unselected package libdbus-1-3:amd64.
14:28:04 [2021-12-21T14:28:04.322Z] #73 5.069 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ...
14:28:04 [2021-12-21T14:28:04.322Z] #73 5.072 Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
14:28:04 [2021-12-21T14:28:04.322Z] #73 5.121 Selecting previously unselected package dbus.
14:28:04 [2021-12-21T14:28:04.322Z] #73 5.124 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ...
14:28:04 [2021-12-21T14:28:04.322Z] #73 5.132 Unpacking dbus (1.12.20-2) ...
14:28:04 [2021-12-21T14:28:04.322Z] #73 5.185 Selecting previously unselected package libpam-systemd:amd64.
14:28:04 [2021-12-21T14:28:04.322Z] #73 5.187 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ...
14:28:04 [2021-12-21T14:28:04.322Z] #73 5.190 Unpacking libpam-systemd:amd64 (247.3-6) ...
14:28:04 [2021-12-21T14:28:04.322Z] #73 5.231 Selecting previously unselected package dbus-user-session.
14:28:04 [2021-12-21T14:28:04.322Z] #73 5.234 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ...
14:28:04 [2021-12-21T14:28:04.579Z] #73 5.237 Unpacking dbus-user-session (1.12.20-2) ...
14:28:04 [2021-12-21T14:28:04.579Z] #73 5.347 Setting up systemd-sysv (247.3-6) ...
14:28:04 [2021-12-21T14:28:04.579Z] #73 5.357 Setting up libdbus-1-3:amd64 (1.12.20-2) ...
14:28:04 [2021-12-21T14:28:04.579Z] #73 5.368 Setting up dbus (1.12.20-2) ...
14:28:04 [2021-12-21T14:28:04.579Z] #73 5.472 invoke-rc.d: could not determine current runlevel
14:28:04 [2021-12-21T14:28:04.835Z] #73 5.474 invoke-rc.d: policy-rc.d denied execution of start.
14:28:04 [2021-12-21T14:28:04.835Z] #73 5.478 Setting up libpam-systemd:amd64 (247.3-6) ...
14:28:04 [2021-12-21T14:28:04.835Z] #73 5.657 Setting up dbus-user-session (1.12.20-2) ...
14:28:04 [2021-12-21T14:28:04.835Z] #73 5.668 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:28:05 [2021-12-21T14:28:05.091Z] #73 DONE 5.8s
14:28:05 [2021-12-21T14:28:05.091Z] 
14:28:05 [2021-12-21T14:28:05.091Z] #74 [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
14:28:05 [2021-12-21T14:28:05.091Z] #74 sha256:236983a837cf7180ea85df244d49cde5d033478feee07e6d97ebf051ac857319
14:28:06 [2021-12-21T14:28:06.021Z] #74 0.724   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
14:28:06 [2021-12-21T14:28:06.021Z] #74 0.724                                  Dload  Upload   Total   Spent    Left  Speed
14:28:06 [2021-12-21T14:28:06.021Z] #74 0.725 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0  11915      0 --:--:-- --:--:-- --:--:-- 11915
14:28:06 [2021-12-21T14:28:06.021Z] #74 DONE 0.9s
14:28:06 [2021-12-21T14:28:06.021Z] 
14:28:06 [2021-12-21T14:28:06.021Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker
14:28:06 [2021-12-21T14:28:06.021Z] #75 sha256:a0bffb9b77c3828a6c05ae08608f5f322149c55fe179bb2b725fed49b3ce7267
14:28:07 [2021-12-21T14:28:07.390Z] #75 DONE 1.3s
14:28:07 [2021-12-21T14:28:07.390Z] 
14:28:07 [2021-12-21T14:28:07.390Z] #76 exporting to image
14:28:07 [2021-12-21T14:28:07.390Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:28:07 [2021-12-21T14:28:07.390Z] #76 exporting layers
14:28:10 [2021-12-21T14:28:10.851Z] #28 28.50 Reading package lists...
14:28:15 [2021-12-21T14:28:15.476Z] #76 exporting layers 7.7s done
14:28:15 [2021-12-21T14:28:15.476Z] #76 writing image sha256:095f450ad3d372e7dfdf44e1836d6414e91db7b97dd905dc52bfd355e1d34ae0 done
14:28:15 [2021-12-21T14:28:15.476Z] #76 naming to docker.io/library/docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 done
14:28:15 [2021-12-21T14:28:15.476Z] #76 DONE 7.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
14:28:15 [2021-12-21T14:28:15.826Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43075/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4 -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:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 hack/make.sh dynbinary test-integration
14:28:17 [2021-12-21T14:28:17.438Z] #28 37.10 Reading package lists...
14:28:17 [2021-12-21T14:28:17.716Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
14:28:17 [2021-12-21T14:28:17.716Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
14:28:17 [2021-12-21T14:28:17.716Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
14:28:17 [2021-12-21T14:28:17.716Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
14:28:17 [2021-12-21T14:28:17.716Z] 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)
14:28:17 [2021-12-21T14:28:17.716Z] Detected virtualization docker.
14:28:17 [2021-12-21T14:28:17.716Z] Detected architecture x86-64.
14:28:17 [2021-12-21T14:28:17.716Z] Set hostname to <3a4820f56828>.
14:28:17 [2021-12-21T14:28:17.716Z] modprobe@configfs.service: Succeeded.
14:28:17 [2021-12-21T14:28:17.716Z] modprobe@drm.service: Succeeded.
14:28:17 [2021-12-21T14:28:17.716Z] modprobe@fuse.service: Succeeded.
14:28:17 [2021-12-21T14:28:17.972Z] + source /etc/docker-entrypoint-cmd
14:28:17 [2021-12-21T14:28:17.972Z] ++ hack/make.sh dynbinary test-integration
14:28:17 [2021-12-21T14:28:17.972Z] 
14:28:18 [2021-12-21T14:28:18.101Z] #60 275.4 # github.com/containerd/containerd/cmd/containerd
14:28:18 [2021-12-21T14:28:18.101Z] #60 275.4 /usr/bin/ld: /tmp/go-link-1765688786/000019.o: in function `New':
14:28:18 [2021-12-21T14:28:18.101Z] #60 275.4 /tmp/tmp.GApsBzAPRv/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
14:28:18 [2021-12-21T14:28:18.101Z] #60 275.4 + bin/containerd-stress
14:28:18 [2021-12-21T14:28:18.101Z] #60 276.5 + bin/containerd-shim
14:28:18 [2021-12-21T14:28:18.229Z] Removing bundles/
14:28:18 [2021-12-21T14:28:18.229Z] 
14:28:18 [2021-12-21T14:28:18.229Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
14:28:18 [2021-12-21T14:28:18.229Z] Building: bundles/dynbinary-daemon/dockerd-dev
14:28:18 [2021-12-21T14:28:18.229Z] GOOS="" GOARCH="" GOARM=""
14:28:19 [2021-12-21T14:28:19.366Z] #28 43.61 Building dependency tree...
14:28:20 [2021-12-21T14:28:20.032Z] #60 288.6 # github.com/containerd/containerd/cmd/containerd
14:28:20 [2021-12-21T14:28:20.032Z] #60 288.6 /usr/bin/ld: /tmp/go-link-2740860999/000019.o: in function `New':
14:28:20 [2021-12-21T14:28:20.032Z] #60 288.6 /tmp/tmp.OrOVi63brg/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
14:28:20 [2021-12-21T14:28:20.032Z] #60 288.6 + bin/containerd-stress
14:28:20 [2021-12-21T14:28:20.032Z] #60 289.7 + bin/containerd-shim
14:28:20 [2021-12-21T14:28:20.309Z] #28 46.61 bzip2 is already the newest version (1.0.8-4).
14:28:20 [2021-12-21T14:28:20.309Z] #28 46.61 patch is already the newest version (2.7.6-7).
14:28:20 [2021-12-21T14:28:20.309Z] #28 46.61 xz-utils is already the newest version (5.2.5-2).
14:28:20 [2021-12-21T14:28:20.309Z] #28 46.61 The following additional packages will be installed:
14:28:20 [2021-12-21T14:28:20.309Z] #28 46.61   libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1
14:28:20 [2021-12-21T14:28:20.309Z] #28 46.62   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
14:28:20 [2021-12-21T14:28:20.309Z] #28 46.62   libxtables12 python-pip-whl python3-distutils python3-lib2to3
14:28:20 [2021-12-21T14:28:20.309Z] #28 46.63   python3-pkg-resources vim-runtime xxd
14:28:20 [2021-12-21T14:28:20.309Z] #28 46.65 Suggested packages:
14:28:20 [2021-12-21T14:28:20.570Z] #28 46.66   apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm
14:28:20 [2021-12-21T14:28:20.570Z] #28 46.66   python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota
14:28:20 [2021-12-21T14:28:20.570Z] #28 46.66 Recommended packages:
14:28:20 [2021-12-21T14:28:20.570Z] #28 46.66   libatm1 nftables libpam-cap build-essential python3-dev unzip
14:28:21 [2021-12-21T14:28:21.956Z] #28 48.01 The following NEW packages will be installed:
14:28:21 [2021-12-21T14:28:21.956Z] #28 48.01   apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0
14:28:21 [2021-12-21T14:28:21.956Z] #28 48.02   libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1
14:28:21 [2021-12-21T14:28:21.956Z] #28 48.02   libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200
14:28:21 [2021-12-21T14:28:21.956Z] #28 48.02   libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl
14:28:21 [2021-12-21T14:28:21.956Z] #28 48.03   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
14:28:21 [2021-12-21T14:28:21.956Z] #28 48.03   python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim
14:28:21 [2021-12-21T14:28:21.956Z] #28 48.03   vim-common vim-runtime xfsprogs xxd zip zstd
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.46 0 upgraded, 44 newly installed, 0 to remove and 7 not upgraded.
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.46 Need to get 18.6 MB of archives.
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.46 After this operation, 71.4 MB of additional disk space will be used.
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.47 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.47 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.47 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.47 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.47 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.48 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.49 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.50 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.50 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.51 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.53 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.53 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.53 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.54 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.54 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.54 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.54 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.54 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.55 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.55 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.55 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.55 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.55 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.55 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.55 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.56 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
14:28:22 [2021-12-21T14:28:22.217Z] #28 48.56 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
14:28:22 [2021-12-21T14:28:22.287Z] #60 283.7 + bin/containerd-shim-runc-v1
14:28:22 [2021-12-21T14:28:22.478Z] #28 48.56 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
14:28:22 [2021-12-21T14:28:22.478Z] #28 48.59 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
14:28:22 [2021-12-21T14:28:22.478Z] #28 48.59 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
14:28:22 [2021-12-21T14:28:22.478Z] #28 48.59 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
14:28:22 [2021-12-21T14:28:22.478Z] #28 48.59 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
14:28:22 [2021-12-21T14:28:22.478Z] #28 48.60 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
14:28:22 [2021-12-21T14:28:22.478Z] #28 48.60 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
14:28:22 [2021-12-21T14:28:22.478Z] #28 48.61 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
14:28:22 [2021-12-21T14:28:22.478Z] #28 48.62 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
14:28:22 [2021-12-21T14:28:22.478Z] #28 48.63 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
14:28:22 [2021-12-21T14:28:22.478Z] #28 48.63 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
14:28:22 [2021-12-21T14:28:22.478Z] #28 48.73 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
14:28:22 [2021-12-21T14:28:22.478Z] #28 48.75 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
14:28:22 [2021-12-21T14:28:22.478Z] #28 48.77 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
14:28:22 [2021-12-21T14:28:22.478Z] #28 48.77 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
14:28:23 [2021-12-21T14:28:23.420Z] #28 49.37 debconf: delaying package configuration, since apt-utils is not installed
14:28:23 [2021-12-21T14:28:23.420Z] #28 49.64 Fetched 18.6 MB in 1s (30.2 MB/s)
14:28:23 [2021-12-21T14:28:23.420Z] #28 49.69 Selecting previously unselected package pigz.
14:28:23 [2021-12-21T14:28:23.420Z] #28 49.69 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 40072 files and directories currently installed.)
14:28:23 [2021-12-21T14:28:23.420Z] #28 49.75 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
14:28:23 [2021-12-21T14:28:23.420Z] #28 49.75 Unpacking pigz (2.6-1) ...
14:28:23 [2021-12-21T14:28:23.420Z] #28 49.81 Selecting previously unselected package libelf1:amd64.
14:28:23 [2021-12-21T14:28:23.420Z] #28 49.82 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
14:28:23 [2021-12-21T14:28:23.420Z] #28 49.82 Unpacking libelf1:amd64 (0.183-1) ...
14:28:23 [2021-12-21T14:28:23.680Z] #28 49.93 Selecting previously unselected package libbpf0:amd64.
14:28:23 [2021-12-21T14:28:23.681Z] #28 49.93 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
14:28:23 [2021-12-21T14:28:23.681Z] #28 49.94 Unpacking libbpf0:amd64 (1:0.3-2) ...
14:28:23 [2021-12-21T14:28:23.681Z] #28 50.01 Selecting previously unselected package libcap2:amd64.
14:28:23 [2021-12-21T14:28:23.681Z] #28 50.01 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
14:28:23 [2021-12-21T14:28:23.681Z] #28 50.02 Unpacking libcap2:amd64 (1:2.44-1) ...
14:28:23 [2021-12-21T14:28:23.681Z] #28 50.07 Selecting previously unselected package libmnl0:amd64.
14:28:23 [2021-12-21T14:28:23.941Z] #28 50.08 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
14:28:23 [2021-12-21T14:28:23.941Z] #28 50.09 Unpacking libmnl0:amd64 (1.0.4-3) ...
14:28:23 [2021-12-21T14:28:23.941Z] #28 50.13 Selecting previously unselected package libxtables12:amd64.
14:28:23 [2021-12-21T14:28:23.941Z] #28 50.14 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
14:28:23 [2021-12-21T14:28:23.941Z] #28 50.15 Unpacking libxtables12:amd64 (1.8.7-1) ...
14:28:23 [2021-12-21T14:28:23.941Z] #28 50.19 Selecting previously unselected package libcap2-bin.
14:28:23 [2021-12-21T14:28:23.941Z] #28 50.20 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
14:28:23 [2021-12-21T14:28:23.941Z] #28 50.20 Unpacking libcap2-bin (1:2.44-1) ...
14:28:23 [2021-12-21T14:28:23.941Z] #28 50.26 Selecting previously unselected package iproute2.
14:28:23 [2021-12-21T14:28:23.941Z] #28 50.28 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
14:28:23 [2021-12-21T14:28:23.941Z] #28 50.29 Unpacking iproute2 (5.10.0-4) ...
14:28:24 [2021-12-21T14:28:24.087Z] 4d1d74adc6a9: Pull complete
14:28:24 [2021-12-21T14:28:24.087Z] Digest: sha256:1f8965b9b4e2097ac78590ba652f069eafd5b6a0a4e9e603a415d362bfb7638c
14:28:24 [2021-12-21T14:28:24.087Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022
14:28:24 [2021-12-21T14:28:24.087Z] mcr.microsoft.com/windows/servercore:ltsc2022
14:28:24 [2021-12-21T14:28:24.087Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully
14:28:24 [2021-12-21T14:28:24.087Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore
14:28:24 [2021-12-21T14:28:24.087Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.405'
14:28:24 [2021-12-21T14:28:24.087Z] INFO: Docker version of control daemon
14:28:24 [2021-12-21T14:28:24.087Z] 
14:28:24 [2021-12-21T14:28:24.087Z] Client:
14:28:24 [2021-12-21T14:28:24.087Z]  Version:           20.10.9
14:28:24 [2021-12-21T14:28:24.088Z]  API version:       1.41
14:28:24 [2021-12-21T14:28:24.088Z]  Go version:        go1.16.8
14:28:24 [2021-12-21T14:28:24.088Z]  Git commit:        c2ea9bc
14:28:24 [2021-12-21T14:28:24.088Z]  Built:             Mon Oct  4 16:11:10 2021
14:28:24 [2021-12-21T14:28:24.088Z]  OS/Arch:           windows/amd64
14:28:24 [2021-12-21T14:28:24.088Z]  Context:           default
14:28:24 [2021-12-21T14:28:24.088Z]  Experimental:      true
14:28:24 [2021-12-21T14:28:24.088Z] 
14:28:24 [2021-12-21T14:28:24.088Z] Server: Docker Engine - Community
14:28:24 [2021-12-21T14:28:24.088Z]  Engine:
14:28:24 [2021-12-21T14:28:24.088Z]   Version:          20.10.9
14:28:24 [2021-12-21T14:28:24.088Z]   API version:      1.41 (minimum version 1.24)
14:28:24 [2021-12-21T14:28:24.088Z]   Go version:       go1.16.8
14:28:24 [2021-12-21T14:28:24.088Z]   Git commit:       79ea9d3
14:28:24 [2021-12-21T14:28:24.088Z]   Built:            Mon Oct  4 16:06:39 2021
14:28:24 [2021-12-21T14:28:24.088Z]   OS/Arch:          windows/amd64
14:28:24 [2021-12-21T14:28:24.088Z]   Experimental:     true
14:28:24 [2021-12-21T14:28:24.088Z] 
14:28:24 [2021-12-21T14:28:24.088Z] INFO: Docker info of control daemon
14:28:24 [2021-12-21T14:28:24.088Z] 
14:28:24 [2021-12-21T14:28:24.088Z] Client:
14:28:24 [2021-12-21T14:28:24.088Z]  Context:    default
14:28:24 [2021-12-21T14:28:24.088Z]  Debug Mode: false
14:28:24 [2021-12-21T14:28:24.088Z] 
14:28:24 [2021-12-21T14:28:24.088Z] Server:
14:28:24 [2021-12-21T14:28:24.088Z]  Containers: 0
14:28:24 [2021-12-21T14:28:24.088Z]   Running: 0
14:28:24 [2021-12-21T14:28:24.088Z]   Paused: 0
14:28:24 [2021-12-21T14:28:24.088Z]   Stopped: 0
14:28:24 [2021-12-21T14:28:24.088Z]  Images: 1
14:28:24 [2021-12-21T14:28:24.088Z]  Server Version: 20.10.9
14:28:24 [2021-12-21T14:28:24.088Z]  Storage Driver: lcow (linux) windowsfilter (windows)
14:28:24 [2021-12-21T14:28:24.088Z]   LCOW: 
14:28:24 [2021-12-21T14:28:24.088Z]   Windows: 
14:28:24 [2021-12-21T14:28:24.088Z]  Logging Driver: json-file
14:28:24 [2021-12-21T14:28:24.088Z]  Plugins:
14:28:24 [2021-12-21T14:28:24.088Z]   Volume: local
14:28:24 [2021-12-21T14:28:24.088Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
14:28:24 [2021-12-21T14:28:24.088Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
14:28:24 [2021-12-21T14:28:24.088Z]  Swarm: inactive
14:28:24 [2021-12-21T14:28:24.088Z]  Default Isolation: process
14:28:24 [2021-12-21T14:28:24.088Z]  Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
14:28:24 [2021-12-21T14:28:24.088Z]  Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230)
14:28:24 [2021-12-21T14:28:24.088Z]  OSType: windows
14:28:24 [2021-12-21T14:28:24.088Z]  Architecture: x86_64
14:28:24 [2021-12-21T14:28:24.088Z]  CPUs: 4
14:28:24 [2021-12-21T14:28:24.088Z]  Total Memory: 32GiB
14:28:24 [2021-12-21T14:28:24.088Z]  Name: azwin-2-cdd2a1
14:28:24 [2021-12-21T14:28:24.088Z]  ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3
14:28:24 [2021-12-21T14:28:24.088Z]  Docker Root Dir: D:\docker
14:28:24 [2021-12-21T14:28:24.088Z]  Debug Mode: false
14:28:24 [2021-12-21T14:28:24.088Z]  Registry: https://index.docker.io/v1/
14:28:24 [2021-12-21T14:28:24.088Z]  Labels:
14:28:24 [2021-12-21T14:28:24.088Z]  Experimental: true
14:28:24 [2021-12-21T14:28:24.088Z]  Insecure Registries:
14:28:24 [2021-12-21T14:28:24.088Z]   10.0.0.4:5000
14:28:24 [2021-12-21T14:28:24.088Z]   127.0.0.0/8
14:28:24 [2021-12-21T14:28:24.088Z]  Registry Mirrors:
14:28:24 [2021-12-21T14:28:24.088Z]   http://10.0.0.4:5000/
14:28:24 [2021-12-21T14:28:24.088Z]  Live Restore Enabled: false
14:28:24 [2021-12-21T14:28:24.088Z]  Product License: Community Engine
14:28:24 [2021-12-21T14:28:24.088Z] 
14:28:24 [2021-12-21T14:28:24.088Z] 
14:28:24 [2021-12-21T14:28:24.088Z] INFO: Commit hash is 2e64c14543
14:28:24 [2021-12-21T14:28:24.088Z] INFO: Nuke-Everything...
14:28:24 [2021-12-21T14:28:24.088Z] INFO: Container count on control daemon to delete is 0
14:28:24 [2021-12-21T14:28:24.088Z] INFO: Nuking d:\CI
14:28:24 [2021-12-21T14:28:24.088Z] INFO: Zapped successfully
14:28:24 [2021-12-21T14:28:24.088Z] INFO: Location for testing is d:\CI\PR-43075\44
14:28:24 [2021-12-21T14:28:24.088Z] INFO: Validating GOLang consistency in Dockerfile.windows...
14:28:24 [2021-12-21T14:28:24.088Z] 
14:28:24 [2021-12-21T14:28:24.088Z] 
14:28:24 [2021-12-21T14:28:24.088Z] INFO: Building the image from Dockerfile.windows at 12/21/2021 14:28:17...
14:28:24 [2021-12-21T14:28:24.088Z] 
14:28:24 [2021-12-21T14:28:24.202Z] #28 50.59 Selecting previously unselected package xxd.
14:28:24 [2021-12-21T14:28:24.463Z] #28 50.60 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
14:28:24 [2021-12-21T14:28:24.463Z] #28 50.61 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
14:28:24 [2021-12-21T14:28:24.463Z] #28 50.69 Selecting previously unselected package vim-common.
14:28:24 [2021-12-21T14:28:24.463Z] #28 50.69 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
14:28:24 [2021-12-21T14:28:24.463Z] #28 50.72 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
14:28:24 [2021-12-21T14:28:24.723Z] #28 50.82 Selecting previously unselected package bash-completion.
14:28:24 [2021-12-21T14:28:24.723Z] #28 50.83 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
14:28:25 [2021-12-21T14:28:25.300Z] #60 297.0 + bin/containerd-shim-runc-v1
14:28:25 [2021-12-21T14:28:25.651Z] Sending build context to Docker daemon  63.87MB
14:28:25 [2021-12-21T14:28:25.651Z] 
14:28:25 [2021-12-21T14:28:25.651Z] Step 1/11 : FROM microsoft/windowsservercore
14:28:25 [2021-12-21T14:28:25.651Z]  ---> 136110e1a05c
14:28:25 [2021-12-21T14:28:25.651Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
14:28:25 [2021-12-21T14:28:25.651Z]  ---> Running in 83209f26a8f9
14:28:25 [2021-12-21T14:28:25.665Z] #28 52.01 Unpacking bash-completion (1:2.11-2) ...
14:28:25 [2021-12-21T14:28:25.926Z] #28 52.27 Selecting previously unselected package apparmor.
14:28:26 [2021-12-21T14:28:26.187Z] #28 52.27 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ...
14:28:26 [2021-12-21T14:28:26.187Z] #28 52.30 Unpacking apparmor (2.13.6-10) ...
14:28:26 [2021-12-21T14:28:26.187Z] #28 52.52 Selecting previously unselected package inetutils-ping.
14:28:26 [2021-12-21T14:28:26.447Z] #28 52.52 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ...
14:28:26 [2021-12-21T14:28:26.448Z] #28 52.53 Unpacking inetutils-ping (2:2.0-1) ...
14:28:26 [2021-12-21T14:28:26.448Z] #28 52.61 Selecting previously unselected package libip4tc2:amd64.
14:28:26 [2021-12-21T14:28:26.448Z] #28 52.61 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ...
14:28:26 [2021-12-21T14:28:26.448Z] #28 52.62 Unpacking libip4tc2:amd64 (1.8.7-1) ...
14:28:26 [2021-12-21T14:28:26.448Z] #28 52.66 Selecting previously unselected package libip6tc2:amd64.
14:28:26 [2021-12-21T14:28:26.448Z] #28 52.66 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ...
14:28:26 [2021-12-21T14:28:26.448Z] #28 52.67 Unpacking libip6tc2:amd64 (1.8.7-1) ...
14:28:26 [2021-12-21T14:28:26.448Z] #28 52.72 Selecting previously unselected package libnfnetlink0:amd64.
14:28:26 [2021-12-21T14:28:26.448Z] #28 52.73 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
14:28:26 [2021-12-21T14:28:26.448Z] #28 52.74 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:28:26 [2021-12-21T14:28:26.448Z] #28 52.77 Selecting previously unselected package libnetfilter-conntrack3:amd64.
14:28:26 [2021-12-21T14:28:26.638Z] Removing intermediate container 83209f26a8f9
14:28:26 [2021-12-21T14:28:26.638Z]  ---> e8feae52de9d
14:28:26 [2021-12-21T14:28:26.638Z] Step 3/11 : ARG GO_VERSION=1.17.5
14:28:26 [2021-12-21T14:28:26.638Z]  ---> Running in bbf798109e57
14:28:26 [2021-12-21T14:28:26.708Z] #28 52.78 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
14:28:26 [2021-12-21T14:28:26.708Z] #28 52.78 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
14:28:26 [2021-12-21T14:28:26.708Z] #28 52.84 Selecting previously unselected package libnftnl11:amd64.
14:28:26 [2021-12-21T14:28:26.708Z] #28 52.84 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ...
14:28:26 [2021-12-21T14:28:26.708Z] #28 52.85 Unpacking libnftnl11:amd64 (1.1.9-1) ...
14:28:26 [2021-12-21T14:28:26.708Z] #28 52.90 Selecting previously unselected package iptables.
14:28:26 [2021-12-21T14:28:26.708Z] #28 52.91 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ...
14:28:26 [2021-12-21T14:28:26.708Z] #28 52.91 Unpacking iptables (1.8.7-1) ...
14:28:26 [2021-12-21T14:28:26.969Z] #28 53.13 Selecting previously unselected package libonig5:amd64.
14:28:26 [2021-12-21T14:28:26.969Z] #28 53.14 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ...
14:28:26 [2021-12-21T14:28:26.969Z] #28 53.14 Unpacking libonig5:amd64 (6.9.6-1.1) ...
14:28:26 [2021-12-21T14:28:26.969Z] #28 53.24 Selecting previously unselected package libjq1:amd64.
14:28:26 [2021-12-21T14:28:26.969Z] #28 53.24 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ...
14:28:26 [2021-12-21T14:28:26.969Z] #28 53.25 Unpacking libjq1:amd64 (1.6-2.1) ...
14:28:26 [2021-12-21T14:28:26.969Z] #28 53.31 Selecting previously unselected package jq.
14:28:27 [2021-12-21T14:28:27.107Z] Removing intermediate container bbf798109e57
14:28:27 [2021-12-21T14:28:27.107Z]  ---> 9813b3952d7a
14:28:27 [2021-12-21T14:28:27.107Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.8
14:28:27 [2021-12-21T14:28:27.107Z]  ---> Running in 599a29008666
14:28:27 [2021-12-21T14:28:27.107Z] Removing intermediate container 599a29008666
14:28:27 [2021-12-21T14:28:27.107Z]  ---> 201849c28078
14:28:27 [2021-12-21T14:28:27.107Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0
14:28:27 [2021-12-21T14:28:27.107Z]  ---> Running in ba40f808b2d7
14:28:27 [2021-12-21T14:28:27.229Z] #28 53.32 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ...
14:28:27 [2021-12-21T14:28:27.229Z] #28 53.33 Unpacking jq (1.6-2.1) ...
14:28:27 [2021-12-21T14:28:27.229Z] #28 53.40 Selecting previously unselected package libaio1:amd64.
14:28:27 [2021-12-21T14:28:27.229Z] #28 53.40 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ...
14:28:27 [2021-12-21T14:28:27.229Z] #28 53.41 Unpacking libaio1:amd64 (0.3.112-9) ...
14:28:27 [2021-12-21T14:28:27.229Z] #28 53.47 Selecting previously unselected package libgpm2:amd64.
14:28:27 [2021-12-21T14:28:27.229Z] #28 53.48 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ...
14:28:27 [2021-12-21T14:28:27.229Z] #28 53.50 Unpacking libgpm2:amd64 (1.20.7-8) ...
14:28:27 [2021-12-21T14:28:27.229Z] #28 53.55 Selecting previously unselected package libinih1:amd64.
14:28:27 [2021-12-21T14:28:27.489Z] #28 53.56 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ...
14:28:27 [2021-12-21T14:28:27.489Z] #28 53.57 Unpacking libinih1:amd64 (53-1+b2) ...
14:28:27 [2021-12-21T14:28:27.489Z] #28 53.63 Selecting previously unselected package libnet1:amd64.
14:28:27 [2021-12-21T14:28:27.489Z] #28 53.63 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
14:28:27 [2021-12-21T14:28:27.489Z] #28 53.64 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:28:27 [2021-12-21T14:28:27.489Z] #28 53.71 Selecting previously unselected package libnl-3-200:amd64.
14:28:27 [2021-12-21T14:28:27.489Z] #28 53.73 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ...
14:28:27 [2021-12-21T14:28:27.489Z] #28 53.74 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
14:28:27 [2021-12-21T14:28:27.489Z] #28 53.81 Selecting previously unselected package libprotobuf-c1:amd64.
14:28:27 [2021-12-21T14:28:27.557Z] #60 288.8 + bin/containerd-shim-runc-v2
14:28:27 [2021-12-21T14:28:27.557Z] #60 289.3 + binaries
14:28:27 [2021-12-21T14:28:27.557Z] #60 289.3 + install -D bin/containerd /build/containerd
14:28:27 [2021-12-21T14:28:27.557Z] #60 289.4 + install -D bin/containerd-shim /build/containerd-shim
14:28:27 [2021-12-21T14:28:27.557Z] #60 289.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
14:28:27 [2021-12-21T14:28:27.557Z] #60 289.4 + install -D bin/ctr /build/ctr
14:28:27 [2021-12-21T14:28:27.576Z] Removing intermediate container ba40f808b2d7
14:28:27 [2021-12-21T14:28:27.576Z]  ---> f15b1e9e93b5
14:28:27 [2021-12-21T14:28:27.576Z] 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}
14:28:27 [2021-12-21T14:28:27.576Z]  ---> Running in 00d02ffedce8
14:28:27 [2021-12-21T14:28:27.769Z] #28 53.82 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
14:28:27 [2021-12-21T14:28:27.770Z] #28 53.83 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:28:27 [2021-12-21T14:28:27.770Z] #28 53.87 Selecting previously unselected package net-tools.
14:28:27 [2021-12-21T14:28:27.770Z] #28 53.87 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
14:28:27 [2021-12-21T14:28:27.770Z] #28 53.88 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
14:28:27 [2021-12-21T14:28:27.770Z] #28 54.00 Selecting previously unselected package python-pip-whl.
14:28:27 [2021-12-21T14:28:27.770Z] #28 54.00 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ...
14:28:27 [2021-12-21T14:28:27.770Z] #28 54.01 Unpacking python-pip-whl (20.3.4-4) ...
14:28:28 [2021-12-21T14:28:28.045Z] Removing intermediate container 00d02ffedce8
14:28:28 [2021-12-21T14:28:28.045Z]  ---> 0828f0c8a1b0
14:28:28 [2021-12-21T14:28:28.045Z] 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;
14:28:28 [2021-12-21T14:28:28.045Z]  ---> Running in fc453d133006
14:28:28 [2021-12-21T14:28:28.060Z] #28 54.40 Selecting previously unselected package python3-lib2to3.
14:28:28 [2021-12-21T14:28:28.060Z] #28 54.40 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ...
14:28:28 [2021-12-21T14:28:28.322Z] #28 54.41 Unpacking python3-lib2to3 (3.9.2-1) ...
14:28:28 [2021-12-21T14:28:28.322Z] #28 54.53 Selecting previously unselected package python3-distutils.
14:28:28 [2021-12-21T14:28:28.322Z] #28 54.53 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ...
14:28:28 [2021-12-21T14:28:28.322Z] #28 54.53 Unpacking python3-distutils (3.9.2-1) ...
14:28:28 [2021-12-21T14:28:28.322Z] #28 54.61 Selecting previously unselected package python3-pkg-resources.
14:28:28 [2021-12-21T14:28:28.322Z] #28 54.62 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ...
14:28:28 [2021-12-21T14:28:28.322Z] #28 54.63 Unpacking python3-pkg-resources (52.0.0-4) ...
14:28:28 [2021-12-21T14:28:28.591Z] #28 54.70 Selecting previously unselected package python3-setuptools.
14:28:28 [2021-12-21T14:28:28.591Z] #28 54.71 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ...
14:28:28 [2021-12-21T14:28:28.591Z] #28 54.72 Unpacking python3-setuptools (52.0.0-4) ...
14:28:28 [2021-12-21T14:28:28.851Z] #28 54.93 Selecting previously unselected package python3-wheel.
14:28:28 [2021-12-21T14:28:28.851Z] #28 54.94 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ...
14:28:28 [2021-12-21T14:28:28.851Z] #28 54.95 Unpacking python3-wheel (0.34.2-1) ...
14:28:28 [2021-12-21T14:28:28.851Z] #28 55.00 Selecting previously unselected package python3-pip.
14:28:28 [2021-12-21T14:28:28.851Z] #28 55.00 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ...
14:28:28 [2021-12-21T14:28:28.851Z] #28 55.01 Unpacking python3-pip (20.3.4-4) ...
14:28:28 [2021-12-21T14:28:28.851Z] #28 55.19 Selecting previously unselected package sudo.
14:28:29 [2021-12-21T14:28:29.111Z] #28 55.19 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ...
14:28:29 [2021-12-21T14:28:29.111Z] #28 55.20 Unpacking sudo (1.9.5p2-3) ...
14:28:29 [2021-12-21T14:28:29.371Z] #28 55.56 Selecting previously unselected package thin-provisioning-tools.
14:28:29 [2021-12-21T14:28:29.371Z] #28 55.57 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ...
14:28:29 [2021-12-21T14:28:29.371Z] #28 55.58 Unpacking thin-provisioning-tools (0.9.0-1) ...
14:28:29 [2021-12-21T14:28:29.457Z] #60 DONE 291.3s
14:28:29 [2021-12-21T14:28:29.631Z] #28 55.74 Selecting previously unselected package uidmap.
14:28:29 [2021-12-21T14:28:29.631Z] #28 55.75 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ...
14:28:29 [2021-12-21T14:28:29.631Z] #28 55.76 Unpacking uidmap (1:4.8.1-1) ...
14:28:29 [2021-12-21T14:28:29.631Z] #28 55.86 Selecting previously unselected package vim-runtime.
14:28:29 [2021-12-21T14:28:29.631Z] #28 55.88 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
14:28:29 [2021-12-21T14:28:29.631Z] #28 55.90 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
14:28:29 [2021-12-21T14:28:29.631Z] #28 55.92 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
14:28:29 [2021-12-21T14:28:29.631Z] #28 55.92 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
14:28:30 [2021-12-21T14:28:30.574Z] #60 302.1 + bin/containerd-shim-runc-v2
14:28:30 [2021-12-21T14:28:30.574Z] #60 302.7 + binaries
14:28:30 [2021-12-21T14:28:30.574Z] #60 302.7 + install -D bin/containerd /build/containerd
14:28:30 [2021-12-21T14:28:30.574Z] #60 302.7 + install -D bin/containerd-shim /build/containerd-shim
14:28:30 [2021-12-21T14:28:30.574Z] #60 302.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
14:28:30 [2021-12-21T14:28:30.574Z] #60 302.8 + install -D bin/ctr /build/ctr
14:28:31 [2021-12-21T14:28:31.368Z] 
14:28:31 [2021-12-21T14:28:31.368Z] #61 [dev-systemd-false 21/24] COPY --from=containerd    /build/ /usr/local/bin/
14:28:31 [2021-12-21T14:28:31.368Z] #61 sha256:b52c80e6e6fb3ead548ba7598f9510105d61f413eb392729156847f2bd2f6fdf
14:28:31 [2021-12-21T14:28:31.539Z] #28 57.62 Selecting previously unselected package vim.
14:28:31 [2021-12-21T14:28:31.540Z] #28 57.63 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
14:28:31 [2021-12-21T14:28:31.540Z] #28 57.64 Unpacking vim (2:8.2.2434-3+deb11u1) ...
14:28:31 [2021-12-21T14:28:31.800Z] #28 58.01 Selecting previously unselected package xfsprogs.
14:28:31 [2021-12-21T14:28:31.801Z] #28 58.01 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ...
14:28:31 [2021-12-21T14:28:31.801Z] #28 58.02 Unpacking xfsprogs (5.10.0-4) ...
14:28:32 [2021-12-21T14:28:32.061Z] #28 58.33 Selecting previously unselected package zip.
14:28:32 [2021-12-21T14:28:32.061Z] #28 58.33 Preparing to unpack .../42-zip_3.0-12_amd64.deb ...
14:28:32 [2021-12-21T14:28:32.061Z] #28 58.34 Unpacking zip (3.0-12) ...
14:28:32 [2021-12-21T14:28:32.061Z] #28 58.42 Selecting previously unselected package zstd.
14:28:32 [2021-12-21T14:28:32.061Z] #28 58.42 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ...
14:28:32 [2021-12-21T14:28:32.061Z] #28 58.43 Unpacking zstd (1.4.8+dfsg-2.1) ...
14:28:32 [2021-12-21T14:28:32.303Z] #61 DONE 0.7s
14:28:32 [2021-12-21T14:28:32.303Z] 
14:28:32 [2021-12-21T14:28:32.303Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit   /build/ /usr/local/bin/
14:28:32 [2021-12-21T14:28:32.303Z] #66 sha256:c52015e9e84c930863bf9a7ec31742c30b4b1b96b0b81e92cde28e2458798c15
14:28:32 [2021-12-21T14:28:32.303Z] #66 DONE 0.2s
14:28:32 [2021-12-21T14:28:32.303Z] 
14:28:32 [2021-12-21T14:28:32.303Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit        /build/ /usr/local/bin/
14:28:32 [2021-12-21T14:28:32.303Z] #71 sha256:59440110550748a0980327f7c878290be40ab41cf79b78f9ba149eeb5ea94ebb
14:28:32 [2021-12-21T14:28:32.633Z] #28 58.67 Setting up python3-pkg-resources (52.0.0-4) ...
14:28:32 [2021-12-21T14:28:32.896Z] #28 59.22 Setting up libip4tc2:amd64 (1.8.7-1) ...
14:28:32 [2021-12-21T14:28:32.896Z] #28 59.23 Setting up net-tools (1.60+git20181103.0eebece-1) ...
14:28:32 [2021-12-21T14:28:32.896Z] #28 59.24 Setting up libgpm2:amd64 (1.20.7-8) ...
14:28:32 [2021-12-21T14:28:32.896Z] #28 59.24 Setting up libip6tc2:amd64 (1.8.7-1) ...
14:28:32 [2021-12-21T14:28:32.896Z] #28 59.25 Setting up libinih1:amd64 (53-1+b2) ...
14:28:32 [2021-12-21T14:28:32.896Z] #28 59.27 Setting up uidmap (1:4.8.1-1) ...
14:28:32 [2021-12-21T14:28:32.896Z] #28 59.28 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
14:28:32 [2021-12-21T14:28:32.896Z] #28 59.29 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
14:28:33 [2021-12-21T14:28:33.101Z] #60 DONE 304.8s
14:28:33 [2021-12-21T14:28:33.156Z] #28 59.30 Setting up python3-wheel (0.34.2-1) ...
14:28:33 [2021-12-21T14:28:33.237Z] #71 DONE 1.0s
14:28:33 [2021-12-21T14:28:33.237Z] 
14:28:33 [2021-12-21T14:28:33.237Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker
14:28:33 [2021-12-21T14:28:33.237Z] #72 sha256:6461dcaee46c6a56dc1aaf4de44c81752f0f9e936286b3c510ede837a2736280
14:28:33 [2021-12-21T14:28:33.237Z] #72 DONE 0.0s
14:28:33 [2021-12-21T14:28:33.237Z] 
14:28:33 [2021-12-21T14:28:33.237Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker
14:28:33 [2021-12-21T14:28:33.237Z] #73 sha256:edcdf0aae211ec73ca22ee8c6db1addd0fa4ce875dc2877d85dcfb8f1d0e5303
14:28:33 [2021-12-21T14:28:33.417Z] #28 59.72 Setting up xxd (2:8.2.2434-3+deb11u1) ...
14:28:33 [2021-12-21T14:28:33.677Z] #28 59.73 Setting up libcap2:amd64 (1:2.44-1) ...
14:28:33 [2021-12-21T14:28:33.677Z] #28 59.74 Setting up libcap2-bin (1:2.44-1) ...
14:28:33 [2021-12-21T14:28:33.677Z] #28 59.75 Setting up apparmor (2.13.6-10) ...
14:28:33 [2021-12-21T14:28:33.952Z] 
14:28:33 [2021-12-21T14:28:33.952Z] SUCCESS: Specified value was saved.
14:28:34 [2021-12-21T14:28:34.420Z] INFO: Downloading git...
14:28:34 [2021-12-21T14:28:34.475Z] 
14:28:34 [2021-12-21T14:28:34.475Z] #61 [dev-systemd-false 21/24] COPY --from=containerd    /build/ /usr/local/bin/
14:28:34 [2021-12-21T14:28:34.475Z] #61 sha256:79bdbcc5ab1184cfe0c7bff976f4bf1cc305062970572bd1662b3245f99440a7
14:28:34 [2021-12-21T14:28:34.618Z] #28 60.76 Setting up zip (3.0-12) ...
14:28:34 [2021-12-21T14:28:34.618Z] #28 60.77 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
14:28:34 [2021-12-21T14:28:34.618Z] #28 60.80 Setting up bash-completion (1:2.11-2) ...
14:28:35 [2021-12-21T14:28:35.138Z] #73 DONE 1.7s
14:28:35 [2021-12-21T14:28:35.138Z] 
14:28:35 [2021-12-21T14:28:35.138Z] #74 exporting to image
14:28:35 [2021-12-21T14:28:35.138Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:28:35 [2021-12-21T14:28:35.138Z] #74 exporting layers
14:28:35 [2021-12-21T14:28:35.410Z] #61 DONE 0.7s
14:28:35 [2021-12-21T14:28:35.410Z] 
14:28:35 [2021-12-21T14:28:35.410Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit   /build/ /usr/local/bin/
14:28:35 [2021-12-21T14:28:35.410Z] #66 sha256:4df2a30a8956f2a4b22719c543d78a64f0de5d596a65c92542f6d674864340b6
14:28:35 [2021-12-21T14:28:35.410Z] #66 DONE 0.2s
14:28:35 [2021-12-21T14:28:35.410Z] 
14:28:35 [2021-12-21T14:28:35.410Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit        /build/ /usr/local/bin/
14:28:35 [2021-12-21T14:28:35.410Z] #71 sha256:457689d100769370312ee0e7d7e88250dfa6bfae5d8ac00d2e9cd748afb1afb8
14:28:35 [2021-12-21T14:28:35.821Z] #28 61.93 Setting up libmnl0:amd64 (1.0.4-3) ...
14:28:35 [2021-12-21T14:28:35.821Z] #28 61.94 Setting up sudo (1.9.5p2-3) ...
14:28:35 [2021-12-21T14:28:35.821Z] #28 61.99 invoke-rc.d: could not determine current runlevel
14:28:35 [2021-12-21T14:28:35.821Z] #28 62.00 invoke-rc.d: policy-rc.d denied execution of start.
14:28:35 [2021-12-21T14:28:35.821Z] #28 62.01 Setting up xfsprogs (5.10.0-4) ...
14:28:35 [2021-12-21T14:28:35.821Z] #28 62.02 Setting up libxtables12:amd64 (1.8.7-1) ...
14:28:35 [2021-12-21T14:28:35.821Z] #28 62.03 Setting up inetutils-ping (2:2.0-1) ...
14:28:35 [2021-12-21T14:28:35.821Z] #28 62.04 Setting up pigz (2.6-1) ...
14:28:35 [2021-12-21T14:28:35.821Z] #28 62.05 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
14:28:35 [2021-12-21T14:28:35.821Z] #28 62.06 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
14:28:35 [2021-12-21T14:28:35.821Z] #28 62.07 Setting up python-pip-whl (20.3.4-4) ...
14:28:35 [2021-12-21T14:28:35.821Z] #28 62.08 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
14:28:35 [2021-12-21T14:28:35.986Z] INFO: Downloading go...
14:28:36 [2021-12-21T14:28:36.344Z] #71 DONE 0.9s
14:28:36 [2021-12-21T14:28:36.344Z] 
14:28:36 [2021-12-21T14:28:36.344Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker
14:28:36 [2021-12-21T14:28:36.344Z] #72 sha256:50714e4ccf19112d33b64ed0381bd15184478d1fcc8e777f91636acd5b78bb1f
14:28:36 [2021-12-21T14:28:36.344Z] #72 DONE 0.0s
14:28:36 [2021-12-21T14:28:36.344Z] 
14:28:36 [2021-12-21T14:28:36.344Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker
14:28:36 [2021-12-21T14:28:36.344Z] #73 sha256:71c493a3ebe3c1bcf9ae59003729c5615373c6ba712939be07245a277f1f48eb
14:28:36 [2021-12-21T14:28:36.391Z] #28 62.57 Setting up libaio1:amd64 (0.3.112-9) ...
14:28:36 [2021-12-21T14:28:36.391Z] #28 62.58 Setting up python3-lib2to3 (3.9.2-1) ...
14:28:36 [2021-12-21T14:28:36.652Z] #28 62.83 Setting up libelf1:amd64 (0.183-1) ...
14:28:36 [2021-12-21T14:28:36.652Z] #28 62.84 Setting up zstd (1.4.8+dfsg-2.1) ...
14:28:36 [2021-12-21T14:28:36.652Z] #28 62.85 Setting up libonig5:amd64 (6.9.6-1.1) ...
14:28:36 [2021-12-21T14:28:36.652Z] #28 62.86 Setting up python3-distutils (3.9.2-1) ...
14:28:36 [2021-12-21T14:28:36.912Z] #28 63.15 Setting up vim (2:8.2.2434-3+deb11u1) ...
14:28:36 [2021-12-21T14:28:36.912Z] #28 63.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
14:28:36 [2021-12-21T14:28:36.912Z] #28 63.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
14:28:36 [2021-12-21T14:28:36.912Z] #28 63.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
14:28:36 [2021-12-21T14:28:36.912Z] #28 63.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
14:28:36 [2021-12-21T14:28:36.912Z] #28 63.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
14:28:37 [2021-12-21T14:28:37.173Z] #28 63.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
14:28:37 [2021-12-21T14:28:37.173Z] #28 63.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
14:28:37 [2021-12-21T14:28:37.173Z] #28 63.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
14:28:37 [2021-12-21T14:28:37.173Z] #28 63.23 Setting up python3-setuptools (52.0.0-4) ...
14:28:37 [2021-12-21T14:28:37.718Z] #73 DONE 1.3s
14:28:37 [2021-12-21T14:28:37.718Z] 
14:28:37 [2021-12-21T14:28:37.718Z] #74 exporting to image
14:28:37 [2021-12-21T14:28:37.718Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:28:37 [2021-12-21T14:28:37.718Z] #74 exporting layers
14:28:38 [2021-12-21T14:28:38.005Z] #28 64.05 Setting up libjq1:amd64 (1.6-2.1) ...
14:28:38 [2021-12-21T14:28:38.005Z] #28 64.06 Setting up libnftnl11:amd64 (1.1.9-1) ...
14:28:38 [2021-12-21T14:28:38.005Z] #28 64.07 Setting up thin-provisioning-tools (0.9.0-1) ...
14:28:38 [2021-12-21T14:28:38.005Z] #28 64.08 Setting up python3-pip (20.3.4-4) ...
14:28:38 [2021-12-21T14:28:38.577Z] #28 64.81 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
14:28:38 [2021-12-21T14:28:38.577Z] #28 64.82 Setting up jq (1.6-2.1) ...
14:28:38 [2021-12-21T14:28:38.577Z] #28 64.83 Setting up libbpf0:amd64 (1:0.3-2) ...
14:28:38 [2021-12-21T14:28:38.577Z] #28 64.84 Setting up iptables (1.8.7-1) ...
14:28:38 [2021-12-21T14:28:38.577Z] #28 64.85 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
14:28:38 [2021-12-21T14:28:38.577Z] #28 64.85 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:28:38 [2021-12-21T14:28:38.577Z] #28 64.86 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
14:28:38 [2021-12-21T14:28:38.577Z] #28 64.86 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
14:28:38 [2021-12-21T14:28:38.577Z] #28 64.87 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
14:28:38 [2021-12-21T14:28:38.577Z] #28 64.87 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
14:28:38 [2021-12-21T14:28:38.577Z] #28 64.88 Setting up iproute2 (5.10.0-4) ...
14:28:38 [2021-12-21T14:28:38.946Z] INFO: Downloading compiler 1 of 3...
14:28:39 [2021-12-21T14:28:39.149Z] #28 65.12 Processing triggers for libc-bin (2.31-13+deb11u2) ...
14:28:39 [2021-12-21T14:28:39.721Z] #28 DONE 65.7s
14:28:39 [2021-12-21T14:28:39.721Z] 
14:28:39 [2021-12-21T14:28:39.721Z] #29 [dev-systemd-false  8/24] 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
14:28:39 [2021-12-21T14:28:39.721Z] #29 sha256:ce3779add2069b4dd08f7ccb09b185df26f5f61e79039df938d5be143774c09e
14:28:39 [2021-12-21T14:28:39.936Z] INFO: Downloading compiler 2 of 3...
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 14.7% of statements
14:28:40 [2021-12-21T14:28:40.222Z] ok  	github.com/docker/docker/api/server/middleware	0.004s	coverage: 37.7% of statements
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/server/router	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 5.7% of statements
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/types	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/types/container	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/types/events	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ok  	github.com/docker/docker/api/types/filters	0.008s	coverage: 92.2% of statements
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/types/image	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/types/network	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ok  	github.com/docker/docker/api/types/versions	0.006s	coverage: 77.3% of statements
14:28:40 [2021-12-21T14:28:40.222Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/builder	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ok  	github.com/docker/docker/builder/remotecontext	0.093s	coverage: 13.7% of statements
14:28:40 [2021-12-21T14:28:40.222Z] ok  	github.com/docker/docker/builder/dockerfile	0.168s	coverage: 49.0% of statements
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
14:28:40 [2021-12-21T14:28:40.222Z] ok  	github.com/docker/docker/builder/remotecontext/git	0.933s	coverage: 86.3% of statements
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/cli	[no test files]
14:28:40 [2021-12-21T14:28:40.222Z] ?   	github.com/docker/docker/cli/config	[no test files]
14:28:40 [2021-12-21T14:28:40.478Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.306s	coverage: 69.3% of statements
14:28:40 [2021-12-21T14:28:40.663Z] #29 1.322 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
14:28:40 [2021-12-21T14:28:40.921Z] INFO: Downloading compiler 3 of 3...
14:28:40 [2021-12-21T14:28:40.923Z] #29 1.329 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
14:28:40 [2021-12-21T14:28:40.923Z] #29 1.338 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
14:28:40 [2021-12-21T14:28:40.923Z] #29 DONE 1.4s
14:28:40 [2021-12-21T14:28:40.923Z] 
14:28:40 [2021-12-21T14:28:40.923Z] #30 [dev-systemd-false  9/24] RUN pip3 install yamllint==1.26.1
14:28:40 [2021-12-21T14:28:40.923Z] #30 sha256:4abb1c11cbe91f6af3bc60fb537c877283bb1c1ebbf1de5e8e4f4adcfdd493a0
14:28:41 [2021-12-21T14:28:41.388Z] INFO: Extracting git...
14:28:41 [2021-12-21T14:28:41.701Z] #74 exporting layers 5.7s done
14:28:41 [2021-12-21T14:28:41.701Z] #74 writing image sha256:6b029e146baf2e067bb39b647390a7df7d0b0c7a04231e3c24d31df55767c064 done
14:28:41 [2021-12-21T14:28:41.701Z] #74 naming to docker.io/library/docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 done
14:28:41 [2021-12-21T14:28:41.701Z] #74 DONE 5.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
14:28:42 [2021-12-21T14:28:42.037Z] + trap exit INT TERM
14:28:42 [2021-12-21T14:28:42.037Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
14:28:42 [2021-12-21T14:28:42.037Z] + CONTAINER_NAME=docker-pr44
14:28:42 [2021-12-21T14:28:42.037Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43075/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43075/.git:/go/src/github.com/docker/docker/.git --name docker-pr44-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4 -e DOCKER_GRAPHDRIVER docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 hack/make.sh dynbinary
14:28:42 [2021-12-21T14:28:42.370Z] ok  	github.com/docker/docker/client	0.107s	coverage: 75.6% of statements
14:28:43 [2021-12-21T14:28:43.940Z] 
14:28:43 [2021-12-21T14:28:43.940Z] Removing bundles/
14:28:43 [2021-12-21T14:28:43.940Z] 
14:28:43 [2021-12-21T14:28:43.940Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
14:28:43 [2021-12-21T14:28:43.940Z] Building: bundles/dynbinary-daemon/dockerd-dev
14:28:43 [2021-12-21T14:28:43.940Z] GOOS="" GOARCH="" GOARM=""
14:28:44 [2021-12-21T14:28:44.277Z] #74 exporting layers 5.9s done
14:28:44 [2021-12-21T14:28:44.277Z] #74 writing image sha256:f8c9db28c73e79ab7602e5bef282cd6a54e2a249c08dee63dcd281d8aa629c7c done
14:28:44 [2021-12-21T14:28:44.277Z] #74 naming to docker.io/library/docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 done
14:28:44 [2021-12-21T14:28:44.277Z] #74 DONE 6.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
14:28:44 [2021-12-21T14:28:44.626Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43075/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4 -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:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 hack/make.sh dynbinary test-integration
14:28:46 [2021-12-21T14:28:46.001Z] 
14:28:46 [2021-12-21T14:28:46.001Z] Removing bundles/
14:28:46 [2021-12-21T14:28:46.001Z] 
14:28:46 [2021-12-21T14:28:46.001Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
14:28:46 [2021-12-21T14:28:46.001Z] Building: bundles/dynbinary-daemon/dockerd-dev
14:28:46 [2021-12-21T14:28:46.001Z] GOOS="" GOARCH="" GOARM=""
14:28:53 [2021-12-21T14:28:53.146Z] #30 10.92 Collecting yamllint==1.26.1
14:28:53 [2021-12-21T14:28:53.146Z] #30 11.96   Downloading yamllint-1.26.1.tar.gz (126 kB)
14:28:53 [2021-12-21T14:28:53.717Z] #30 12.54 Collecting pathspec>=0.5.3
14:28:53 [2021-12-21T14:28:53.717Z] #30 12.55   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
14:28:53 [2021-12-21T14:28:53.717Z] #30 12.76 Collecting pyyaml
14:28:53 [2021-12-21T14:28:53.717Z] #30 12.78   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)
14:28:53 [2021-12-21T14:28:53.717Z] #30 12.83 Building wheels for collected packages: yamllint
14:28:53 [2021-12-21T14:28:53.717Z] #30 12.83   Building wheel for yamllint (setup.py): started
14:28:54 [2021-12-21T14:28:54.288Z] #30 13.34   Building wheel for yamllint (setup.py): finished with status 'done'
14:28:54 [2021-12-21T14:28:54.288Z] #30 13.34   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=9e23c801915e7d8386a1cb567676ff7bfd9d41c9bd854afc13dbcf500fba6670
14:28:54 [2021-12-21T14:28:54.288Z] #30 13.34   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
14:28:54 [2021-12-21T14:28:54.288Z] #30 13.34 Successfully built yamllint
14:28:54 [2021-12-21T14:28:54.288Z] #30 13.37 Installing collected packages: pyyaml, pathspec, yamllint
14:28:54 [2021-12-21T14:28:54.550Z] #30 13.59 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
14:28:54 [2021-12-21T14:28:54.811Z] #30 DONE 13.9s
14:28:54 [2021-12-21T14:28:54.811Z] 
14:28:54 [2021-12-21T14:28:54.811Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:28:54 [2021-12-21T14:28:54.811Z] #67 sha256:04fd0147dd2ea5fd6d44d569d9a9e01dc7590a84848035653dc781aedcde63fd
14:28:54 [2021-12-21T14:28:54.811Z] #67 ...
14:28:54 [2021-12-21T14:28:54.811Z] 
14:28:54 [2021-12-21T14:28:54.811Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli     /build/ /usr/local/cli
14:28:54 [2021-12-21T14:28:54.811Z] #34 sha256:892f91125b0ceb0d0347890bb64106cf601641c0b1d1ab88607ce8b2e4147cd2
14:28:55 [2021-12-21T14:28:55.072Z] #34 DONE 0.2s
14:28:55 [2021-12-21T14:28:55.072Z] 
14:28:55 [2021-12-21T14:28:55.072Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images
14:28:55 [2021-12-21T14:28:55.072Z] #39 sha256:3a87f2619324c018e1e185e59443edd75c135ea137c13a9cc99779f05af7e935
14:28:55 [2021-12-21T14:28:55.336Z] #39 DONE 0.4s
14:28:55 [2021-12-21T14:28:55.336Z] 
14:28:55 [2021-12-21T14:28:55.336Z] #42 [dev-systemd-false 12/24] COPY --from=swagger       /build/ /usr/local/bin/
14:28:55 [2021-12-21T14:28:55.336Z] #42 sha256:1b68de5877242fa7c30feae1c65d8c453399da4d567b6c75bb56b72c05261de6
14:28:55 [2021-12-21T14:28:55.597Z] #42 DONE 0.1s
14:28:55 [2021-12-21T14:28:55.597Z] 
14:28:55 [2021-12-21T14:28:55.597Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:28:55 [2021-12-21T14:28:55.597Z] #67 sha256:04fd0147dd2ea5fd6d44d569d9a9e01dc7590a84848035653dc781aedcde63fd
14:28:55 [2021-12-21T14:28:55.597Z] #67 ...
14:28:55 [2021-12-21T14:28:55.597Z] 
14:28:55 [2021-12-21T14:28:55.597Z] #44 [dev-systemd-false 13/24] COPY --from=tomll         /build/ /usr/local/bin/
14:28:55 [2021-12-21T14:28:55.597Z] #44 sha256:0c34c8f9a1c22a2afb8bd17a59d5753c90931f0c3d23cdffdc77e910d2c36c56
14:28:55 [2021-12-21T14:28:55.597Z] #44 DONE 0.1s
14:28:55 [2021-12-21T14:28:55.858Z] 
14:28:55 [2021-12-21T14:28:55.858Z] #48 [dev-systemd-false 14/24] COPY --from=tini          /build/ /usr/local/bin/
14:28:55 [2021-12-21T14:28:55.858Z] #48 sha256:321f4a54b20534df839c293fde1df02e87d788037a5328431e6640fb3c2a3acf
14:28:55 [2021-12-21T14:28:55.858Z] #48 DONE 0.1s
14:28:55 [2021-12-21T14:28:55.858Z] 
14:28:55 [2021-12-21T14:28:55.858Z] #51 [dev-systemd-false 15/24] COPY --from=registry      /build/ /usr/local/bin/
14:28:55 [2021-12-21T14:28:55.858Z] #51 sha256:d23bd43fe6910f4de2d5b119492ee68d9744ba3e0c48102b17a39798449cdb91
14:28:55 [2021-12-21T14:28:55.858Z] #51 DONE 0.2s
14:28:55 [2021-12-21T14:28:55.858Z] 
14:28:55 [2021-12-21T14:28:55.858Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:28:55 [2021-12-21T14:28:55.858Z] #63 sha256:2c2f6832f0b025603f55a9d4b25ff914e0369d24d09bf7b8f0e702feb2d7d914
14:28:56 [2021-12-21T14:28:56.119Z] #63 ...
14:28:56 [2021-12-21T14:28:56.119Z] 
14:28:56 [2021-12-21T14:28:56.119Z] #55 [dev-systemd-false 16/24] COPY --from=criu          /build/ /usr/local/bin/
14:28:56 [2021-12-21T14:28:56.119Z] #55 sha256:794f8623d68b5918c50945dabc06869d390b7c3de5d7b39b19e5d040da589b1e
14:28:56 [2021-12-21T14:28:56.119Z] #55 DONE 0.1s
14:28:56 [2021-12-21T14:28:56.119Z] 
14:28:56 [2021-12-21T14:28:56.119Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum     /build/ /usr/local/bin/
14:28:56 [2021-12-21T14:28:56.119Z] #57 sha256:3b1ccafdfdc0ba5eb16dc622b537df9e697084828a18f34bfa538a3f4040d997
14:28:56 [2021-12-21T14:28:56.119Z] #57 DONE 0.1s
14:28:56 [2021-12-21T14:28:56.119Z] 
14:28:56 [2021-12-21T14:28:56.119Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:28:56 [2021-12-21T14:28:56.119Z] #67 sha256:04fd0147dd2ea5fd6d44d569d9a9e01dc7590a84848035653dc781aedcde63fd
14:28:56 [2021-12-21T14:28:56.380Z] #67 ...
14:28:56 [2021-12-21T14:28:56.380Z] 
14:28:56 [2021-12-21T14:28:56.380Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/
14:28:56 [2021-12-21T14:28:56.380Z] #59 sha256:ea2e8c22dc791e49319dcc628a3b9e7493cfe336683351084826bbad0a5679bb
14:28:56 [2021-12-21T14:28:56.380Z] #59 DONE 0.2s
14:28:56 [2021-12-21T14:28:56.380Z] 
14:28:56 [2021-12-21T14:28:56.380Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt         /build/ /usr/local/bin/
14:28:56 [2021-12-21T14:28:56.380Z] #61 sha256:14ec22341fcc1bab17e4c477da77b4d42dd9c2f4d38c96ab7516a2239f1c7c09
14:28:56 [2021-12-21T14:28:56.380Z] #61 DONE 0.1s
14:28:56 [2021-12-21T14:28:56.380Z] 
14:28:56 [2021-12-21T14:28:56.380Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:28:56 [2021-12-21T14:28:56.380Z] #67 sha256:04fd0147dd2ea5fd6d44d569d9a9e01dc7590a84848035653dc781aedcde63fd
14:28:59 [2021-12-21T14:28:59.207Z] INFO: Expanding go...
14:29:14 [2021-12-21T14:29:14.435Z] ok  	github.com/docker/docker/cmd/dockerd	0.042s	coverage: 29.0% of statements
14:29:14 [2021-12-21T14:29:14.495Z] #67 ...
14:29:14 [2021-12-21T14:29:14.495Z] 
14:29:14 [2021-12-21T14:29:14.495Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
14:29:14 [2021-12-21T14:29:14.495Z] #63 sha256:2c2f6832f0b025603f55a9d4b25ff914e0369d24d09bf7b8f0e702feb2d7d914
14:29:14 [2021-12-21T14:29:14.495Z] #63 109.3 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
14:29:14 [2021-12-21T14:29:14.495Z] #63 110.1 + mkdir -p /build
14:29:14 [2021-12-21T14:29:14.495Z] #63 110.1 + cp runc /build/runc
14:29:14 [2021-12-21T14:29:14.495Z] #63 DONE 110.5s
14:29:14 [2021-12-21T14:29:14.495Z] 
14:29:14 [2021-12-21T14:29:14.495Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:29:14 [2021-12-21T14:29:14.495Z] #67 sha256:04fd0147dd2ea5fd6d44d569d9a9e01dc7590a84848035653dc781aedcde63fd
14:29:14 [2021-12-21T14:29:14.691Z] ok  	github.com/docker/docker/container	0.113s	coverage: 34.8% of statements
14:29:14 [2021-12-21T14:29:14.947Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.556s	coverage: 0.0% of statements
14:29:14 [2021-12-21T14:29:14.947Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
14:29:14 [2021-12-21T14:29:14.947Z] ?   	github.com/docker/docker/container/stream	[no test files]
14:29:14 [2021-12-21T14:29:14.947Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
14:29:14 [2021-12-21T14:29:14.947Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
14:29:14 [2021-12-21T14:29:14.947Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
14:29:17 [2021-12-21T14:29:17.040Z] #67 ...
14:29:17 [2021-12-21T14:29:17.040Z] 
14:29:17 [2021-12-21T14:29:17.040Z] #64 [dev-systemd-false 20/24] COPY --from=runc          /build/ /usr/local/bin/
14:29:17 [2021-12-21T14:29:17.040Z] #64 sha256:3c52794a87d42517dde2498afc28ef28199d3099e17f5bb590a67275c65f3ddf
14:29:17 [2021-12-21T14:29:17.301Z] #64 DONE 0.1s
14:29:17 [2021-12-21T14:29:17.301Z] 
14:29:17 [2021-12-21T14:29:17.301Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
14:29:17 [2021-12-21T14:29:17.301Z] #67 sha256:04fd0147dd2ea5fd6d44d569d9a9e01dc7590a84848035653dc781aedcde63fd
14:29:20 [2021-12-21T14:29:20.198Z] ok  	github.com/docker/docker/daemon/cluster	0.042s	coverage: 0.5% of statements
14:29:21 [2021-12-21T14:29:21.567Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.010s	coverage: 65.3% of statements
14:29:22 [2021-12-21T14:29:22.592Z] #67 182.1 # github.com/containerd/containerd/cmd/containerd
14:29:22 [2021-12-21T14:29:22.592Z] #67 182.1 /usr/bin/ld: /tmp/go-link-524726822/000019.o: in function `New':
14:29:22 [2021-12-21T14:29:22.592Z] #67 182.1 /tmp/tmp.piMuwVzAxm/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
14:29:22 [2021-12-21T14:29:22.592Z] #67 182.1 + bin/containerd-stress
14:29:22 [2021-12-21T14:29:22.935Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.009s	coverage: 35.9% of statements
14:29:23 [2021-12-21T14:29:23.162Z] #67 183.2 + bin/containerd-shim
14:29:24 [2021-12-21T14:29:24.519Z] INFO: Expanding compiler 1 of 3...
14:29:26 [2021-12-21T14:29:26.085Z] INFO: Expanding compiler 2 of 3...
14:29:29 [2021-12-21T14:29:29.473Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.433s	coverage: 13.8% of statements
14:29:30 [2021-12-21T14:29:30.402Z] ok  	github.com/docker/docker/daemon/config	0.024s	coverage: 80.9% of statements
14:29:30 [2021-12-21T14:29:30.965Z] ok  	github.com/docker/docker/daemon/discovery	0.003s	coverage: 30.0% of statements
14:29:31 [2021-12-21T14:29:31.222Z] ok  	github.com/docker/docker/daemon/events	0.056s	coverage: 50.0% of statements
14:29:31 [2021-12-21T14:29:31.302Z] #67 190.7 + bin/containerd-shim-runc-v1
14:29:31 [2021-12-21T14:29:31.955Z] INFO: Expanding compiler 3 of 3...
14:29:32 [2021-12-21T14:29:32.151Z] ok  	github.com/docker/docker/daemon/graphdriver	0.004s	coverage: 2.2% of statements
14:29:32 [2021-12-21T14:29:32.714Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.008s	coverage: 4.2% of statements
14:29:32 [2021-12-21T14:29:32.947Z] INFO: Removing downloaded files...
14:29:32 [2021-12-21T14:29:32.947Z] INFO: Downloading containerd
14:29:34 [2021-12-21T14:29:34.606Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.005s	coverage: 3.0% of statements
14:29:34 [2021-12-21T14:29:34.606Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.156s	coverage: 56.2% of statements
14:29:34 [2021-12-21T14:29:34.862Z] ok  	github.com/docker/docker/daemon	12.112s	coverage: 17.5% of statements
14:29:34 [2021-12-21T14:29:34.862Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
14:29:34 [2021-12-21T14:29:34.862Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
14:29:34 [2021-12-21T14:29:34.862Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
14:29:34 [2021-12-21T14:29:34.862Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
14:29:36 [2021-12-21T14:29:36.230Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.004s	coverage: 1.8% of statements
14:29:36 [2021-12-21T14:29:36.586Z] #67 195.9 + bin/containerd-shim-runc-v2
14:29:36 [2021-12-21T14:29:36.586Z] #67 196.5 + binaries
14:29:36 [2021-12-21T14:29:36.586Z] #67 196.5 + install -D bin/containerd /build/containerd
14:29:36 [2021-12-21T14:29:36.586Z] #67 196.5 + install -D bin/containerd-shim /build/containerd-shim
14:29:36 [2021-12-21T14:29:36.586Z] #67 196.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
14:29:36 [2021-12-21T14:29:36.586Z] #67 196.5 + install -D bin/ctr /build/ctr
14:29:36 [2021-12-21T14:29:36.846Z] #67 DONE 196.8s
14:29:38 [2021-12-21T14:29:38.124Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.288s	coverage: 50.5% of statements
14:29:38 [2021-12-21T14:29:38.229Z] 
14:29:38 [2021-12-21T14:29:38.229Z] #68 [dev-systemd-false 21/24] COPY --from=containerd    /build/ /usr/local/bin/
14:29:38 [2021-12-21T14:29:38.229Z] #68 sha256:34ce84c0931e85259622cb07a486dab0be0d2f9b2578c57f56d7fdc6ea7ae91e
14:29:38 [2021-12-21T14:29:38.229Z] #68 DONE 0.2s
14:29:38 [2021-12-21T14:29:38.489Z] 
14:29:38 [2021-12-21T14:29:38.489Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit   /build/ /usr/local/bin/
14:29:38 [2021-12-21T14:29:38.489Z] #73 sha256:098ff6a7d3b25f85dc5e0b45a6c9757889dec0442ebbebfb0e9394fcf1c359fc
14:29:38 [2021-12-21T14:29:38.489Z] #73 DONE 0.1s
14:29:38 [2021-12-21T14:29:38.489Z] 
14:29:38 [2021-12-21T14:29:38.489Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit        /build/ /usr/local/bin/
14:29:38 [2021-12-21T14:29:38.489Z] #78 sha256:6ad32160f6fe1df00989eaf815112dcbff26d9442fb9fb564ad7aab3b3cd2b02
14:29:39 [2021-12-21T14:29:39.061Z] #78 DONE 0.4s
14:29:39 [2021-12-21T14:29:39.061Z] 
14:29:39 [2021-12-21T14:29:39.061Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker
14:29:39 [2021-12-21T14:29:39.061Z] #79 sha256:594b695cdb68904168f0afcea3351265691d5eced41d93611257751f41ff41f2
14:29:39 [2021-12-21T14:29:39.061Z] #79 DONE 0.0s
14:29:39 [2021-12-21T14:29:39.061Z] 
14:29:39 [2021-12-21T14:29:39.061Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker
14:29:39 [2021-12-21T14:29:39.061Z] #80 sha256:9c6b303fcfb9183ba188564e416b8b17050caf1aed20524a0b5a2c69ad506eba
14:29:40 [2021-12-21T14:29:40.017Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.613s	coverage: 45.9% of statements
14:29:40 [2021-12-21T14:29:40.018Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
14:29:40 [2021-12-21T14:29:40.948Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	1.035s	coverage: 58.0% of statements
14:29:40 [2021-12-21T14:29:40.948Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
14:29:40 [2021-12-21T14:29:40.948Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
14:29:41 [2021-12-21T14:29:41.878Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.049s	coverage: 58.8% of statements
14:29:42 [2021-12-21T14:29:42.386Z] #80 DONE 3.1s
14:29:42 [2021-12-21T14:29:42.386Z] 
14:29:42 [2021-12-21T14:29:42.386Z] #81 exporting to image
14:29:42 [2021-12-21T14:29:42.386Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
14:29:42 [2021-12-21T14:29:42.386Z] #81 exporting layers
14:29:42 [2021-12-21T14:29:42.807Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.017s	coverage: 3.0% of statements
14:29:43 [2021-12-21T14:29:43.370Z] ok  	github.com/docker/docker/daemon/links	0.016s	coverage: 93.0% of statements
14:29:45 [2021-12-21T14:29:45.444Z] 
14:29:45 [2021-12-21T14:29:45.444Z] Name                           Version          Source           Summary       
14:29:45 [2021-12-21T14:29:45.444Z] ----                           -------          ------           -------       
14:29:45 [2021-12-21T14:29:45.444Z] 7Zip4Powershell                2.0.0            PSGallery        Powershell ...
14:29:45 [2021-12-21T14:29:45.444Z] 
14:29:45 [2021-12-21T14:29:45.444Z] PSPath            : Microsoft.PowerShell.Core\FileSystem::C:\containerd
14:29:45 [2021-12-21T14:29:45.444Z] PSParentPath      : Microsoft.PowerShell.Core\FileSystem::C:\
14:29:45 [2021-12-21T14:29:45.444Z] PSChildName       : containerd
14:29:45 [2021-12-21T14:29:45.444Z] PSDrive           : C
14:29:45 [2021-12-21T14:29:45.444Z] PSProvider        : Microsoft.PowerShell.Core\FileSystem
14:29:45 [2021-12-21T14:29:45.444Z] PSIsContainer     : True
14:29:45 [2021-12-21T14:29:45.444Z] Name              : containerd
14:29:45 [2021-12-21T14:29:45.444Z] FullName          : C:\containerd
14:29:45 [2021-12-21T14:29:45.444Z] Parent            : 
14:29:45 [2021-12-21T14:29:45.444Z] Exists            : True
14:29:45 [2021-12-21T14:29:45.444Z] Root              : C:\
14:29:45 [2021-12-21T14:29:45.444Z] Extension         : 
14:29:45 [2021-12-21T14:29:45.444Z] CreationTime      : 12/21/2021 2:29:44 PM
14:29:45 [2021-12-21T14:29:45.444Z] CreationTimeUtc   : 12/21/2021 2:29:44 PM
14:29:45 [2021-12-21T14:29:45.444Z] LastAccessTime    : 12/21/2021 2:29:44 PM
14:29:45 [2021-12-21T14:29:45.444Z] LastAccessTimeUtc : 12/21/2021 2:29:44 PM
14:29:45 [2021-12-21T14:29:45.444Z] LastWriteTime     : 12/21/2021 2:29:44 PM
14:29:45 [2021-12-21T14:29:45.444Z] LastWriteTimeUtc  : 12/21/2021 2:29:44 PM
14:29:45 [2021-12-21T14:29:45.444Z] Attributes        : Directory
14:29:45 [2021-12-21T14:29:45.444Z] Mode              : d-----
14:29:45 [2021-12-21T14:29:45.444Z] BaseName          : containerd
14:29:45 [2021-12-21T14:29:45.444Z] Target            : {}
14:29:45 [2021-12-21T14:29:45.444Z] LinkType          : 
14:29:45 [2021-12-21T14:29:45.444Z] 
14:29:45 [2021-12-21T14:29:45.892Z] ok  	github.com/docker/docker/daemon/images	0.040s	coverage: 6.7% of statements
14:29:45 [2021-12-21T14:29:45.892Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
14:29:45 [2021-12-21T14:29:45.892Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
14:29:46 [2021-12-21T14:29:46.149Z] ok  	github.com/docker/docker/daemon/logger	0.251s	coverage: 43.5% of statements
14:29:46 [2021-12-21T14:29:46.434Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
14:29:46 [2021-12-21T14:29:46.434Z] INFO: Configuring git core.autocrlf...
14:29:46 [2021-12-21T14:29:46.434Z] 
14:29:46 [2021-12-21T14:29:46.434Z] 
14:29:48 [2021-12-21T14:29:48.043Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.004s	coverage: 67.0% of statements
14:29:48 [2021-12-21T14:29:48.300Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.223s	coverage: 77.6% of statements
14:29:48 [2021-12-21T14:29:48.300Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
14:29:48 [2021-12-21T14:29:48.300Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
14:29:48 [2021-12-21T14:29:48.864Z] ok  	github.com/docker/docker/daemon/logger/journald	0.026s	coverage: 23.9% of statements
14:29:49 [2021-12-21T14:29:49.427Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.012s	coverage: 87.2% of statements
14:29:49 [2021-12-21T14:29:49.684Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.025s	coverage: 69.9% of statements
14:29:51 [2021-12-21T14:29:51.060Z] ok  	github.com/docker/docker/daemon/logger/local	0.037s	coverage: 75.2% of statements
14:29:51 [2021-12-21T14:29:51.060Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
14:29:51 [2021-12-21T14:29:51.625Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.066s	coverage: 58.6% of statements
14:29:52 [2021-12-21T14:29:52.188Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.026s	coverage: 31.5% of statements
14:29:53 [2021-12-21T14:29:53.557Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.016s	coverage: 46.8% of statements
14:29:53 [2021-12-21T14:29:53.891Z] 4d1d74adc6a9: Pull complete
14:29:53 [2021-12-21T14:29:53.891Z] Digest: sha256:1f8965b9b4e2097ac78590ba652f069eafd5b6a0a4e9e603a415d362bfb7638c
14:29:53 [2021-12-21T14:29:53.891Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022
14:29:53 [2021-12-21T14:29:53.891Z] mcr.microsoft.com/windows/servercore:ltsc2022
14:29:53 [2021-12-21T14:29:53.891Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully
14:29:53 [2021-12-21T14:29:53.891Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore
14:29:53 [2021-12-21T14:29:53.891Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.405'
14:29:53 [2021-12-21T14:29:53.891Z] INFO: Docker version of control daemon
14:29:53 [2021-12-21T14:29:53.891Z] 
14:29:53 [2021-12-21T14:29:53.891Z] Client:
14:29:53 [2021-12-21T14:29:53.891Z]  Version:           20.10.9
14:29:53 [2021-12-21T14:29:53.891Z]  API version:       1.41
14:29:53 [2021-12-21T14:29:53.891Z]  Go version:        go1.16.8
14:29:53 [2021-12-21T14:29:53.891Z]  Git commit:        c2ea9bc
14:29:53 [2021-12-21T14:29:53.891Z]  Built:             Mon Oct  4 16:11:10 2021
14:29:53 [2021-12-21T14:29:53.891Z]  OS/Arch:           windows/amd64
14:29:53 [2021-12-21T14:29:53.891Z]  Context:           default
14:29:53 [2021-12-21T14:29:53.891Z]  Experimental:      true
14:29:53 [2021-12-21T14:29:53.891Z] 
14:29:53 [2021-12-21T14:29:53.891Z] Server: Docker Engine - Community
14:29:53 [2021-12-21T14:29:53.891Z]  Engine:
14:29:53 [2021-12-21T14:29:53.891Z]   Version:          20.10.9
14:29:53 [2021-12-21T14:29:53.891Z]   API version:      1.41 (minimum version 1.24)
14:29:53 [2021-12-21T14:29:53.891Z]   Go version:       go1.16.8
14:29:53 [2021-12-21T14:29:53.891Z]   Git commit:       79ea9d3
14:29:53 [2021-12-21T14:29:53.891Z]   Built:            Mon Oct  4 16:06:39 2021
14:29:53 [2021-12-21T14:29:53.891Z]   OS/Arch:          windows/amd64
14:29:53 [2021-12-21T14:29:53.891Z]   Experimental:     true
14:29:53 [2021-12-21T14:29:53.891Z] 
14:29:53 [2021-12-21T14:29:53.891Z] INFO: Docker info of control daemon
14:29:53 [2021-12-21T14:29:53.891Z] 
14:29:53 [2021-12-21T14:29:53.891Z] Client:
14:29:53 [2021-12-21T14:29:53.891Z]  Context:    default
14:29:53 [2021-12-21T14:29:53.891Z]  Debug Mode: false
14:29:53 [2021-12-21T14:29:53.891Z] 
14:29:53 [2021-12-21T14:29:53.891Z] Server:
14:29:53 [2021-12-21T14:29:53.891Z]  Containers: 0
14:29:53 [2021-12-21T14:29:53.891Z]   Running: 0
14:29:53 [2021-12-21T14:29:53.891Z]   Paused: 0
14:29:53 [2021-12-21T14:29:53.891Z]   Stopped: 0
14:29:53 [2021-12-21T14:29:53.891Z]  Images: 1
14:29:53 [2021-12-21T14:29:53.891Z]  Server Version: 20.10.9
14:29:53 [2021-12-21T14:29:53.891Z]  Storage Driver: windowsfilter (windows) lcow (linux)
14:29:53 [2021-12-21T14:29:53.891Z]   Windows: 
14:29:53 [2021-12-21T14:29:53.891Z]   LCOW: 
14:29:53 [2021-12-21T14:29:53.891Z]  Logging Driver: json-file
14:29:53 [2021-12-21T14:29:53.891Z]  Plugins:
14:29:53 [2021-12-21T14:29:53.891Z]   Volume: local
14:29:53 [2021-12-21T14:29:53.891Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
14:29:53 [2021-12-21T14:29:53.891Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
14:29:53 [2021-12-21T14:29:53.891Z]  Swarm: inactive
14:29:53 [2021-12-21T14:29:53.891Z]  Default Isolation: process
14:29:53 [2021-12-21T14:29:53.891Z]  Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
14:29:53 [2021-12-21T14:29:53.891Z]  Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230)
14:29:53 [2021-12-21T14:29:53.891Z]  OSType: windows
14:29:53 [2021-12-21T14:29:53.891Z]  Architecture: x86_64
14:29:53 [2021-12-21T14:29:53.891Z]  CPUs: 4
14:29:53 [2021-12-21T14:29:53.891Z]  Total Memory: 32GiB
14:29:53 [2021-12-21T14:29:53.891Z]  Name: azwin-2-cdd2a0
14:29:53 [2021-12-21T14:29:53.891Z]  ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3
14:29:53 [2021-12-21T14:29:53.891Z]  Docker Root Dir: D:\docker
14:29:53 [2021-12-21T14:29:53.891Z]  Debug Mode: false
14:29:53 [2021-12-21T14:29:53.891Z]  Registry: https://index.docker.io/v1/
14:29:53 [2021-12-21T14:29:53.891Z]  Labels:
14:29:53 [2021-12-21T14:29:53.891Z]  Experimental: true
14:29:53 [2021-12-21T14:29:53.891Z]  Insecure Registries:
14:29:53 [2021-12-21T14:29:53.891Z]   10.0.0.4:5000
14:29:53 [2021-12-21T14:29:53.891Z]   127.0.0.0/8
14:29:53 [2021-12-21T14:29:53.891Z]  Registry Mirrors:
14:29:53 [2021-12-21T14:29:53.891Z]   http://10.0.0.4:5000/
14:29:53 [2021-12-21T14:29:53.891Z]  Live Restore Enabled: false
14:29:53 [2021-12-21T14:29:53.891Z]  Product License: Community Engine
14:29:53 [2021-12-21T14:29:53.891Z] 
14:29:53 [2021-12-21T14:29:53.891Z] 
14:29:53 [2021-12-21T14:29:53.891Z] INFO: Commit hash is 2e64c14543
14:29:53 [2021-12-21T14:29:53.891Z] INFO: Nuke-Everything...
14:29:53 [2021-12-21T14:29:53.891Z] INFO: Container count on control daemon to delete is 0
14:29:53 [2021-12-21T14:29:53.891Z] INFO: Nuking d:\CI
14:29:53 [2021-12-21T14:29:53.891Z] INFO: Zapped successfully
14:29:53 [2021-12-21T14:29:53.891Z] INFO: Location for testing is d:\CI\PR-43075\44
14:29:53 [2021-12-21T14:29:53.891Z] INFO: Validating GOLang consistency in Dockerfile.windows...
14:29:53 [2021-12-21T14:29:53.891Z] 
14:29:53 [2021-12-21T14:29:53.891Z] 
14:29:53 [2021-12-21T14:29:53.891Z] INFO: Building the image from Dockerfile.windows at 12/21/2021 14:29:43...
14:29:53 [2021-12-21T14:29:53.891Z] 
14:29:53 [2021-12-21T14:29:53.891Z] Sending build context to Docker daemon  63.87MB
14:29:53 [2021-12-21T14:29:53.891Z] 
14:29:53 [2021-12-21T14:29:53.891Z] Step 1/11 : FROM microsoft/windowsservercore
14:29:53 [2021-12-21T14:29:53.891Z]  ---> 136110e1a05c
14:29:53 [2021-12-21T14:29:53.891Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
14:29:53 [2021-12-21T14:29:53.891Z]  ---> Running in 783912f462f8
14:29:53 [2021-12-21T14:29:53.891Z] Removing intermediate container 783912f462f8
14:29:53 [2021-12-21T14:29:53.891Z]  ---> ef109fd131cf
14:29:53 [2021-12-21T14:29:53.891Z] Step 3/11 : ARG GO_VERSION=1.17.5
14:29:53 [2021-12-21T14:29:53.891Z]  ---> Running in 4d7096b5dd06
14:29:53 [2021-12-21T14:29:53.891Z] Removing intermediate container 4d7096b5dd06
14:29:53 [2021-12-21T14:29:53.891Z]  ---> 020948bae86d
14:29:53 [2021-12-21T14:29:53.891Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.8
14:29:53 [2021-12-21T14:29:53.891Z]  ---> Running in 6a3453787947
14:29:53 [2021-12-21T14:29:53.891Z] Removing intermediate container 6a3453787947
14:29:53 [2021-12-21T14:29:53.891Z]  ---> c373ed4e5cc1
14:29:53 [2021-12-21T14:29:53.891Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0
14:29:53 [2021-12-21T14:29:53.891Z]  ---> Running in 82f4821be2ec
14:29:53 [2021-12-21T14:29:53.891Z] Removing intermediate container 82f4821be2ec
14:29:53 [2021-12-21T14:29:53.891Z]  ---> 1f5eaf37b477
14:29:53 [2021-12-21T14:29:53.891Z] 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}
14:29:53 [2021-12-21T14:29:53.891Z]  ---> Running in 70dd1578a914
14:29:53 [2021-12-21T14:29:53.891Z] Removing intermediate container 70dd1578a914
14:29:53 [2021-12-21T14:29:53.891Z]  ---> 4ff8a9189a57
14:29:53 [2021-12-21T14:29:53.891Z] 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;
14:29:53 [2021-12-21T14:29:53.891Z]  ---> Running in 6f7deca2080c
14:29:54 [2021-12-21T14:29:54.119Z] ok  	github.com/docker/docker/daemon/logger/templates	0.031s	coverage: 8.3% of statements
14:29:54 [2021-12-21T14:29:54.666Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
14:29:54 [2021-12-21T14:29:54.666Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
14:29:54 [2021-12-21T14:29:54.666Z] GOOS="" GOARCH="" GOARM=""
14:29:54 [2021-12-21T14:29:54.666Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
14:29:54 [2021-12-21T14:29:54.666Z] 
14:29:54 [2021-12-21T14:29:54.666Z] ---> Making bundle: test-integration (in bundles/test-integration)
14:29:54 [2021-12-21T14:29:54.666Z] DOCKER_SYSTEMD=1
14:29:54 [2021-12-21T14:29:54.666Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
14:29:54 [2021-12-21T14:29:54.666Z] HOSTNAME=3a4820f56828
14:29:54 [2021-12-21T14:29:54.666Z] DEST=bundles/test-integration
14:29:54 [2021-12-21T14:29:54.666Z] PWD=/go/src/github.com/docker/docker
14:29:54 [2021-12-21T14:29:54.666Z] DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:29:54 [2021-12-21T14:29:54.666Z] container=docker
14:29:54 [2021-12-21T14:29:54.666Z] HOME=/root
14:29:54 [2021-12-21T14:29:54.666Z] LANG=C.UTF-8
14:29:54 [2021-12-21T14:29:54.666Z] INVOCATION_ID=4868654b38a042e185675ca4f3413199
14:29:54 [2021-12-21T14:29:54.666Z] GOLANG_VERSION=1.17.5
14:29:54 [2021-12-21T14:29:54.666Z] VALIDATE_REPO=https://github.com/moby/moby.git
14:29:54 [2021-12-21T14:29:54.666Z] VALIDATE_BRANCH=master
14:29:54 [2021-12-21T14:29:54.666Z] TERM=xterm
14:29:54 [2021-12-21T14:29:54.666Z] DOCKER_PKG=github.com/docker/docker
14:29:54 [2021-12-21T14:29:54.666Z] SHLVL=3
14:29:54 [2021-12-21T14:29:54.666Z] TIMEOUT=120m
14:29:54 [2021-12-21T14:29:54.666Z] DOCKER_BUILDTAGS=apparmor seccomp journald
14:29:54 [2021-12-21T14:29:54.666Z] DOCKER_GRAPHDRIVER=overlay2
14:29:54 [2021-12-21T14:29:54.666Z] GO111MODULE=off
14:29:54 [2021-12-21T14:29:54.666Z] DOCKER_EXPERIMENTAL=1
14:29:54 [2021-12-21T14:29:54.666Z] TEST_SKIP_INTEGRATION_CLI=1
14:29:54 [2021-12-21T14:29:54.666Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:29:54 [2021-12-21T14:29:54.666Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
14:29:54 [2021-12-21T14:29:54.666Z] GOPATH=/go
14:29:54 [2021-12-21T14:29:54.666Z] PKG_CONFIG=pkg-config
14:29:54 [2021-12-21T14:29:54.666Z] _=/usr/bin/env
14:29:54 [2021-12-21T14:29:54.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
14:29:54 [2021-12-21T14:29:54.680Z] ok  	github.com/docker/docker/daemon/network	0.008s	coverage: 63.8% of statements
14:29:55 [2021-12-21T14:29:55.242Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.790s	coverage: 82.5% of statements
14:29:55 [2021-12-21T14:29:55.242Z] ?   	github.com/docker/docker/daemon/names	[no test files]
14:29:55 [2021-12-21T14:29:55.242Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
14:29:57 [2021-12-21T14:29:57.132Z] ok  	github.com/docker/docker/distribution/metadata	0.053s	coverage: 48.2% of statements
14:29:57 [2021-12-21T14:29:57.633Z] 
14:29:57 [2021-12-21T14:29:57.633Z] SUCCESS: Specified value was saved.
14:29:57 [2021-12-21T14:29:57.695Z] ok  	github.com/docker/docker/distribution	0.146s	coverage: 26.4% of statements
14:29:57 [2021-12-21T14:29:57.695Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
14:29:58 [2021-12-21T14:29:58.598Z] INFO: Downloading git...
14:29:59 [2021-12-21T14:29:59.063Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 53.1% of statements
14:29:59 [2021-12-21T14:29:59.626Z] ok  	github.com/docker/docker/image	0.019s	coverage: 86.6% of statements
14:30:00 [2021-12-21T14:30:00.096Z] INFO: Downloading go...
14:30:00 [2021-12-21T14:30:00.236Z] ok  	github.com/docker/docker/image/cache	0.007s	coverage: 19.2% of statements
14:30:00 [2021-12-21T14:30:00.818Z] ok  	github.com/docker/docker/distribution/xfer	2.090s	coverage: 85.1% of statements
14:30:00 [2021-12-21T14:30:00.818Z] ?   	github.com/docker/docker/dockerversion	[no test files]
14:30:01 [2021-12-21T14:30:01.381Z] ok  	github.com/docker/docker/image/tarexport	0.016s	coverage: 0.7% of statements
14:30:01 [2021-12-21T14:30:01.647Z] ok  	github.com/docker/docker/image/v1	0.035s	coverage: 25.0% of statements
14:30:01 [2021-12-21T14:30:01.647Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
14:30:02 [2021-12-21T14:30:02.209Z] ok  	github.com/docker/docker/libcontainerd/queue	0.031s	coverage: 100.0% of statements
14:30:03 [2021-12-21T14:30:03.827Z] INFO: Downloading compiler 1 of 3...
14:30:03 [2021-12-21T14:30:03.828Z] INFO: Downloading compiler 2 of 3...
14:30:03 [2021-12-21T14:30:03.828Z] INFO: Downloading compiler 3 of 3...
14:30:03 [2021-12-21T14:30:03.828Z] INFO: Extracting git...
14:30:04 [2021-12-21T14:30:04.102Z] ok  	github.com/docker/docker/oci	0.028s	coverage: 43.3% of statements
14:30:05 [2021-12-21T14:30:05.030Z] ok  	github.com/docker/docker/opts	0.022s	coverage: 67.1% of statements
14:30:05 [2021-12-21T14:30:05.030Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
14:30:07 [2021-12-21T14:30:07.549Z] ok  	github.com/docker/docker/pkg/archive	0.269s	coverage: 82.6% of statements
14:30:07 [2021-12-21T14:30:07.806Z] ok  	github.com/docker/docker/pkg/authorization	0.260s	coverage: 68.3% of statements
14:30:08 [2021-12-21T14:30:08.061Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
14:30:08 [2021-12-21T14:30:08.061Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
14:30:08 [2021-12-21T14:30:08.958Z] #81 exporting layers 23.2s done
14:30:08 [2021-12-21T14:30:08.958Z] #81 writing image sha256:f3ef20bdc57219eb6b8981ae5e8b08f0f2845d1f78e2b25ea799c610cadef6c9 done
14:30:08 [2021-12-21T14:30:08.958Z] #81 naming to docker.io/library/docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 done
14:30:08 [2021-12-21T14:30:08.958Z] #81 DONE 23.2s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
14:30:09 [2021-12-21T14:30:09.309Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43075/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43075/.git:/go/src/github.com/docker/docker/.git --name docker-pr44 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 hack/validate/default
14:30:10 [2021-12-21T14:30:10.250Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:30:10 [2021-12-21T14:30:10.250Z] No api/types/ or api/swagger.yaml changes in diff.
14:30:10 [2021-12-21T14:30:10.250Z] Congratulations!  All TOML source files changed here have valid syntax.
14:30:10 [2021-12-21T14:30:10.393Z] 5ee7a7ea9cf2: Pull complete
14:30:10 [2021-12-21T14:30:10.393Z] Digest: sha256:50a88017fa694dd52cb1644a6d204f5305f78cce356f588dae0be983485065b2
14:30:10 [2021-12-21T14:30:10.393Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
14:30:10 [2021-12-21T14:30:10.393Z] mcr.microsoft.com/windows/servercore:ltsc2019
14:30:10 [2021-12-21T14:30:10.393Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully
14:30:10 [2021-12-21T14:30:10.393Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore
14:30:10 [2021-12-21T14:30:10.393Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2366'
14:30:10 [2021-12-21T14:30:10.393Z] INFO: Docker version of control daemon
14:30:10 [2021-12-21T14:30:10.393Z] 
14:30:10 [2021-12-21T14:30:10.393Z] Client:
14:30:10 [2021-12-21T14:30:10.393Z]  Version:           20.10.9
14:30:10 [2021-12-21T14:30:10.393Z]  API version:       1.41
14:30:10 [2021-12-21T14:30:10.393Z]  Go version:        go1.16.8
14:30:10 [2021-12-21T14:30:10.393Z]  Git commit:        c2ea9bc
14:30:10 [2021-12-21T14:30:10.393Z]  Built:             Mon Oct  4 16:11:10 2021
14:30:10 [2021-12-21T14:30:10.393Z]  OS/Arch:           windows/amd64
14:30:10 [2021-12-21T14:30:10.393Z]  Context:           default
14:30:10 [2021-12-21T14:30:10.393Z]  Experimental:      true
14:30:10 [2021-12-21T14:30:10.393Z] 
14:30:10 [2021-12-21T14:30:10.393Z] Server: Docker Engine - Community
14:30:10 [2021-12-21T14:30:10.393Z]  Engine:
14:30:10 [2021-12-21T14:30:10.393Z]   Version:          20.10.9
14:30:10 [2021-12-21T14:30:10.393Z]   API version:      1.41 (minimum version 1.24)
14:30:10 [2021-12-21T14:30:10.393Z]   Go version:       go1.16.8
14:30:10 [2021-12-21T14:30:10.393Z]   Git commit:       79ea9d3
14:30:10 [2021-12-21T14:30:10.393Z]   Built:            Mon Oct  4 16:06:39 2021
14:30:10 [2021-12-21T14:30:10.393Z]   OS/Arch:          windows/amd64
14:30:10 [2021-12-21T14:30:10.393Z]   Experimental:     true
14:30:10 [2021-12-21T14:30:10.393Z] 
14:30:10 [2021-12-21T14:30:10.393Z] INFO: Docker info of control daemon
14:30:10 [2021-12-21T14:30:10.393Z] 
14:30:10 [2021-12-21T14:30:10.393Z] Client:
14:30:10 [2021-12-21T14:30:10.393Z]  Context:    default
14:30:10 [2021-12-21T14:30:10.393Z]  Debug Mode: false
14:30:10 [2021-12-21T14:30:10.393Z]  Plugins:
14:30:10 [2021-12-21T14:30:10.393Z]   app: Docker Application (Docker Inc., v0.8.0)
14:30:10 [2021-12-21T14:30:10.393Z]   cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0)
14:30:10 [2021-12-21T14:30:10.393Z]   registry: Manage Docker registries (Docker Inc., 0.1.0)
14:30:10 [2021-12-21T14:30:10.393Z] 
14:30:10 [2021-12-21T14:30:10.393Z] Server:
14:30:10 [2021-12-21T14:30:10.393Z]  Containers: 0
14:30:10 [2021-12-21T14:30:10.393Z]   Running: 0
14:30:10 [2021-12-21T14:30:10.393Z]   Paused: 0
14:30:10 [2021-12-21T14:30:10.393Z]   Stopped: 0
14:30:10 [2021-12-21T14:30:10.393Z]  Images: 1
14:30:10 [2021-12-21T14:30:10.393Z]  Server Version: 20.10.9
14:30:10 [2021-12-21T14:30:10.393Z]  Storage Driver: lcow (linux) windowsfilter (windows)
14:30:10 [2021-12-21T14:30:10.393Z]   LCOW: 
14:30:10 [2021-12-21T14:30:10.393Z]   Windows: 
14:30:10 [2021-12-21T14:30:10.393Z]  Logging Driver: json-file
14:30:10 [2021-12-21T14:30:10.393Z]  Plugins:
14:30:10 [2021-12-21T14:30:10.393Z]   Volume: local
14:30:10 [2021-12-21T14:30:10.393Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
14:30:10 [2021-12-21T14:30:10.393Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
14:30:10 [2021-12-21T14:30:10.393Z]  Swarm: inactive
14:30:10 [2021-12-21T14:30:10.393Z]  Default Isolation: process
14:30:10 [2021-12-21T14:30:10.393Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
14:30:10 [2021-12-21T14:30:10.393Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183)
14:30:10 [2021-12-21T14:30:10.393Z]  OSType: windows
14:30:10 [2021-12-21T14:30:10.393Z]  Architecture: x86_64
14:30:10 [2021-12-21T14:30:10.393Z]  CPUs: 4
14:30:10 [2021-12-21T14:30:10.393Z]  Total Memory: 32GiB
14:30:10 [2021-12-21T14:30:10.393Z]  Name: azwin-2-ad82d0
14:30:10 [2021-12-21T14:30:10.393Z]  ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L
14:30:10 [2021-12-21T14:30:10.393Z]  Docker Root Dir: D:\docker
14:30:10 [2021-12-21T14:30:10.393Z]  Debug Mode: false
14:30:10 [2021-12-21T14:30:10.393Z]  Registry: https://index.docker.io/v1/
14:30:10 [2021-12-21T14:30:10.393Z]  Labels:
14:30:10 [2021-12-21T14:30:10.393Z]  Experimental: true
14:30:10 [2021-12-21T14:30:10.393Z]  Insecure Registries:
14:30:10 [2021-12-21T14:30:10.393Z]   10.0.0.4:5000
14:30:10 [2021-12-21T14:30:10.393Z]   127.0.0.0/8
14:30:10 [2021-12-21T14:30:10.393Z]  Registry Mirrors:
14:30:10 [2021-12-21T14:30:10.393Z]   http://10.0.0.4:5000/
14:30:10 [2021-12-21T14:30:10.393Z]  Live Restore Enabled: false
14:30:10 [2021-12-21T14:30:10.393Z]  Product License: Community Engine
14:30:10 [2021-12-21T14:30:10.393Z] 
14:30:10 [2021-12-21T14:30:10.393Z] 
14:30:10 [2021-12-21T14:30:10.393Z] INFO: Commit hash is 2e64c14543
14:30:10 [2021-12-21T14:30:10.393Z] INFO: Nuke-Everything...
14:30:10 [2021-12-21T14:30:10.393Z] INFO: Container count on control daemon to delete is 0
14:30:10 [2021-12-21T14:30:10.393Z] INFO: Nuking d:\CI
14:30:10 [2021-12-21T14:30:10.393Z] INFO: Zapped successfully
14:30:10 [2021-12-21T14:30:10.393Z] INFO: Location for testing is d:\CI\PR-43075\44
14:30:10 [2021-12-21T14:30:10.393Z] INFO: Validating GOLang consistency in Dockerfile.windows...
14:30:10 [2021-12-21T14:30:10.393Z] 
14:30:10 [2021-12-21T14:30:10.393Z] 
14:30:10 [2021-12-21T14:30:10.393Z] INFO: Building the image from Dockerfile.windows at 12/21/2021 14:30:06...
14:30:10 [2021-12-21T14:30:10.393Z] 
14:30:10 [2021-12-21T14:30:10.510Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:30:10 [2021-12-21T14:30:10.510Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:30:10 [2021-12-21T14:30:10.510Z] Congratulations!  No new tests were added to integration-cli.
14:30:10 [2021-12-21T14:30:10.510Z] 
14:30:10 [2021-12-21T14:30:10.510Z] INFO Start validation with golang-ci-lint
14:30:10 [2021-12-21T14:30:10.771Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:30:10 [2021-12-21T14:30:10.771Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:30:10 [2021-12-21T14:30:10.771Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:30:11 [2021-12-21T14:30:11.330Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.502s	coverage: 43.5% of statements
14:30:11 [2021-12-21T14:30:11.330Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
14:30:11 [2021-12-21T14:30:11.586Z] ok  	github.com/docker/docker/pkg/discovery	0.002s	coverage: 58.3% of statements
14:30:11 [2021-12-21T14:30:11.843Z] ok  	github.com/docker/docker/pkg/discovery/file	0.006s	coverage: 97.6% of statements
14:30:12 [2021-12-21T14:30:12.100Z] ok  	github.com/docker/docker/layer	7.549s	coverage: 68.8% of statements
14:30:12 [2021-12-21T14:30:12.100Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
14:30:12 [2021-12-21T14:30:12.100Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
14:30:12 [2021-12-21T14:30:12.100Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
14:30:12 [2021-12-21T14:30:12.100Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
14:30:12 [2021-12-21T14:30:12.100Z] ?   	github.com/docker/docker/oci/caps	[no test files]
14:30:12 [2021-12-21T14:30:12.100Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
14:30:12 [2021-12-21T14:30:12.100Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
14:30:12 [2021-12-21T14:30:12.663Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.002s	coverage: 92.3% of statements
14:30:12 [2021-12-21T14:30:12.663Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.002s	coverage: 93.8% of statements
14:30:12 [2021-12-21T14:30:12.920Z] ok  	github.com/docker/docker/pkg/dmesg	0.003s	coverage: 83.3% of statements
14:30:13 [2021-12-21T14:30:13.849Z] ok  	github.com/docker/docker/pkg/filenotify	0.603s	coverage: 67.0% of statements
14:30:14 [2021-12-21T14:30:14.411Z] ok  	github.com/docker/docker/pkg/fileutils	0.013s	coverage: 84.8% of statements
14:30:14 [2021-12-21T14:30:14.668Z] ok  	github.com/docker/docker/pkg/fsutils	0.173s	coverage: 85.1% of statements
14:30:14 [2021-12-21T14:30:14.924Z] ok  	github.com/docker/docker/pkg/homedir	0.002s	coverage: 11.4% of statements
14:30:15 [2021-12-21T14:30:15.180Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.024s	coverage: 84.1% of statements
14:30:15 [2021-12-21T14:30:15.744Z] ok  	github.com/docker/docker/pkg/idtools	0.411s	coverage: 69.5% of statements
14:30:16 [2021-12-21T14:30:16.208Z] Sending build context to Docker daemon  63.87MB
14:30:16 [2021-12-21T14:30:16.208Z] 
14:30:16 [2021-12-21T14:30:16.208Z] Step 1/11 : FROM microsoft/windowsservercore
14:30:16 [2021-12-21T14:30:16.208Z]  ---> 1316f72af619
14:30:16 [2021-12-21T14:30:16.208Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
14:30:16 [2021-12-21T14:30:16.307Z] ok  	github.com/docker/docker/pkg/ioutils	0.388s	coverage: 71.0% of statements
14:30:16 [2021-12-21T14:30:16.307Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
14:30:16 [2021-12-21T14:30:16.307Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
14:30:16 [2021-12-21T14:30:16.307Z] ok  	github.com/docker/docker/pkg/longpath	0.001s	coverage: 100.0% of statements
14:30:16 [2021-12-21T14:30:16.307Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
14:30:16 [2021-12-21T14:30:16.307Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
14:30:16 [2021-12-21T14:30:16.563Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.007s	coverage: 85.7% of statements
14:30:16 [2021-12-21T14:30:16.563Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
14:30:16 [2021-12-21T14:30:16.563Z] ok  	github.com/docker/docker/pkg/parsers	0.004s	coverage: 97.0% of statements
14:30:16 [2021-12-21T14:30:16.669Z]  ---> Running in f1eb4e3c6dfc
14:30:16 [2021-12-21T14:30:16.819Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
14:30:16 [2021-12-21T14:30:16.819Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
14:30:16 [2021-12-21T14:30:16.819Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 86.7% of statements
14:30:16 [2021-12-21T14:30:16.819Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
14:30:16 [2021-12-21T14:30:16.819Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
14:30:17 [2021-12-21T14:30:17.131Z] Removing intermediate container f1eb4e3c6dfc
14:30:17 [2021-12-21T14:30:17.131Z]  ---> 08e08180af89
14:30:17 [2021-12-21T14:30:17.131Z] Step 3/11 : ARG GO_VERSION=1.17.5
14:30:17 [2021-12-21T14:30:17.131Z]  ---> Running in 62fa19952c1d
14:30:17 [2021-12-21T14:30:17.381Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.013s	coverage: 56.8% of statements
14:30:17 [2021-12-21T14:30:17.600Z] Removing intermediate container 62fa19952c1d
14:30:17 [2021-12-21T14:30:17.600Z]  ---> e40a2044bca3
14:30:17 [2021-12-21T14:30:17.600Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.8
14:30:17 [2021-12-21T14:30:17.600Z]  ---> Running in 7c1a68dc16d2
14:30:17 [2021-12-21T14:30:17.944Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
14:30:18 [2021-12-21T14:30:18.062Z] Removing intermediate container 7c1a68dc16d2
14:30:18 [2021-12-21T14:30:18.062Z]  ---> 5447ea331be3
14:30:18 [2021-12-21T14:30:18.062Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0
14:30:18 [2021-12-21T14:30:18.062Z]  ---> Running in cca3eb33f87e
14:30:18 [2021-12-21T14:30:18.200Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
14:30:18 [2021-12-21T14:30:18.200Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
14:30:18 [2021-12-21T14:30:18.526Z] Removing intermediate container cca3eb33f87e
14:30:18 [2021-12-21T14:30:18.526Z]  ---> b5fde532668a
14:30:18 [2021-12-21T14:30:18.526Z] 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}
14:30:18 [2021-12-21T14:30:18.526Z]  ---> Running in aa84e9e38ad2
14:30:18 [2021-12-21T14:30:18.611Z] INFO: Expanding go...
14:30:18 [2021-12-21T14:30:18.986Z] Removing intermediate container aa84e9e38ad2
14:30:18 [2021-12-21T14:30:18.986Z]  ---> 1d5120408fb8
14:30:18 [2021-12-21T14:30:18.987Z] 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;
14:30:18 [2021-12-21T14:30:18.987Z]  ---> Running in 3e994cfb79bf
14:30:19 [2021-12-21T14:30:19.566Z] ok  	github.com/docker/docker/pkg/pubsub	1.043s	coverage: 75.0% of statements
14:30:19 [2021-12-21T14:30:19.828Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
14:30:19 [2021-12-21T14:30:19.828Z] ok  	github.com/docker/docker/pkg/stack	0.002s	coverage: 90.9% of statements
14:30:20 [2021-12-21T14:30:20.084Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
14:30:20 [2021-12-21T14:30:20.341Z] ok  	github.com/docker/docker/pkg/streamformatter	0.002s	coverage: 66.2% of statements
14:30:20 [2021-12-21T14:30:20.341Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
14:30:20 [2021-12-21T14:30:20.452Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
14:30:20 [2021-12-21T14:30:20.452Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
14:30:20 [2021-12-21T14:30:20.452Z] GOOS="" GOARCH="" GOARM=""
14:30:20 [2021-12-21T14:30:20.452Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
14:30:20 [2021-12-21T14:30:20.452Z] 
14:30:20 [2021-12-21T14:30:20.452Z] + TEST_INTEGRATION_DEST=2
14:30:20 [2021-12-21T14:30:20.452Z] + CONTAINER_NAME=docker-pr44-2
14:30:20 [2021-12-21T14:30:20.452Z] + TEST_SKIP_INTEGRATION=1
14:30:20 [2021-12-21T14:30:20.452Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
14:30:20 [2021-12-21T14:30:20.452Z] + run_tests
14:30:20 [2021-12-21T14:30:20.452Z] + c=0
14:30:20 [2021-12-21T14:30:20.452Z] + '[' -n 0 ']'
14:30:20 [2021-12-21T14:30:20.452Z] + rm=
14:30:20 [2021-12-21T14:30:20.452Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43075/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43075/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43075/.git:/go/src/github.com/docker/docker/.git --name docker-pr44-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 hack/make.sh '' test-integration
14:30:20 [2021-12-21T14:30:20.452Z] + TEST_INTEGRATION_DEST=1
14:30:20 [2021-12-21T14:30:20.452Z] + CONTAINER_NAME=docker-pr44-1
14:30:20 [2021-12-21T14:30:20.452Z] + TEST_SKIP_INTEGRATION_CLI=1
14:30:20 [2021-12-21T14:30:20.452Z] + run_tests test-integration-flaky
14:30:20 [2021-12-21T14:30:20.452Z] + '[' -n 0 ']'
14:30:20 [2021-12-21T14:30:20.452Z] + rm=
14:30:20 [2021-12-21T14:30:20.452Z] + TEST_INTEGRATION_DEST=3
14:30:20 [2021-12-21T14:30:20.452Z] + CONTAINER_NAME=docker-pr44-3
14:30:20 [2021-12-21T14:30:20.452Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43075/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43075/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43075/.git:/go/src/github.com/docker/docker/.git --name docker-pr44-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 hack/make.sh test-integration-flaky test-integration
14:30:20 [2021-12-21T14:30:20.452Z] ++ jobs -p
14:30:20 [2021-12-21T14:30:20.452Z] + TEST_SKIP_INTEGRATION=1
14:30:20 [2021-12-21T14:30:20.452Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
14:30:20 [2021-12-21T14:30:20.452Z] + run_tests
14:30:20 [2021-12-21T14:30:20.452Z] + '[' -n 0 ']'
14:30:20 [2021-12-21T14:30:20.452Z] + rm=
14:30:20 [2021-12-21T14:30:20.452Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43075/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43075/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43075/.git:/go/src/github.com/docker/docker/.git --name docker-pr44-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 hack/make.sh '' test-integration
14:30:20 [2021-12-21T14:30:20.452Z] + for job in $(jobs -p)
14:30:20 [2021-12-21T14:30:20.452Z] + wait 9305
14:30:20 [2021-12-21T14:30:20.904Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 50.7% of statements
14:30:21 [2021-12-21T14:30:21.391Z] 
14:30:21 [2021-12-21T14:30:21.391Z] ---> Making bundle: test-integration (in bundles/test-integration)
14:30:21 [2021-12-21T14:30:21.391Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
14:30:21 [2021-12-21T14:30:21.391Z] HOSTNAME=01b689a8309a
14:30:21 [2021-12-21T14:30:21.391Z] TEST_SKIP_INTEGRATION=1
14:30:21 [2021-12-21T14:30:21.391Z] TESTDEBUG=0
14:30:21 [2021-12-21T14:30:21.391Z] DEST=bundles/test-integration
14:30:21 [2021-12-21T14:30:21.391Z] PWD=/go/src/github.com/docker/docker
14:30:21 [2021-12-21T14:30:21.391Z] KEEPBUNDLE=1
14:30:21 [2021-12-21T14:30:21.391Z] DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:30:21 [2021-12-21T14:30:21.391Z] container=docker
14:30:21 [2021-12-21T14:30:21.391Z] HOME=/root
14:30:21 [2021-12-21T14:30:21.391Z] GOLANG_VERSION=1.17.5
14:30:21 [2021-12-21T14:30:21.391Z] VALIDATE_REPO=https://github.com/moby/moby.git
14:30:21 [2021-12-21T14:30:21.391Z] VALIDATE_BRANCH=master
14:30:21 [2021-12-21T14:30:21.391Z] TERM=xterm
14:30:21 [2021-12-21T14:30:21.391Z] DOCKER_PKG=github.com/docker/docker
14:30:21 [2021-12-21T14:30:21.391Z] SHLVL=1
14:30:21 [2021-12-21T14:30:21.391Z] TIMEOUT=120m
14:30:21 [2021-12-21T14:30:21.391Z] DOCKER_BUILDTAGS=apparmor seccomp journald
14:30:21 [2021-12-21T14:30:21.391Z] DOCKER_GRAPHDRIVER=overlay2
14:30:21 [2021-12-21T14:30:21.391Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
14:30:21 [2021-12-21T14:30:21.391Z] GO111MODULE=off
14:30:21 [2021-12-21T14:30:21.391Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:30:21 [2021-12-21T14:30:21.391Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
14:30:21 [2021-12-21T14:30:21.391Z] GOPATH=/go
14:30:21 [2021-12-21T14:30:21.391Z] PKG_CONFIG=pkg-config
14:30:21 [2021-12-21T14:30:21.391Z] _=/usr/bin/env
14:30:21 [2021-12-21T14:30:21.391Z] Building test suite binary ./integration-cli/test.main
14:30:21 [2021-12-21T14:30:21.467Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 40.1% of statements
14:30:21 [2021-12-21T14:30:21.467Z] ok  	github.com/docker/docker/pkg/tailfile	0.041s	coverage: 88.6% of statements
14:30:21 [2021-12-21T14:30:21.651Z] 
14:30:21 [2021-12-21T14:30:21.651Z] 
14:30:21 [2021-12-21T14:30:21.910Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
14:30:21 [2021-12-21T14:30:21.910Z] ---> Making bundle: test-integration (in bundles/test-integration)
14:30:21 [2021-12-21T14:30:21.910Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
14:30:21 [2021-12-21T14:30:21.910Z] HOSTNAME=4b3774f967fe
14:30:21 [2021-12-21T14:30:21.910Z] TEST_SKIP_INTEGRATION=1
14:30:21 [2021-12-21T14:30:21.910Z] TESTDEBUG=0
14:30:21 [2021-12-21T14:30:21.910Z] DEST=bundles/test-integration
14:30:21 [2021-12-21T14:30:21.910Z] PWD=/go/src/github.com/docker/docker
14:30:21 [2021-12-21T14:30:21.910Z] KEEPBUNDLE=1
14:30:21 [2021-12-21T14:30:21.910Z] DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:30:21 [2021-12-21T14:30:21.910Z] container=docker
14:30:21 [2021-12-21T14:30:21.910Z] HOME=/root
14:30:21 [2021-12-21T14:30:21.910Z] GOLANG_VERSION=1.17.5
14:30:21 [2021-12-21T14:30:21.910Z] VALIDATE_REPO=https://github.com/moby/moby.git
14:30:21 [2021-12-21T14:30:21.910Z] VALIDATE_BRANCH=master
14:30:21 [2021-12-21T14:30:21.910Z] TERM=xterm
14:30:21 [2021-12-21T14:30:21.910Z] DOCKER_PKG=github.com/docker/docker
14:30:21 [2021-12-21T14:30:21.910Z] SHLVL=1
14:30:21 [2021-12-21T14:30:21.910Z] TIMEOUT=120m
14:30:21 [2021-12-21T14:30:21.910Z] DOCKER_BUILDTAGS=apparmor seccomp journald
14:30:21 [2021-12-21T14:30:21.910Z] DOCKER_GRAPHDRIVER=overlay2
14:30:21 [2021-12-21T14:30:21.910Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
14:30:21 [2021-12-21T14:30:21.910Z] GO111MODULE=off
14:30:21 [2021-12-21T14:30:21.910Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:30:21 [2021-12-21T14:30:21.910Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
14:30:21 [2021-12-21T14:30:21.910Z] GOPATH=/go
14:30:21 [2021-12-21T14:30:21.910Z] PKG_CONFIG=pkg-config
14:30:21 [2021-12-21T14:30:21.910Z] _=/usr/bin/env
14:30:21 [2021-12-21T14:30:21.910Z] Building test suite binary ./integration-cli/test.main
14:30:22 [2021-12-21T14:30:22.029Z] ok  	github.com/docker/docker/pkg/tarsum	0.048s	coverage: 89.3% of statements
14:30:22 [2021-12-21T14:30:22.029Z] coverage: [no statements]
14:30:22 [2021-12-21T14:30:22.029Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
14:30:22 [2021-12-21T14:30:22.467Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
14:30:22 [2021-12-21T14:30:22.467Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
14:30:22 [2021-12-21T14:30:22.467Z] GOOS="" GOARCH="" GOARM=""
14:30:22 [2021-12-21T14:30:22.467Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
14:30:22 [2021-12-21T14:30:22.467Z] 
14:30:22 [2021-12-21T14:30:22.467Z] ---> Making bundle: test-integration (in bundles/test-integration)
14:30:22 [2021-12-21T14:30:22.467Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
14:30:22 [2021-12-21T14:30:22.467Z] HOSTNAME=dba8aa61ee3d
14:30:22 [2021-12-21T14:30:22.467Z] DEST=bundles/test-integration
14:30:22 [2021-12-21T14:30:22.467Z] PWD=/go/src/github.com/docker/docker
14:30:22 [2021-12-21T14:30:22.467Z] DOCKER_ROOTLESS=1
14:30:22 [2021-12-21T14:30:22.467Z] DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:30:22 [2021-12-21T14:30:22.467Z] container=docker
14:30:22 [2021-12-21T14:30:22.467Z] HOME=/root
14:30:22 [2021-12-21T14:30:22.467Z] GOLANG_VERSION=1.17.5
14:30:22 [2021-12-21T14:30:22.467Z] VALIDATE_REPO=https://github.com/moby/moby.git
14:30:22 [2021-12-21T14:30:22.467Z] VALIDATE_BRANCH=master
14:30:22 [2021-12-21T14:30:22.467Z] TERM=xterm
14:30:22 [2021-12-21T14:30:22.467Z] DOCKER_PKG=github.com/docker/docker
14:30:22 [2021-12-21T14:30:22.467Z] SHLVL=1
14:30:22 [2021-12-21T14:30:22.467Z] TIMEOUT=120m
14:30:22 [2021-12-21T14:30:22.467Z] DOCKER_BUILDTAGS=apparmor seccomp journald
14:30:22 [2021-12-21T14:30:22.467Z] DOCKER_GRAPHDRIVER=overlay2
14:30:22 [2021-12-21T14:30:22.467Z] GO111MODULE=off
14:30:22 [2021-12-21T14:30:22.467Z] DOCKER_EXPERIMENTAL=1
14:30:22 [2021-12-21T14:30:22.467Z] TEST_SKIP_INTEGRATION_CLI=1
14:30:22 [2021-12-21T14:30:22.467Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:30:22 [2021-12-21T14:30:22.467Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
14:30:22 [2021-12-21T14:30:22.467Z] GOPATH=/go
14:30:22 [2021-12-21T14:30:22.467Z] PKG_CONFIG=pkg-config
14:30:22 [2021-12-21T14:30:22.467Z] _=/usr/bin/env
14:30:22 [2021-12-21T14:30:22.467Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
14:30:22 [2021-12-21T14:30:22.478Z] No new tests added to integration.
14:30:22 [2021-12-21T14:30:22.478Z] 
14:30:22 [2021-12-21T14:30:22.478Z] ---> Making bundle: test-integration (in bundles/test-integration)
14:30:22 [2021-12-21T14:30:22.591Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
14:30:22 [2021-12-21T14:30:22.591Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
14:30:22 [2021-12-21T14:30:22.591Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
14:30:24 [2021-12-21T14:30:24.481Z] ok  	github.com/docker/docker/plugin	0.514s	coverage: 23.2% of statements
14:30:24 [2021-12-21T14:30:24.737Z] ok  	github.com/docker/docker/plugin/v2	0.002s	coverage: 14.4% of statements
14:30:24 [2021-12-21T14:30:24.994Z] ok  	github.com/docker/docker/profiles/seccomp	0.007s	coverage: 86.0% of statements
14:30:25 [2021-12-21T14:30:25.766Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
14:30:25 [2021-12-21T14:30:25.766Z] HOSTNAME=e32ff6e11751
14:30:25 [2021-12-21T14:30:25.766Z] TESTDEBUG=0
14:30:25 [2021-12-21T14:30:25.766Z] DEST=bundles/test-integration
14:30:25 [2021-12-21T14:30:25.766Z] PWD=/go/src/github.com/docker/docker
14:30:25 [2021-12-21T14:30:25.766Z] KEEPBUNDLE=1
14:30:25 [2021-12-21T14:30:25.766Z] DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:30:25 [2021-12-21T14:30:25.766Z] container=docker
14:30:25 [2021-12-21T14:30:25.766Z] HOME=/root
14:30:25 [2021-12-21T14:30:25.766Z] GOLANG_VERSION=1.17.5
14:30:25 [2021-12-21T14:30:25.766Z] VALIDATE_REPO=https://github.com/moby/moby.git
14:30:25 [2021-12-21T14:30:25.766Z] VALIDATE_BRANCH=master
14:30:25 [2021-12-21T14:30:25.766Z] TERM=xterm
14:30:25 [2021-12-21T14:30:25.766Z] DOCKER_PKG=github.com/docker/docker
14:30:25 [2021-12-21T14:30:25.766Z] SHLVL=1
14:30:25 [2021-12-21T14:30:25.766Z] TIMEOUT=120m
14:30:25 [2021-12-21T14:30:25.766Z] DOCKER_BUILDTAGS=apparmor seccomp journald
14:30:25 [2021-12-21T14:30:25.766Z] DOCKER_GRAPHDRIVER=overlay2
14:30:25 [2021-12-21T14:30:25.766Z] GO111MODULE=off
14:30:25 [2021-12-21T14:30:25.766Z] TEST_SKIP_INTEGRATION_CLI=1
14:30:25 [2021-12-21T14:30:25.766Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:30:25 [2021-12-21T14:30:25.766Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
14:30:25 [2021-12-21T14:30:25.766Z] GOPATH=/go
14:30:25 [2021-12-21T14:30:25.766Z] PKG_CONFIG=pkg-config
14:30:25 [2021-12-21T14:30:25.766Z] _=/usr/bin/env
14:30:25 [2021-12-21T14:30:25.766Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
14:30:26 [2021-12-21T14:30:26.360Z] ok  	github.com/docker/docker/quota	0.221s	coverage: 71.4% of statements
14:30:26 [2021-12-21T14:30:26.360Z] ok  	github.com/docker/docker/reference	0.005s	coverage: 84.4% of statements
14:30:27 [2021-12-21T14:30:27.289Z] ok  	github.com/docker/docker/registry	0.050s	coverage: 58.3% of statements
14:30:27 [2021-12-21T14:30:27.852Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
14:30:27 [2021-12-21T14:30:27.852Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
14:30:28 [2021-12-21T14:30:28.415Z] ok  	github.com/docker/docker/runconfig	0.006s	coverage: 65.7% of statements
14:30:28 [2021-12-21T14:30:28.671Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
14:30:31 [2021-12-21T14:30:31.188Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
14:30:31 [2021-12-21T14:30:31.750Z] ok  	github.com/docker/docker/volume/local	0.102s	coverage: 76.4% of statements
14:30:32 [2021-12-21T14:30:32.006Z] ok  	github.com/docker/docker/volume/mounts	0.006s	coverage: 67.7% of statements
14:30:33 [2021-12-21T14:30:33.373Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 72.3% of statements
14:30:40 [2021-12-21T14:30:40.119Z] 
14:30:40 [2021-12-21T14:30:40.119Z] SUCCESS: Specified value was saved.
14:30:40 [2021-12-21T14:30:40.119Z] INFO: Downloading git...
14:30:41 [2021-12-21T14:30:41.114Z] INFO: Downloading go...
14:30:41 [2021-12-21T14:30:41.297Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
14:30:41 [2021-12-21T14:30:41.297Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
14:30:42 [2021-12-21T14:30:42.688Z] INFO: Downloading compiler 1 of 3...
14:30:42 [2021-12-21T14:30:42.688Z] INFO: Downloading compiler 2 of 3...
14:30:42 [2021-12-21T14:30:42.688Z] INFO: Downloading compiler 3 of 3...
14:30:42 [2021-12-21T14:30:42.688Z] INFO: Extracting git...
14:30:43 [2021-12-21T14:30:43.719Z] INFO: Expanding compiler 1 of 3...
14:30:44 [2021-12-21T14:30:44.683Z] INFO: Expanding compiler 2 of 3...
14:30:50 [2021-12-21T14:30:50.464Z] INFO: Expanding compiler 3 of 3...
14:30:50 [2021-12-21T14:30:50.926Z] INFO: Removing downloaded files...
14:30:51 [2021-12-21T14:30:51.383Z] INFO: Downloading containerd
14:30:51 [2021-12-21T14:30:51.416Z] ok  	github.com/docker/docker/pkg/plugins	33.637s	coverage: 76.3% of statements
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/pkg/term	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/rootless	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/testutil/request	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/volume	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === Skipped
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z]     network_proxy_test.go:208: No support for dual stack yet
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:32Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs
14:30:51 [2021-12-21T14:30:51.416Z]     aufs_test.go:37: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:30:51 [2021-12-21T14:30:51.416Z]     graphtest_unix.go:44: Driver btrfs not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:30:51 [2021-12-21T14:30:51.416Z]     graphtest_unix.go:44: Driver btrfs not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:30:51 [2021-12-21T14:30:51.416Z]     graphtest_unix.go:44: Driver btrfs not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:30:51 [2021-12-21T14:30:51.416Z]     graphtest_unix.go:44: Driver btrfs not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:30:51 [2021-12-21T14:30:51.416Z]     graphtest_unix.go:44: Driver btrfs not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z]     graphtest_unix.go:71: No driver to put!
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:30:51 [2021-12-21T14:30:51.416Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
14:30:51 [2021-12-21T14:30:51.416Z] time="2021-12-21T14:29:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:30:51 [2021-12-21T14:30:51.416Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:30:51 [2021-12-21T14:30:51.416Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:30:51 [2021-12-21T14:30:51.416Z] 
14:30:51 [2021-12-21T14:30:51.416Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z] time="2021-12-21T14:29:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z] time="2021-12-21T14:29:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z] time="2021-12-21T14:29:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:71: No driver to put!
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z]     overlay_test.go:50: Fails to compute changes intermittently
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z]     overlay_test.go:65: Cannot run test with naive change algorithm
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:44: Driver zfs not supported
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:44: Driver zfs not supported
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:44: Driver zfs not supported
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:44: Driver zfs not supported
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:44: Driver zfs not supported
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z]     graphtest_unix.go:71: No driver to put!
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
14:30:51 [2021-12-21T14:30:51.417Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
14:30:51 [2021-12-21T14:30:51.417Z] 
14:30:51 [2021-12-21T14:30:51.417Z] DONE 2340 tests, 53 skipped in 211.814s
14:30:51 [2021-12-21T14:30:51.417Z] + '[' -n 'github.com/docker/docker/libnetwork
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/bitseq
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/cluster
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/config
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/datastore
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/diagnostic
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/discoverapi
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/driverapi
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drivers/bridge
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drivers/host
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drivers/null
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drivers/overlay
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drivers/remote
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drivers/windows
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/drvregistry
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/etchosts
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/hostdiscovery
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/idm
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/internal/caller
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/ipam
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/ipamapi
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/ipams/builtin
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/ipams/null
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/ipams/remote
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/ipamutils
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/iptables
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/netlabel
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/netutils
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/networkdb
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/ns
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/options
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/osl
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/osl/kernel
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/portallocator
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/portmapper
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/resolvconf
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/testutils
14:30:51 [2021-12-21T14:30:51.417Z] github.com/docker/docker/libnetwork/types' ']'
14:30:51 [2021-12-21T14:30:51.417Z] + 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
14:30:59 [2021-12-21T14:30:59.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
14:31:00 [2021-12-21T14:31:00.406Z] INFO: Expanding go...
14:31:01 [2021-12-21T14:31:01.180Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
14:31:01 [2021-12-21T14:31:01.180Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
14:31:03 [2021-12-21T14:31:03.744Z] 
14:31:03 [2021-12-21T14:31:03.744Z] Name                           Version          Source           Summary       
14:31:03 [2021-12-21T14:31:03.744Z] ----                           -------          ------           -------       
14:31:03 [2021-12-21T14:31:03.744Z] 7Zip4Powershell                2.0.0            PSGallery        Powershell ...
14:31:04 [2021-12-21T14:31:04.708Z] 
14:31:04 [2021-12-21T14:31:04.708Z] PSPath            : Microsoft.PowerShell.Core\FileSystem::C:\containerd
14:31:04 [2021-12-21T14:31:04.708Z] PSParentPath      : Microsoft.PowerShell.Core\FileSystem::C:\
14:31:04 [2021-12-21T14:31:04.708Z] PSChildName       : containerd
14:31:04 [2021-12-21T14:31:04.708Z] PSDrive           : C
14:31:04 [2021-12-21T14:31:04.708Z] PSProvider        : Microsoft.PowerShell.Core\FileSystem
14:31:04 [2021-12-21T14:31:04.708Z] PSIsContainer     : True
14:31:04 [2021-12-21T14:31:04.708Z] Name              : containerd
14:31:04 [2021-12-21T14:31:04.708Z] FullName          : C:\containerd
14:31:04 [2021-12-21T14:31:04.708Z] Parent            : 
14:31:04 [2021-12-21T14:31:04.708Z] Exists            : True
14:31:04 [2021-12-21T14:31:04.708Z] Root              : C:\
14:31:04 [2021-12-21T14:31:04.708Z] Extension         : 
14:31:04 [2021-12-21T14:31:04.708Z] CreationTime      : 12/21/2021 2:31:04 PM
14:31:04 [2021-12-21T14:31:04.708Z] CreationTimeUtc   : 12/21/2021 2:31:04 PM
14:31:04 [2021-12-21T14:31:04.708Z] LastAccessTime    : 12/21/2021 2:31:04 PM
14:31:04 [2021-12-21T14:31:04.708Z] LastAccessTimeUtc : 12/21/2021 2:31:04 PM
14:31:04 [2021-12-21T14:31:04.708Z] LastWriteTime     : 12/21/2021 2:31:04 PM
14:31:04 [2021-12-21T14:31:04.708Z] LastWriteTimeUtc  : 12/21/2021 2:31:04 PM
14:31:04 [2021-12-21T14:31:04.708Z] Attributes        : Directory
14:31:04 [2021-12-21T14:31:04.708Z] Mode              : d-----
14:31:04 [2021-12-21T14:31:04.708Z] BaseName          : containerd
14:31:04 [2021-12-21T14:31:04.708Z] Target            : {}
14:31:04 [2021-12-21T14:31:04.708Z] LinkType          : 
14:31:04 [2021-12-21T14:31:04.708Z] 
14:31:06 [2021-12-21T14:31:06.243Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
14:31:06 [2021-12-21T14:31:06.243Z] INFO: Configuring git core.autocrlf...
14:31:06 [2021-12-21T14:31:06.243Z] 
14:31:06 [2021-12-21T14:31:06.243Z] 
14:31:09 [2021-12-21T14:31:09.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
14:31:12 [2021-12-21T14:31:12.719Z] Removing intermediate container fc453d133006
14:31:12 [2021-12-21T14:31:12.719Z]  ---> 7920098c8d6f
14:31:12 [2021-12-21T14:31:12.719Z] 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
14:31:12 [2021-12-21T14:31:12.719Z]  ---> Running in d9155e154681
14:31:12 [2021-12-21T14:31:12.719Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin
14:31:12 [2021-12-21T14:31:12.719Z] go: downloading gotest.tools/gotestsum v1.7.0
14:31:12 [2021-12-21T14:31:12.719Z] go: downloading github.com/fatih/color v1.10.0
14:31:12 [2021-12-21T14:31:12.719Z] go: downloading github.com/dnephin/pflag v1.0.7
14:31:12 [2021-12-21T14:31:12.719Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:31:12 [2021-12-21T14:31:12.719Z] go: downloading github.com/pkg/errors v0.9.1
14:31:12 [2021-12-21T14:31:12.719Z] go: downloading golang.org/x/tools v0.1.0
14:31:12 [2021-12-21T14:31:12.719Z] go: downloading github.com/mattn/go-colorable v0.1.8
14:31:12 [2021-12-21T14:31:12.719Z] go: downloading github.com/mattn/go-isatty v0.0.12
14:31:12 [2021-12-21T14:31:12.719Z] go: downloading github.com/fsnotify/fsnotify v1.4.9
14:31:12 [2021-12-21T14:31:12.719Z] go: downloading github.com/jonboulle/clockwork v0.2.2
14:31:12 [2021-12-21T14:31:12.719Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
14:31:12 [2021-12-21T14:31:12.719Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
14:31:12 [2021-12-21T14:31:12.719Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
14:31:12 [2021-12-21T14:31:12.719Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
14:31:12 [2021-12-21T14:31:12.719Z] go: downloading golang.org/x/mod v0.3.0
14:31:17 [2021-12-21T14:31:17.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
14:31:17 [2021-12-21T14:31:17.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
14:31:17 [2021-12-21T14:31:17.965Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
14:31:18 [2021-12-21T14:31:18.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
14:31:18 [2021-12-21T14:31:18.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
14:31:19 [2021-12-21T14:31:19.820Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
14:31:22 [2021-12-21T14:31:22.341Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
14:31:23 [2021-12-21T14:31:23.268Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
14:31:24 [2021-12-21T14:31:24.195Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
14:31:24 [2021-12-21T14:31:24.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
14:31:25 [2021-12-21T14:31:25.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
14:31:25 [2021-12-21T14:31:25.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
14:31:27 [2021-12-21T14:31:27.308Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
14:31:27 [2021-12-21T14:31:27.724Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
14:31:27 [2021-12-21T14:31:27.872Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
14:31:28 [2021-12-21T14:31:28.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
14:31:29 [2021-12-21T14:31:29.362Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
14:31:29 [2021-12-21T14:31:29.362Z] Using test binary docker
14:31:29 [2021-12-21T14:31:29.362Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
14:31:29 [2021-12-21T14:31:29.362Z] Starting apparmor (via systemctl): apparmor.service.
14:31:29 [2021-12-21T14:31:29.362Z] INFO: Waiting for daemon to start...
14:31:29 [2021-12-21T14:31:29.362Z] Starting dockerd
14:31:30 [2021-12-21T14:31:30.401Z] INFO: Expanding compiler 1 of 3...
14:31:30 [2021-12-21T14:31:30.401Z] INFO: Expanding compiler 2 of 3...
14:31:33 [2021-12-21T14:31:33.315Z] INFO: Expanding compiler 3 of 3...
14:31:33 [2021-12-21T14:31:33.526Z] .
14:31:33 [2021-12-21T14:31:33.526Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
14:31:33 [2021-12-21T14:31:33.526Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
14:31:33 [2021-12-21T14:31:33.526Z] Error: No such image: emptyfs
14:31:33 [2021-12-21T14:31:33.526Z] Running integration-test (iteration 1)
14:31:33 [2021-12-21T14:31:33.526Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
14:31:33 [2021-12-21T14:31:33.526Z] Loaded image: busybox:latest
14:31:33 [2021-12-21T14:31:33.526Z] Loaded image: busybox:glibc
14:31:33 [2021-12-21T14:31:33.966Z] Removing intermediate container d9155e154681
14:31:33 [2021-12-21T14:31:33.967Z]  ---> 1bc7abe0ddcb
14:31:33 [2021-12-21T14:31:33.967Z] Step 9/11 : ENTRYPOINT ["powershell.exe"]
14:31:33 [2021-12-21T14:31:33.967Z]  ---> Running in 48e5b6bd8bf2
14:31:33 [2021-12-21T14:31:33.967Z] Removing intermediate container 48e5b6bd8bf2
14:31:33 [2021-12-21T14:31:33.967Z]  ---> 963645161654
14:31:33 [2021-12-21T14:31:33.967Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker
14:31:33 [2021-12-21T14:31:33.967Z]  ---> Running in 59e11fab6e5f
14:31:33 [2021-12-21T14:31:33.967Z] Removing intermediate container 59e11fab6e5f
14:31:33 [2021-12-21T14:31:33.967Z]  ---> e91f00b8a8dc
14:31:33 [2021-12-21T14:31:33.967Z] Step 11/11 : COPY . .
14:31:34 [2021-12-21T14:31:34.286Z] INFO: Removing downloaded files...
14:31:34 [2021-12-21T14:31:34.286Z] INFO: Downloading containerd
14:31:34 [2021-12-21T14:31:34.368Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
14:31:34 [2021-12-21T14:31:34.891Z] Loaded image: debian:bullseye-slim
14:31:34 [2021-12-21T14:31:34.891Z] Loaded image: hello-world:latest
14:31:34 [2021-12-21T14:31:34.891Z] Loaded image: arm32v7/hello-world:latest
14:31:34 [2021-12-21T14:31:34.891Z] INFO: Testing against a local daemon
14:31:34 [2021-12-21T14:31:34.891Z] === RUN   TestCgroupNamespacesBuild
14:31:36 [2021-12-21T14:31:36.262Z] --- PASS: TestCgroupNamespacesBuild (1.31s)
14:31:36 [2021-12-21T14:31:36.262Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
14:31:37 [2021-12-21T14:31:37.682Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.24s)
14:31:37 [2021-12-21T14:31:37.682Z] === RUN   TestBuildWithSession
14:31:37 [2021-12-21T14:31:37.682Z]     build_session_test.go:25: TODO: BuildKit
14:31:37 [2021-12-21T14:31:37.682Z] --- SKIP: TestBuildWithSession (0.00s)
14:31:37 [2021-12-21T14:31:37.682Z] === RUN   TestBuildSquashParent
14:31:38 [2021-12-21T14:31:38.078Z] ok  	github.com/docker/docker/libnetwork	37.103s	coverage: 40.7% of statements
14:31:38 [2021-12-21T14:31:38.078Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.125s	coverage: 84.4% of statements
14:31:38 [2021-12-21T14:31:38.078Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
14:31:38 [2021-12-21T14:31:38.078Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
14:31:38 [2021-12-21T14:31:38.078Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
14:31:38 [2021-12-21T14:31:38.078Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
14:31:38 [2021-12-21T14:31:38.078Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
14:31:38 [2021-12-21T14:31:38.078Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
14:31:38 [2021-12-21T14:31:38.078Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
14:31:38 [2021-12-21T14:31:38.078Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
14:31:38 [2021-12-21T14:31:38.078Z] ok  	github.com/docker/docker/libnetwork/config	0.028s	coverage: 24.0% of statements
14:31:38 [2021-12-21T14:31:38.078Z] ok  	github.com/docker/docker/libnetwork/datastore	0.002s	coverage: 21.9% of statements
14:31:38 [2021-12-21T14:31:38.078Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
14:31:38 [2021-12-21T14:31:38.078Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
14:31:38 [2021-12-21T14:31:38.078Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
14:31:39 [2021-12-21T14:31:39.006Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.344s	coverage: 59.9% of statements
14:31:39 [2021-12-21T14:31:39.006Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
14:31:39 [2021-12-21T14:31:39.006Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
14:31:39 [2021-12-21T14:31:39.569Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.082s	coverage: 4.0% of statements
14:31:39 [2021-12-21T14:31:39.569Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
14:31:40 [2021-12-21T14:31:40.132Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.014s	coverage: 4.5% of statements
14:31:40 [2021-12-21T14:31:40.132Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
14:31:40 [2021-12-21T14:31:40.389Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
14:31:41 [2021-12-21T14:31:41.848Z] --- PASS: TestBuildSquashParent (3.88s)
14:31:41 [2021-12-21T14:31:41.848Z] === RUN   TestBuildWithRemoveAndForceRemove
14:31:41 [2021-12-21T14:31:41.848Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:31:41 [2021-12-21T14:31:41.848Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:31:41 [2021-12-21T14:31:41.848Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:31:41 [2021-12-21T14:31:41.848Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:31:41 [2021-12-21T14:31:41.848Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:31:41 [2021-12-21T14:31:41.848Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:31:41 [2021-12-21T14:31:41.848Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:31:41 [2021-12-21T14:31:41.848Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:31:41 [2021-12-21T14:31:41.848Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:31:41 [2021-12-21T14:31:41.848Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:31:41 [2021-12-21T14:31:41.848Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:31:41 [2021-12-21T14:31:41.848Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:31:41 [2021-12-21T14:31:41.848Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:31:41 [2021-12-21T14:31:41.848Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:31:42 [2021-12-21T14:31:42.776Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:31:43 [2021-12-21T14:31:43.032Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:31:44 [2021-12-21T14:31:44.341Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
14:31:44 [2021-12-21T14:31:44.341Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
14:31:44 [2021-12-21T14:31:44.398Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:31:44 [2021-12-21T14:31:44.398Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:31:44 [2021-12-21T14:31:44.600Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
14:31:45 [2021-12-21T14:31:45.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
14:31:45 [2021-12-21T14:31:45.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
14:31:46 [2021-12-21T14:31:46.285Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
14:31:46 [2021-12-21T14:31:46.285Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.45s)
14:31:46 [2021-12-21T14:31:46.285Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.68s)
14:31:46 [2021-12-21T14:31:46.285Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.43s)
14:31:46 [2021-12-21T14:31:46.285Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.39s)
14:31:46 [2021-12-21T14:31:46.285Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.54s)
14:31:46 [2021-12-21T14:31:46.285Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.88s)
14:31:46 [2021-12-21T14:31:46.285Z] === RUN   TestBuildMultiStageCopy
14:31:46 [2021-12-21T14:31:46.285Z] === RUN   TestBuildMultiStageCopy/copy_to_root
14:31:46 [2021-12-21T14:31:46.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
14:31:47 [2021-12-21T14:31:47.650Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
14:31:47 [2021-12-21T14:31:47.650Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
14:31:47 [2021-12-21T14:31:47.906Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
14:31:48 [2021-12-21T14:31:48.162Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
14:31:48 [2021-12-21T14:31:48.418Z] --- PASS: TestBuildMultiStageCopy (2.19s)
14:31:48 [2021-12-21T14:31:48.419Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.38s)
14:31:48 [2021-12-21T14:31:48.419Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s)
14:31:48 [2021-12-21T14:31:48.419Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s)
14:31:48 [2021-12-21T14:31:48.419Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s)
14:31:48 [2021-12-21T14:31:48.419Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s)
14:31:48 [2021-12-21T14:31:48.419Z] === RUN   TestBuildMultiStageParentConfig
14:31:48 [2021-12-21T14:31:48.981Z] --- PASS: TestBuildMultiStageParentConfig (0.60s)
14:31:48 [2021-12-21T14:31:48.981Z] === RUN   TestBuildLabelWithTargets
14:31:49 [2021-12-21T14:31:49.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
14:31:49 [2021-12-21T14:31:49.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
14:31:49 [2021-12-21T14:31:49.909Z] --- PASS: TestBuildLabelWithTargets (0.90s)
14:31:49 [2021-12-21T14:31:49.909Z] === RUN   TestBuildWithEmptyLayers
14:31:50 [2021-12-21T14:31:50.164Z] --- PASS: TestBuildWithEmptyLayers (0.40s)
14:31:50 [2021-12-21T14:31:50.164Z] === RUN   TestBuildMultiStageOnBuild
14:31:50 [2021-12-21T14:31:50.330Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	7.775s	coverage: 7.2% of statements
14:31:50 [2021-12-21T14:31:50.330Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
14:31:50 [2021-12-21T14:31:50.330Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.002s	coverage: 63.6% of statements
14:31:50 [2021-12-21T14:31:50.330Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.009s	coverage: 57.4% of statements
14:31:50 [2021-12-21T14:31:50.330Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
14:31:50 [2021-12-21T14:31:50.330Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
14:31:50 [2021-12-21T14:31:50.330Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
14:31:50 [2021-12-21T14:31:50.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
14:31:50 [2021-12-21T14:31:50.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
14:31:50 [2021-12-21T14:31:50.842Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.014s	coverage: 82.4% of statements
14:31:50 [2021-12-21T14:31:50.842Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.013s	coverage: 81.2% of statements
14:31:51 [2021-12-21T14:31:51.405Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.002s	coverage: 48.1% of statements
14:31:51 [2021-12-21T14:31:51.405Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
14:31:51 [2021-12-21T14:31:51.661Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.001s	coverage: 100.0% of statements
14:31:51 [2021-12-21T14:31:51.709Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
14:31:52 [2021-12-21T14:31:52.055Z] --- PASS: TestBuildMultiStageOnBuild (1.50s)
14:31:52 [2021-12-21T14:31:52.055Z] === RUN   TestBuildUncleanTarFilenames
14:31:52 [2021-12-21T14:31:52.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
14:31:52 [2021-12-21T14:31:52.311Z] --- PASS: TestBuildUncleanTarFilenames (0.55s)
14:31:52 [2021-12-21T14:31:52.311Z] === RUN   TestBuildMultiStageLayerLeak
14:31:53 [2021-12-21T14:31:53.654Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
14:31:54 [2021-12-21T14:31:54.198Z] --- PASS: TestBuildMultiStageLayerLeak (1.66s)
14:31:54 [2021-12-21T14:31:54.198Z] === RUN   TestBuildWithHugeFile
14:31:54 [2021-12-21T14:31:54.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
14:31:54 [2021-12-21T14:31:54.788Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
14:31:55 [2021-12-21T14:31:55.722Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
14:31:55 [2021-12-21T14:31:55.722Z] Using test binary docker
14:31:55 [2021-12-21T14:31:55.722Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
14:31:55 [2021-12-21T14:31:55.722Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
14:31:55 [2021-12-21T14:31:55.722Z] INFO: Waiting for daemon to start...
14:31:55 [2021-12-21T14:31:55.722Z] Starting dockerd
14:31:59 [2021-12-21T14:31:59.008Z] .
14:31:59 [2021-12-21T14:31:59.008Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
14:31:59 [2021-12-21T14:31:59.008Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
14:31:59 [2021-12-21T14:31:59.008Z] Error: No such image: emptyfs
14:31:59 [2021-12-21T14:31:59.008Z] Running integration-test (iteration 1)
14:31:59 [2021-12-21T14:31:59.008Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
14:31:59 [2021-12-21T14:31:59.008Z] Loaded image: busybox:latest
14:31:59 [2021-12-21T14:31:59.008Z] Loaded image: busybox:glibc
14:31:59 [2021-12-21T14:31:59.447Z] 
14:31:59 [2021-12-21T14:31:59.447Z] Name                           Version          Source           Summary       
14:31:59 [2021-12-21T14:31:59.447Z] ----                           -------          ------           -------       
14:31:59 [2021-12-21T14:31:59.447Z] 7Zip4Powershell                2.0.0            PSGallery        Powershell ...
14:31:59 [2021-12-21T14:31:59.447Z] 
14:31:59 [2021-12-21T14:31:59.447Z] PSPath            : Microsoft.PowerShell.Core\FileSystem::C:\containerd
14:31:59 [2021-12-21T14:31:59.447Z] PSParentPath      : Microsoft.PowerShell.Core\FileSystem::C:\
14:31:59 [2021-12-21T14:31:59.447Z] PSChildName       : containerd
14:31:59 [2021-12-21T14:31:59.447Z] PSDrive           : C
14:31:59 [2021-12-21T14:31:59.447Z] PSProvider        : Microsoft.PowerShell.Core\FileSystem
14:31:59 [2021-12-21T14:31:59.447Z] PSIsContainer     : True
14:31:59 [2021-12-21T14:31:59.447Z] Name              : containerd
14:31:59 [2021-12-21T14:31:59.447Z] FullName          : C:\containerd
14:31:59 [2021-12-21T14:31:59.447Z] Parent            : 
14:31:59 [2021-12-21T14:31:59.447Z] Exists            : True
14:31:59 [2021-12-21T14:31:59.447Z] Root              : C:\
14:31:59 [2021-12-21T14:31:59.447Z] Extension         : 
14:31:59 [2021-12-21T14:31:59.447Z] CreationTime      : 12/21/2021 2:31:56 PM
14:31:59 [2021-12-21T14:31:59.447Z] CreationTimeUtc   : 12/21/2021 2:31:56 PM
14:31:59 [2021-12-21T14:31:59.447Z] LastAccessTime    : 12/21/2021 2:31:56 PM
14:31:59 [2021-12-21T14:31:59.447Z] LastAccessTimeUtc : 12/21/2021 2:31:56 PM
14:31:59 [2021-12-21T14:31:59.447Z] LastWriteTime     : 12/21/2021 2:31:56 PM
14:31:59 [2021-12-21T14:31:59.447Z] LastWriteTimeUtc  : 12/21/2021 2:31:56 PM
14:31:59 [2021-12-21T14:31:59.447Z] Attributes        : Directory
14:31:59 [2021-12-21T14:31:59.447Z] Mode              : d-----
14:31:59 [2021-12-21T14:31:59.447Z] BaseName          : containerd
14:31:59 [2021-12-21T14:31:59.447Z] Target            : {}
14:31:59 [2021-12-21T14:31:59.447Z] LinkType          : 
14:31:59 [2021-12-21T14:31:59.447Z] 
14:31:59 [2021-12-21T14:31:59.447Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
14:31:59 [2021-12-21T14:31:59.447Z] INFO: Configuring git core.autocrlf...
14:31:59 [2021-12-21T14:31:59.447Z] 
14:31:59 [2021-12-21T14:31:59.447Z] 
14:32:00 [2021-12-21T14:32:00.384Z] Loaded image: debian:bullseye-slim
14:32:00 [2021-12-21T14:32:00.384Z] Loaded image: hello-world:latest
14:32:00 [2021-12-21T14:32:00.642Z] Loaded image: arm32v7/hello-world:latest
14:32:00 [2021-12-21T14:32:00.642Z] INFO: Testing against a local daemon
14:32:00 [2021-12-21T14:32:00.642Z] === RUN   TestCgroupNamespacesBuild
14:32:02 [2021-12-21T14:32:02.018Z] --- PASS: TestCgroupNamespacesBuild (1.29s)
14:32:02 [2021-12-21T14:32:02.018Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
14:32:02 [2021-12-21T14:32:02.952Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s)
14:32:02 [2021-12-21T14:32:02.952Z] === RUN   TestBuildWithSession
14:32:02 [2021-12-21T14:32:02.952Z]     build_session_test.go:25: TODO: BuildKit
14:32:02 [2021-12-21T14:32:02.952Z] --- SKIP: TestBuildWithSession (0.00s)
14:32:02 [2021-12-21T14:32:02.952Z] === RUN   TestBuildSquashParent
14:32:03 [2021-12-21T14:32:03.837Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
14:32:04 [2021-12-21T14:32:04.091Z]  ---> a6437d8be4fd
14:32:05 [2021-12-21T14:32:05.078Z] Successfully built a6437d8be4fd
14:32:05 [2021-12-21T14:32:05.078Z] Successfully tagged docker:latest
14:32:05 [2021-12-21T14:32:05.078Z] INFO: Image build ended at 12/21/2021 14:32:04. Duration:00:03:46.7635007
14:32:05 [2021-12-21T14:32:05.078Z] 
14:32:05 [2021-12-21T14:32:05.078Z] 
14:32:05 [2021-12-21T14:32:05.078Z] INFO: Building the test binaries at 12/21/2021 14:32:04...
14:32:09 [2021-12-21T14:32:09.847Z] INFO: make.ps1 starting at 12/21/2021 14:32:09
14:32:09 [2021-12-21T14:32:09.847Z] INFO: Git commit (2e64c14543) assumed from DOCKER_GITCOMMIT environment variable
14:32:09 [2021-12-21T14:32:09.847Z] INFO: Invoking autogen...
14:32:10 [2021-12-21T14:32:10.315Z] INFO: Building daemon...
14:32:11 [2021-12-21T14:32:11.060Z] --- PASS: TestBuildSquashParent (7.14s)
14:32:11 [2021-12-21T14:32:11.060Z] === RUN   TestBuildWithRemoveAndForceRemove
14:32:11 [2021-12-21T14:32:11.060Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:32:11 [2021-12-21T14:32:11.060Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:32:11 [2021-12-21T14:32:11.060Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:32:11 [2021-12-21T14:32:11.060Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:32:11 [2021-12-21T14:32:11.060Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:32:11 [2021-12-21T14:32:11.060Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:32:11 [2021-12-21T14:32:11.060Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:32:11 [2021-12-21T14:32:11.060Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:32:11 [2021-12-21T14:32:11.060Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:32:11 [2021-12-21T14:32:11.060Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:32:11 [2021-12-21T14:32:11.060Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:32:11 [2021-12-21T14:32:11.060Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:32:11 [2021-12-21T14:32:11.060Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:32:11 [2021-12-21T14:32:11.060Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:32:11 [2021-12-21T14:32:11.997Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:32:11 [2021-12-21T14:32:11.997Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:32:13 [2021-12-21T14:32:13.897Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:32:13 [2021-12-21T14:32:13.897Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:32:15 [2021-12-21T14:32:15.797Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
14:32:15 [2021-12-21T14:32:15.797Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.65s)
14:32:15 [2021-12-21T14:32:15.797Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.72s)
14:32:15 [2021-12-21T14:32:15.797Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.98s)
14:32:15 [2021-12-21T14:32:15.797Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.09s)
14:32:15 [2021-12-21T14:32:15.797Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.95s)
14:32:15 [2021-12-21T14:32:15.797Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.02s)
14:32:15 [2021-12-21T14:32:15.797Z] === RUN   TestBuildMultiStageCopy
14:32:15 [2021-12-21T14:32:15.797Z] === RUN   TestBuildMultiStageCopy/copy_to_root
14:32:18 [2021-12-21T14:32:18.678Z] ok  	github.com/docker/docker/libnetwork/ipam	15.623s	coverage: 85.3% of statements
14:32:18 [2021-12-21T14:32:18.678Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
14:32:18 [2021-12-21T14:32:18.678Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
14:32:18 [2021-12-21T14:32:18.678Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
14:32:18 [2021-12-21T14:32:18.678Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 47.4% of statements
14:32:18 [2021-12-21T14:32:18.678Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
14:32:18 [2021-12-21T14:32:18.934Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
14:32:19 [2021-12-21T14:32:19.081Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
14:32:19 [2021-12-21T14:32:19.497Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.276s	coverage: 74.0% of statements
14:32:20 [2021-12-21T14:32:20.060Z] ok  	github.com/docker/docker/libnetwork/iptables	0.124s	coverage: 45.1% of statements
14:32:20 [2021-12-21T14:32:20.060Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.001s	coverage: 60.0% of statements
14:32:20 [2021-12-21T14:32:20.317Z] ok  	github.com/docker/docker/libnetwork/netutils	0.017s	coverage: 44.1% of statements
14:32:20 [2021-12-21T14:32:20.454Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
14:32:21 [2021-12-21T14:32:21.388Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
14:32:22 [2021-12-21T14:32:22.322Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
14:32:23 [2021-12-21T14:32:23.255Z] --- PASS: TestBuildMultiStageCopy (7.33s)
14:32:23 [2021-12-21T14:32:23.255Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.33s)
14:32:23 [2021-12-21T14:32:23.255Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
14:32:23 [2021-12-21T14:32:23.255Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
14:32:23 [2021-12-21T14:32:23.255Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
14:32:23 [2021-12-21T14:32:23.255Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
14:32:23 [2021-12-21T14:32:23.255Z] === RUN   TestBuildMultiStageParentConfig
14:32:28 [2021-12-21T14:32:28.516Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
14:32:28 [2021-12-21T14:32:28.516Z] === RUN   TestBuildLabelWithTargets
14:32:32 [2021-12-21T14:32:32.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
14:32:32 [2021-12-21T14:32:32.272Z] Removing intermediate container 6f7deca2080c
14:32:32 [2021-12-21T14:32:32.272Z]  ---> bf0de852d738
14:32:32 [2021-12-21T14:32:32.272Z] 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
14:32:32 [2021-12-21T14:32:32.272Z]  ---> Running in 17c32bcbe580
14:32:32 [2021-12-21T14:32:32.272Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin
14:32:32 [2021-12-21T14:32:32.272Z] go: downloading gotest.tools/gotestsum v1.7.0
14:32:32 [2021-12-21T14:32:32.272Z] go: downloading github.com/fatih/color v1.10.0
14:32:32 [2021-12-21T14:32:32.272Z] go: downloading github.com/dnephin/pflag v1.0.7
14:32:32 [2021-12-21T14:32:32.272Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:32:32 [2021-12-21T14:32:32.272Z] go: downloading github.com/pkg/errors v0.9.1
14:32:32 [2021-12-21T14:32:32.272Z] go: downloading golang.org/x/tools v0.1.0
14:32:32 [2021-12-21T14:32:32.272Z] go: downloading github.com/mattn/go-colorable v0.1.8
14:32:32 [2021-12-21T14:32:32.272Z] go: downloading github.com/mattn/go-isatty v0.0.12
14:32:32 [2021-12-21T14:32:32.272Z] go: downloading github.com/fsnotify/fsnotify v1.4.9
14:32:32 [2021-12-21T14:32:32.272Z] go: downloading github.com/jonboulle/clockwork v0.2.2
14:32:32 [2021-12-21T14:32:32.272Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
14:32:32 [2021-12-21T14:32:32.272Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
14:32:32 [2021-12-21T14:32:32.272Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
14:32:32 [2021-12-21T14:32:32.272Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
14:32:32 [2021-12-21T14:32:32.272Z] go: downloading golang.org/x/mod v0.3.0
14:32:33 [2021-12-21T14:32:33.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
14:32:36 [2021-12-21T14:32:36.623Z] --- PASS: TestBuildLabelWithTargets (8.00s)
14:32:36 [2021-12-21T14:32:36.624Z] === RUN   TestBuildWithEmptyLayers
14:32:39 [2021-12-21T14:32:39.150Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
14:32:39 [2021-12-21T14:32:39.150Z] === RUN   TestBuildMultiStageOnBuild
14:32:44 [2021-12-21T14:32:44.413Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
14:32:44 [2021-12-21T14:32:44.413Z] === RUN   TestBuildUncleanTarFilenames
14:32:44 [2021-12-21T14:32:44.671Z] --- PASS: TestBuildUncleanTarFilenames (0.53s)
14:32:44 [2021-12-21T14:32:44.671Z] === RUN   TestBuildMultiStageLayerLeak
14:32:47 [2021-12-21T14:32:47.060Z] Removing intermediate container 17c32bcbe580
14:32:47 [2021-12-21T14:32:47.060Z]  ---> ac0493dd25a2
14:32:47 [2021-12-21T14:32:47.060Z] Step 9/11 : ENTRYPOINT ["powershell.exe"]
14:32:47 [2021-12-21T14:32:47.060Z]  ---> Running in 5c82b8d84903
14:32:47 [2021-12-21T14:32:47.060Z] Removing intermediate container 5c82b8d84903
14:32:47 [2021-12-21T14:32:47.060Z]  ---> 46313e4cd590
14:32:47 [2021-12-21T14:32:47.060Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker
14:32:47 [2021-12-21T14:32:47.060Z]  ---> Running in 089b75ccabc5
14:32:47 [2021-12-21T14:32:47.060Z] Removing intermediate container 089b75ccabc5
14:32:47 [2021-12-21T14:32:47.060Z]  ---> 67b3da1bc800
14:32:47 [2021-12-21T14:32:47.060Z] Step 11/11 : COPY . .
14:32:47 [2021-12-21T14:32:47.321Z] INFO [loader] Go packages loading at mode 575 (types_sizes|files|imports|name|compiled_files|deps|exports_file) took 2m24.74200826s 
14:32:47 [2021-12-21T14:32:47.321Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 510.864071ms 
14:32:49 [2021-12-21T14:32:49.933Z] --- PASS: TestBuildMultiStageLayerLeak (4.46s)
14:32:49 [2021-12-21T14:32:49.933Z] === RUN   TestBuildWithHugeFile
14:33:01 [2021-12-21T14:33:01.831Z] --- PASS: TestBuildWithHugeFile (66.77s)
14:33:01 [2021-12-21T14:33:01.831Z] === RUN   TestBuildWCOWSandboxSize
14:33:01 [2021-12-21T14:33:01.831Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:33:01 [2021-12-21T14:33:01.831Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
14:33:01 [2021-12-21T14:33:01.831Z] === RUN   TestBuildWithEmptyDockerfile
14:33:01 [2021-12-21T14:33:01.831Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
14:33:01 [2021-12-21T14:33:01.831Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
14:33:01 [2021-12-21T14:33:01.831Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:33:01 [2021-12-21T14:33:01.831Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:33:01 [2021-12-21T14:33:01.831Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:33:01 [2021-12-21T14:33:01.831Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:33:01 [2021-12-21T14:33:01.831Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
14:33:01 [2021-12-21T14:33:01.831Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:33:01 [2021-12-21T14:33:01.831Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:33:01 [2021-12-21T14:33:01.831Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
14:33:01 [2021-12-21T14:33:01.831Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s)
14:33:01 [2021-12-21T14:33:01.831Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s)
14:33:01 [2021-12-21T14:33:01.831Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
14:33:01 [2021-12-21T14:33:01.831Z] === RUN   TestBuildPreserveOwnership
14:33:01 [2021-12-21T14:33:01.831Z] === RUN   TestBuildPreserveOwnership/copy_from
14:33:03 [2021-12-21T14:33:03.197Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
14:33:04 [2021-12-21T14:33:04.561Z] --- PASS: TestBuildPreserveOwnership (3.37s)
14:33:04 [2021-12-21T14:33:04.561Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.30s)
14:33:04 [2021-12-21T14:33:04.561Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.07s)
14:33:04 [2021-12-21T14:33:04.561Z] === RUN   TestBuildPlatformInvalid
14:33:04 [2021-12-21T14:33:04.561Z] --- PASS: TestBuildPlatformInvalid (0.08s)
14:33:04 [2021-12-21T14:33:04.561Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
14:33:05 [2021-12-21T14:33:05.123Z] Loaded image: busybox:latest
14:33:05 [2021-12-21T14:33:05.380Z] Loaded image: busybox:glibc
14:33:06 [2021-12-21T14:33:06.750Z] Loaded image: debian:bullseye-slim
14:33:06 [2021-12-21T14:33:06.750Z] Loaded image: hello-world:latest
14:33:06 [2021-12-21T14:33:06.750Z] Loaded image: arm32v7/hello-world:latest
14:33:14 [2021-12-21T14:33:14.842Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.54s)
14:33:14 [2021-12-21T14:33:14.842Z] PASS
14:33:14 [2021-12-21T14:33:14.842Z] 
14:33:14 [2021-12-21T14:33:14.842Z] === Skipped
14:33:14 [2021-12-21T14:33:14.842Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
14:33:14 [2021-12-21T14:33:14.842Z]     build_session_test.go:25: TODO: BuildKit
14:33:14 [2021-12-21T14:33:14.842Z] 
14:33:14 [2021-12-21T14:33:14.842Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
14:33:14 [2021-12-21T14:33:14.842Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:33:14 [2021-12-21T14:33:14.842Z] 
14:33:14 [2021-12-21T14:33:14.842Z] DONE 34 tests, 2 skipped in 101.911s
14:33:14 [2021-12-21T14:33:14.842Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
14:33:14 [2021-12-21T14:33:14.842Z] INFO: Testing against a local daemon
14:33:14 [2021-12-21T14:33:14.842Z] === RUN   TestConfigInspect
14:33:17 [2021-12-21T14:33:17.010Z]  ---> dc42222eecee
14:33:17 [2021-12-21T14:33:17.010Z] Successfully built dc42222eecee
14:33:17 [2021-12-21T14:33:17.010Z] Successfully tagged docker:latest
14:33:17 [2021-12-21T14:33:17.010Z] INFO: Image build ended at 12/21/2021 14:33:16. Duration:00:03:33.2224023
14:33:17 [2021-12-21T14:33:17.010Z] 
14:33:17 [2021-12-21T14:33:17.010Z] 
14:33:17 [2021-12-21T14:33:17.010Z] INFO: Building the test binaries at 12/21/2021 14:33:16...
14:33:17 [2021-12-21T14:33:17.359Z] --- PASS: TestConfigInspect (2.47s)
14:33:17 [2021-12-21T14:33:17.359Z] === RUN   TestConfigList
14:33:19 [2021-12-21T14:33:19.873Z] --- PASS: TestConfigList (2.09s)
14:33:19 [2021-12-21T14:33:19.873Z] === RUN   TestConfigsCreateAndDelete
14:33:20 [2021-12-21T14:33:20.828Z] INFO: make.ps1 starting at 12/21/2021 14:33:20
14:33:21 [2021-12-21T14:33:21.289Z] INFO: Git commit (2e64c14543) assumed from DOCKER_GITCOMMIT environment variable
14:33:21 [2021-12-21T14:33:21.289Z] INFO: Invoking autogen...
14:33:21 [2021-12-21T14:33:21.747Z] INFO: Building daemon...
14:33:21 [2021-12-21T14:33:21.761Z] --- PASS: TestConfigsCreateAndDelete (2.11s)
14:33:21 [2021-12-21T14:33:21.761Z] === RUN   TestConfigsUpdate
14:33:24 [2021-12-21T14:33:24.276Z] --- PASS: TestConfigsUpdate (2.18s)
14:33:24 [2021-12-21T14:33:24.276Z] === RUN   TestTemplatedConfig
14:33:26 [2021-12-21T14:33:26.792Z] --- PASS: TestTemplatedConfig (2.68s)
14:33:26 [2021-12-21T14:33:26.792Z] === RUN   TestConfigCreateResolve
14:33:28 [2021-12-21T14:33:28.716Z] --- PASS: TestConfigCreateResolve (2.18s)
14:33:28 [2021-12-21T14:33:28.716Z] PASS
14:33:28 [2021-12-21T14:33:28.716Z] 
14:33:28 [2021-12-21T14:33:28.716Z] DONE 6 tests in 13.735s
14:33:28 [2021-12-21T14:33:28.716Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
14:33:28 [2021-12-21T14:33:28.716Z] INFO: Testing against a local daemon
14:33:28 [2021-12-21T14:33:28.716Z] === RUN   TestCheckpoint
14:33:28 [2021-12-21T14:33:28.716Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:33:28 [2021-12-21T14:33:28.716Z] --- SKIP: TestCheckpoint (0.00s)
14:33:28 [2021-12-21T14:33:28.716Z] === RUN   TestContainerInvalidJSON
14:33:28 [2021-12-21T14:33:28.716Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
14:33:28 [2021-12-21T14:33:28.716Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
14:33:28 [2021-12-21T14:33:28.716Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
14:33:28 [2021-12-21T14:33:28.716Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
14:33:28 [2021-12-21T14:33:28.716Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
14:33:28 [2021-12-21T14:33:28.716Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
14:33:28 [2021-12-21T14:33:28.716Z] --- PASS: TestContainerInvalidJSON (0.01s)
14:33:28 [2021-12-21T14:33:28.716Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
14:33:28 [2021-12-21T14:33:28.716Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
14:33:28 [2021-12-21T14:33:28.716Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:33:28 [2021-12-21T14:33:28.716Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
14:33:28 [2021-12-21T14:33:28.716Z] === RUN   TestCopyFromContainerPathIsNotDir
14:33:28 [2021-12-21T14:33:28.716Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
14:33:28 [2021-12-21T14:33:28.716Z] === RUN   TestCopyToContainerPathDoesNotExist
14:33:28 [2021-12-21T14:33:28.985Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
14:33:28 [2021-12-21T14:33:28.985Z] === RUN   TestCopyToContainerPathIsNotDir
14:33:28 [2021-12-21T14:33:28.985Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
14:33:28 [2021-12-21T14:33:28.985Z] === RUN   TestCopyFromContainer
14:33:29 [2021-12-21T14:33:29.928Z] === RUN   TestCopyFromContainer//
14:33:29 [2021-12-21T14:33:29.928Z] === RUN   TestCopyFromContainer//bar/root
14:33:30 [2021-12-21T14:33:30.184Z] === RUN   TestCopyFromContainer//bar/root/
14:33:30 [2021-12-21T14:33:30.184Z] === RUN   TestCopyFromContainer/bar/quux
14:33:30 [2021-12-21T14:33:30.184Z] === RUN   TestCopyFromContainer/bar/quux/
14:33:30 [2021-12-21T14:33:30.184Z] === RUN   TestCopyFromContainer/bar/quux/baz
14:33:30 [2021-12-21T14:33:30.440Z] === RUN   TestCopyFromContainer/bar/filesymlink
14:33:30 [2021-12-21T14:33:30.440Z] === RUN   TestCopyFromContainer/bar/dirsymlink
14:33:30 [2021-12-21T14:33:30.440Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
14:33:30 [2021-12-21T14:33:30.440Z] === RUN   TestCopyFromContainer/bar/notarget
14:33:30 [2021-12-21T14:33:30.440Z] --- PASS: TestCopyFromContainer (1.65s)
14:33:30 [2021-12-21T14:33:30.440Z]     --- PASS: TestCopyFromContainer// (0.06s)
14:33:30 [2021-12-21T14:33:30.440Z]     --- PASS: TestCopyFromContainer//bar/root (0.05s)
14:33:30 [2021-12-21T14:33:30.440Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
14:33:30 [2021-12-21T14:33:30.440Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
14:33:30 [2021-12-21T14:33:30.440Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
14:33:30 [2021-12-21T14:33:30.440Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
14:33:30 [2021-12-21T14:33:30.440Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
14:33:30 [2021-12-21T14:33:30.440Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
14:33:30 [2021-12-21T14:33:30.440Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
14:33:30 [2021-12-21T14:33:30.440Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
14:33:30 [2021-12-21T14:33:30.440Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:33:30 [2021-12-21T14:33:30.696Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:33:30 [2021-12-21T14:33:30.696Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:33:30 [2021-12-21T14:33:30.696Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:33:30 [2021-12-21T14:33:30.696Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:33:30 [2021-12-21T14:33:30.696Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:33:30 [2021-12-21T14:33:30.696Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:33:30 [2021-12-21T14:33:30.696Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:33:30 [2021-12-21T14:33:30.696Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:33:30 [2021-12-21T14:33:30.696Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:33:30 [2021-12-21T14:33:30.696Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
14:33:30 [2021-12-21T14:33:30.696Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
14:33:30 [2021-12-21T14:33:30.696Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
14:33:30 [2021-12-21T14:33:30.696Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
14:33:30 [2021-12-21T14:33:30.696Z] === RUN   TestCreateLinkToNonExistingContainer
14:33:30 [2021-12-21T14:33:30.696Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
14:33:30 [2021-12-21T14:33:30.696Z] === RUN   TestCreateWithInvalidEnv
14:33:30 [2021-12-21T14:33:30.696Z] === RUN   TestCreateWithInvalidEnv/0
14:33:30 [2021-12-21T14:33:30.696Z] === PAUSE TestCreateWithInvalidEnv/0
14:33:30 [2021-12-21T14:33:30.696Z] === RUN   TestCreateWithInvalidEnv/1
14:33:30 [2021-12-21T14:33:30.696Z] === PAUSE TestCreateWithInvalidEnv/1
14:33:30 [2021-12-21T14:33:30.696Z] === RUN   TestCreateWithInvalidEnv/2
14:33:30 [2021-12-21T14:33:30.696Z] === PAUSE TestCreateWithInvalidEnv/2
14:33:30 [2021-12-21T14:33:30.696Z] === CONT  TestCreateWithInvalidEnv/0
14:33:30 [2021-12-21T14:33:30.696Z] === CONT  TestCreateWithInvalidEnv/2
14:33:30 [2021-12-21T14:33:30.696Z] === CONT  TestCreateWithInvalidEnv/1
14:33:30 [2021-12-21T14:33:30.696Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
14:33:30 [2021-12-21T14:33:30.696Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
14:33:30 [2021-12-21T14:33:30.696Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
14:33:30 [2021-12-21T14:33:30.696Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
14:33:30 [2021-12-21T14:33:30.696Z] === RUN   TestCreateTmpfsMountsTarget
14:33:30 [2021-12-21T14:33:30.696Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
14:33:30 [2021-12-21T14:33:30.696Z] === RUN   TestCreateWithCustomMaskedPaths
14:33:32 [2021-12-21T14:33:32.584Z] --- PASS: TestCreateWithCustomMaskedPaths (1.66s)
14:33:32 [2021-12-21T14:33:32.584Z] === RUN   TestCreateWithCustomReadonlyPaths
14:33:33 [2021-12-21T14:33:33.951Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.56s)
14:33:33 [2021-12-21T14:33:33.951Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:33:33 [2021-12-21T14:33:33.951Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:33:33 [2021-12-21T14:33:33.951Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:33:33 [2021-12-21T14:33:33.951Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:33:33 [2021-12-21T14:33:33.951Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:33:33 [2021-12-21T14:33:33.951Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:33:33 [2021-12-21T14:33:33.951Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:33:33 [2021-12-21T14:33:33.951Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:33:33 [2021-12-21T14:33:33.951Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:33:33 [2021-12-21T14:33:33.951Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:33:33 [2021-12-21T14:33:33.951Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:33:33 [2021-12-21T14:33:33.951Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:33:33 [2021-12-21T14:33:33.951Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:33:33 [2021-12-21T14:33:33.951Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:33:33 [2021-12-21T14:33:33.951Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:33:33 [2021-12-21T14:33:33.951Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:33:33 [2021-12-21T14:33:33.951Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
14:33:33 [2021-12-21T14:33:33.951Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
14:33:33 [2021-12-21T14:33:33.951Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
14:33:33 [2021-12-21T14:33:33.951Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
14:33:33 [2021-12-21T14:33:33.951Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
14:33:33 [2021-12-21T14:33:33.951Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
14:33:33 [2021-12-21T14:33:33.951Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:33:34 [2021-12-21T14:33:34.513Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.55s)
14:33:34 [2021-12-21T14:33:34.513Z] === RUN   TestCreateDifferentPlatform
14:33:34 [2021-12-21T14:33:34.513Z] === RUN   TestCreateDifferentPlatform/different_os
14:33:34 [2021-12-21T14:33:34.513Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:33:34 [2021-12-21T14:33:34.513Z] --- PASS: TestCreateDifferentPlatform (0.01s)
14:33:34 [2021-12-21T14:33:34.513Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
14:33:34 [2021-12-21T14:33:34.513Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
14:33:34 [2021-12-21T14:33:34.513Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:33:34 [2021-12-21T14:33:34.513Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
14:33:34 [2021-12-21T14:33:34.513Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:33:34 [2021-12-21T14:33:34.513Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
14:33:34 [2021-12-21T14:33:34.513Z] === RUN   TestContainerStartOnDaemonRestart
14:33:34 [2021-12-21T14:33:34.513Z] === PAUSE TestContainerStartOnDaemonRestart
14:33:34 [2021-12-21T14:33:34.513Z] === RUN   TestDaemonRestartIpcMode
14:33:34 [2021-12-21T14:33:34.513Z] === PAUSE TestDaemonRestartIpcMode
14:33:34 [2021-12-21T14:33:34.513Z] === RUN   TestDaemonHostGatewayIP
14:33:34 [2021-12-21T14:33:34.513Z] === PAUSE TestDaemonHostGatewayIP
14:33:34 [2021-12-21T14:33:34.513Z] === RUN   TestRestartDaemonWithRestartingContainer
14:33:34 [2021-12-21T14:33:34.513Z] === PAUSE TestRestartDaemonWithRestartingContainer
14:33:34 [2021-12-21T14:33:34.513Z] === RUN   TestContainerKillOnDaemonStart
14:33:34 [2021-12-21T14:33:34.513Z] === PAUSE TestContainerKillOnDaemonStart
14:33:34 [2021-12-21T14:33:34.513Z] === RUN   TestDiff
14:33:35 [2021-12-21T14:33:35.075Z] --- PASS: TestDiff (0.58s)
14:33:35 [2021-12-21T14:33:35.075Z] === RUN   TestExecWithCloseStdin
14:33:35 [2021-12-21T14:33:35.636Z] --- PASS: TestExecWithCloseStdin (0.64s)
14:33:35 [2021-12-21T14:33:35.636Z] === RUN   TestExec
14:33:36 [2021-12-21T14:33:36.565Z] --- PASS: TestExec (0.59s)
14:33:36 [2021-12-21T14:33:36.565Z] === RUN   TestExecUser
14:33:36 [2021-12-21T14:33:36.610Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
14:33:36 [2021-12-21T14:33:36.610Z] 
14:33:36 [2021-12-21T14:33:36.610Z]  ________   ____  __.
14:33:36 [2021-12-21T14:33:36.610Z]  \_____  \ |    |/ _|
14:33:36 [2021-12-21T14:33:36.610Z]  /   |   \|      <
14:33:36 [2021-12-21T14:33:36.610Z]  /    |    \    |  \
14:33:36 [2021-12-21T14:33:36.610Z]  \_______  /____|__ \
14:33:36 [2021-12-21T14:33:36.610Z]          \/        \/
14:33:36 [2021-12-21T14:33:36.610Z] 
14:33:36 [2021-12-21T14:33:36.610Z] INFO: make.ps1 ended at 12/21/2021 14:33:36
14:33:36 [2021-12-21T14:33:36.822Z] --- PASS: TestExecUser (0.60s)
14:33:36 [2021-12-21T14:33:36.822Z] === RUN   TestExportContainerAndImportImage
14:33:37 [2021-12-21T14:33:37.597Z] INFO: Binaries build ended at 12/21/2021 14:33:37. Duration:00:01:32.6858686
14:33:37 [2021-12-21T14:33:37.752Z] --- PASS: TestExportContainerAndImportImage (0.64s)
14:33:37 [2021-12-21T14:33:37.752Z] === RUN   TestExportContainerAfterDaemonRestart
14:33:39 [2021-12-21T14:33:39.120Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s)
14:33:39 [2021-12-21T14:33:39.120Z] === RUN   TestHealthCheckWorkdir
14:33:39 [2021-12-21T14:33:39.161Z] INFO: Copying the built daemon binary to d:\CI\PR-43075\44\binary\dockerd-2e64c14543.exe...
14:33:39 [2021-12-21T14:33:39.161Z] INFO: Copying the built client binary to d:\CI\PR-43075\44\binary\docker-2e64c14543.exe...
14:33:39 [2021-12-21T14:33:39.161Z] INFO: Copying dockerversion from the container...
14:33:39 [2021-12-21T14:33:39.161Z] INFO: Copying the golang package from the container to d:\CI\PR-43075\44\installer\go.zip...
14:33:39 [2021-12-21T14:33:39.681Z] --- PASS: TestHealthCheckWorkdir (0.80s)
14:33:39 [2021-12-21T14:33:39.681Z] === RUN   TestHealthKillContainer
14:33:40 [2021-12-21T14:33:40.148Z] INFO: Extracting go.zip to d:\CI\PR-43075\44\go
14:33:40 [2021-12-21T14:33:40.909Z] Removing intermediate container 3e994cfb79bf
14:33:40 [2021-12-21T14:33:40.909Z]  ---> c9fa95c7d864
14:33:40 [2021-12-21T14:33:40.909Z] 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
14:33:40 [2021-12-21T14:33:40.909Z]  ---> Running in 511159f6c47d
14:33:45 [2021-12-21T14:33:45.642Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin
14:33:46 [2021-12-21T14:33:46.102Z] go: downloading gotest.tools/gotestsum v1.7.0
14:33:46 [2021-12-21T14:33:46.177Z] --- PASS: TestBuildWithHugeFile (52.22s)
14:33:46 [2021-12-21T14:33:46.177Z] === RUN   TestBuildWCOWSandboxSize
14:33:46 [2021-12-21T14:33:46.177Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:33:46 [2021-12-21T14:33:46.177Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
14:33:46 [2021-12-21T14:33:46.177Z] === RUN   TestBuildWithEmptyDockerfile
14:33:46 [2021-12-21T14:33:46.177Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
14:33:46 [2021-12-21T14:33:46.177Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
14:33:46 [2021-12-21T14:33:46.177Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:33:46 [2021-12-21T14:33:46.177Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:33:46 [2021-12-21T14:33:46.177Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:33:46 [2021-12-21T14:33:46.177Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:33:46 [2021-12-21T14:33:46.177Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
14:33:46 [2021-12-21T14:33:46.177Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:33:46 [2021-12-21T14:33:46.177Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:33:46 [2021-12-21T14:33:46.177Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
14:33:46 [2021-12-21T14:33:46.177Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s)
14:33:46 [2021-12-21T14:33:46.177Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
14:33:46 [2021-12-21T14:33:46.177Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s)
14:33:46 [2021-12-21T14:33:46.177Z] === RUN   TestBuildPreserveOwnership
14:33:46 [2021-12-21T14:33:46.177Z] === RUN   TestBuildPreserveOwnership/copy_from
14:33:47 [2021-12-21T14:33:47.075Z] go: downloading github.com/fatih/color v1.10.0
14:33:47 [2021-12-21T14:33:47.075Z] go: downloading github.com/dnephin/pflag v1.0.7
14:33:47 [2021-12-21T14:33:47.075Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:33:47 [2021-12-21T14:33:47.075Z] go: downloading github.com/pkg/errors v0.9.1
14:33:47 [2021-12-21T14:33:47.075Z] go: downloading golang.org/x/tools v0.1.0
14:33:47 [2021-12-21T14:33:47.075Z] go: downloading github.com/mattn/go-colorable v0.1.8
14:33:47 [2021-12-21T14:33:47.075Z] go: downloading github.com/mattn/go-isatty v0.0.12
14:33:47 [2021-12-21T14:33:47.111Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
14:33:47 [2021-12-21T14:33:47.536Z] go: downloading github.com/fsnotify/fsnotify v1.4.9
14:33:47 [2021-12-21T14:33:47.536Z] go: downloading github.com/jonboulle/clockwork v0.2.2
14:33:47 [2021-12-21T14:33:47.536Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
14:33:47 [2021-12-21T14:33:47.536Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
14:33:47 [2021-12-21T14:33:47.762Z] --- PASS: TestHealthKillContainer (8.14s)
14:33:47 [2021-12-21T14:33:47.762Z] === RUN   TestInspectCpusetInConfigPre120
14:33:47 [2021-12-21T14:33:47.999Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
14:33:48 [2021-12-21T14:33:48.324Z] --- PASS: TestInspectCpusetInConfigPre120 (0.48s)
14:33:48 [2021-12-21T14:33:48.324Z] === RUN   TestIpcModeNone
14:33:48 [2021-12-21T14:33:48.885Z] --- PASS: TestIpcModeNone (0.63s)
14:33:48 [2021-12-21T14:33:48.885Z] === RUN   TestIpcModePrivate
14:33:48 [2021-12-21T14:33:48.972Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
14:33:48 [2021-12-21T14:33:48.972Z] go: downloading golang.org/x/mod v0.3.0
14:33:49 [2021-12-21T14:33:49.140Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
14:33:49 [2021-12-21T14:33:49.396Z] --- PASS: TestIpcModePrivate (0.61s)
14:33:49 [2021-12-21T14:33:49.396Z] === RUN   TestIpcModeShareable
14:33:49 [2021-12-21T14:33:49.957Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
14:33:50 [2021-12-21T14:33:50.212Z] --- PASS: TestIpcModeShareable (0.62s)
14:33:50 [2021-12-21T14:33:50.212Z] === RUN   TestAPIIpcModeShareableAndContainer
14:33:51 [2021-12-21T14:33:51.292Z] --- PASS: TestBuildPreserveOwnership (9.56s)
14:33:51 [2021-12-21T14:33:51.292Z]     --- PASS: TestBuildPreserveOwnership/copy_from (5.56s)
14:33:51 [2021-12-21T14:33:51.292Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
14:33:51 [2021-12-21T14:33:51.292Z] === RUN   TestBuildPlatformInvalid
14:33:51 [2021-12-21T14:33:51.292Z] --- PASS: TestBuildPlatformInvalid (0.07s)
14:33:51 [2021-12-21T14:33:51.292Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
14:33:51 [2021-12-21T14:33:51.292Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
14:33:51 [2021-12-21T14:33:51.292Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
14:33:51 [2021-12-21T14:33:51.292Z] PASS
14:33:51 [2021-12-21T14:33:51.292Z] 
14:33:51 [2021-12-21T14:33:51.292Z] === Skipped
14:33:51 [2021-12-21T14:33:51.292Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
14:33:51 [2021-12-21T14:33:51.292Z]     build_session_test.go:25: TODO: BuildKit
14:33:51 [2021-12-21T14:33:51.292Z] 
14:33:51 [2021-12-21T14:33:51.292Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
14:33:51 [2021-12-21T14:33:51.292Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:33:51 [2021-12-21T14:33:51.292Z] 
14:33:51 [2021-12-21T14:33:51.292Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
14:33:51 [2021-12-21T14:33:51.292Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
14:33:51 [2021-12-21T14:33:51.292Z] 
14:33:51 [2021-12-21T14:33:51.292Z] DONE 34 tests, 3 skipped in 112.541s
14:33:51 [2021-12-21T14:33:51.292Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
14:33:51 [2021-12-21T14:33:51.292Z] INFO: Testing against a local daemon
14:33:51 [2021-12-21T14:33:51.292Z] === RUN   TestConfigInspect
14:33:51 [2021-12-21T14:33:51.292Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:33:51 [2021-12-21T14:33:51.292Z] --- SKIP: TestConfigInspect (0.02s)
14:33:51 [2021-12-21T14:33:51.292Z] === RUN   TestConfigList
14:33:51 [2021-12-21T14:33:51.292Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:33:51 [2021-12-21T14:33:51.292Z] --- SKIP: TestConfigList (0.01s)
14:33:51 [2021-12-21T14:33:51.292Z] === RUN   TestConfigsCreateAndDelete
14:33:51 [2021-12-21T14:33:51.292Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:33:51 [2021-12-21T14:33:51.292Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
14:33:51 [2021-12-21T14:33:51.292Z] === RUN   TestConfigsUpdate
14:33:51 [2021-12-21T14:33:51.292Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:33:51 [2021-12-21T14:33:51.292Z] --- SKIP: TestConfigsUpdate (0.01s)
14:33:51 [2021-12-21T14:33:51.292Z] === RUN   TestTemplatedConfig
14:33:51 [2021-12-21T14:33:51.292Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:33:51 [2021-12-21T14:33:51.292Z] --- SKIP: TestTemplatedConfig (0.00s)
14:33:51 [2021-12-21T14:33:51.292Z] === RUN   TestConfigCreateResolve
14:33:51 [2021-12-21T14:33:51.292Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:33:51 [2021-12-21T14:33:51.550Z] --- SKIP: TestConfigCreateResolve (0.01s)
14:33:51 [2021-12-21T14:33:51.550Z] PASS
14:33:51 [2021-12-21T14:33:51.550Z] 
14:33:51 [2021-12-21T14:33:51.550Z] === Skipped
14:33:51 [2021-12-21T14:33:51.550Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
14:33:51 [2021-12-21T14:33:51.550Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:33:51 [2021-12-21T14:33:51.550Z] 
14:33:51 [2021-12-21T14:33:51.550Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
14:33:51 [2021-12-21T14:33:51.550Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:33:51 [2021-12-21T14:33:51.550Z] 
14:33:51 [2021-12-21T14:33:51.550Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
14:33:51 [2021-12-21T14:33:51.550Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:33:51 [2021-12-21T14:33:51.550Z] 
14:33:51 [2021-12-21T14:33:51.550Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
14:33:51 [2021-12-21T14:33:51.550Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:33:51 [2021-12-21T14:33:51.550Z] 
14:33:51 [2021-12-21T14:33:51.550Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
14:33:51 [2021-12-21T14:33:51.550Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:33:51 [2021-12-21T14:33:51.550Z] 
14:33:51 [2021-12-21T14:33:51.550Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
14:33:51 [2021-12-21T14:33:51.550Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:33:51 [2021-12-21T14:33:51.550Z] 
14:33:51 [2021-12-21T14:33:51.550Z] DONE 6 tests, 6 skipped in 0.157s
14:33:51 [2021-12-21T14:33:51.550Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
14:33:51 [2021-12-21T14:33:51.550Z] INFO: Testing against a local daemon
14:33:51 [2021-12-21T14:33:51.550Z] === RUN   TestCheckpoint
14:33:51 [2021-12-21T14:33:51.550Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:33:51 [2021-12-21T14:33:51.550Z] --- SKIP: TestCheckpoint (0.00s)
14:33:51 [2021-12-21T14:33:51.550Z] === RUN   TestContainerInvalidJSON
14:33:51 [2021-12-21T14:33:51.550Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
14:33:51 [2021-12-21T14:33:51.550Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
14:33:51 [2021-12-21T14:33:51.550Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
14:33:51 [2021-12-21T14:33:51.550Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
14:33:51 [2021-12-21T14:33:51.550Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
14:33:51 [2021-12-21T14:33:51.550Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
14:33:51 [2021-12-21T14:33:51.550Z] --- PASS: TestContainerInvalidJSON (0.01s)
14:33:51 [2021-12-21T14:33:51.550Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
14:33:51 [2021-12-21T14:33:51.550Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
14:33:51 [2021-12-21T14:33:51.550Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:33:51 [2021-12-21T14:33:51.550Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
14:33:51 [2021-12-21T14:33:51.550Z] === RUN   TestCopyFromContainerPathIsNotDir
14:33:51 [2021-12-21T14:33:51.807Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
14:33:51 [2021-12-21T14:33:51.807Z] === RUN   TestCopyToContainerPathDoesNotExist
14:33:51 [2021-12-21T14:33:51.807Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
14:33:51 [2021-12-21T14:33:51.807Z] === RUN   TestCopyToContainerPathIsNotDir
14:33:51 [2021-12-21T14:33:51.807Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
14:33:51 [2021-12-21T14:33:51.807Z] === RUN   TestCopyFromContainer
14:33:52 [2021-12-21T14:33:52.101Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.78s)
14:33:52 [2021-12-21T14:33:52.101Z] === RUN   TestAPIIpcModeHost
14:33:52 [2021-12-21T14:33:52.357Z] --- PASS: TestAPIIpcModeHost (0.39s)
14:33:52 [2021-12-21T14:33:52.357Z] === RUN   TestDaemonIpcModeShareable
14:33:53 [2021-12-21T14:33:53.284Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
14:33:53 [2021-12-21T14:33:53.540Z] --- PASS: TestDaemonIpcModeShareable (1.19s)
14:33:53 [2021-12-21T14:33:53.540Z] === RUN   TestDaemonIpcModePrivate
14:33:54 [2021-12-21T14:33:54.467Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
14:33:54 [2021-12-21T14:33:54.722Z] --- PASS: TestDaemonIpcModePrivate (1.21s)
14:33:54 [2021-12-21T14:33:54.722Z] === RUN   TestDaemonIpcModePrivateFromConfig
14:33:55 [2021-12-21T14:33:55.062Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m16.542534902s with top 10 stages: buildssa: 1m31.769983911s, goimports: 21.285432932s, unconvert: 13.437141877s, gosec: 10.182311761s, golint: 7.156507848s, misspell: 5.470126723s, ineffassign: 4.880630762s, inspect: 4.145463139s, vrp: 3.177979093s, printf: 2.395406623s 
14:33:55 [2021-12-21T14:33:55.064Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
14:33:55 [2021-12-21T14:33:55.087Z] === RUN   TestCopyFromContainer//
14:33:55 [2021-12-21T14:33:55.345Z] === RUN   TestCopyFromContainer//bar/root
14:33:55 [2021-12-21T14:33:55.345Z] === RUN   TestCopyFromContainer//bar/root/
14:33:55 [2021-12-21T14:33:55.345Z] === RUN   TestCopyFromContainer/bar/quux
14:33:55 [2021-12-21T14:33:55.345Z] === RUN   TestCopyFromContainer/bar/quux/
14:33:55 [2021-12-21T14:33:55.345Z] === RUN   TestCopyFromContainer/bar/quux/baz
14:33:55 [2021-12-21T14:33:55.345Z] === RUN   TestCopyFromContainer/bar/filesymlink
14:33:55 [2021-12-21T14:33:55.604Z] === RUN   TestCopyFromContainer/bar/dirsymlink
14:33:55 [2021-12-21T14:33:55.604Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
14:33:55 [2021-12-21T14:33:55.604Z] === RUN   TestCopyFromContainer/bar/notarget
14:33:55 [2021-12-21T14:33:55.604Z] --- PASS: TestCopyFromContainer (3.92s)
14:33:55 [2021-12-21T14:33:55.604Z]     --- PASS: TestCopyFromContainer// (0.06s)
14:33:55 [2021-12-21T14:33:55.604Z]     --- PASS: TestCopyFromContainer//bar/root (0.05s)
14:33:55 [2021-12-21T14:33:55.604Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
14:33:55 [2021-12-21T14:33:55.604Z]     --- PASS: TestCopyFromContainer/bar/quux (0.05s)
14:33:55 [2021-12-21T14:33:55.604Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
14:33:55 [2021-12-21T14:33:55.604Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
14:33:55 [2021-12-21T14:33:55.604Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
14:33:55 [2021-12-21T14:33:55.604Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
14:33:55 [2021-12-21T14:33:55.604Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
14:33:55 [2021-12-21T14:33:55.604Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
14:33:55 [2021-12-21T14:33:55.604Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:33:55 [2021-12-21T14:33:55.604Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:33:55 [2021-12-21T14:33:55.604Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:33:55 [2021-12-21T14:33:55.604Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:33:55 [2021-12-21T14:33:55.604Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:33:55 [2021-12-21T14:33:55.604Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:33:55 [2021-12-21T14:33:55.604Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:33:55 [2021-12-21T14:33:55.604Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:33:55 [2021-12-21T14:33:55.604Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:33:55 [2021-12-21T14:33:55.604Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:33:55 [2021-12-21T14:33:55.604Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
14:33:55 [2021-12-21T14:33:55.604Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
14:33:55 [2021-12-21T14:33:55.604Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
14:33:55 [2021-12-21T14:33:55.604Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
14:33:55 [2021-12-21T14:33:55.604Z] === RUN   TestCreateLinkToNonExistingContainer
14:33:55 [2021-12-21T14:33:55.650Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
14:33:55 [2021-12-21T14:33:55.862Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
14:33:55 [2021-12-21T14:33:55.862Z] === RUN   TestCreateWithInvalidEnv
14:33:55 [2021-12-21T14:33:55.862Z] === RUN   TestCreateWithInvalidEnv/0
14:33:55 [2021-12-21T14:33:55.862Z] === PAUSE TestCreateWithInvalidEnv/0
14:33:55 [2021-12-21T14:33:55.862Z] === RUN   TestCreateWithInvalidEnv/1
14:33:55 [2021-12-21T14:33:55.862Z] === PAUSE TestCreateWithInvalidEnv/1
14:33:55 [2021-12-21T14:33:55.862Z] === RUN   TestCreateWithInvalidEnv/2
14:33:55 [2021-12-21T14:33:55.862Z] === PAUSE TestCreateWithInvalidEnv/2
14:33:55 [2021-12-21T14:33:55.862Z] === CONT  TestCreateWithInvalidEnv/0
14:33:55 [2021-12-21T14:33:55.862Z] === CONT  TestCreateWithInvalidEnv/2
14:33:55 [2021-12-21T14:33:55.862Z] === CONT  TestCreateWithInvalidEnv/1
14:33:55 [2021-12-21T14:33:55.862Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
14:33:55 [2021-12-21T14:33:55.862Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
14:33:55 [2021-12-21T14:33:55.862Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
14:33:55 [2021-12-21T14:33:55.862Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
14:33:55 [2021-12-21T14:33:55.862Z] === RUN   TestCreateTmpfsMountsTarget
14:33:55 [2021-12-21T14:33:55.862Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
14:33:55 [2021-12-21T14:33:55.862Z] === RUN   TestCreateWithCustomMaskedPaths
14:33:55 [2021-12-21T14:33:55.906Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.20s)
14:33:55 [2021-12-21T14:33:55.906Z] === RUN   TestDaemonIpcModeShareableFromConfig
14:33:56 [2021-12-21T14:33:56.795Z] --- PASS: TestCreateWithCustomMaskedPaths (1.10s)
14:33:56 [2021-12-21T14:33:56.795Z] === RUN   TestCreateWithCustomReadonlyPaths
14:33:56 [2021-12-21T14:33:56.832Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
14:33:57 [2021-12-21T14:33:57.088Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.15s)
14:33:57 [2021-12-21T14:33:57.088Z] === RUN   TestIpcModeOlderClient
14:33:57 [2021-12-21T14:33:57.088Z] === PAUSE TestIpcModeOlderClient
14:33:57 [2021-12-21T14:33:57.088Z] === RUN   TestKillContainerInvalidSignal
14:33:57 [2021-12-21T14:33:57.650Z] --- PASS: TestKillContainerInvalidSignal (0.44s)
14:33:57 [2021-12-21T14:33:57.650Z] === RUN   TestKillContainer
14:33:57 [2021-12-21T14:33:57.650Z] === RUN   TestKillContainer/no_signal
14:33:57 [2021-12-21T14:33:57.906Z] === RUN   TestKillContainer/non_killing_signal
14:33:58 [2021-12-21T14:33:58.162Z] === RUN   TestKillContainer/killing_signal
14:33:58 [2021-12-21T14:33:58.167Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.12s)
14:33:58 [2021-12-21T14:33:58.167Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:33:58 [2021-12-21T14:33:58.167Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:33:58 [2021-12-21T14:33:58.167Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:33:58 [2021-12-21T14:33:58.167Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:33:58 [2021-12-21T14:33:58.167Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:33:58 [2021-12-21T14:33:58.167Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:33:58 [2021-12-21T14:33:58.167Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:33:58 [2021-12-21T14:33:58.167Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:33:58 [2021-12-21T14:33:58.167Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:33:58 [2021-12-21T14:33:58.167Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:33:58 [2021-12-21T14:33:58.167Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:33:58 [2021-12-21T14:33:58.167Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:33:58 [2021-12-21T14:33:58.167Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:33:58 [2021-12-21T14:33:58.167Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:33:58 [2021-12-21T14:33:58.167Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:33:58 [2021-12-21T14:33:58.167Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:33:58 [2021-12-21T14:33:58.167Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
14:33:58 [2021-12-21T14:33:58.167Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
14:33:58 [2021-12-21T14:33:58.167Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
14:33:58 [2021-12-21T14:33:58.167Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
14:33:58 [2021-12-21T14:33:58.167Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
14:33:58 [2021-12-21T14:33:58.167Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
14:33:58 [2021-12-21T14:33:58.167Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:33:58 [2021-12-21T14:33:58.425Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s)
14:33:58 [2021-12-21T14:33:58.425Z] === RUN   TestCreateDifferentPlatform
14:33:58 [2021-12-21T14:33:58.425Z] === RUN   TestCreateDifferentPlatform/different_os
14:33:58 [2021-12-21T14:33:58.425Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:33:58 [2021-12-21T14:33:58.425Z] --- PASS: TestCreateDifferentPlatform (0.01s)
14:33:58 [2021-12-21T14:33:58.425Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
14:33:58 [2021-12-21T14:33:58.425Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
14:33:58 [2021-12-21T14:33:58.425Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:33:58 [2021-12-21T14:33:58.425Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
14:33:58 [2021-12-21T14:33:58.425Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:33:58 [2021-12-21T14:33:58.425Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
14:33:58 [2021-12-21T14:33:58.425Z] === RUN   TestContainerStartOnDaemonRestart
14:33:58 [2021-12-21T14:33:58.425Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
14:33:58 [2021-12-21T14:33:58.425Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
14:33:58 [2021-12-21T14:33:58.425Z] === RUN   TestDaemonRestartIpcMode
14:33:58 [2021-12-21T14:33:58.425Z] === PAUSE TestDaemonRestartIpcMode
14:33:58 [2021-12-21T14:33:58.425Z] === RUN   TestDaemonHostGatewayIP
14:33:58 [2021-12-21T14:33:58.425Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
14:33:58 [2021-12-21T14:33:58.425Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
14:33:58 [2021-12-21T14:33:58.425Z] === RUN   TestRestartDaemonWithRestartingContainer
14:33:58 [2021-12-21T14:33:58.425Z] === PAUSE TestRestartDaemonWithRestartingContainer
14:33:58 [2021-12-21T14:33:58.425Z] === RUN   TestContainerKillOnDaemonStart
14:33:58 [2021-12-21T14:33:58.425Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
14:33:58 [2021-12-21T14:33:58.425Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
14:33:58 [2021-12-21T14:33:58.425Z] === RUN   TestDiff
14:33:58 [2021-12-21T14:33:58.722Z] --- PASS: TestKillContainer (1.25s)
14:33:58 [2021-12-21T14:33:58.722Z]     --- PASS: TestKillContainer/no_signal (0.40s)
14:33:58 [2021-12-21T14:33:58.722Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
14:33:58 [2021-12-21T14:33:58.722Z]     --- PASS: TestKillContainer/killing_signal (0.40s)
14:33:58 [2021-12-21T14:33:58.722Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:33:58 [2021-12-21T14:33:58.722Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
14:33:58 [2021-12-21T14:33:58.991Z] --- PASS: TestDiff (0.40s)
14:33:58 [2021-12-21T14:33:58.991Z] === RUN   TestExecWithCloseStdin
14:33:59 [2021-12-21T14:33:59.284Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
14:33:59 [2021-12-21T14:33:59.556Z] --- PASS: TestExecWithCloseStdin (0.47s)
14:33:59 [2021-12-21T14:33:59.556Z] === RUN   TestExec
14:33:59 [2021-12-21T14:33:59.814Z] --- PASS: TestExec (0.44s)
14:33:59 [2021-12-21T14:33:59.814Z] === RUN   TestExecUser
14:33:59 [2021-12-21T14:33:59.845Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.19s)
14:33:59 [2021-12-21T14:33:59.845Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s)
14:33:59 [2021-12-21T14:33:59.845Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.65s)
14:33:59 [2021-12-21T14:33:59.845Z] === RUN   TestKillStoppedContainer
14:34:00 [2021-12-21T14:34:00.101Z] --- PASS: TestKillStoppedContainer (0.04s)
14:34:00 [2021-12-21T14:34:00.101Z] === RUN   TestKillStoppedContainerAPIPre120
14:34:00 [2021-12-21T14:34:00.101Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
14:34:00 [2021-12-21T14:34:00.101Z] === RUN   TestKillDifferentUserContainer
14:34:00 [2021-12-21T14:34:00.356Z] --- PASS: TestKillDifferentUserContainer (0.43s)
14:34:00 [2021-12-21T14:34:00.356Z] === RUN   TestInspectOomKilledTrue
14:34:00 [2021-12-21T14:34:00.356Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
14:34:00 [2021-12-21T14:34:00.356Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
14:34:00 [2021-12-21T14:34:00.356Z] === RUN   TestInspectOomKilledFalse
14:34:00 [2021-12-21T14:34:00.379Z] --- PASS: TestExecUser (0.43s)
14:34:00 [2021-12-21T14:34:00.379Z] === RUN   TestExportContainerAndImportImage
14:34:00 [2021-12-21T14:34:00.918Z] --- PASS: TestInspectOomKilledFalse (0.40s)
14:34:00 [2021-12-21T14:34:00.918Z] === RUN   TestLinksEtcHostsContentMatch
14:34:00 [2021-12-21T14:34:00.946Z] --- PASS: TestExportContainerAndImportImage (0.53s)
14:34:00 [2021-12-21T14:34:00.946Z] === RUN   TestExportContainerAfterDaemonRestart
14:34:01 [2021-12-21T14:34:01.175Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s)
14:34:01 [2021-12-21T14:34:01.175Z] === RUN   TestLinksContainerNames
14:34:02 [2021-12-21T14:34:02.103Z] --- PASS: TestLinksContainerNames (0.82s)
14:34:02 [2021-12-21T14:34:02.103Z] === RUN   TestLogsFollowTailEmpty
14:34:02 [2021-12-21T14:34:02.320Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s)
14:34:02 [2021-12-21T14:34:02.320Z] === RUN   TestHealthCheckWorkdir
14:34:02 [2021-12-21T14:34:02.359Z] --- PASS: TestLogsFollowTailEmpty (0.38s)
14:34:02 [2021-12-21T14:34:02.359Z] === RUN   TestContainerNetworkMountsNoChown
14:34:02 [2021-12-21T14:34:02.579Z] --- PASS: TestHealthCheckWorkdir (0.53s)
14:34:02 [2021-12-21T14:34:02.579Z] === RUN   TestHealthKillContainer
14:34:02 [2021-12-21T14:34:02.922Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s)
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/default
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/default
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/private
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/private
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/rprivate
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/rprivate
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/slave
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/slave
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/rslave
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/rslave
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/shared
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/shared
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/rshared
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/rshared
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/default
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/default/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/default/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/default/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/default/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/default/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/default/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/default/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/rshared
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/rshared/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/rshared/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/rshared/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/shared
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/shared/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/shared/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/shared/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/shared/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/rslave
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/rslave/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/rslave/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/slave
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/slave/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/slave/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/slave/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/slave/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/rprivate
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/private
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/private/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/private/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/private/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/private/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/private/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === RUN   TestMountDaemonRoot/private/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/default/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/default/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/default/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/rshared/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/shared/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/shared/mount_root
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/slave/bind_root
14:34:02 [2021-12-21T14:34:02.922Z] === CONT  TestMountDaemonRoot/rslave/mount_root
14:34:03 [2021-12-21T14:34:03.178Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
14:34:03 [2021-12-21T14:34:03.178Z] === CONT  TestMountDaemonRoot/rslave/bind_root
14:34:03 [2021-12-21T14:34:03.178Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
14:34:03 [2021-12-21T14:34:03.178Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
14:34:03 [2021-12-21T14:34:03.178Z] === CONT  TestMountDaemonRoot/slave/mount_root
14:34:03 [2021-12-21T14:34:03.178Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
14:34:03 [2021-12-21T14:34:03.178Z] === CONT  TestMountDaemonRoot/private/bind_root
14:34:03 [2021-12-21T14:34:03.178Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
14:34:03 [2021-12-21T14:34:03.178Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
14:34:03 [2021-12-21T14:34:03.178Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
14:34:03 [2021-12-21T14:34:03.178Z] === CONT  TestMountDaemonRoot/private/mount_subpath
14:34:03 [2021-12-21T14:34:03.178Z] === CONT  TestMountDaemonRoot/private/mount_root
14:34:03 [2021-12-21T14:34:03.178Z] === CONT  TestMountDaemonRoot/private/bind_subpath
14:34:03 [2021-12-21T14:34:03.178Z] --- PASS: TestMountDaemonRoot (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
14:34:03 [2021-12-21T14:34:03.178Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
14:34:03 [2021-12-21T14:34:03.178Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
14:34:03 [2021-12-21T14:34:03.178Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
14:34:03 [2021-12-21T14:34:03.178Z] === RUN   TestContainerBindMountNonRecursive
14:34:04 [2021-12-21T14:34:04.545Z] --- PASS: TestContainerBindMountNonRecursive (1.23s)
14:34:04 [2021-12-21T14:34:04.545Z] === RUN   TestContainerVolumesMountedAsShared
14:34:04 [2021-12-21T14:34:04.801Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s)
14:34:04 [2021-12-21T14:34:04.801Z] === RUN   TestContainerVolumesMountedAsSlave
14:34:05 [2021-12-21T14:34:05.363Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s)
14:34:05 [2021-12-21T14:34:05.363Z] === RUN   TestNetworkNat
14:34:05 [2021-12-21T14:34:05.619Z] --- PASS: TestNetworkNat (0.44s)
14:34:05 [2021-12-21T14:34:05.619Z] === RUN   TestNetworkLocalhostTCPNat
14:34:06 [2021-12-21T14:34:06.180Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s)
14:34:06 [2021-12-21T14:34:06.180Z] === RUN   TestNetworkLoopbackNat
14:34:08 [2021-12-21T14:34:08.693Z] --- PASS: TestNetworkLoopbackNat (2.54s)
14:34:08 [2021-12-21T14:34:08.693Z] === RUN   TestPause
14:34:08 [2021-12-21T14:34:08.949Z] --- PASS: TestPause (0.43s)
14:34:08 [2021-12-21T14:34:08.949Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:34:08 [2021-12-21T14:34:08.949Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:34:08 [2021-12-21T14:34:08.949Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
14:34:08 [2021-12-21T14:34:08.949Z] === RUN   TestPauseStopPausedContainer
14:34:09 [2021-12-21T14:34:09.510Z] --- PASS: TestPauseStopPausedContainer (0.45s)
14:34:09 [2021-12-21T14:34:09.510Z] === RUN   TestPidHost
14:34:10 [2021-12-21T14:34:10.260Z] INFO: Extraction ended at 12/21/2021 14:34:08. Duration:00:00:28.6021170
14:34:10 [2021-12-21T14:34:10.260Z] INFO: Updating the golang and path environment variables
14:34:10 [2021-12-21T14:34:10.260Z] INFO: GOPATH=d:\gopath
14:34:10 [2021-12-21T14:34:10.260Z] INFO: go version go1.17.5 windows/amd64
14:34:10 [2021-12-21T14:34:10.260Z] INFO: Running the daemon under test in debug mode
14:34:10 [2021-12-21T14:34:10.260Z] INFO: Starting a daemon under test...
14:34:10 [2021-12-21T14:34:10.260Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43075\44\daemon --pidfile d:\CI\PR-43075\44\docker.pid -D
14:34:10 [2021-12-21T14:34:10.260Z] INFO: Process started successfully.
14:34:10 [2021-12-21T14:34:10.260Z] INFO: Start tailing logs of the daemon under tests
14:34:10 [2021-12-21T14:34:10.260Z] INFO: Waiting for the daemon under test to start...
14:34:10 [2021-12-21T14:34:10.439Z] --- PASS: TestPidHost (0.99s)
14:34:10 [2021-12-21T14:34:10.439Z] === RUN   TestPsFilter
14:34:10 [2021-12-21T14:34:10.687Z] --- PASS: TestHealthKillContainer (7.85s)
14:34:10 [2021-12-21T14:34:10.687Z] === RUN   TestInspectCpusetInConfigPre120
14:34:10 [2021-12-21T14:34:10.687Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
14:34:10 [2021-12-21T14:34:10.687Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
14:34:10 [2021-12-21T14:34:10.687Z] === RUN   TestIpcModeNone
14:34:10 [2021-12-21T14:34:10.695Z] --- PASS: TestPsFilter (0.10s)
14:34:10 [2021-12-21T14:34:10.695Z] === RUN   TestRemoveContainerWithRemovedVolume
14:34:10 [2021-12-21T14:34:10.945Z] --- PASS: TestIpcModeNone (0.44s)
14:34:10 [2021-12-21T14:34:10.945Z] === RUN   TestIpcModePrivate
14:34:10 [2021-12-21T14:34:10.951Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s)
14:34:10 [2021-12-21T14:34:10.951Z] === RUN   TestRemoveContainerWithVolume
14:34:11 [2021-12-21T14:34:11.203Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
14:34:11 [2021-12-21T14:34:11.461Z] --- PASS: TestIpcModePrivate (0.43s)
14:34:11 [2021-12-21T14:34:11.461Z] === RUN   TestIpcModeShareable
14:34:11 [2021-12-21T14:34:11.461Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:34:11 [2021-12-21T14:34:11.461Z] --- SKIP: TestIpcModeShareable (0.00s)
14:34:11 [2021-12-21T14:34:11.461Z] === RUN   TestAPIIpcModeShareableAndContainer
14:34:11 [2021-12-21T14:34:11.513Z] --- PASS: TestRemoveContainerWithVolume (0.41s)
14:34:11 [2021-12-21T14:34:11.513Z] === RUN   TestRemoveContainerRunning
14:34:11 [2021-12-21T14:34:11.706Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.768s	coverage: 60.0% of statements
14:34:11 [2021-12-21T14:34:11.706Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
14:34:11 [2021-12-21T14:34:11.706Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
14:34:11 [2021-12-21T14:34:11.706Z] ok  	github.com/docker/docker/libnetwork/osl	4.299s	coverage: 39.7% of statements
14:34:11 [2021-12-21T14:34:11.706Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.002s	coverage: 20.0% of statements
14:34:11 [2021-12-21T14:34:11.706Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.007s	coverage: 86.1% of statements
14:34:11 [2021-12-21T14:34:11.706Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.271s	coverage: 48.6% of statements
14:34:11 [2021-12-21T14:34:11.706Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 70.6% of statements
14:34:11 [2021-12-21T14:34:11.706Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
14:34:11 [2021-12-21T14:34:11.769Z] --- PASS: TestRemoveContainerRunning (0.40s)
14:34:11 [2021-12-21T14:34:11.769Z] === RUN   TestRemoveContainerForceRemoveRunning
14:34:11 [2021-12-21T14:34:11.962Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
14:34:11 [2021-12-21T14:34:11.962Z] 
14:34:11 [2021-12-21T14:34:11.962Z] === Skipped
14:34:11 [2021-12-21T14:34:11.962Z] === SKIP: libnetwork TestParallel3 (0.00s)
14:34:11 [2021-12-21T14:34:11.962Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
14:34:11 [2021-12-21T14:34:11.962Z] 
14:34:11 [2021-12-21T14:34:11.962Z] === SKIP: libnetwork TestParallel1 (0.00s)
14:34:11 [2021-12-21T14:34:11.962Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
14:34:11 [2021-12-21T14:34:11.962Z] 
14:34:11 [2021-12-21T14:34:11.962Z] === SKIP: libnetwork TestParallel2 (0.00s)
14:34:11 [2021-12-21T14:34:11.962Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
14:34:11 [2021-12-21T14:34:11.962Z] 
14:34:11 [2021-12-21T14:34:11.962Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
14:34:11 [2021-12-21T14:34:11.962Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:34:11 [2021-12-21T14:34:11.962Z] 
14:34:11 [2021-12-21T14:34:11.962Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
14:34:11 [2021-12-21T14:34:11.962Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:34:11 [2021-12-21T14:34:11.962Z] 
14:34:11 [2021-12-21T14:34:11.962Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
14:34:11 [2021-12-21T14:34:11.962Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:34:11 [2021-12-21T14:34:11.962Z] 
14:34:11 [2021-12-21T14:34:11.962Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
14:34:11 [2021-12-21T14:34:11.962Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:34:11 [2021-12-21T14:34:11.962Z] 
14:34:11 [2021-12-21T14:34:11.962Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
14:34:11 [2021-12-21T14:34:11.962Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:34:11 [2021-12-21T14:34:11.962Z] 
14:34:11 [2021-12-21T14:34:11.962Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
14:34:11 [2021-12-21T14:34:11.962Z]     firewalld_test.go:14: firewalld is not running
14:34:11 [2021-12-21T14:34:11.962Z] 
14:34:11 [2021-12-21T14:34:11.962Z] DONE 331 tests, 9 skipped in 200.520s
14:34:12 [2021-12-21T14:34:12.331Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.39s)
14:34:12 [2021-12-21T14:34:12.331Z] === RUN   TestRemoveInvalidContainer
14:34:12 [2021-12-21T14:34:12.331Z] --- PASS: TestRemoveInvalidContainer (0.01s)
14:34:12 [2021-12-21T14:34:12.331Z] === RUN   TestRenameLinkedContainer
Post stage
[Pipeline] junit
14:34:12 [2021-12-21T14:34:12.538Z] Recording test results
14:34:12 [2021-12-21T14:34:12.834Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.35s)
14:34:12 [2021-12-21T14:34:12.834Z] === RUN   TestAPIIpcModeHost
14:34:12 [2021-12-21T14:34:12.834Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:34:12 [2021-12-21T14:34:12.834Z] --- SKIP: TestAPIIpcModeHost (0.00s)
14:34:12 [2021-12-21T14:34:12.834Z] === RUN   TestDaemonIpcModeShareable
14:34:12 [2021-12-21T14:34:12.834Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:34:12 [2021-12-21T14:34:12.834Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
14:34:12 [2021-12-21T14:34:12.834Z] === RUN   TestDaemonIpcModePrivate
14:34:13 [2021-12-21T14:34:13.767Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
14:34:13 [2021-12-21T14:34:13.767Z] --- PASS: TestDaemonIpcModePrivate (1.16s)
14:34:13 [2021-12-21T14:34:13.767Z] === RUN   TestDaemonIpcModePrivateFromConfig
14:34:13 [2021-12-21T14:34:13.767Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:34:13 [2021-12-21T14:34:13.767Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
14:34:13 [2021-12-21T14:34:13.767Z] === RUN   TestDaemonIpcModeShareableFromConfig
14:34:13 [2021-12-21T14:34:13.767Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:34:13 [2021-12-21T14:34:13.767Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
14:34:13 [2021-12-21T14:34:13.767Z] === RUN   TestIpcModeOlderClient
14:34:13 [2021-12-21T14:34:13.767Z] === PAUSE TestIpcModeOlderClient
14:34:13 [2021-12-21T14:34:13.767Z] === RUN   TestKillContainerInvalidSignal
14:34:14 [2021-12-21T14:34:14.155Z] Removing intermediate container 511159f6c47d
14:34:14 [2021-12-21T14:34:14.155Z]  ---> 36a2601bad83
14:34:14 [2021-12-21T14:34:14.155Z] Step 9/11 : ENTRYPOINT ["powershell.exe"]
14:34:14 [2021-12-21T14:34:14.155Z]  ---> Running in 6edbe94463b1
14:34:14 [2021-12-21T14:34:14.195Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
14:34:14 [2021-12-21T14:34:14.250Z] --- PASS: TestRenameLinkedContainer (1.71s)
14:34:14 [2021-12-21T14:34:14.250Z] === RUN   TestRenameStoppedContainer
14:34:14 [2021-12-21T14:34:14.250Z] --- PASS: TestRenameStoppedContainer (0.42s)
14:34:14 [2021-12-21T14:34:14.250Z] === RUN   TestRenameRunningContainerAndReuse
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
14:34:14 [2021-12-21T14:34:14.334Z] --- PASS: TestKillContainerInvalidSignal (0.46s)
14:34:14 [2021-12-21T14:34:14.334Z] === RUN   TestKillContainer
14:34:14 [2021-12-21T14:34:14.334Z] === RUN   TestKillContainer/no_signal
14:34:14 [2021-12-21T14:34:14.596Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43075/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4 -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:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 hack/make.sh dynbinary test-integration
14:34:14 [2021-12-21T14:34:14.617Z] Removing intermediate container 6edbe94463b1
14:34:14 [2021-12-21T14:34:14.617Z]  ---> 58af2972f0d9
14:34:14 [2021-12-21T14:34:14.617Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker
14:34:14 [2021-12-21T14:34:14.617Z]  ---> Running in 2ea7c33d81af
14:34:14 [2021-12-21T14:34:14.900Z] === RUN   TestKillContainer/non_killing_signal
14:34:14 [2021-12-21T14:34:14.900Z] === RUN   TestKillContainer/killing_signal
14:34:15 [2021-12-21T14:34:15.077Z] Removing intermediate container 2ea7c33d81af
14:34:15 [2021-12-21T14:34:15.077Z]  ---> bb56a0b3d9e7
14:34:15 [2021-12-21T14:34:15.077Z] Step 11/11 : COPY . .
14:34:15 [2021-12-21T14:34:15.158Z] 
14:34:15 [2021-12-21T14:34:15.158Z] Removing bundles/
14:34:15 [2021-12-21T14:34:15.177Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s)
14:34:15 [2021-12-21T14:34:15.177Z] === RUN   TestRenameInvalidName
14:34:15 [2021-12-21T14:34:15.416Z] 
14:34:15 [2021-12-21T14:34:15.416Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
14:34:15 [2021-12-21T14:34:15.416Z] Building: bundles/dynbinary-daemon/dockerd-dev
14:34:15 [2021-12-21T14:34:15.416Z] GOOS="" GOARCH="" GOARM=""
14:34:15 [2021-12-21T14:34:15.466Z] --- PASS: TestKillContainer (1.19s)
14:34:15 [2021-12-21T14:34:15.466Z]     --- PASS: TestKillContainer/no_signal (0.39s)
14:34:15 [2021-12-21T14:34:15.466Z]     --- PASS: TestKillContainer/non_killing_signal (0.25s)
14:34:15 [2021-12-21T14:34:15.466Z]     --- PASS: TestKillContainer/killing_signal (0.38s)
14:34:15 [2021-12-21T14:34:15.466Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:34:15 [2021-12-21T14:34:15.466Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
14:34:15 [2021-12-21T14:34:15.738Z] --- PASS: TestRenameInvalidName (0.44s)
14:34:15 [2021-12-21T14:34:15.738Z] === RUN   TestRenameAnonymousContainer
14:34:16 [2021-12-21T14:34:16.032Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
14:34:16 [2021-12-21T14:34:16.290Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.76s)
14:34:16 [2021-12-21T14:34:16.290Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.36s)
14:34:16 [2021-12-21T14:34:16.290Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.24s)
14:34:16 [2021-12-21T14:34:16.290Z] === RUN   TestKillStoppedContainer
14:34:16 [2021-12-21T14:34:16.290Z] --- PASS: TestKillStoppedContainer (0.04s)
14:34:16 [2021-12-21T14:34:16.290Z] === RUN   TestKillStoppedContainerAPIPre120
14:34:16 [2021-12-21T14:34:16.290Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
14:34:16 [2021-12-21T14:34:16.290Z] === RUN   TestKillDifferentUserContainer
14:34:16 [2021-12-21T14:34:16.857Z] --- PASS: TestKillDifferentUserContainer (0.42s)
14:34:16 [2021-12-21T14:34:16.857Z] === RUN   TestInspectOomKilledTrue
14:34:16 [2021-12-21T14:34:16.857Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:16 [2021-12-21T14:34:16.857Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
14:34:16 [2021-12-21T14:34:16.857Z] === RUN   TestInspectOomKilledFalse
14:34:16 [2021-12-21T14:34:16.857Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:34:16 [2021-12-21T14:34:16.857Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
14:34:16 [2021-12-21T14:34:16.857Z] === RUN   TestLinksEtcHostsContentMatch
14:34:16 [2021-12-21T14:34:16.857Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
14:34:16 [2021-12-21T14:34:16.857Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
14:34:16 [2021-12-21T14:34:16.857Z] === RUN   TestLinksContainerNames
14:34:17 [2021-12-21T14:34:17.003Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
14:34:17 [2021-12-21T14:34:17.020Z] INFO [runner/unused/goanalysis] analyzers took 29.929213297s with top 10 stages: buildssa: 25.926537135s, U1000: 4.002676162s 
14:34:17 [2021-12-21T14:34:17.020Z] INFO [runner] Issues before processing: 2759, after processing: 0 
14:34:17 [2021-12-21T14:34:17.020Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2178/2178, cgo: 2178/2759, skip_files: 2178/2178, autogenerated_exclude: 1790/2178, identifier_marker: 1790/1790, filename_unadjuster: 2178/2178, skip_dirs: 2178/2178, exclude-rules: 78/1790, nolint: 0/78, exclude: 1790/1790 
14:34:17 [2021-12-21T14:34:17.020Z] INFO [runner] processing took 113.658259ms with stages: nolint: 41.884127ms, identifier_marker: 35.897834ms, path_prettifier: 16.784778ms, autogenerated_exclude: 6.538865ms, exclude-rules: 4.928172ms, cgo: 4.489381ms, skip_dirs: 3.001243ms, filename_unadjuster: 127.698µs, max_same_issues: 1.629µs, uniq_by_line: 901ns, skip_files: 824ns, exclude: 770ns, source_code: 531ns, max_from_linter: 480ns, diff: 459ns, path_shortener: 284ns, max_per_file_from_linter: 283ns 
14:34:17 [2021-12-21T14:34:17.020Z] INFO [runner] linters took 1m41.199818185s with stages: goanalysis_metalinter: 1m18.092312514s, unused: 22.993619407s 
14:34:17 [2021-12-21T14:34:17.020Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
14:34:17 [2021-12-21T14:34:17.020Z] INFO Memory: 2466 samples, avg is 441.4MB, max is 4227.9MB 
14:34:17 [2021-12-21T14:34:17.020Z] INFO Execution took 4m6.464976174s                
14:34:17 [2021-12-21T14:34:17.102Z] --- PASS: TestRenameAnonymousContainer (1.48s)
14:34:17 [2021-12-21T14:34:17.102Z] === RUN   TestRenameContainerWithSameName
14:34:17 [2021-12-21T14:34:17.664Z] --- PASS: TestRenameContainerWithSameName (0.45s)
14:34:17 [2021-12-21T14:34:17.664Z] === RUN   TestRenameContainerWithLinkedContainer
14:34:17 [2021-12-21T14:34:17.791Z] --- PASS: TestLinksContainerNames (0.77s)
14:34:17 [2021-12-21T14:34:17.791Z] === RUN   TestLogsFollowTailEmpty
14:34:17 [2021-12-21T14:34:17.960Z] Congratulations! The shell scripts are properly formatted.
14:34:18 [2021-12-21T14:34:18.049Z] --- PASS: TestLogsFollowTailEmpty (0.39s)
14:34:18 [2021-12-21T14:34:18.049Z] === RUN   TestContainerNetworkMountsNoChown
14:34:18 [2021-12-21T14:34:18.225Z] --- PASS: TestRenameContainerWithLinkedContainer (0.81s)
14:34:18 [2021-12-21T14:34:18.225Z] === RUN   TestResize
14:34:18 [2021-12-21T14:34:18.307Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s)
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/default
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/default
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/private
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/private
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/rprivate
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/rprivate
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/slave
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/slave
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/rslave
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/rslave
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/shared
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/shared
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/rshared
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/rshared
14:34:18 [2021-12-21T14:34:18.307Z] === CONT  TestMountDaemonRoot/default
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/default/bind_root
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/default/bind_root
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/default/bind_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/default/mount_root
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/default/mount_root
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/default/mount_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === CONT  TestMountDaemonRoot/default/bind_root
14:34:18 [2021-12-21T14:34:18.307Z] === CONT  TestMountDaemonRoot/rshared
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/rshared/mount_root
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/rshared/bind_root
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
14:34:18 [2021-12-21T14:34:18.307Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === CONT  TestMountDaemonRoot/shared
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/shared/mount_root
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/shared/mount_root
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/shared/bind_root
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/shared/bind_root
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === CONT  TestMountDaemonRoot/rslave
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/rslave/bind_root
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/rslave/mount_root
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
14:34:18 [2021-12-21T14:34:18.307Z] === CONT  TestMountDaemonRoot/slave
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/slave/bind_root
14:34:18 [2021-12-21T14:34:18.307Z] === CONT  TestMountDaemonRoot/rprivate
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === CONT  TestMountDaemonRoot/private
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/private/bind_root
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/private/bind_root
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/private/bind_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/private/mount_root
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/private/mount_root
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/private/mount_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === CONT  TestMountDaemonRoot/default/mount_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/slave/bind_root
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/slave/mount_root
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/slave/mount_root
14:34:18 [2021-12-21T14:34:18.307Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
14:34:18 [2021-12-21T14:34:18.307Z] === CONT  TestMountDaemonRoot/default/mount_root
14:34:18 [2021-12-21T14:34:18.566Z] === CONT  TestMountDaemonRoot/default/bind_subpath
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/rshared/bind_root
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/rshared/mount_root
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/shared/mount_root
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/shared/bind_root
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/rslave/mount_root
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/rslave/bind_root
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/private/bind_root
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
14:34:18 [2021-12-21T14:34:18.567Z] === CONT  TestMountDaemonRoot/private/mount_subpath
14:34:18 [2021-12-21T14:34:18.788Z] --- PASS: TestResize (0.43s)
14:34:18 [2021-12-21T14:34:18.788Z] === RUN   TestResizeWithInvalidSize
14:34:18 [2021-12-21T14:34:18.825Z] === CONT  TestMountDaemonRoot/private/mount_root
14:34:18 [2021-12-21T14:34:18.825Z] === CONT  TestMountDaemonRoot/private/bind_subpath
14:34:18 [2021-12-21T14:34:18.825Z] === CONT  TestMountDaemonRoot/slave/bind_root
14:34:18 [2021-12-21T14:34:18.825Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
14:34:18 [2021-12-21T14:34:18.825Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
14:34:18 [2021-12-21T14:34:18.825Z] === CONT  TestMountDaemonRoot/slave/mount_root
14:34:18 [2021-12-21T14:34:18.825Z] --- PASS: TestMountDaemonRoot (0.02s)
14:34:18 [2021-12-21T14:34:18.825Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
14:34:18 [2021-12-21T14:34:18.825Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
14:34:18 [2021-12-21T14:34:18.825Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
14:34:18 [2021-12-21T14:34:18.825Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
14:34:18 [2021-12-21T14:34:18.825Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
14:34:18 [2021-12-21T14:34:18.825Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.01s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.01s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
14:34:18 [2021-12-21T14:34:18.825Z]     --- PASS: TestMountDaemonRoot/slave (0.01s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
14:34:18 [2021-12-21T14:34:18.825Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.01s)
14:34:18 [2021-12-21T14:34:18.825Z] === RUN   TestContainerBindMountNonRecursive
14:34:18 [2021-12-21T14:34:18.825Z]     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)
14:34:18 [2021-12-21T14:34:18.825Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
14:34:18 [2021-12-21T14:34:18.825Z] === RUN   TestContainerVolumesMountedAsShared
14:34:18 [2021-12-21T14:34:18.825Z]     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)
14:34:18 [2021-12-21T14:34:18.825Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
14:34:18 [2021-12-21T14:34:18.825Z] === RUN   TestContainerVolumesMountedAsSlave
14:34:18 [2021-12-21T14:34:18.825Z]     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)
14:34:18 [2021-12-21T14:34:18.825Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
14:34:18 [2021-12-21T14:34:18.825Z] === RUN   TestNetworkNat
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
14:34:19 [2021-12-21T14:34:19.273Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43075/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 hack/make.sh dynbinary test-docker-py
14:34:19 [2021-12-21T14:34:19.349Z] --- PASS: TestResizeWithInvalidSize (0.41s)
14:34:19 [2021-12-21T14:34:19.349Z] === RUN   TestResizeWhenContainerNotStarted
14:34:19 [2021-12-21T14:34:19.391Z] --- PASS: TestNetworkNat (0.49s)
14:34:19 [2021-12-21T14:34:19.391Z] === RUN   TestNetworkLocalhostTCPNat
14:34:19 [2021-12-21T14:34:19.606Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s)
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:34:19 [2021-12-21T14:34:19.606Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
14:34:19 [2021-12-21T14:34:19.650Z] --- PASS: TestNetworkLocalhostTCPNat (0.40s)
14:34:19 [2021-12-21T14:34:19.650Z] === RUN   TestNetworkLoopbackNat
14:34:20 [2021-12-21T14:34:20.213Z] 
14:34:20 [2021-12-21T14:34:20.213Z] Removing bundles/
14:34:20 [2021-12-21T14:34:20.213Z] 
14:34:20 [2021-12-21T14:34:20.213Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
14:34:20 [2021-12-21T14:34:20.213Z] Building: bundles/dynbinary-daemon/dockerd-dev
14:34:20 [2021-12-21T14:34:20.213Z] GOOS="" GOARCH="" GOARM=""
14:34:21 [2021-12-21T14:34:21.496Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:34:22 [2021-12-21T14:34:22.175Z] --- PASS: TestNetworkLoopbackNat (2.50s)
14:34:22 [2021-12-21T14:34:22.175Z] === RUN   TestPause
14:34:22 [2021-12-21T14:34:22.175Z]     pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:22 [2021-12-21T14:34:22.175Z] --- SKIP: TestPause (0.00s)
14:34:22 [2021-12-21T14:34:22.175Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:34:22 [2021-12-21T14:34:22.175Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:34:22 [2021-12-21T14:34:22.175Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
14:34:22 [2021-12-21T14:34:22.175Z] === RUN   TestPauseStopPausedContainer
14:34:22 [2021-12-21T14:34:22.175Z]     pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:22 [2021-12-21T14:34:22.175Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
14:34:22 [2021-12-21T14:34:22.175Z] === RUN   TestPidHost
14:34:22 [2021-12-21T14:34:22.860Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:34:23 [2021-12-21T14:34:23.110Z] --- PASS: TestPidHost (0.84s)
14:34:23 [2021-12-21T14:34:23.110Z] === RUN   TestPsFilter
14:34:23 [2021-12-21T14:34:23.110Z] --- PASS: TestPsFilter (0.09s)
14:34:23 [2021-12-21T14:34:23.110Z] === RUN   TestRemoveContainerWithRemovedVolume
14:34:23 [2021-12-21T14:34:23.369Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s)
14:34:23 [2021-12-21T14:34:23.369Z] === RUN   TestRemoveContainerWithVolume
14:34:23 [2021-12-21T14:34:23.787Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:34:23 [2021-12-21T14:34:23.787Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:34:23 [2021-12-21T14:34:23.935Z] --- PASS: TestRemoveContainerWithVolume (0.46s)
14:34:23 [2021-12-21T14:34:23.935Z] === RUN   TestRemoveContainerRunning
14:34:24 [2021-12-21T14:34:24.501Z] --- PASS: TestRemoveContainerRunning (0.41s)
14:34:24 [2021-12-21T14:34:24.501Z] === RUN   TestRemoveContainerForceRemoveRunning
14:34:24 [2021-12-21T14:34:24.759Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s)
14:34:24 [2021-12-21T14:34:24.759Z] === RUN   TestRemoveInvalidContainer
14:34:24 [2021-12-21T14:34:24.759Z] --- PASS: TestRemoveInvalidContainer (0.01s)
14:34:24 [2021-12-21T14:34:24.759Z] === RUN   TestRenameLinkedContainer
14:34:25 [2021-12-21T14:34:25.152Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
14:34:25 [2021-12-21T14:34:25.152Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
14:34:26 [2021-12-21T14:34:26.661Z] --- PASS: TestRenameLinkedContainer (1.59s)
14:34:26 [2021-12-21T14:34:26.661Z] === RUN   TestRenameStoppedContainer
14:34:26 [2021-12-21T14:34:26.661Z] --- PASS: TestRenameStoppedContainer (0.38s)
14:34:26 [2021-12-21T14:34:26.661Z] === RUN   TestRenameRunningContainerAndReuse
14:34:27 [2021-12-21T14:34:27.595Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s)
14:34:27 [2021-12-21T14:34:27.595Z] === RUN   TestRenameInvalidName
14:34:27 [2021-12-21T14:34:27.854Z] --- PASS: TestRenameInvalidName (0.41s)
14:34:27 [2021-12-21T14:34:27.854Z] === RUN   TestRenameAnonymousContainer
14:34:28 [2021-12-21T14:34:28.419Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
14:34:28 [2021-12-21T14:34:28.675Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:34:29 [2021-12-21T14:34:29.228Z] --- PASS: TestRenameAnonymousContainer (1.39s)
14:34:29 [2021-12-21T14:34:29.228Z] === RUN   TestRenameContainerWithSameName
14:34:29 [2021-12-21T14:34:29.794Z] --- PASS: TestRenameContainerWithSameName (0.41s)
14:34:29 [2021-12-21T14:34:29.794Z] === RUN   TestRenameContainerWithLinkedContainer
14:34:30 [2021-12-21T14:34:30.360Z] --- PASS: TestRenameContainerWithLinkedContainer (0.77s)
14:34:30 [2021-12-21T14:34:30.360Z] === RUN   TestResize
14:34:30 [2021-12-21T14:34:30.564Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:34:30 [2021-12-21T14:34:30.926Z] --- PASS: TestResize (0.41s)
14:34:30 [2021-12-21T14:34:30.926Z] === RUN   TestResizeWithInvalidSize
14:34:31 [2021-12-21T14:34:31.185Z] --- PASS: TestResizeWithInvalidSize (0.41s)
14:34:31 [2021-12-21T14:34:31.185Z] === RUN   TestResizeWhenContainerNotStarted
14:34:31 [2021-12-21T14:34:31.491Z] ...INFO: Daemon under test started and replied!
14:34:31 [2021-12-21T14:34:31.491Z] INFO: Docker version of the daemon under test
14:34:31 [2021-12-21T14:34:31.491Z] 
14:34:31 [2021-12-21T14:34:31.491Z] Client:
14:34:31 [2021-12-21T14:34:31.491Z]  Version:      17.06.2-ce
14:34:31 [2021-12-21T14:34:31.491Z]  API version:  1.30
14:34:31 [2021-12-21T14:34:31.491Z]  Go version:   go1.8.3
14:34:31 [2021-12-21T14:34:31.491Z]  Git commit:   cec0b72
14:34:31 [2021-12-21T14:34:31.491Z]  Built:        Tue Sep  5 19:57:19 2017
14:34:31 [2021-12-21T14:34:31.491Z]  OS/Arch:      windows/amd64
14:34:31 [2021-12-21T14:34:31.491Z] 
14:34:31 [2021-12-21T14:34:31.491Z] Server:
14:34:31 [2021-12-21T14:34:31.491Z]  Version:      0.0.0-dev
14:34:31 [2021-12-21T14:34:31.491Z]  API version:  1.42 (minimum version 1.24)
14:34:31 [2021-12-21T14:34:31.491Z]  Go version:   go1.17.5
14:34:31 [2021-12-21T14:34:31.491Z]  Git commit:   2e64c14543
14:34:31 [2021-12-21T14:34:31.491Z]  Built:        12/21/2021 14:32:09
14:34:31 [2021-12-21T14:34:31.491Z]  OS/Arch:      windows/amd64
14:34:31 [2021-12-21T14:34:31.491Z]  Experimental: false
14:34:31 [2021-12-21T14:34:31.491Z] 
14:34:31 [2021-12-21T14:34:31.491Z] INFO: Docker info of the daemon under test
14:34:31 [2021-12-21T14:34:31.491Z] 
14:34:31 [2021-12-21T14:34:31.491Z] Containers: 0
14:34:31 [2021-12-21T14:34:31.491Z]  Running: 0
14:34:31 [2021-12-21T14:34:31.491Z]  Paused: 0
14:34:31 [2021-12-21T14:34:31.491Z]  Stopped: 0
14:34:31 [2021-12-21T14:34:31.491Z] Images: 0
14:34:31 [2021-12-21T14:34:31.491Z] Server Version: 0.0.0-dev
14:34:31 [2021-12-21T14:34:31.491Z] Storage Driver: windowsfilter
14:34:31 [2021-12-21T14:34:31.491Z]  Windows: 
14:34:31 [2021-12-21T14:34:31.491Z] Logging Driver: json-file
14:34:31 [2021-12-21T14:34:31.491Z] Plugins: 
14:34:31 [2021-12-21T14:34:31.491Z]  Volume: local
14:34:31 [2021-12-21T14:34:31.491Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
14:34:31 [2021-12-21T14:34:31.491Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
14:34:31 [2021-12-21T14:34:31.491Z] Swarm: inactive
14:34:31 [2021-12-21T14:34:31.491Z] Default Isolation: process
14:34:31 [2021-12-21T14:34:31.491Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
14:34:31 [2021-12-21T14:34:31.491Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230)
14:34:31 [2021-12-21T14:34:31.491Z] OSType: windows
14:34:31 [2021-12-21T14:34:31.491Z] Architecture: x86_64
14:34:31 [2021-12-21T14:34:31.491Z] CPUs: 4
14:34:31 [2021-12-21T14:34:31.491Z] Total Memory: 32GiB
14:34:31 [2021-12-21T14:34:31.491Z] Name: azwin-2-cdd2a1
14:34:31 [2021-12-21T14:34:31.491Z] ID: GINT:PZQO:IDI3:YY7H:N33E:HXCA:ALJF:7KHN:DTZK:N5ZZ:MWKZ:ZTUS
14:34:31 [2021-12-21T14:34:31.491Z] Docker Root Dir: D:\CI\PR-43075\44\daemon
14:34:31 [2021-12-21T14:34:31.491Z] Debug Mode (client): false
14:34:31 [2021-12-21T14:34:31.491Z] Debug Mode (server): true
14:34:31 [2021-12-21T14:34:31.491Z]  File Descriptors: -1
14:34:31 [2021-12-21T14:34:31.491Z]  Goroutines: 16
14:34:31 [2021-12-21T14:34:31.491Z]  System Time: 2021-12-21T14:34:28.3602193Z
14:34:31 [2021-12-21T14:34:31.491Z]  EventsListeners: 0
14:34:31 [2021-12-21T14:34:31.491Z] Registry: https://index.docker.io/v1/
14:34:31 [2021-12-21T14:34:31.491Z] Labels:
14:34:31 [2021-12-21T14:34:31.491Z] Experimental: false
14:34:31 [2021-12-21T14:34:31.491Z] Insecure Registries:
14:34:31 [2021-12-21T14:34:31.491Z]  127.0.0.0/8
14:34:31 [2021-12-21T14:34:31.491Z] Live Restore Enabled: false
14:34:31 [2021-12-21T14:34:31.491Z] 
14:34:31 [2021-12-21T14:34:31.491Z] 
14:34:31 [2021-12-21T14:34:31.491Z] INFO: Docker images of the daemon under test
14:34:31 [2021-12-21T14:34:31.491Z] 
14:34:31 [2021-12-21T14:34:31.491Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
14:34:31 [2021-12-21T14:34:31.491Z] 
14:34:31 [2021-12-21T14:34:31.491Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
14:34:31 [2021-12-21T14:34:31.491Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time...
14:34:31 [2021-12-21T14:34:31.491Z] ltsc2022: Pulling from windows/servercore
14:34:31 [2021-12-21T14:34:31.491Z] 8f616e6e9eec: Pulling fs layer
14:34:31 [2021-12-21T14:34:31.491Z] 4d1d74adc6a9: Pulling fs layer
14:34:31 [2021-12-21T14:34:31.751Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s)
14:34:31 [2021-12-21T14:34:31.751Z] === RUN   TestDaemonRestartKillContainers
14:34:31 [2021-12-21T14:34:31.751Z]     restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
14:34:31 [2021-12-21T14:34:31.751Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
14:34:31 [2021-12-21T14:34:31.751Z] === RUN   TestCgroupNamespacesRun
14:34:32 [2021-12-21T14:34:32.453Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:34:32 [2021-12-21T14:34:32.453Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:34:33 [2021-12-21T14:34:33.125Z] --- PASS: TestCgroupNamespacesRun (1.13s)
14:34:33 [2021-12-21T14:34:33.125Z] === RUN   TestCgroupNamespacesRunPrivileged
14:34:34 [2021-12-21T14:34:34.058Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.09s)
14:34:34 [2021-12-21T14:34:34.058Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
14:34:34 [2021-12-21T14:34:34.343Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:34:34 [2021-12-21T14:34:34.343Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:34:35 [2021-12-21T14:34:35.021Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s)
14:34:35 [2021-12-21T14:34:35.022Z] === RUN   TestCgroupNamespacesRunHostMode
14:34:35 [2021-12-21T14:34:35.710Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:34:36 [2021-12-21T14:34:36.440Z] --- PASS: TestCgroupNamespacesRunHostMode (1.19s)
14:34:36 [2021-12-21T14:34:36.440Z] === RUN   TestCgroupNamespacesRunPrivateMode
14:34:37 [2021-12-21T14:34:37.374Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.11s)
14:34:37 [2021-12-21T14:34:37.374Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
14:34:37 [2021-12-21T14:34:37.600Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.74s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.08s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.22s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.34s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.45s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.52s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.95s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.65s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.12s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.79s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.98s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.70s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.72s)
14:34:37 [2021-12-21T14:34:37.600Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.57s)
14:34:37 [2021-12-21T14:34:37.600Z] === RUN   TestCgroupNamespacesRun
14:34:38 [2021-12-21T14:34:38.309Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.05s)
14:34:38 [2021-12-21T14:34:38.309Z] === RUN   TestCgroupNamespacesRunInvalidMode
14:34:38 [2021-12-21T14:34:38.527Z] --- PASS: TestCgroupNamespacesRun (1.17s)
14:34:38 [2021-12-21T14:34:38.527Z] === RUN   TestCgroupNamespacesRunPrivileged
14:34:38 [2021-12-21T14:34:38.527Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
14:34:38 [2021-12-21T14:34:38.527Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
14:34:38 [2021-12-21T14:34:38.527Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
14:34:39 [2021-12-21T14:34:39.244Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s)
14:34:39 [2021-12-21T14:34:39.244Z] === RUN   TestCgroupNamespacesRunOlderClient
14:34:39 [2021-12-21T14:34:39.891Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s)
14:34:39 [2021-12-21T14:34:39.892Z] === RUN   TestCgroupNamespacesRunHostMode
14:34:40 [2021-12-21T14:34:40.180Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.14s)
14:34:40 [2021-12-21T14:34:40.180Z] === RUN   TestNISDomainname
14:34:40 [2021-12-21T14:34:40.180Z]     run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
14:34:40 [2021-12-21T14:34:40.180Z] --- SKIP: TestNISDomainname (0.01s)
14:34:40 [2021-12-21T14:34:40.180Z] === RUN   TestHostnameDnsResolution
14:34:40 [2021-12-21T14:34:40.746Z] --- PASS: TestHostnameDnsResolution (0.60s)
14:34:40 [2021-12-21T14:34:40.746Z] === RUN   TestUnprivilegedPortsAndPing
14:34:40 [2021-12-21T14:34:40.746Z]     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
14:34:40 [2021-12-21T14:34:40.746Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s)
14:34:40 [2021-12-21T14:34:40.746Z] === RUN   TestStats
14:34:40 [2021-12-21T14:34:40.746Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:40 [2021-12-21T14:34:40.746Z] --- SKIP: TestStats (0.00s)
14:34:40 [2021-12-21T14:34:40.746Z] === RUN   TestStopContainerWithTimeout
14:34:40 [2021-12-21T14:34:40.746Z] === RUN   TestStopContainerWithTimeout/0
14:34:40 [2021-12-21T14:34:40.746Z] === PAUSE TestStopContainerWithTimeout/0
14:34:40 [2021-12-21T14:34:40.746Z] === RUN   TestStopContainerWithTimeout/1
14:34:40 [2021-12-21T14:34:40.746Z] === PAUSE TestStopContainerWithTimeout/1
14:34:40 [2021-12-21T14:34:40.746Z] === RUN   TestStopContainerWithTimeout/3
14:34:40 [2021-12-21T14:34:40.746Z] === PAUSE TestStopContainerWithTimeout/3
14:34:40 [2021-12-21T14:34:40.746Z] === RUN   TestStopContainerWithTimeout/-1
14:34:40 [2021-12-21T14:34:40.746Z] === PAUSE TestStopContainerWithTimeout/-1
14:34:40 [2021-12-21T14:34:40.746Z] === CONT  TestStopContainerWithTimeout/0
14:34:40 [2021-12-21T14:34:40.746Z] === CONT  TestStopContainerWithTimeout/-1
14:34:40 [2021-12-21T14:34:40.819Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s)
14:34:40 [2021-12-21T14:34:40.819Z] === RUN   TestCgroupNamespacesRunPrivateMode
14:34:41 [2021-12-21T14:34:41.680Z] === CONT  TestStopContainerWithTimeout/3
14:34:41 [2021-12-21T14:34:41.926Z] 4d1d74adc6a9: Verifying Checksum
14:34:41 [2021-12-21T14:34:41.926Z] 4d1d74adc6a9: Download complete
14:34:42 [2021-12-21T14:34:42.183Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s)
14:34:42 [2021-12-21T14:34:42.183Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
14:34:42 [2021-12-21T14:34:42.915Z] 8f616e6e9eec: Verifying Checksum
14:34:42 [2021-12-21T14:34:42.915Z] 8f616e6e9eec: Download complete
14:34:43 [2021-12-21T14:34:43.109Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s)
14:34:43 [2021-12-21T14:34:43.109Z] === RUN   TestCgroupNamespacesRunInvalidMode
14:34:43 [2021-12-21T14:34:43.561Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
14:34:43 [2021-12-21T14:34:43.578Z] === CONT  TestStopContainerWithTimeout/1
14:34:43 [2021-12-21T14:34:43.670Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
14:34:43 [2021-12-21T14:34:43.670Z] === RUN   TestCgroupNamespacesRunOlderClient
14:34:44 [2021-12-21T14:34:44.950Z] --- PASS: TestStopContainerWithTimeout (0.01s)
14:34:44 [2021-12-21T14:34:44.950Z]     --- PASS: TestStopContainerWithTimeout/0 (0.62s)
14:34:44 [2021-12-21T14:34:44.950Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.53s)
14:34:44 [2021-12-21T14:34:44.950Z]     --- PASS: TestStopContainerWithTimeout/3 (2.38s)
14:34:44 [2021-12-21T14:34:44.950Z]     --- PASS: TestStopContainerWithTimeout/1 (1.37s)
14:34:44 [2021-12-21T14:34:44.950Z] === RUN   TestDeleteDevicemapper
14:34:44 [2021-12-21T14:34:44.950Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:34:44 [2021-12-21T14:34:44.950Z] --- SKIP: TestDeleteDevicemapper (0.00s)
14:34:44 [2021-12-21T14:34:44.950Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:34:45 [2021-12-21T14:34:45.036Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.21s)
14:34:45 [2021-12-21T14:34:45.036Z] === RUN   TestNISDomainname
14:34:45 [2021-12-21T14:34:45.597Z] --- PASS: TestNISDomainname (0.56s)
14:34:45 [2021-12-21T14:34:45.597Z] === RUN   TestHostnameDnsResolution
14:34:46 [2021-12-21T14:34:46.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
14:34:46 [2021-12-21T14:34:46.147Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.26s)
14:34:46 [2021-12-21T14:34:46.147Z] === RUN   TestUpdateMemory
14:34:46 [2021-12-21T14:34:46.147Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:46 [2021-12-21T14:34:46.147Z] --- SKIP: TestUpdateMemory (0.00s)
14:34:46 [2021-12-21T14:34:46.147Z] === RUN   TestUpdateCPUQuota
14:34:46 [2021-12-21T14:34:46.147Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:46 [2021-12-21T14:34:46.147Z] --- SKIP: TestUpdateCPUQuota (0.01s)
14:34:46 [2021-12-21T14:34:46.147Z] === RUN   TestUpdatePidsLimit
14:34:46 [2021-12-21T14:34:46.147Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
14:34:46 [2021-12-21T14:34:46.147Z] --- SKIP: TestUpdatePidsLimit (0.00s)
14:34:46 [2021-12-21T14:34:46.147Z] === RUN   TestUpdateRestartPolicy
14:34:46 [2021-12-21T14:34:46.159Z] --- PASS: TestHostnameDnsResolution (0.67s)
14:34:46 [2021-12-21T14:34:46.159Z] === RUN   TestUnprivilegedPortsAndPing
14:34:46 [2021-12-21T14:34:46.721Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s)
14:34:46 [2021-12-21T14:34:46.721Z] === RUN   TestStats
14:34:47 [2021-12-21T14:34:47.772Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
14:34:47 [2021-12-21T14:34:47.772Z] 
14:34:47 [2021-12-21T14:34:47.772Z]  ________   ____  __.
14:34:47 [2021-12-21T14:34:47.772Z]  \_____  \ |    |/ _|
14:34:47 [2021-12-21T14:34:47.772Z]  /   |   \|      <
14:34:47 [2021-12-21T14:34:47.772Z]  /    |    \    |  \
14:34:47 [2021-12-21T14:34:47.772Z]  \_______  /____|__ \
14:34:47 [2021-12-21T14:34:47.772Z]          \/        \/
14:34:47 [2021-12-21T14:34:47.772Z] 
14:34:47 [2021-12-21T14:34:47.772Z] INFO: make.ps1 ended at 12/21/2021 14:34:44
14:34:47 [2021-12-21T14:34:47.772Z] INFO: Binaries build ended at 12/21/2021 14:34:46. Duration:00:01:29.5876546
14:34:47 [2021-12-21T14:34:47.772Z] INFO: Copying the built daemon binary to d:\CI\PR-43075\44\binary\dockerd-2e64c14543.exe...
14:34:47 [2021-12-21T14:34:47.772Z] INFO: Copying the built client binary to d:\CI\PR-43075\44\binary\docker-2e64c14543.exe...
14:34:47 [2021-12-21T14:34:47.772Z] INFO: Copying dockerversion from the container...
14:34:47 [2021-12-21T14:34:47.772Z] INFO: Copying the golang package from the container to d:\CI\PR-43075\44\installer\go.zip...
14:34:48 [2021-12-21T14:34:48.629Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
14:34:48 [2021-12-21T14:34:48.738Z] INFO: Extracting go.zip to d:\CI\PR-43075\44\go
14:34:49 [2021-12-21T14:34:49.234Z] --- PASS: TestStats (2.46s)
14:34:49 [2021-12-21T14:34:49.234Z] === RUN   TestStopContainerWithTimeout
14:34:49 [2021-12-21T14:34:49.234Z] === RUN   TestStopContainerWithTimeout/0
14:34:49 [2021-12-21T14:34:49.234Z] === PAUSE TestStopContainerWithTimeout/0
14:34:49 [2021-12-21T14:34:49.234Z] === RUN   TestStopContainerWithTimeout/1
14:34:49 [2021-12-21T14:34:49.234Z] === PAUSE TestStopContainerWithTimeout/1
14:34:49 [2021-12-21T14:34:49.234Z] === RUN   TestStopContainerWithTimeout/3
14:34:49 [2021-12-21T14:34:49.234Z] === PAUSE TestStopContainerWithTimeout/3
14:34:49 [2021-12-21T14:34:49.234Z] === RUN   TestStopContainerWithTimeout/-1
14:34:49 [2021-12-21T14:34:49.234Z] === PAUSE TestStopContainerWithTimeout/-1
14:34:49 [2021-12-21T14:34:49.234Z] === CONT  TestStopContainerWithTimeout/0
14:34:49 [2021-12-21T14:34:49.234Z] === CONT  TestStopContainerWithTimeout/3
14:34:49 [2021-12-21T14:34:49.796Z] === CONT  TestStopContainerWithTimeout/1
14:34:50 [2021-12-21T14:34:50.535Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
14:34:50 [2021-12-21T14:34:50.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
14:34:51 [2021-12-21T14:34:51.685Z] === CONT  TestStopContainerWithTimeout/-1
14:34:53 [2021-12-21T14:34:53.331Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
14:34:54 [2021-12-21T14:34:54.198Z] --- PASS: TestStopContainerWithTimeout (0.01s)
14:34:54 [2021-12-21T14:34:54.198Z]     --- PASS: TestStopContainerWithTimeout/0 (0.68s)
14:34:54 [2021-12-21T14:34:54.198Z]     --- PASS: TestStopContainerWithTimeout/1 (1.46s)
14:34:54 [2021-12-21T14:34:54.198Z]     --- PASS: TestStopContainerWithTimeout/3 (2.62s)
14:34:54 [2021-12-21T14:34:54.198Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.41s)
14:34:54 [2021-12-21T14:34:54.198Z] === RUN   TestDeleteDevicemapper
14:34:54 [2021-12-21T14:34:54.198Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:34:54 [2021-12-21T14:34:54.198Z] --- SKIP: TestDeleteDevicemapper (0.00s)
14:34:54 [2021-12-21T14:34:54.198Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:34:55 [2021-12-21T14:34:55.129Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.29s)
14:34:55 [2021-12-21T14:34:55.129Z] === RUN   TestUpdateMemory
14:34:55 [2021-12-21T14:34:55.692Z] --- PASS: TestUpdateMemory (0.61s)
14:34:55 [2021-12-21T14:34:55.692Z] === RUN   TestUpdateCPUQuota
14:34:56 [2021-12-21T14:34:56.618Z] --- PASS: TestUpdateCPUQuota (0.96s)
14:34:56 [2021-12-21T14:34:56.618Z] === RUN   TestUpdatePidsLimit
14:34:56 [2021-12-21T14:34:56.618Z] === RUN   TestUpdatePidsLimit/update_from_none
14:34:56 [2021-12-21T14:34:56.874Z] === RUN   TestUpdatePidsLimit/no_change
14:34:57 [2021-12-21T14:34:57.130Z] === RUN   TestUpdatePidsLimit/update_lower
14:34:57 [2021-12-21T14:34:57.403Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
14:34:57 [2021-12-21T14:34:57.403Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
14:34:57 [2021-12-21T14:34:57.672Z]  ---> d28fa2714ef9
14:34:57 [2021-12-21T14:34:57.673Z] Successfully built d28fa2714ef9
14:34:57 [2021-12-21T14:34:57.673Z] Successfully tagged docker:latest
14:34:57 [2021-12-21T14:34:57.673Z] INFO: Image build ended at 12/21/2021 14:34:54. Duration:00:04:47.5785483
14:34:57 [2021-12-21T14:34:57.673Z] 
14:34:57 [2021-12-21T14:34:57.673Z] 
14:34:57 [2021-12-21T14:34:57.673Z] INFO: Building the test binaries at 12/21/2021 14:34:54...
14:34:57 [2021-12-21T14:34:57.976Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
14:34:57 [2021-12-21T14:34:57.976Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
14:34:58 [2021-12-21T14:34:58.340Z] --- PASS: TestUpdateRestartPolicy (10.95s)
14:34:58 [2021-12-21T14:34:58.340Z] === RUN   TestUpdateRestartWithAutoRemove
14:34:58 [2021-12-21T14:34:58.340Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s)
14:34:58 [2021-12-21T14:34:58.340Z] === RUN   TestWaitNonBlocked
14:34:58 [2021-12-21T14:34:58.340Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:34:58 [2021-12-21T14:34:58.340Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:34:58 [2021-12-21T14:34:58.341Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:34:58 [2021-12-21T14:34:58.341Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:34:58 [2021-12-21T14:34:58.341Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:34:58 [2021-12-21T14:34:58.341Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:34:58 [2021-12-21T14:34:58.341Z] --- PASS: TestWaitNonBlocked (0.01s)
14:34:58 [2021-12-21T14:34:58.341Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s)
14:34:58 [2021-12-21T14:34:58.341Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s)
14:34:58 [2021-12-21T14:34:58.341Z] === RUN   TestWaitBlocked
14:34:58 [2021-12-21T14:34:58.341Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
14:34:58 [2021-12-21T14:34:58.341Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
14:34:58 [2021-12-21T14:34:58.341Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
14:34:58 [2021-12-21T14:34:58.341Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
14:34:58 [2021-12-21T14:34:58.341Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
14:34:58 [2021-12-21T14:34:58.341Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
14:34:58 [2021-12-21T14:34:58.906Z] --- PASS: TestWaitBlocked (0.01s)
14:34:58 [2021-12-21T14:34:58.906Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s)
14:34:58 [2021-12-21T14:34:58.906Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s)
14:34:58 [2021-12-21T14:34:58.906Z] === CONT  TestDaemonRestartIpcMode
14:34:58 [2021-12-21T14:34:58.906Z] === CONT  TestIpcModeOlderClient
14:34:58 [2021-12-21T14:34:58.906Z] --- PASS: TestIpcModeOlderClient (0.06s)
14:34:58 [2021-12-21T14:34:58.906Z] === CONT  TestRestartDaemonWithRestartingContainer
14:34:58 [2021-12-21T14:34:58.913Z] --- PASS: TestUpdatePidsLimit (2.08s)
14:34:58 [2021-12-21T14:34:58.913Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.23s)
14:34:58 [2021-12-21T14:34:58.913Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
14:34:58 [2021-12-21T14:34:58.913Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.22s)
14:34:58 [2021-12-21T14:34:58.913Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s)
14:34:58 [2021-12-21T14:34:58.913Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.35s)
14:34:58 [2021-12-21T14:34:58.913Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s)
14:34:58 [2021-12-21T14:34:58.913Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s)
14:34:58 [2021-12-21T14:34:58.913Z] === RUN   TestUpdateRestartPolicy
14:35:01 [2021-12-21T14:35:01.437Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.25s)
14:35:01 [2021-12-21T14:35:01.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
14:35:01 [2021-12-21T14:35:01.775Z] --- PASS: TestDaemonRestartIpcMode (2.71s)
14:35:01 [2021-12-21T14:35:01.775Z] PASS
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === Skipped
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
14:35:01 [2021-12-21T14:35:01.775Z]     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)
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     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)
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     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)
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestPause (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none"
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
14:35:01 [2021-12-21T14:35:01.775Z]     pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none"
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
14:35:01 [2021-12-21T14:35:01.775Z]     run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     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
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestStats (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.01s)
14:35:01 [2021-12-21T14:35:01.775Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
14:35:01 [2021-12-21T14:35:01.775Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
14:35:01 [2021-12-21T14:35:01.775Z] 
14:35:01 [2021-12-21T14:35:01.775Z] DONE 177 tests, 27 skipped in 70.133s
14:35:01 [2021-12-21T14:35:01.775Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
14:35:01 [2021-12-21T14:35:01.775Z] === RUN   TestConfigDaemonLibtrustID
14:35:02 [2021-12-21T14:35:02.341Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
14:35:02 [2021-12-21T14:35:02.341Z] === RUN   TestDaemonConfigValidation
14:35:02 [2021-12-21T14:35:02.341Z] === RUN   TestDaemonConfigValidation/config_with_no_content
14:35:02 [2021-12-21T14:35:02.341Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
14:35:02 [2021-12-21T14:35:02.341Z] === RUN   TestDaemonConfigValidation/config_with_{}
14:35:02 [2021-12-21T14:35:02.341Z] === PAUSE TestDaemonConfigValidation/config_with_{}
14:35:02 [2021-12-21T14:35:02.341Z] === RUN   TestDaemonConfigValidation/invalid_config
14:35:02 [2021-12-21T14:35:02.341Z] === PAUSE TestDaemonConfigValidation/invalid_config
14:35:02 [2021-12-21T14:35:02.341Z] === RUN   TestDaemonConfigValidation/malformed_config
14:35:02 [2021-12-21T14:35:02.341Z] === PAUSE TestDaemonConfigValidation/malformed_config
14:35:02 [2021-12-21T14:35:02.341Z] === RUN   TestDaemonConfigValidation/valid_config
14:35:02 [2021-12-21T14:35:02.341Z] === PAUSE TestDaemonConfigValidation/valid_config
14:35:02 [2021-12-21T14:35:02.341Z] === CONT  TestDaemonConfigValidation/config_with_no_content
14:35:02 [2021-12-21T14:35:02.341Z] === CONT  TestDaemonConfigValidation/malformed_config
14:35:02 [2021-12-21T14:35:02.341Z] === CONT  TestDaemonConfigValidation/valid_config
14:35:02 [2021-12-21T14:35:02.341Z] === CONT  TestDaemonConfigValidation/invalid_config
14:35:02 [2021-12-21T14:35:02.341Z] === CONT  TestDaemonConfigValidation/config_with_{}
14:35:02 [2021-12-21T14:35:02.375Z] INFO: make.ps1 starting at 12/21/2021 14:35:01
14:35:02 [2021-12-21T14:35:02.375Z] INFO: Git commit (2e64c14543) assumed from DOCKER_GITCOMMIT environment variable
14:35:02 [2021-12-21T14:35:02.375Z] INFO: Invoking autogen...
14:35:02 [2021-12-21T14:35:02.599Z] --- PASS: TestDaemonConfigValidation (0.00s)
14:35:02 [2021-12-21T14:35:02.599Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
14:35:02 [2021-12-21T14:35:02.599Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s)
14:35:02 [2021-12-21T14:35:02.599Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.09s)
14:35:02 [2021-12-21T14:35:02.599Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
14:35:02 [2021-12-21T14:35:02.599Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
14:35:02 [2021-12-21T14:35:02.599Z] === RUN   TestConfigDaemonSeccompProfiles
14:35:02 [2021-12-21T14:35:02.599Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
14:35:02 [2021-12-21T14:35:02.838Z] INFO: Building daemon...
14:35:03 [2021-12-21T14:35:03.535Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
14:35:04 [2021-12-21T14:35:04.809Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
14:35:04 [2021-12-21T14:35:04.909Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
14:35:05 [2021-12-21T14:35:05.842Z] === CONT  TestConfigDaemonSeccompProfiles
14:35:05 [2021-12-21T14:35:05.842Z]     daemon_test.go:156: [d13a4ea8f8d82] daemon is not started
14:35:05 [2021-12-21T14:35:05.842Z] --- PASS: TestConfigDaemonSeccompProfiles (3.28s)
14:35:05 [2021-12-21T14:35:05.842Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.11s)
14:35:05 [2021-12-21T14:35:05.842Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s)
14:35:05 [2021-12-21T14:35:05.842Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s)
14:35:05 [2021-12-21T14:35:05.842Z] === RUN   TestDaemonProxy
14:35:05 [2021-12-21T14:35:05.842Z]     daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
14:35:05 [2021-12-21T14:35:05.842Z] --- SKIP: TestDaemonProxy (0.00s)
14:35:05 [2021-12-21T14:35:05.842Z] PASS
14:35:05 [2021-12-21T14:35:05.842Z] 
14:35:05 [2021-12-21T14:35:05.842Z] === Skipped
14:35:05 [2021-12-21T14:35:05.842Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s)
14:35:05 [2021-12-21T14:35:05.842Z]     daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
14:35:05 [2021-12-21T14:35:05.842Z] 
14:35:05 [2021-12-21T14:35:05.842Z] DONE 12 tests, 1 skipped in 4.177s
14:35:05 [2021-12-21T14:35:05.842Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
14:35:05 [2021-12-21T14:35:05.842Z] INFO: Testing against a local daemon
14:35:05 [2021-12-21T14:35:05.842Z] === RUN   TestCommitInheritsEnv
14:35:07 [2021-12-21T14:35:07.214Z] --- PASS: TestCommitInheritsEnv (1.26s)
14:35:07 [2021-12-21T14:35:07.214Z] === RUN   TestImportExtremelyLargeImageWorks
14:35:07 [2021-12-21T14:35:07.214Z] === PAUSE TestImportExtremelyLargeImageWorks
14:35:07 [2021-12-21T14:35:07.214Z] === RUN   TestImagesFilterMultiReference
14:35:07 [2021-12-21T14:35:07.214Z] --- PASS: TestImagesFilterMultiReference (0.05s)
14:35:07 [2021-12-21T14:35:07.214Z] === RUN   TestImagePullPlatformInvalid
14:35:07 [2021-12-21T14:35:07.214Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
14:35:07 [2021-12-21T14:35:07.214Z] === RUN   TestRemoveImageOrphaning
14:35:07 [2021-12-21T14:35:07.388Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
14:35:08 [2021-12-21T14:35:08.324Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
14:35:09 [2021-12-21T14:35:09.113Z] --- PASS: TestRemoveImageOrphaning (1.93s)
14:35:09 [2021-12-21T14:35:09.113Z] === RUN   TestRemoveImageGarbageCollector
14:35:09 [2021-12-21T14:35:09.113Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
14:35:09 [2021-12-21T14:35:09.113Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
14:35:09 [2021-12-21T14:35:09.113Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:35:09 [2021-12-21T14:35:09.113Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
14:35:09 [2021-12-21T14:35:09.113Z] === RUN   TestTagInvalidReference
14:35:09 [2021-12-21T14:35:09.113Z] --- PASS: TestTagInvalidReference (0.01s)
14:35:09 [2021-12-21T14:35:09.113Z] === RUN   TestTagValidPrefixedRepo
14:35:09 [2021-12-21T14:35:09.376Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
14:35:09 [2021-12-21T14:35:09.376Z] === RUN   TestTagExistedNameWithoutForce
14:35:09 [2021-12-21T14:35:09.376Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
14:35:09 [2021-12-21T14:35:09.376Z] === RUN   TestTagOfficialNames
14:35:09 [2021-12-21T14:35:09.376Z] --- PASS: TestTagOfficialNames (0.05s)
14:35:09 [2021-12-21T14:35:09.376Z] === RUN   TestTagMatchesDigest
14:35:09 [2021-12-21T14:35:09.376Z] --- PASS: TestTagMatchesDigest (0.01s)
14:35:09 [2021-12-21T14:35:09.376Z] === CONT  TestImportExtremelyLargeImageWorks
14:35:10 [2021-12-21T14:35:10.856Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
14:35:11 [2021-12-21T14:35:11.082Z] --- PASS: TestUpdateRestartPolicy (11.09s)
14:35:11 [2021-12-21T14:35:11.082Z] === RUN   TestUpdateRestartWithAutoRemove
14:35:11 [2021-12-21T14:35:11.082Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s)
14:35:11 [2021-12-21T14:35:11.082Z] === RUN   TestWaitNonBlocked
14:35:11 [2021-12-21T14:35:11.082Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:35:11 [2021-12-21T14:35:11.082Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:35:11 [2021-12-21T14:35:11.082Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:35:11 [2021-12-21T14:35:11.082Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:35:11 [2021-12-21T14:35:11.082Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:35:11 [2021-12-21T14:35:11.082Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:35:11 [2021-12-21T14:35:11.082Z] --- PASS: TestWaitNonBlocked (0.01s)
14:35:11 [2021-12-21T14:35:11.082Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.78s)
14:35:11 [2021-12-21T14:35:11.082Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.80s)
14:35:11 [2021-12-21T14:35:11.082Z] === RUN   TestWaitBlocked
14:35:11 [2021-12-21T14:35:11.082Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
14:35:11 [2021-12-21T14:35:11.082Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
14:35:11 [2021-12-21T14:35:11.082Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
14:35:11 [2021-12-21T14:35:11.082Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
14:35:11 [2021-12-21T14:35:11.082Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
14:35:11 [2021-12-21T14:35:11.082Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
14:35:12 [2021-12-21T14:35:12.016Z] --- PASS: TestWaitBlocked (0.01s)
14:35:12 [2021-12-21T14:35:12.016Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.71s)
14:35:12 [2021-12-21T14:35:12.016Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.74s)
14:35:12 [2021-12-21T14:35:12.016Z] === CONT  TestContainerStartOnDaemonRestart
14:35:12 [2021-12-21T14:35:12.016Z] === CONT  TestIpcModeOlderClient
14:35:12 [2021-12-21T14:35:12.016Z] --- PASS: TestIpcModeOlderClient (0.07s)
14:35:12 [2021-12-21T14:35:12.016Z] === CONT  TestRestartDaemonWithRestartingContainer
14:35:13 [2021-12-21T14:35:13.388Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
14:35:14 [2021-12-21T14:35:14.533Z] --- PASS: TestContainerStartOnDaemonRestart (2.29s)
14:35:14 [2021-12-21T14:35:14.533Z] === CONT  TestContainerKillOnDaemonStart
14:35:14 [2021-12-21T14:35:14.533Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.23s)
14:35:14 [2021-12-21T14:35:14.533Z] === CONT  TestDaemonHostGatewayIP
14:35:16 [2021-12-21T14:35:16.672Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
14:35:17 [2021-12-21T14:35:17.048Z] --- PASS: TestDaemonHostGatewayIP (2.54s)
14:35:17 [2021-12-21T14:35:17.048Z] === CONT  TestDaemonRestartIpcMode
14:35:18 [2021-12-21T14:35:18.573Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
14:35:18 [2021-12-21T14:35:18.658Z] INFO: Extraction ended at 12/21/2021 14:35:15. Duration:00:00:27.0733701
14:35:18 [2021-12-21T14:35:18.658Z] INFO: Updating the golang and path environment variables
14:35:18 [2021-12-21T14:35:18.658Z] INFO: GOPATH=d:\gopath
14:35:18 [2021-12-21T14:35:18.658Z] INFO: go version go1.17.5 windows/amd64
14:35:18 [2021-12-21T14:35:18.658Z] INFO: Running the daemon under test in debug mode
14:35:18 [2021-12-21T14:35:18.658Z] INFO: Running the daemon under test in containerd mode
14:35:18 [2021-12-21T14:35:18.658Z] INFO: Starting a daemon under test...
14:35:18 [2021-12-21T14:35:18.658Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43075\44\daemon --pidfile d:\CI\PR-43075\44\docker.pid -D --containerd \\.\pipe\containerd-containerd
14:35:18 [2021-12-21T14:35:18.658Z] INFO: Containerd started successfully.
14:35:18 [2021-12-21T14:35:18.658Z] INFO: Process started successfully.
14:35:18 [2021-12-21T14:35:18.658Z] INFO: Start tailing logs of the daemon under tests
14:35:18 [2021-12-21T14:35:18.658Z] INFO: Waiting for the daemon under test to start...
14:35:18 [2021-12-21T14:35:18.937Z] --- PASS: TestDaemonRestartIpcMode (2.15s)
14:35:21 [2021-12-21T14:35:21.102Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
14:35:23 [2021-12-21T14:35:23.636Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
14:35:23 [2021-12-21T14:35:23.636Z] Using test binary docker
14:35:23 [2021-12-21T14:35:23.636Z] +++ /etc/init.d/apparmor start
14:35:23 [2021-12-21T14:35:23.636Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
14:35:23 [2021-12-21T14:35:23.636Z] INFO: Waiting for daemon to start...
14:35:23 [2021-12-21T14:35:23.636Z] Starting dockerd
14:35:23 [2021-12-21T14:35:23.636Z] +++ 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
14:35:25 [2021-12-21T14:35:25.542Z] .
14:35:25 [2021-12-21T14:35:25.542Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
14:35:25 [2021-12-21T14:35:25.542Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
14:35:25 [2021-12-21T14:35:25.801Z] Error: No such image: emptyfs
14:35:25 [2021-12-21T14:35:25.801Z] ++++ tar -cC bundles/test-integration/emptyfs .
14:35:25 [2021-12-21T14:35:25.801Z] ++++ docker load
14:35:26 [2021-12-21T14:35:26.061Z] Running integration-test (iteration 1)
14:35:26 [2021-12-21T14:35:26.061Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
14:35:26 [2021-12-21T14:35:26.061Z] ++ 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
14:35:26 [2021-12-21T14:35:26.061Z] ++ set -e
14:35:26 [2021-12-21T14:35:26.061Z] ++ '[' -n 0 ']'
14:35:26 [2021-12-21T14:35:26.061Z] ++ set -x
14:35:26 [2021-12-21T14:35:26.061Z] ++ env -i DEST=/go/src/github.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
14:35:26 [2021-12-21T14:35:26.999Z] Loaded image: busybox:latest
14:35:27 [2021-12-21T14:35:27.016Z] --- PASS: TestContainerKillOnDaemonStart (11.78s)
14:35:27 [2021-12-21T14:35:27.016Z] PASS
14:35:27 [2021-12-21T14:35:27.016Z] 
14:35:27 [2021-12-21T14:35:27.016Z] === Skipped
14:35:27 [2021-12-21T14:35:27.016Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
14:35:27 [2021-12-21T14:35:27.016Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:35:27 [2021-12-21T14:35:27.016Z] 
14:35:27 [2021-12-21T14:35:27.016Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
14:35:27 [2021-12-21T14:35:27.016Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
14:35:27 [2021-12-21T14:35:27.016Z] 
14:35:27 [2021-12-21T14:35:27.016Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
14:35:27 [2021-12-21T14:35:27.016Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:35:27 [2021-12-21T14:35:27.016Z] 
14:35:27 [2021-12-21T14:35:27.016Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
14:35:27 [2021-12-21T14:35:27.016Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
14:35:27 [2021-12-21T14:35:27.016Z] 
14:35:27 [2021-12-21T14:35:27.016Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
14:35:27 [2021-12-21T14:35:27.016Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:35:27 [2021-12-21T14:35:27.016Z] 
14:35:27 [2021-12-21T14:35:27.016Z] DONE 200 tests, 5 skipped in 117.193s
14:35:27 [2021-12-21T14:35:27.016Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
14:35:27 [2021-12-21T14:35:27.016Z] === RUN   TestConfigDaemonLibtrustID
14:35:27 [2021-12-21T14:35:27.016Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
14:35:27 [2021-12-21T14:35:27.016Z] === RUN   TestDaemonConfigValidation
14:35:27 [2021-12-21T14:35:27.016Z] === RUN   TestDaemonConfigValidation/config_with_no_content
14:35:27 [2021-12-21T14:35:27.016Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
14:35:27 [2021-12-21T14:35:27.016Z] === RUN   TestDaemonConfigValidation/config_with_{}
14:35:27 [2021-12-21T14:35:27.016Z] === PAUSE TestDaemonConfigValidation/config_with_{}
14:35:27 [2021-12-21T14:35:27.016Z] === RUN   TestDaemonConfigValidation/invalid_config
14:35:27 [2021-12-21T14:35:27.016Z] === PAUSE TestDaemonConfigValidation/invalid_config
14:35:27 [2021-12-21T14:35:27.016Z] === RUN   TestDaemonConfigValidation/malformed_config
14:35:27 [2021-12-21T14:35:27.016Z] === PAUSE TestDaemonConfigValidation/malformed_config
14:35:27 [2021-12-21T14:35:27.016Z] === RUN   TestDaemonConfigValidation/valid_config
14:35:27 [2021-12-21T14:35:27.016Z] === PAUSE TestDaemonConfigValidation/valid_config
14:35:27 [2021-12-21T14:35:27.016Z] === CONT  TestDaemonConfigValidation/config_with_no_content
14:35:27 [2021-12-21T14:35:27.016Z] === CONT  TestDaemonConfigValidation/malformed_config
14:35:27 [2021-12-21T14:35:27.016Z] === CONT  TestDaemonConfigValidation/valid_config
14:35:27 [2021-12-21T14:35:27.016Z] === CONT  TestDaemonConfigValidation/invalid_config
14:35:27 [2021-12-21T14:35:27.016Z] === CONT  TestDaemonConfigValidation/config_with_{}
14:35:27 [2021-12-21T14:35:27.016Z] --- PASS: TestDaemonConfigValidation (0.00s)
14:35:27 [2021-12-21T14:35:27.016Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
14:35:27 [2021-12-21T14:35:27.016Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
14:35:27 [2021-12-21T14:35:27.016Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
14:35:27 [2021-12-21T14:35:27.016Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
14:35:27 [2021-12-21T14:35:27.016Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
14:35:27 [2021-12-21T14:35:27.016Z] === RUN   TestConfigDaemonSeccompProfiles
14:35:27 [2021-12-21T14:35:27.016Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
14:35:27 [2021-12-21T14:35:27.258Z] Loaded image: busybox:glibc
14:35:27 [2021-12-21T14:35:27.578Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
14:35:28 [2021-12-21T14:35:28.943Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
14:35:29 [2021-12-21T14:35:29.869Z] === CONT  TestConfigDaemonSeccompProfiles
14:35:29 [2021-12-21T14:35:29.869Z]     daemon_test.go:156: [dc31b655f34e3] daemon is not started
14:35:29 [2021-12-21T14:35:29.869Z] --- PASS: TestConfigDaemonSeccompProfiles (3.15s)
14:35:29 [2021-12-21T14:35:29.869Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s)
14:35:29 [2021-12-21T14:35:29.869Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s)
14:35:29 [2021-12-21T14:35:29.869Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s)
14:35:29 [2021-12-21T14:35:29.869Z] === RUN   TestDaemonProxy
14:35:29 [2021-12-21T14:35:29.869Z] === RUN   TestDaemonProxy/environment_variables
14:35:31 [2021-12-21T14:35:31.756Z] === RUN   TestDaemonProxy/command-line_options
14:35:32 [2021-12-21T14:35:32.533Z] Loaded image: debian:bullseye-slim
14:35:32 [2021-12-21T14:35:32.533Z] Loaded image: hello-world:latest
14:35:32 [2021-12-21T14:35:32.533Z] Loaded image: arm32v7/hello-world:latest
14:35:32 [2021-12-21T14:35:32.533Z] INFO: Testing against a local daemon
14:35:32 [2021-12-21T14:35:32.533Z] === RUN   TestCgroupNamespacesBuild
14:35:33 [2021-12-21T14:35:33.644Z] === RUN   TestDaemonProxy/configuration_file
14:35:35 [2021-12-21T14:35:35.008Z] === RUN   TestDaemonProxy/conflicting_options
14:35:35 [2021-12-21T14:35:35.069Z] --- PASS: TestCgroupNamespacesBuild (2.38s)
14:35:35 [2021-12-21T14:35:35.069Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
14:35:35 [2021-12-21T14:35:35.570Z] === RUN   TestDaemonProxy/reload_sanitized
14:35:36 [2021-12-21T14:35:36.133Z]     daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs
14:35:36 [2021-12-21T14:35:36.133Z] --- PASS: TestDaemonProxy (6.26s)
14:35:36 [2021-12-21T14:35:36.133Z]     --- PASS: TestDaemonProxy/environment_variables (1.78s)
14:35:36 [2021-12-21T14:35:36.133Z]     --- PASS: TestDaemonProxy/command-line_options (1.72s)
14:35:36 [2021-12-21T14:35:36.133Z]     --- PASS: TestDaemonProxy/configuration_file (1.74s)
14:35:36 [2021-12-21T14:35:36.133Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
14:35:36 [2021-12-21T14:35:36.133Z]     --- SKIP: TestDaemonProxy/reload_sanitized (0.52s)
14:35:36 [2021-12-21T14:35:36.133Z] PASS
14:35:36 [2021-12-21T14:35:36.133Z] 
14:35:36 [2021-12-21T14:35:36.133Z] === Skipped
14:35:36 [2021-12-21T14:35:36.133Z] === SKIP: amd64.integration.daemon TestDaemonProxy/reload_sanitized (0.52s)
14:35:36 [2021-12-21T14:35:36.133Z]     daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs
14:35:36 [2021-12-21T14:35:36.133Z]     --- SKIP: TestDaemonProxy/reload_sanitized (0.52s)
14:35:36 [2021-12-21T14:35:36.133Z] 
14:35:36 [2021-12-21T14:35:36.133Z] DONE 17 tests, 1 skipped in 10.175s
14:35:36 [2021-12-21T14:35:36.133Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
14:35:36 [2021-12-21T14:35:36.133Z] INFO: Testing against a local daemon
14:35:36 [2021-12-21T14:35:36.133Z] === RUN   TestCommitInheritsEnv
14:35:36 [2021-12-21T14:35:36.318Z] ...INFO: Daemon under test started and replied!
14:35:36 [2021-12-21T14:35:36.318Z] INFO: Docker version of the daemon under test
14:35:36 [2021-12-21T14:35:36.318Z] 
14:35:36 [2021-12-21T14:35:36.318Z] Client:
14:35:36 [2021-12-21T14:35:36.318Z]  Version:      17.06.2-ce
14:35:36 [2021-12-21T14:35:36.318Z]  API version:  1.30
14:35:36 [2021-12-21T14:35:36.318Z]  Go version:   go1.8.3
14:35:36 [2021-12-21T14:35:36.318Z]  Git commit:   cec0b72
14:35:36 [2021-12-21T14:35:36.318Z]  Built:        Tue Sep  5 19:57:19 2017
14:35:36 [2021-12-21T14:35:36.318Z]  OS/Arch:      windows/amd64
14:35:36 [2021-12-21T14:35:36.318Z] 
14:35:36 [2021-12-21T14:35:36.318Z] Server:
14:35:36 [2021-12-21T14:35:36.318Z]  Version:      0.0.0-dev
14:35:36 [2021-12-21T14:35:36.318Z]  API version:  1.42 (minimum version 1.24)
14:35:36 [2021-12-21T14:35:36.318Z]  Go version:   go1.17.5
14:35:36 [2021-12-21T14:35:36.318Z]  Git commit:   2e64c14543
14:35:36 [2021-12-21T14:35:36.318Z]  Built:        12/21/2021 14:33:21
14:35:36 [2021-12-21T14:35:36.318Z]  OS/Arch:      windows/amd64
14:35:36 [2021-12-21T14:35:36.318Z]  Experimental: false
14:35:36 [2021-12-21T14:35:36.318Z] 
14:35:36 [2021-12-21T14:35:36.318Z] INFO: Docker info of the daemon under test
14:35:36 [2021-12-21T14:35:36.318Z] 
14:35:36 [2021-12-21T14:35:36.318Z] Containers: 0
14:35:36 [2021-12-21T14:35:36.318Z]  Running: 0
14:35:36 [2021-12-21T14:35:36.318Z]  Paused: 0
14:35:36 [2021-12-21T14:35:36.318Z]  Stopped: 0
14:35:36 [2021-12-21T14:35:36.318Z] Images: 0
14:35:36 [2021-12-21T14:35:36.318Z] Server Version: 0.0.0-dev
14:35:36 [2021-12-21T14:35:36.318Z] Storage Driver: windowsfilter
14:35:36 [2021-12-21T14:35:36.318Z]  Windows: 
14:35:36 [2021-12-21T14:35:36.318Z] Logging Driver: json-file
14:35:36 [2021-12-21T14:35:36.318Z] Plugins: 
14:35:36 [2021-12-21T14:35:36.318Z]  Volume: local
14:35:36 [2021-12-21T14:35:36.318Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
14:35:36 [2021-12-21T14:35:36.318Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
14:35:36 [2021-12-21T14:35:36.318Z] Swarm: inactive
14:35:36 [2021-12-21T14:35:36.318Z] Default Isolation: process
14:35:36 [2021-12-21T14:35:36.318Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
14:35:36 [2021-12-21T14:35:36.318Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230)
14:35:36 [2021-12-21T14:35:36.318Z] OSType: windows
14:35:36 [2021-12-21T14:35:36.318Z] Architecture: x86_64
14:35:36 [2021-12-21T14:35:36.318Z] CPUs: 4
14:35:36 [2021-12-21T14:35:36.318Z] Total Memory: 32GiB
14:35:36 [2021-12-21T14:35:36.318Z] Name: azwin-2-cdd2a0
14:35:36 [2021-12-21T14:35:36.318Z] ID: G74L:EI7C:WPR3:VFDD:3GO2:2CQE:AUZN:4PFK:FGLL:6FNS:IJHR:E62A
14:35:36 [2021-12-21T14:35:36.318Z] Docker Root Dir: D:\CI\PR-43075\44\daemon
14:35:36 [2021-12-21T14:35:36.318Z] Debug Mode (client): false
14:35:36 [2021-12-21T14:35:36.318Z] Debug Mode (server): true
14:35:36 [2021-12-21T14:35:36.318Z]  File Descriptors: -1
14:35:36 [2021-12-21T14:35:36.318Z]  Goroutines: 31
14:35:36 [2021-12-21T14:35:36.318Z]  System Time: 2021-12-21T14:35:35.1972046Z
14:35:36 [2021-12-21T14:35:36.318Z]  EventsListeners: 0
14:35:36 [2021-12-21T14:35:36.318Z] Registry: https://index.docker.io/v1/
14:35:36 [2021-12-21T14:35:36.318Z] Labels:
14:35:36 [2021-12-21T14:35:36.318Z] Experimental: false
14:35:36 [2021-12-21T14:35:36.318Z] Insecure Registries:
14:35:36 [2021-12-21T14:35:36.318Z]  127.0.0.0/8
14:35:36 [2021-12-21T14:35:36.318Z] Live Restore Enabled: false
14:35:36 [2021-12-21T14:35:36.318Z] 
14:35:36 [2021-12-21T14:35:36.318Z] 
14:35:36 [2021-12-21T14:35:36.318Z] INFO: Docker images of the daemon under test
14:35:36 [2021-12-21T14:35:36.318Z] 
14:35:36 [2021-12-21T14:35:36.318Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
14:35:36 [2021-12-21T14:35:36.318Z] 
14:35:36 [2021-12-21T14:35:36.318Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
14:35:36 [2021-12-21T14:35:36.318Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time...
14:35:36 [2021-12-21T14:35:36.318Z] ltsc2022: Pulling from windows/servercore
14:35:36 [2021-12-21T14:35:36.318Z] 8f616e6e9eec: Pulling fs layer
14:35:36 [2021-12-21T14:35:36.318Z] 4d1d74adc6a9: Pulling fs layer
14:35:36 [2021-12-21T14:35:36.390Z] --- PASS: TestCommitInheritsEnv (0.28s)
14:35:36 [2021-12-21T14:35:36.390Z] === RUN   TestImportExtremelyLargeImageWorks
14:35:36 [2021-12-21T14:35:36.390Z] === PAUSE TestImportExtremelyLargeImageWorks
14:35:36 [2021-12-21T14:35:36.390Z] === RUN   TestImagesFilterMultiReference
14:35:36 [2021-12-21T14:35:36.390Z] --- PASS: TestImagesFilterMultiReference (0.05s)
14:35:36 [2021-12-21T14:35:36.390Z] === RUN   TestImagePullPlatformInvalid
14:35:36 [2021-12-21T14:35:36.390Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
14:35:36 [2021-12-21T14:35:36.390Z] === RUN   TestRemoveImageOrphaning
14:35:36 [2021-12-21T14:35:36.645Z] --- PASS: TestRemoveImageOrphaning (0.26s)
14:35:36 [2021-12-21T14:35:36.645Z] === RUN   TestRemoveImageGarbageCollector
14:35:36 [2021-12-21T14:35:36.801Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
14:35:36 [2021-12-21T14:35:36.801Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
14:35:36 [2021-12-21T14:35:36.801Z] GOOS="" GOARCH="" GOARM=""
14:35:36 [2021-12-21T14:35:36.801Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
14:35:36 [2021-12-21T14:35:36.801Z] 
14:35:36 [2021-12-21T14:35:36.801Z] ---> Making bundle: test-integration (in bundles/test-integration)
14:35:36 [2021-12-21T14:35:36.801Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
14:35:36 [2021-12-21T14:35:36.801Z] HOSTNAME=1f6c272e5c3c
14:35:36 [2021-12-21T14:35:36.801Z] TESTDEBUG=0
14:35:36 [2021-12-21T14:35:36.801Z] DEST=bundles/test-integration
14:35:36 [2021-12-21T14:35:36.801Z] PWD=/go/src/github.com/docker/docker
14:35:36 [2021-12-21T14:35:36.801Z] DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4
14:35:36 [2021-12-21T14:35:36.801Z] container=docker
14:35:36 [2021-12-21T14:35:36.801Z] HOME=/root
14:35:36 [2021-12-21T14:35:36.801Z] GOLANG_VERSION=1.17.5
14:35:36 [2021-12-21T14:35:36.801Z] VALIDATE_REPO=https://github.com/moby/moby.git
14:35:36 [2021-12-21T14:35:36.801Z] VALIDATE_BRANCH=master
14:35:36 [2021-12-21T14:35:36.801Z] TERM=xterm
14:35:36 [2021-12-21T14:35:36.801Z] DOCKER_PKG=github.com/docker/docker
14:35:36 [2021-12-21T14:35:36.801Z] SHLVL=1
14:35:36 [2021-12-21T14:35:36.801Z] TIMEOUT=120m
14:35:36 [2021-12-21T14:35:36.801Z] DOCKER_BUILDTAGS=apparmor seccomp journald
14:35:36 [2021-12-21T14:35:36.801Z] DOCKER_GRAPHDRIVER=overlay2
14:35:36 [2021-12-21T14:35:36.801Z] GO111MODULE=off
14:35:36 [2021-12-21T14:35:36.801Z] DOCKER_EXPERIMENTAL=1
14:35:36 [2021-12-21T14:35:36.801Z] TEST_SKIP_INTEGRATION_CLI=1
14:35:36 [2021-12-21T14:35:36.801Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:35:36 [2021-12-21T14:35:36.801Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
14:35:36 [2021-12-21T14:35:36.801Z] GOPATH=/go
14:35:36 [2021-12-21T14:35:36.801Z] PKG_CONFIG=pkg-config
14:35:36 [2021-12-21T14:35:36.801Z] _=/usr/bin/env
14:35:36 [2021-12-21T14:35:36.801Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
14:35:36 [2021-12-21T14:35:36.980Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.01s)
14:35:36 [2021-12-21T14:35:36.980Z] === RUN   TestBuildWithSession
14:35:36 [2021-12-21T14:35:36.980Z]     build_session_test.go:25: TODO: BuildKit
14:35:36 [2021-12-21T14:35:36.980Z] --- SKIP: TestBuildWithSession (0.00s)
14:35:36 [2021-12-21T14:35:36.980Z] === RUN   TestBuildSquashParent
14:35:38 [2021-12-21T14:35:38.578Z] --- PASS: TestRemoveImageGarbageCollector (1.79s)
14:35:38 [2021-12-21T14:35:38.578Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:35:38 [2021-12-21T14:35:38.578Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
14:35:38 [2021-12-21T14:35:38.578Z] === RUN   TestTagInvalidReference
14:35:38 [2021-12-21T14:35:38.578Z] --- PASS: TestTagInvalidReference (0.01s)
14:35:38 [2021-12-21T14:35:38.578Z] === RUN   TestTagValidPrefixedRepo
14:35:38 [2021-12-21T14:35:38.578Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
14:35:38 [2021-12-21T14:35:38.578Z] === RUN   TestTagExistedNameWithoutForce
14:35:38 [2021-12-21T14:35:38.578Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
14:35:38 [2021-12-21T14:35:38.578Z] === RUN   TestTagOfficialNames
14:35:38 [2021-12-21T14:35:38.578Z] --- PASS: TestTagOfficialNames (0.05s)
14:35:38 [2021-12-21T14:35:38.578Z] === RUN   TestTagMatchesDigest
14:35:38 [2021-12-21T14:35:38.578Z] --- PASS: TestTagMatchesDigest (0.01s)
14:35:38 [2021-12-21T14:35:38.578Z] === CONT  TestImportExtremelyLargeImageWorks
14:35:46 [2021-12-21T14:35:46.618Z] 4d1d74adc6a9: Verifying Checksum
14:35:46 [2021-12-21T14:35:46.618Z] 4d1d74adc6a9: Download complete
14:35:46 [2021-12-21T14:35:46.961Z] --- PASS: TestBuildSquashParent (8.69s)
14:35:46 [2021-12-21T14:35:46.961Z] === RUN   TestBuildWithRemoveAndForceRemove
14:35:46 [2021-12-21T14:35:46.961Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:35:46 [2021-12-21T14:35:46.961Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:35:46 [2021-12-21T14:35:46.961Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:35:46 [2021-12-21T14:35:46.961Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:35:46 [2021-12-21T14:35:46.961Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:35:46 [2021-12-21T14:35:46.961Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:35:46 [2021-12-21T14:35:46.961Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:35:46 [2021-12-21T14:35:46.961Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:35:46 [2021-12-21T14:35:46.961Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:35:46 [2021-12-21T14:35:46.961Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:35:46 [2021-12-21T14:35:46.961Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:35:46 [2021-12-21T14:35:46.961Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:35:46 [2021-12-21T14:35:46.961Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:35:46 [2021-12-21T14:35:46.961Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:35:48 [2021-12-21T14:35:48.342Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:35:48 [2021-12-21T14:35:48.342Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:35:51 [2021-12-21T14:35:51.634Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:35:51 [2021-12-21T14:35:51.634Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:35:54 [2021-12-21T14:35:54.173Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
14:35:54 [2021-12-21T14:35:54.173Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.85s)
14:35:54 [2021-12-21T14:35:54.173Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.98s)
14:35:54 [2021-12-21T14:35:54.173Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.86s)
14:35:54 [2021-12-21T14:35:54.173Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.86s)
14:35:54 [2021-12-21T14:35:54.173Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.02s)
14:35:54 [2021-12-21T14:35:54.173Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.17s)
14:35:54 [2021-12-21T14:35:54.173Z] === RUN   TestBuildMultiStageCopy
14:35:54 [2021-12-21T14:35:54.173Z] === RUN   TestBuildMultiStageCopy/copy_to_root
14:35:56 [2021-12-21T14:35:56.710Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
14:35:56 [2021-12-21T14:35:56.710Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
14:35:56 [2021-12-21T14:35:56.710Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
14:35:56 [2021-12-21T14:35:56.710Z] GOOS="" GOARCH="" GOARM=""
14:35:56 [2021-12-21T14:35:56.710Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
14:35:56 [2021-12-21T14:35:56.710Z] 
14:35:56 [2021-12-21T14:35:56.710Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
14:35:56 [2021-12-21T14:35:56.710Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
14:35:56 [2021-12-21T14:35:56.710Z] Using test binary docker
14:35:56 [2021-12-21T14:35:56.710Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
14:35:56 [2021-12-21T14:35:56.710Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
14:35:56 [2021-12-21T14:35:56.710Z] INFO: Waiting for daemon to start...
14:35:56 [2021-12-21T14:35:56.710Z] Starting dockerd
14:35:57 [2021-12-21T14:35:57.279Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
14:35:57 [2021-12-21T14:35:57.848Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
14:35:58 [2021-12-21T14:35:58.416Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
14:35:58 [2021-12-21T14:35:58.619Z] .
14:35:58 [2021-12-21T14:35:58.619Z] INFO: Building docker-sdk-python3:5.0.3...
14:35:58 [2021-12-21T14:35:58.985Z] --- PASS: TestBuildMultiStageCopy (4.53s)
14:35:58 [2021-12-21T14:35:58.985Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.38s)
14:35:58 [2021-12-21T14:35:58.985Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.52s)
14:35:58 [2021-12-21T14:35:58.985Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s)
14:35:58 [2021-12-21T14:35:58.985Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s)
14:35:58 [2021-12-21T14:35:58.985Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.52s)
14:35:58 [2021-12-21T14:35:58.985Z] === RUN   TestBuildMultiStageParentConfig
14:35:59 [2021-12-21T14:35:59.922Z] --- PASS: TestBuildMultiStageParentConfig (1.20s)
14:35:59 [2021-12-21T14:35:59.922Z] === RUN   TestBuildLabelWithTargets
14:36:02 [2021-12-21T14:36:02.459Z] --- PASS: TestBuildLabelWithTargets (1.99s)
14:36:02 [2021-12-21T14:36:02.459Z] === RUN   TestBuildWithEmptyLayers
14:36:03 [2021-12-21T14:36:03.027Z] --- PASS: TestBuildWithEmptyLayers (1.01s)
14:36:03 [2021-12-21T14:36:03.027Z] === RUN   TestBuildMultiStageOnBuild
14:36:03 [2021-12-21T14:36:03.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
14:36:03 [2021-12-21T14:36:03.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
14:36:04 [2021-12-21T14:36:04.283Z] 8f616e6e9eec: Verifying Checksum
14:36:04 [2021-12-21T14:36:04.284Z] 8f616e6e9eec: Download complete
14:36:06 [2021-12-21T14:36:06.319Z] --- PASS: TestBuildMultiStageOnBuild (2.74s)
14:36:06 [2021-12-21T14:36:06.319Z] === RUN   TestBuildUncleanTarFilenames
14:36:07 [2021-12-21T14:36:07.257Z] --- PASS: TestBuildUncleanTarFilenames (1.43s)
14:36:07 [2021-12-21T14:36:07.257Z] === RUN   TestBuildMultiStageLayerLeak
14:36:10 [2021-12-21T14:36:10.548Z] --- PASS: TestBuildMultiStageLayerLeak (3.07s)
14:36:10 [2021-12-21T14:36:10.548Z] === RUN   TestBuildWithHugeFile
14:36:21 [2021-12-21T14:36:21.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
14:36:27 [2021-12-21T14:36:27.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
14:36:34 [2021-12-21T14:36:34.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
14:36:35 [2021-12-21T14:36:35.371Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
14:36:35 [2021-12-21T14:36:35.934Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
14:36:36 [2021-12-21T14:36:36.865Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
14:36:36 [2021-12-21T14:36:36.865Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
14:36:37 [2021-12-21T14:36:37.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
14:36:39 [2021-12-21T14:36:39.640Z] 8f616e6e9eec: Pull complete
14:36:40 [2021-12-21T14:36:40.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
14:36:40 [2021-12-21T14:36:40.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
14:36:41 [2021-12-21T14:36:41.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
14:36:41 [2021-12-21T14:36:41.777Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
14:36:42 [2021-12-21T14:36:42.705Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
14:36:43 [2021-12-21T14:36:43.267Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
14:36:44 [2021-12-21T14:36:44.150Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
14:36:44 [2021-12-21T14:36:44.150Z] 
14:36:44 [2021-12-21T14:36:44.150Z]  ________   ____  __.
14:36:44 [2021-12-21T14:36:44.150Z]  \_____  \ |    |/ _|
14:36:44 [2021-12-21T14:36:44.150Z]  /   |   \|      <
14:36:44 [2021-12-21T14:36:44.150Z]  /    |    \    |  \
14:36:44 [2021-12-21T14:36:44.150Z]  \_______  /____|__ \
14:36:44 [2021-12-21T14:36:44.150Z]          \/        \/
14:36:44 [2021-12-21T14:36:44.150Z] 
14:36:44 [2021-12-21T14:36:44.150Z] INFO: make.ps1 ended at 12/21/2021 14:36:34
14:36:44 [2021-12-21T14:36:44.150Z] INFO: Binaries build ended at 12/21/2021 14:36:36. Duration:00:01:41.5893628
14:36:44 [2021-12-21T14:36:44.150Z] INFO: Copying the built daemon binary to d:\CI\PR-43075\44\binary\dockerd-2e64c14543.exe...
14:36:44 [2021-12-21T14:36:44.150Z] INFO: Copying the built client binary to d:\CI\PR-43075\44\binary\docker-2e64c14543.exe...
14:36:44 [2021-12-21T14:36:44.150Z] INFO: Copying dockerversion from the container...
14:36:44 [2021-12-21T14:36:44.150Z] INFO: Copying the golang package from the container to d:\CI\PR-43075\44\installer\go.zip...
14:36:44 [2021-12-21T14:36:44.150Z] INFO: Extracting go.zip to d:\CI\PR-43075\44\go
14:36:44 [2021-12-21T14:36:44.196Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
14:36:44 [2021-12-21T14:36:44.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
14:36:45 [2021-12-21T14:36:45.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
14:36:45 [2021-12-21T14:36:45.320Z] sha256:1846ee8e21442fdcba265ea535e5bef1078738f93e308dbfa30f332553fa243e
14:36:45 [2021-12-21T14:36:45.320Z] INFO: Starting docker-py tests...
14:36:45 [2021-12-21T14:36:45.320Z] ============================= test session starts ==============================
14:36:45 [2021-12-21T14:36:45.320Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
14:36:45 [2021-12-21T14:36:45.320Z] rootdir: /src, inifile: pytest.ini
14:36:45 [2021-12-21T14:36:45.320Z] plugins: cov-2.6.1, timeout-1.3.3
14:36:45 [2021-12-21T14:36:45.320Z] collected 395 items / 1 deselected / 394 selected
14:36:45 [2021-12-21T14:36:45.320Z] 
14:36:45 [2021-12-21T14:36:45.809Z] --- PASS: TestImportExtremelyLargeImageWorks (89.55s)
14:36:45 [2021-12-21T14:36:45.809Z] PASS
14:36:45 [2021-12-21T14:36:45.809Z] 
14:36:45 [2021-12-21T14:36:45.809Z] === Skipped
14:36:45 [2021-12-21T14:36:45.809Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
14:36:45 [2021-12-21T14:36:45.809Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
14:36:45 [2021-12-21T14:36:45.809Z] 
14:36:45 [2021-12-21T14:36:45.809Z] DONE 12 tests, 1 skipped in 93.106s
14:36:45 [2021-12-21T14:36:45.809Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
14:36:45 [2021-12-21T14:36:45.809Z] INFO: Testing against a local daemon
14:36:45 [2021-12-21T14:36:45.809Z] === RUN   TestNetworkCreateDelete
14:36:45 [2021-12-21T14:36:45.809Z] --- PASS: TestNetworkCreateDelete (0.12s)
14:36:45 [2021-12-21T14:36:45.809Z] === RUN   TestDockerNetworkDeletePreferID
14:36:45 [2021-12-21T14:36:45.809Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
14:36:45 [2021-12-21T14:36:45.809Z] === RUN   TestDaemonDNSFallback
14:36:45 [2021-12-21T14:36:45.809Z] --- PASS: TestDaemonDNSFallback (6.30s)
14:36:45 [2021-12-21T14:36:45.809Z] === RUN   TestInspectNetwork
14:36:45 [2021-12-21T14:36:45.809Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:45 [2021-12-21T14:36:45.809Z] --- SKIP: TestInspectNetwork (0.00s)
14:36:45 [2021-12-21T14:36:45.809Z] === RUN   TestRunContainerWithBridgeNone
14:36:45 [2021-12-21T14:36:45.809Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:45 [2021-12-21T14:36:45.809Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
14:36:45 [2021-12-21T14:36:45.809Z] === RUN   TestNetworkInvalidJSON
14:36:45 [2021-12-21T14:36:45.809Z] === RUN   TestNetworkInvalidJSON//networks/create
14:36:45 [2021-12-21T14:36:45.809Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:36:45 [2021-12-21T14:36:45.809Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:36:45 [2021-12-21T14:36:45.809Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:36:45 [2021-12-21T14:36:45.809Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:36:45 [2021-12-21T14:36:45.809Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:36:45 [2021-12-21T14:36:45.809Z] === CONT  TestNetworkInvalidJSON//networks/create
14:36:45 [2021-12-21T14:36:45.809Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:36:45 [2021-12-21T14:36:45.809Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:36:45 [2021-12-21T14:36:45.809Z] --- PASS: TestNetworkInvalidJSON (0.02s)
14:36:45 [2021-12-21T14:36:45.809Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
14:36:45 [2021-12-21T14:36:45.809Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z] === RUN   TestNetworkList
14:36:45 [2021-12-21T14:36:45.810Z] === RUN   TestNetworkList//networks
14:36:45 [2021-12-21T14:36:45.810Z] === PAUSE TestNetworkList//networks
14:36:45 [2021-12-21T14:36:45.810Z] === RUN   TestNetworkList//networks/
14:36:45 [2021-12-21T14:36:45.810Z] === PAUSE TestNetworkList//networks/
14:36:45 [2021-12-21T14:36:45.810Z] === CONT  TestNetworkList//networks
14:36:45 [2021-12-21T14:36:45.810Z] === CONT  TestNetworkList//networks/
14:36:45 [2021-12-21T14:36:45.810Z] --- PASS: TestNetworkList (0.01s)
14:36:45 [2021-12-21T14:36:45.810Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z]     --- PASS: TestNetworkList//networks (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z] === RUN   TestHostIPv4BridgeLabel
14:36:45 [2021-12-21T14:36:45.810Z]     network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:45 [2021-12-21T14:36:45.810Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z] === RUN   TestDaemonRestartWithLiveRestore
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:45 [2021-12-21T14:36:45.810Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s)
14:36:45 [2021-12-21T14:36:45.810Z] === RUN   TestDaemonDefaultNetworkPools
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:45 [2021-12-21T14:36:45.810Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
14:36:45 [2021-12-21T14:36:45.810Z] === RUN   TestDaemonRestartWithExistingNetwork
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:45 [2021-12-21T14:36:45.810Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:45 [2021-12-21T14:36:45.810Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:45 [2021-12-21T14:36:45.810Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z] === RUN   TestServiceWithPredefinedNetwork
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:45 [2021-12-21T14:36:45.810Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:243: FLAKY_TEST
14:36:45 [2021-12-21T14:36:45.810Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z] === RUN   TestServiceWithDataPathPortInit
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:45 [2021-12-21T14:36:45.810Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:45 [2021-12-21T14:36:45.810Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z] PASS
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] === Skipped
14:36:45 [2021-12-21T14:36:45.810Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z]     network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s)
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:243: FLAKY_TEST
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] DONE 22 tests, 12 skipped in 6.906s
14:36:45 [2021-12-21T14:36:45.810Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
14:36:45 [2021-12-21T14:36:45.810Z] INFO: Testing against a local daemon
14:36:45 [2021-12-21T14:36:45.810Z] === RUN   TestDockerNetworkIpvlanPersistance
14:36:45 [2021-12-21T14:36:45.810Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:36:45 [2021-12-21T14:36:45.810Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z] === RUN   TestDockerNetworkIpvlan
14:36:45 [2021-12-21T14:36:45.810Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:36:45 [2021-12-21T14:36:45.810Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z] PASS
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] === Skipped
14:36:45 [2021-12-21T14:36:45.810Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
14:36:45 [2021-12-21T14:36:45.810Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:36:45 [2021-12-21T14:36:45.810Z] 
14:36:45 [2021-12-21T14:36:45.810Z] DONE 2 tests, 2 skipped in 0.095s
14:36:45 [2021-12-21T14:36:45.810Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
14:36:46 [2021-12-21T14:36:46.068Z] INFO: Testing against a local daemon
14:36:46 [2021-12-21T14:36:46.068Z] === RUN   TestDockerNetworkMacvlanPersistance
14:36:46 [2021-12-21T14:36:46.068Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:46 [2021-12-21T14:36:46.068Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z] === RUN   TestDockerNetworkMacvlan
14:36:46 [2021-12-21T14:36:46.068Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:46 [2021-12-21T14:36:46.068Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z] PASS
14:36:46 [2021-12-21T14:36:46.068Z] 
14:36:46 [2021-12-21T14:36:46.068Z] === Skipped
14:36:46 [2021-12-21T14:36:46.068Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:46 [2021-12-21T14:36:46.068Z] 
14:36:46 [2021-12-21T14:36:46.068Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
14:36:46 [2021-12-21T14:36:46.068Z] 
14:36:46 [2021-12-21T14:36:46.068Z] DONE 2 tests, 2 skipped in 0.083s
14:36:46 [2021-12-21T14:36:46.068Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
14:36:46 [2021-12-21T14:36:46.068Z] testing: warning: no tests to run
14:36:46 [2021-12-21T14:36:46.068Z] PASS
14:36:46 [2021-12-21T14:36:46.068Z] 
14:36:46 [2021-12-21T14:36:46.068Z] DONE 0 tests in 0.021s
14:36:46 [2021-12-21T14:36:46.068Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
14:36:46 [2021-12-21T14:36:46.068Z] INFO: Testing against a local daemon
14:36:46 [2021-12-21T14:36:46.068Z] === RUN   TestAuthZPluginAllowRequest
14:36:46 [2021-12-21T14:36:46.068Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.068Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z] === RUN   TestAuthZPluginTLS
14:36:46 [2021-12-21T14:36:46.068Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.068Z] --- SKIP: TestAuthZPluginTLS (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z] === RUN   TestAuthZPluginDenyRequest
14:36:46 [2021-12-21T14:36:46.068Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.068Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z] === RUN   TestAuthZPluginAPIDenyResponse
14:36:46 [2021-12-21T14:36:46.068Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.068Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z] === RUN   TestAuthZPluginDenyResponse
14:36:46 [2021-12-21T14:36:46.068Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.068Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z] === RUN   TestAuthZPluginAllowEventStream
14:36:46 [2021-12-21T14:36:46.068Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.068Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z] === RUN   TestAuthZPluginErrorResponse
14:36:46 [2021-12-21T14:36:46.068Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.068Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z] === RUN   TestAuthZPluginErrorRequest
14:36:46 [2021-12-21T14:36:46.068Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.068Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
14:36:46 [2021-12-21T14:36:46.068Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.068Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
14:36:46 [2021-12-21T14:36:46.068Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.068Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
14:36:46 [2021-12-21T14:36:46.068Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.068Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z] === RUN   TestAuthZPluginHeader
14:36:46 [2021-12-21T14:36:46.068Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.068Z] --- SKIP: TestAuthZPluginHeader (0.00s)
14:36:46 [2021-12-21T14:36:46.068Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
14:36:46 [2021-12-21T14:36:46.248Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
14:36:46 [2021-12-21T14:36:46.248Z] Using test binary docker
14:36:46 [2021-12-21T14:36:46.248Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
14:36:46 [2021-12-21T14:36:46.248Z] +++ /etc/init.d/apparmor start
14:36:46 [2021-12-21T14:36:46.248Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
14:36:46 [2021-12-21T14:36:46.248Z] INFO: Waiting for daemon to start...
14:36:46 [2021-12-21T14:36:46.248Z] Starting dockerd
14:36:46 [2021-12-21T14:36:46.248Z] +++ 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
14:36:46 [2021-12-21T14:36:46.326Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.326Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.12s)
14:36:46 [2021-12-21T14:36:46.326Z] === RUN   TestAuthZPluginV2Disable
14:36:46 [2021-12-21T14:36:46.326Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.326Z] --- SKIP: TestAuthZPluginV2Disable (0.02s)
14:36:46 [2021-12-21T14:36:46.326Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
14:36:46 [2021-12-21T14:36:46.326Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.03s)
14:36:46 [2021-12-21T14:36:46.327Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
14:36:46 [2021-12-21T14:36:46.327Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s)
14:36:46 [2021-12-21T14:36:46.327Z] PASS
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === Skipped
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.12s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.03s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s)
14:36:46 [2021-12-21T14:36:46.327Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.327Z] 
14:36:46 [2021-12-21T14:36:46.327Z] DONE 17 tests, 17 skipped in 0.280s
14:36:46 [2021-12-21T14:36:46.327Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
14:36:46 [2021-12-21T14:36:46.585Z] INFO: Testing against a local daemon
14:36:46 [2021-12-21T14:36:46.585Z] === RUN   TestPluginInvalidJSON
14:36:46 [2021-12-21T14:36:46.585Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:36:46 [2021-12-21T14:36:46.585Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:36:46 [2021-12-21T14:36:46.585Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:36:46 [2021-12-21T14:36:46.585Z] --- PASS: TestPluginInvalidJSON (0.01s)
14:36:46 [2021-12-21T14:36:46.585Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
14:36:46 [2021-12-21T14:36:46.585Z] === RUN   TestPluginInstall
14:36:46 [2021-12-21T14:36:46.585Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.585Z] --- SKIP: TestPluginInstall (0.00s)
14:36:46 [2021-12-21T14:36:46.585Z] === RUN   TestPluginsWithRuntimes
14:36:46 [2021-12-21T14:36:46.585Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
14:36:46 [2021-12-21T14:36:46.585Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
14:36:46 [2021-12-21T14:36:46.585Z] === RUN   TestPluginBackCompatMediaTypes
14:36:46 [2021-12-21T14:36:46.585Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
14:36:46 [2021-12-21T14:36:46.585Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
14:36:46 [2021-12-21T14:36:46.585Z] PASS
14:36:46 [2021-12-21T14:36:46.585Z] 
14:36:46 [2021-12-21T14:36:46.585Z] === Skipped
14:36:46 [2021-12-21T14:36:46.585Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
14:36:46 [2021-12-21T14:36:46.585Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
14:36:46 [2021-12-21T14:36:46.585Z] 
14:36:46 [2021-12-21T14:36:46.585Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
14:36:46 [2021-12-21T14:36:46.585Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
14:36:46 [2021-12-21T14:36:46.585Z] 
14:36:46 [2021-12-21T14:36:46.585Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
14:36:46 [2021-12-21T14:36:46.585Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
14:36:46 [2021-12-21T14:36:46.585Z] 
14:36:46 [2021-12-21T14:36:46.585Z] DONE 5 tests, 3 skipped in 0.138s
14:36:46 [2021-12-21T14:36:46.585Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
14:36:46 [2021-12-21T14:36:46.585Z] INFO: Testing against a local daemon
14:36:46 [2021-12-21T14:36:46.585Z] === RUN   TestExternalGraphDriver
14:36:46 [2021-12-21T14:36:46.585Z]     external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
14:36:46 [2021-12-21T14:36:46.585Z] --- SKIP: TestExternalGraphDriver (0.04s)
14:36:46 [2021-12-21T14:36:46.585Z] === RUN   TestGraphdriverPluginV2
14:36:50 [2021-12-21T14:36:50.766Z] --- PASS: TestGraphdriverPluginV2 (3.43s)
14:36:50 [2021-12-21T14:36:50.766Z] PASS
14:36:50 [2021-12-21T14:36:50.766Z] 
14:36:50 [2021-12-21T14:36:50.766Z] === Skipped
14:36:50 [2021-12-21T14:36:50.766Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.04s)
14:36:50 [2021-12-21T14:36:50.766Z]     external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
14:36:50 [2021-12-21T14:36:50.766Z] 
14:36:50 [2021-12-21T14:36:50.766Z] DONE 2 tests, 1 skipped in 3.564s
14:36:50 [2021-12-21T14:36:50.766Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
14:36:50 [2021-12-21T14:36:50.766Z] INFO: Testing against a local daemon
14:36:50 [2021-12-21T14:36:50.766Z] === RUN   TestContinueAfterPluginCrash
14:36:50 [2021-12-21T14:36:50.766Z] === PAUSE TestContinueAfterPluginCrash
14:36:50 [2021-12-21T14:36:50.766Z] === RUN   TestReadPluginNoRead
14:36:50 [2021-12-21T14:36:50.766Z] === PAUSE TestReadPluginNoRead
14:36:50 [2021-12-21T14:36:50.766Z] === RUN   TestDaemonStartWithLogOpt
14:36:50 [2021-12-21T14:36:50.766Z] === PAUSE TestDaemonStartWithLogOpt
14:36:50 [2021-12-21T14:36:50.766Z] === CONT  TestContinueAfterPluginCrash
14:36:50 [2021-12-21T14:36:50.766Z] === CONT  TestDaemonStartWithLogOpt
14:36:54 [2021-12-21T14:36:54.330Z] .
14:36:54 [2021-12-21T14:36:54.330Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
14:36:54 [2021-12-21T14:36:54.330Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
14:36:54 [2021-12-21T14:36:54.330Z] Error: No such image: emptyfs
14:36:54 [2021-12-21T14:36:54.330Z] ++++ tar -cC bundles/test-integration/emptyfs .
14:36:54 [2021-12-21T14:36:54.330Z] ++++ docker load
14:36:54 [2021-12-21T14:36:54.330Z] Running integration-test (iteration 1)
14:36:54 [2021-12-21T14:36:54.330Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
14:36:54 [2021-12-21T14:36:54.330Z] ++ 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
14:36:54 [2021-12-21T14:36:54.330Z] ++ set -e
14:36:54 [2021-12-21T14:36:54.330Z] ++ '[' -n 0 ']'
14:36:54 [2021-12-21T14:36:54.330Z] ++ set -x
14:36:54 [2021-12-21T14:36:54.330Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
14:36:54 [2021-12-21T14:36:54.330Z] Loaded image: busybox:latest
14:36:54 [2021-12-21T14:36:54.330Z] Loaded image: busybox:glibc
14:36:54 [2021-12-21T14:36:54.893Z] Loaded image: debian:bullseye-slim
14:36:54 [2021-12-21T14:36:54.893Z] Loaded image: hello-world:latest
14:36:54 [2021-12-21T14:36:54.893Z] Loaded image: arm32v7/hello-world:latest
14:36:54 [2021-12-21T14:36:54.893Z] INFO: Testing against a local daemon
14:36:54 [2021-12-21T14:36:54.893Z] === RUN   TestCgroupNamespacesBuild
14:36:54 [2021-12-21T14:36:54.952Z] --- PASS: TestDaemonStartWithLogOpt (4.13s)
14:36:54 [2021-12-21T14:36:54.952Z] === CONT  TestReadPluginNoRead
14:36:54 [2021-12-21T14:36:54.993Z] tests/integration/api_build_test.py .......................X             [  6%]
14:36:55 [2021-12-21T14:36:55.562Z] tests/integration/api_client_test.py .....                               [  7%]
14:36:56 [2021-12-21T14:36:56.260Z] --- PASS: TestCgroupNamespacesBuild (1.09s)
14:36:56 [2021-12-21T14:36:56.260Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
14:36:56 [2021-12-21T14:36:56.326Z] === RUN   TestReadPluginNoRead/default
14:36:57 [2021-12-21T14:36:57.188Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.07s)
14:36:57 [2021-12-21T14:36:57.188Z] === RUN   TestBuildWithSession
14:36:57 [2021-12-21T14:36:57.188Z]     build_session_test.go:25: TODO: BuildKit
14:36:57 [2021-12-21T14:36:57.188Z] --- SKIP: TestBuildWithSession (0.00s)
14:36:57 [2021-12-21T14:36:57.188Z] === RUN   TestBuildSquashParent
14:36:57 [2021-12-21T14:36:57.330Z] tests/integration/api_config_test.py ......                              [  8%]
14:36:57 [2021-12-21T14:36:57.699Z] === RUN   TestReadPluginNoRead/disabled_caching
14:36:59 [2021-12-21T14:36:59.072Z] --- PASS: TestContinueAfterPluginCrash (8.79s)
14:36:59 [2021-12-21T14:36:59.072Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
14:37:00 [2021-12-21T14:37:00.445Z] === CONT  TestReadPluginNoRead
14:37:00 [2021-12-21T14:37:00.445Z]     read_test.go:92: [d6b74e8bcba65] daemon is not started
14:37:00 [2021-12-21T14:37:00.445Z] --- PASS: TestReadPluginNoRead (5.94s)
14:37:00 [2021-12-21T14:37:00.445Z]     --- PASS: TestReadPluginNoRead/default (1.22s)
14:37:00 [2021-12-21T14:37:00.445Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.31s)
14:37:00 [2021-12-21T14:37:00.445Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.27s)
14:37:00 [2021-12-21T14:37:00.445Z] PASS
14:37:00 [2021-12-21T14:37:00.445Z] 
14:37:00 [2021-12-21T14:37:00.445Z] DONE 6 tests in 10.157s
14:37:00 [2021-12-21T14:37:00.445Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
14:37:00 [2021-12-21T14:37:00.445Z] testing: warning: no tests to run
14:37:00 [2021-12-21T14:37:00.445Z] PASS
14:37:00 [2021-12-21T14:37:00.445Z] 
14:37:00 [2021-12-21T14:37:00.445Z] DONE 0 tests in 0.030s
14:37:00 [2021-12-21T14:37:00.445Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
14:37:00 [2021-12-21T14:37:00.445Z] INFO: Testing against a local daemon
14:37:00 [2021-12-21T14:37:00.445Z] === RUN   TestPluginWithDevMounts
14:37:00 [2021-12-21T14:37:00.445Z]     mounts_test.go:20: (*Execution).IsRootless-fm
14:37:00 [2021-12-21T14:37:00.445Z] --- SKIP: TestPluginWithDevMounts (0.00s)
14:37:00 [2021-12-21T14:37:00.445Z] PASS
14:37:00 [2021-12-21T14:37:00.445Z] 
14:37:00 [2021-12-21T14:37:00.445Z] === Skipped
14:37:00 [2021-12-21T14:37:00.445Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
14:37:00 [2021-12-21T14:37:00.445Z]     mounts_test.go:20: (*Execution).IsRootless-fm
14:37:00 [2021-12-21T14:37:00.445Z] 
14:37:00 [2021-12-21T14:37:00.445Z] DONE 1 tests, 1 skipped in 0.085s
14:37:00 [2021-12-21T14:37:00.445Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
14:37:00 [2021-12-21T14:37:00.445Z] INFO: Testing against a local daemon
14:37:00 [2021-12-21T14:37:00.445Z] === RUN   TestSecretInspect
14:37:00 [2021-12-21T14:37:00.445Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.445Z] --- SKIP: TestSecretInspect (0.01s)
14:37:00 [2021-12-21T14:37:00.445Z] === RUN   TestSecretList
14:37:00 [2021-12-21T14:37:00.445Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.445Z] --- SKIP: TestSecretList (0.02s)
14:37:00 [2021-12-21T14:37:00.445Z] === RUN   TestSecretsCreateAndDelete
14:37:00 [2021-12-21T14:37:00.445Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.445Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
14:37:00 [2021-12-21T14:37:00.445Z] === RUN   TestSecretsUpdate
14:37:00 [2021-12-21T14:37:00.445Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.445Z] --- SKIP: TestSecretsUpdate (0.01s)
14:37:00 [2021-12-21T14:37:00.445Z] === RUN   TestTemplatedSecret
14:37:00 [2021-12-21T14:37:00.445Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.445Z] --- SKIP: TestTemplatedSecret (0.00s)
14:37:00 [2021-12-21T14:37:00.445Z] === RUN   TestSecretCreateResolve
14:37:00 [2021-12-21T14:37:00.445Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.445Z] --- SKIP: TestSecretCreateResolve (0.02s)
14:37:00 [2021-12-21T14:37:00.445Z] PASS
14:37:00 [2021-12-21T14:37:00.445Z] 
14:37:00 [2021-12-21T14:37:00.445Z] === Skipped
14:37:00 [2021-12-21T14:37:00.445Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s)
14:37:00 [2021-12-21T14:37:00.445Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.445Z] 
14:37:00 [2021-12-21T14:37:00.445Z] === SKIP: amd64.integration.secret TestSecretList (0.02s)
14:37:00 [2021-12-21T14:37:00.445Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.445Z] 
14:37:00 [2021-12-21T14:37:00.445Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
14:37:00 [2021-12-21T14:37:00.445Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.445Z] 
14:37:00 [2021-12-21T14:37:00.445Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
14:37:00 [2021-12-21T14:37:00.445Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.445Z] 
14:37:00 [2021-12-21T14:37:00.445Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
14:37:00 [2021-12-21T14:37:00.445Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.445Z] 
14:37:00 [2021-12-21T14:37:00.445Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s)
14:37:00 [2021-12-21T14:37:00.445Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.445Z] 
14:37:00 [2021-12-21T14:37:00.445Z] DONE 6 tests, 6 skipped in 0.154s
14:37:00 [2021-12-21T14:37:00.445Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
14:37:00 [2021-12-21T14:37:00.457Z] --- PASS: TestBuildSquashParent (2.95s)
14:37:00 [2021-12-21T14:37:00.457Z] === RUN   TestBuildWithRemoveAndForceRemove
14:37:00 [2021-12-21T14:37:00.457Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:37:00 [2021-12-21T14:37:00.457Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:37:00 [2021-12-21T14:37:00.457Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:37:00 [2021-12-21T14:37:00.457Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:37:00 [2021-12-21T14:37:00.457Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:37:00 [2021-12-21T14:37:00.457Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:37:00 [2021-12-21T14:37:00.457Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:37:00 [2021-12-21T14:37:00.457Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:37:00 [2021-12-21T14:37:00.457Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:37:00 [2021-12-21T14:37:00.457Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:37:00 [2021-12-21T14:37:00.457Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:37:00 [2021-12-21T14:37:00.457Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:37:00 [2021-12-21T14:37:00.457Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:37:00 [2021-12-21T14:37:00.457Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:37:00 [2021-12-21T14:37:00.704Z] INFO: Testing against a local daemon
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestServiceCreateInit
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:37:00 [2021-12-21T14:37:00.704Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:37:00 [2021-12-21T14:37:00.704Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.704Z] --- PASS: TestServiceCreateInit (0.01s)
14:37:00 [2021-12-21T14:37:00.704Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:37:00 [2021-12-21T14:37:00.704Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestCreateServiceMultipleTimes
14:37:00 [2021-12-21T14:37:00.704Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.704Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestCreateServiceConflict
14:37:00 [2021-12-21T14:37:00.704Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.704Z] --- SKIP: TestCreateServiceConflict (0.01s)
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestCreateServiceMaxReplicas
14:37:00 [2021-12-21T14:37:00.704Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.704Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestCreateWithDuplicateNetworkNames
14:37:00 [2021-12-21T14:37:00.704Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.704Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s)
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestCreateServiceSecretFileMode
14:37:00 [2021-12-21T14:37:00.704Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.704Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestCreateServiceConfigFileMode
14:37:00 [2021-12-21T14:37:00.704Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.704Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestCreateServiceSysctls
14:37:00 [2021-12-21T14:37:00.704Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.704Z] --- SKIP: TestCreateServiceSysctls (0.02s)
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestCreateServiceCapabilities
14:37:00 [2021-12-21T14:37:00.704Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.704Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestInspect
14:37:00 [2021-12-21T14:37:00.704Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.704Z] --- SKIP: TestInspect (0.01s)
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestCreateJob
14:37:00 [2021-12-21T14:37:00.704Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.704Z] --- SKIP: TestCreateJob (0.01s)
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestReplicatedJob
14:37:00 [2021-12-21T14:37:00.704Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.704Z] --- SKIP: TestReplicatedJob (0.01s)
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestUpdateReplicatedJob
14:37:00 [2021-12-21T14:37:00.704Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.704Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestServiceListWithStatuses
14:37:00 [2021-12-21T14:37:00.704Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:37:00 [2021-12-21T14:37:00.704Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:37:00 [2021-12-21T14:37:00.704Z] === RUN   TestDockerNetworkConnectAlias
14:37:00 [2021-12-21T14:37:00.704Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.962Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s)
14:37:00 [2021-12-21T14:37:00.962Z] === RUN   TestDockerNetworkReConnect
14:37:00 [2021-12-21T14:37:00.962Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:00 [2021-12-21T14:37:00.962Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
14:37:00 [2021-12-21T14:37:00.962Z] === RUN   TestServicePlugin
14:37:01 [2021-12-21T14:37:01.385Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:37:01 [2021-12-21T14:37:01.385Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:37:02 [2021-12-21T14:37:02.751Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:37:02 [2021-12-21T14:37:02.751Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:37:02 [2021-12-21T14:37:02.862Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.862Z] --- SKIP: TestServicePlugin (1.87s)
14:37:02 [2021-12-21T14:37:02.862Z] === RUN   TestServiceUpdateLabel
14:37:02 [2021-12-21T14:37:02.862Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.862Z] --- SKIP: TestServiceUpdateLabel (0.01s)
14:37:02 [2021-12-21T14:37:02.862Z] === RUN   TestServiceUpdateSecrets
14:37:02 [2021-12-21T14:37:02.862Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.862Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
14:37:02 [2021-12-21T14:37:02.862Z] === RUN   TestServiceUpdateConfigs
14:37:02 [2021-12-21T14:37:02.862Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.862Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
14:37:02 [2021-12-21T14:37:02.862Z] === RUN   TestServiceUpdateNetwork
14:37:02 [2021-12-21T14:37:02.862Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.862Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
14:37:02 [2021-12-21T14:37:02.862Z] === RUN   TestServiceUpdatePidsLimit
14:37:02 [2021-12-21T14:37:02.862Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.862Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s)
14:37:02 [2021-12-21T14:37:02.862Z] PASS
14:37:02 [2021-12-21T14:37:02.862Z] 
14:37:02 [2021-12-21T14:37:02.862Z] === Skipped
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
14:37:02 [2021-12-21T14:37:02.863Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
14:37:02 [2021-12-21T14:37:02.863Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
14:37:02 [2021-12-21T14:37:02.863Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
14:37:02 [2021-12-21T14:37:02.863Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
14:37:02 [2021-12-21T14:37:02.863Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s)
14:37:02 [2021-12-21T14:37:02.863Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
14:37:02 [2021-12-21T14:37:02.863Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
14:37:02 [2021-12-21T14:37:02.863Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s)
14:37:02 [2021-12-21T14:37:02.863Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
14:37:02 [2021-12-21T14:37:02.863Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestInspect (0.01s)
14:37:02 [2021-12-21T14:37:02.863Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
14:37:02 [2021-12-21T14:37:02.863Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
14:37:02 [2021-12-21T14:37:02.863Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
14:37:02 [2021-12-21T14:37:02.863Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
14:37:02 [2021-12-21T14:37:02.863Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s)
14:37:02 [2021-12-21T14:37:02.863Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
14:37:02 [2021-12-21T14:37:02.863Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestServicePlugin (1.87s)
14:37:02 [2021-12-21T14:37:02.863Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
14:37:02 [2021-12-21T14:37:02.863Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
14:37:02 [2021-12-21T14:37:02.863Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
14:37:02 [2021-12-21T14:37:02.863Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
14:37:02 [2021-12-21T14:37:02.863Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s)
14:37:02 [2021-12-21T14:37:02.863Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] DONE 24 tests, 23 skipped in 2.225s
14:37:02 [2021-12-21T14:37:02.863Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
14:37:02 [2021-12-21T14:37:02.863Z] INFO: Testing against a local daemon
14:37:02 [2021-12-21T14:37:02.863Z] === RUN   TestSessionCreate
14:37:02 [2021-12-21T14:37:02.863Z] --- PASS: TestSessionCreate (0.02s)
14:37:02 [2021-12-21T14:37:02.863Z] === RUN   TestSessionCreateWithBadUpgrade
14:37:02 [2021-12-21T14:37:02.863Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
14:37:02 [2021-12-21T14:37:02.863Z] PASS
14:37:02 [2021-12-21T14:37:02.863Z] 
14:37:02 [2021-12-21T14:37:02.863Z] DONE 2 tests in 0.118s
14:37:02 [2021-12-21T14:37:02.863Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
14:37:03 [2021-12-21T14:37:03.120Z] INFO: Testing against a local daemon
14:37:03 [2021-12-21T14:37:03.120Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:37:03 [2021-12-21T14:37:03.120Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:37:03 [2021-12-21T14:37:03.120Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:37:03 [2021-12-21T14:37:03.120Z] === RUN   TestDiskUsage
14:37:03 [2021-12-21T14:37:03.120Z] === PAUSE TestDiskUsage
14:37:03 [2021-12-21T14:37:03.120Z] === RUN   TestEventsExecDie
14:37:03 [2021-12-21T14:37:03.378Z] --- PASS: TestEventsExecDie (0.46s)
14:37:03 [2021-12-21T14:37:03.379Z] === RUN   TestEventsBackwardsCompatible
14:37:03 [2021-12-21T14:37:03.636Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
14:37:03 [2021-12-21T14:37:03.636Z] === RUN   TestEventsVolumeCreate
14:37:03 [2021-12-21T14:37:03.636Z] --- PASS: TestEventsVolumeCreate (0.04s)
14:37:03 [2021-12-21T14:37:03.636Z] === RUN   TestInfoBinaryCommits
14:37:03 [2021-12-21T14:37:03.636Z] --- PASS: TestInfoBinaryCommits (0.02s)
14:37:03 [2021-12-21T14:37:03.636Z] === RUN   TestInfoAPIVersioned
14:37:03 [2021-12-21T14:37:03.636Z] --- PASS: TestInfoAPIVersioned (0.01s)
14:37:03 [2021-12-21T14:37:03.636Z] === RUN   TestInfoDiscoveryBackend
14:37:03 [2021-12-21T14:37:03.680Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
14:37:03 [2021-12-21T14:37:03.680Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.19s)
14:37:03 [2021-12-21T14:37:03.680Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.36s)
14:37:03 [2021-12-21T14:37:03.680Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.16s)
14:37:03 [2021-12-21T14:37:03.680Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.07s)
14:37:03 [2021-12-21T14:37:03.680Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.17s)
14:37:03 [2021-12-21T14:37:03.680Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.23s)
14:37:03 [2021-12-21T14:37:03.680Z] === RUN   TestBuildMultiStageCopy
14:37:03 [2021-12-21T14:37:03.680Z] === RUN   TestBuildMultiStageCopy/copy_to_root
14:37:04 [2021-12-21T14:37:04.203Z] --- PASS: TestInfoDiscoveryBackend (0.54s)
14:37:04 [2021-12-21T14:37:04.203Z] === RUN   TestInfoDiscoveryInvalidAdvertise
14:37:05 [2021-12-21T14:37:05.046Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
14:37:05 [2021-12-21T14:37:05.046Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
14:37:05 [2021-12-21T14:37:05.046Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
14:37:05 [2021-12-21T14:37:05.302Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
14:37:05 [2021-12-21T14:37:05.559Z] --- PASS: TestBuildMultiStageCopy (1.75s)
14:37:05 [2021-12-21T14:37:05.559Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.02s)
14:37:05 [2021-12-21T14:37:05.559Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s)
14:37:05 [2021-12-21T14:37:05.559Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s)
14:37:05 [2021-12-21T14:37:05.559Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.18s)
14:37:05 [2021-12-21T14:37:05.559Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.19s)
14:37:05 [2021-12-21T14:37:05.559Z] === RUN   TestBuildMultiStageParentConfig
14:37:06 [2021-12-21T14:37:06.121Z] --- PASS: TestBuildMultiStageParentConfig (0.53s)
14:37:06 [2021-12-21T14:37:06.121Z] === RUN   TestBuildLabelWithTargets
14:37:07 [2021-12-21T14:37:07.049Z] --- PASS: TestBuildLabelWithTargets (0.85s)
14:37:07 [2021-12-21T14:37:07.049Z] === RUN   TestBuildWithEmptyLayers
14:37:07 [2021-12-21T14:37:07.306Z] --- PASS: TestBuildWithEmptyLayers (0.38s)
14:37:07 [2021-12-21T14:37:07.306Z] === RUN   TestBuildMultiStageOnBuild
14:37:07 [2021-12-21T14:37:07.504Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.38s)
14:37:07 [2021-12-21T14:37:07.504Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
14:37:07 [2021-12-21T14:37:07.504Z]     info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network
14:37:07 [2021-12-21T14:37:07.504Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
14:37:07 [2021-12-21T14:37:07.504Z] === RUN   TestInfoAPI
14:37:07 [2021-12-21T14:37:07.504Z] --- PASS: TestInfoAPI (0.02s)
14:37:07 [2021-12-21T14:37:07.504Z] === RUN   TestInfoAPIWarnings
14:37:08 [2021-12-21T14:37:08.672Z] --- PASS: TestBuildMultiStageOnBuild (1.17s)
14:37:08 [2021-12-21T14:37:08.672Z] === RUN   TestBuildUncleanTarFilenames
14:37:08 [2021-12-21T14:37:08.930Z] --- PASS: TestBuildUncleanTarFilenames (0.51s)
14:37:08 [2021-12-21T14:37:08.930Z] === RUN   TestBuildMultiStageLayerLeak
14:37:10 [2021-12-21T14:37:10.298Z] --- PASS: TestBuildMultiStageLayerLeak (1.31s)
14:37:10 [2021-12-21T14:37:10.298Z] === RUN   TestBuildWithHugeFile
14:37:14 [2021-12-21T14:37:14.137Z] INFO: Extraction ended at 12/21/2021 14:37:11. Duration:00:00:31.6568566
14:37:14 [2021-12-21T14:37:14.137Z] INFO: Updating the golang and path environment variables
14:37:14 [2021-12-21T14:37:14.137Z] INFO: GOPATH=d:\gopath
14:37:14 [2021-12-21T14:37:14.137Z] INFO: go version go1.17.5 windows/amd64
14:37:14 [2021-12-21T14:37:14.137Z] INFO: Running the daemon under test in debug mode
14:37:14 [2021-12-21T14:37:14.137Z] INFO: Starting a daemon under test...
14:37:14 [2021-12-21T14:37:14.137Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43075\44\daemon --pidfile d:\CI\PR-43075\44\docker.pid -D
14:37:14 [2021-12-21T14:37:14.137Z] INFO: Process started successfully.
14:37:14 [2021-12-21T14:37:14.137Z] INFO: Start tailing logs of the daemon under tests
14:37:14 [2021-12-21T14:37:14.137Z] INFO: Waiting for the daemon under test to start...
14:37:14 [2021-12-21T14:37:14.951Z] --- PASS: TestImportExtremelyLargeImageWorks (89.59s)
14:37:14 [2021-12-21T14:37:14.952Z] PASS
14:37:14 [2021-12-21T14:37:14.952Z] 
14:37:14 [2021-12-21T14:37:14.952Z] DONE 12 tests in 92.187s
14:37:14 [2021-12-21T14:37:14.952Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
14:37:14 [2021-12-21T14:37:14.952Z] INFO: Testing against a local daemon
14:37:14 [2021-12-21T14:37:14.952Z] === RUN   TestNetworkCreateDelete
14:37:14 [2021-12-21T14:37:14.952Z] --- PASS: TestNetworkCreateDelete (0.12s)
14:37:14 [2021-12-21T14:37:14.952Z] === RUN   TestDockerNetworkDeletePreferID
14:37:14 [2021-12-21T14:37:14.952Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s)
14:37:14 [2021-12-21T14:37:14.952Z] === RUN   TestDaemonDNSFallback
14:37:15 [2021-12-21T14:37:15.207Z] --- PASS: TestDaemonDNSFallback (6.41s)
14:37:15 [2021-12-21T14:37:15.207Z] === RUN   TestInspectNetwork
14:37:18 [2021-12-21T14:37:18.472Z] === RUN   TestInspectNetwork/full_network_id
14:37:18 [2021-12-21T14:37:18.472Z] === RUN   TestInspectNetwork/partial_network_id
14:37:18 [2021-12-21T14:37:18.472Z] === RUN   TestInspectNetwork/network_name
14:37:18 [2021-12-21T14:37:18.472Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
14:37:22 [2021-12-21T14:37:22.633Z] --- PASS: TestInspectNetwork (7.12s)
14:37:22 [2021-12-21T14:37:22.633Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
14:37:22 [2021-12-21T14:37:22.633Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
14:37:22 [2021-12-21T14:37:22.633Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
14:37:22 [2021-12-21T14:37:22.633Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
14:37:22 [2021-12-21T14:37:22.633Z] === RUN   TestRunContainerWithBridgeNone
14:37:23 [2021-12-21T14:37:23.997Z] --- PASS: TestRunContainerWithBridgeNone (1.51s)
14:37:23 [2021-12-21T14:37:23.997Z] === RUN   TestNetworkInvalidJSON
14:37:23 [2021-12-21T14:37:23.997Z] === RUN   TestNetworkInvalidJSON//networks/create
14:37:23 [2021-12-21T14:37:23.997Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:37:23 [2021-12-21T14:37:23.997Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:37:23 [2021-12-21T14:37:23.997Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:37:23 [2021-12-21T14:37:23.997Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:37:23 [2021-12-21T14:37:23.997Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:37:23 [2021-12-21T14:37:23.997Z] === CONT  TestNetworkInvalidJSON//networks/create
14:37:23 [2021-12-21T14:37:23.997Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:37:23 [2021-12-21T14:37:23.997Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:37:23 [2021-12-21T14:37:23.997Z] --- PASS: TestNetworkInvalidJSON (0.01s)
14:37:23 [2021-12-21T14:37:23.997Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
14:37:23 [2021-12-21T14:37:23.997Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
14:37:23 [2021-12-21T14:37:23.997Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
14:37:23 [2021-12-21T14:37:23.997Z] === RUN   TestNetworkList
14:37:23 [2021-12-21T14:37:23.997Z] === RUN   TestNetworkList//networks
14:37:23 [2021-12-21T14:37:23.997Z] === PAUSE TestNetworkList//networks
14:37:23 [2021-12-21T14:37:23.997Z] === RUN   TestNetworkList//networks/
14:37:23 [2021-12-21T14:37:23.997Z] === PAUSE TestNetworkList//networks/
14:37:23 [2021-12-21T14:37:23.997Z] === CONT  TestNetworkList//networks
14:37:23 [2021-12-21T14:37:23.997Z] === CONT  TestNetworkList//networks/
14:37:23 [2021-12-21T14:37:23.997Z] --- PASS: TestNetworkList (0.01s)
14:37:23 [2021-12-21T14:37:23.997Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:37:23 [2021-12-21T14:37:23.997Z]     --- PASS: TestNetworkList//networks (0.00s)
14:37:23 [2021-12-21T14:37:23.997Z] === RUN   TestHostIPv4BridgeLabel
14:37:24 [2021-12-21T14:37:24.254Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
14:37:24 [2021-12-21T14:37:24.254Z] === RUN   TestDaemonRestartWithLiveRestore
14:37:25 [2021-12-21T14:37:25.640Z] --- PASS: TestInfoAPIWarnings (16.37s)
14:37:25 [2021-12-21T14:37:25.641Z] === RUN   TestInfoDebug
14:37:25 [2021-12-21T14:37:25.641Z] --- PASS: TestInfoDebug (0.55s)
14:37:25 [2021-12-21T14:37:25.641Z] === RUN   TestInfoInsecureRegistries
14:37:25 [2021-12-21T14:37:25.641Z] --- PASS: TestInfoInsecureRegistries (0.55s)
14:37:25 [2021-12-21T14:37:25.641Z] === RUN   TestInfoRegistryMirrors
14:37:25 [2021-12-21T14:37:25.641Z] --- PASS: TestInfoRegistryMirrors (0.54s)
14:37:25 [2021-12-21T14:37:25.641Z] === RUN   TestLoginFailsWithBadCredentials
14:37:25 [2021-12-21T14:37:25.641Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s)
14:37:25 [2021-12-21T14:37:25.641Z] === RUN   TestPingCacheHeaders
14:37:25 [2021-12-21T14:37:25.641Z] --- PASS: TestPingCacheHeaders (0.02s)
14:37:25 [2021-12-21T14:37:25.641Z] === RUN   TestPingGet
14:37:25 [2021-12-21T14:37:25.641Z] --- PASS: TestPingGet (0.01s)
14:37:25 [2021-12-21T14:37:25.641Z] === RUN   TestPingHead
14:37:25 [2021-12-21T14:37:25.641Z] --- PASS: TestPingHead (0.02s)
14:37:25 [2021-12-21T14:37:25.641Z] === RUN   TestVersion
14:37:25 [2021-12-21T14:37:25.641Z] --- PASS: TestVersion (0.02s)
14:37:25 [2021-12-21T14:37:25.641Z] === CONT  TestDiskUsage
14:37:25 [2021-12-21T14:37:25.657Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
14:37:25 [2021-12-21T14:37:25.657Z] === RUN   TestDaemonDefaultNetworkPools
14:37:26 [2021-12-21T14:37:26.206Z] === RUN   TestDiskUsage/empty
14:37:26 [2021-12-21T14:37:26.206Z] === RUN   TestDiskUsage/empty/container_types
14:37:26 [2021-12-21T14:37:26.206Z] === RUN   TestDiskUsage/empty/image_types
14:37:26 [2021-12-21T14:37:26.206Z] === RUN   TestDiskUsage/empty/volume_types
14:37:26 [2021-12-21T14:37:26.206Z] === RUN   TestDiskUsage/empty/build-cache_types
14:37:26 [2021-12-21T14:37:26.206Z] === RUN   TestDiskUsage/empty/container,_volume_types
14:37:26 [2021-12-21T14:37:26.206Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
14:37:26 [2021-12-21T14:37:26.206Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
14:37:26 [2021-12-21T14:37:26.206Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
14:37:26 [2021-12-21T14:37:26.206Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
14:37:26 [2021-12-21T14:37:26.206Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
14:37:26 [2021-12-21T14:37:26.206Z] === RUN   TestDiskUsage/after_LoadBusybox
14:37:26 [2021-12-21T14:37:26.234Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s)
14:37:26 [2021-12-21T14:37:26.234Z] === RUN   TestDaemonRestartWithExistingNetwork
14:37:26 [2021-12-21T14:37:26.436Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
14:37:26 [2021-12-21T14:37:26.464Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
14:37:26 [2021-12-21T14:37:26.464Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
14:37:26 [2021-12-21T14:37:26.464Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
14:37:26 [2021-12-21T14:37:26.464Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
14:37:26 [2021-12-21T14:37:26.464Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
14:37:26 [2021-12-21T14:37:26.464Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
14:37:26 [2021-12-21T14:37:26.464Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
14:37:26 [2021-12-21T14:37:26.464Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
14:37:26 [2021-12-21T14:37:26.464Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
14:37:26 [2021-12-21T14:37:26.464Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
14:37:26 [2021-12-21T14:37:26.464Z] === RUN   TestDiskUsage/after_container.Run
14:37:26 [2021-12-21T14:37:26.721Z] === RUN   TestDiskUsage/after_container.Run/container_types
14:37:26 [2021-12-21T14:37:26.721Z] === RUN   TestDiskUsage/after_container.Run/image_types
14:37:26 [2021-12-21T14:37:26.721Z] === RUN   TestDiskUsage/after_container.Run/volume_types
14:37:26 [2021-12-21T14:37:26.721Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
14:37:26 [2021-12-21T14:37:26.721Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
14:37:26 [2021-12-21T14:37:26.721Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
14:37:26 [2021-12-21T14:37:26.721Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
14:37:26 [2021-12-21T14:37:26.721Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
14:37:26 [2021-12-21T14:37:26.721Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
14:37:26 [2021-12-21T14:37:26.721Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
14:37:26 [2021-12-21T14:37:26.979Z] --- PASS: TestDiskUsage (1.22s)
14:37:26 [2021-12-21T14:37:26.979Z]     --- PASS: TestDiskUsage/empty (0.01s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.16s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]     --- PASS: TestDiskUsage/after_container.Run (0.36s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s)
14:37:26 [2021-12-21T14:37:26.979Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s)
14:37:26 [2021-12-21T14:37:26.979Z] PASS
14:37:26 [2021-12-21T14:37:26.979Z] 
14:37:26 [2021-12-21T14:37:26.979Z] === Skipped
14:37:26 [2021-12-21T14:37:26.979Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:37:26 [2021-12-21T14:37:26.979Z] 
14:37:26 [2021-12-21T14:37:26.979Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z]     info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network
14:37:26 [2021-12-21T14:37:26.979Z] 
14:37:26 [2021-12-21T14:37:26.979Z] DONE 53 tests, 2 skipped in 23.977s
14:37:26 [2021-12-21T14:37:26.979Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
14:37:26 [2021-12-21T14:37:26.979Z] INFO: Testing against a local daemon
14:37:26 [2021-12-21T14:37:26.979Z] === RUN   TestVolumesCreateAndList
14:37:26 [2021-12-21T14:37:26.979Z] --- PASS: TestVolumesCreateAndList (0.02s)
14:37:26 [2021-12-21T14:37:26.979Z] === RUN   TestVolumesRemove
14:37:26 [2021-12-21T14:37:26.979Z] --- PASS: TestVolumesRemove (0.05s)
14:37:26 [2021-12-21T14:37:26.979Z] === RUN   TestVolumesInspect
14:37:26 [2021-12-21T14:37:26.979Z] --- PASS: TestVolumesInspect (0.01s)
14:37:26 [2021-12-21T14:37:26.979Z] === RUN   TestVolumesInvalidJSON
14:37:26 [2021-12-21T14:37:26.979Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:37:26 [2021-12-21T14:37:26.979Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:37:26 [2021-12-21T14:37:26.979Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:37:26 [2021-12-21T14:37:26.979Z] --- PASS: TestVolumesInvalidJSON (0.01s)
14:37:26 [2021-12-21T14:37:26.979Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:37:26 [2021-12-21T14:37:26.979Z] PASS
14:37:26 [2021-12-21T14:37:26.979Z] 
14:37:26 [2021-12-21T14:37:26.979Z] DONE 5 tests in 0.174s
14:37:26 [2021-12-21T14:37:26.979Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:37:27 [2021-12-21T14:37:27.161Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s)
14:37:27 [2021-12-21T14:37:27.161Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:37:27 [2021-12-21T14:37:27.237Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13383 is not a child of this shell
14:37:27 [2021-12-21T14:37:27.237Z] warning: PID 13383 from bundles/test-integration/docker.pid had a nonzero exit code
14:37:27 [2021-12-21T14:37:27.237Z] Leaving: AppArmorNo profiles have been unloaded.
14:37:27 [2021-12-21T14:37:27.237Z] 
14:37:27 [2021-12-21T14:37:27.237Z] Unloading profiles will leave already running processes permanently
14:37:27 [2021-12-21T14:37:27.237Z] unconfined, which can lead to unexpected situations.
14:37:27 [2021-12-21T14:37:27.237Z] 
14:37:27 [2021-12-21T14:37:27.237Z] To set a process to complain mode, use the command line tool
14:37:27 [2021-12-21T14:37:27.237Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:37:27 [2021-12-21T14:37:27.237Z] Removing test suite binaries
14:37:27 [2021-12-21T14:37:27.237Z] exiting test-integration
14:37:27 [2021-12-21T14:37:27.237Z] ++ exit 0
14:37:27 [2021-12-21T14:37:27.237Z] 
Post stage
[Pipeline] junit
14:37:28 [2021-12-21T14:37:28.185Z] Recording test results
14:37:28 [2021-12-21T14:37:28.525Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s)
14:37:28 [2021-12-21T14:37:28.525Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:37:29 [2021-12-21T14:37:29.087Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
14:37:29 [2021-12-21T14:37:29.087Z] === RUN   TestServiceWithPredefinedNetwork
14:37:30 [2021-12-21T14:37:30.006Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:37:30 [2021-12-21T14:37:30.344Z] + echo Ensuring container killed.
14:37:30 [2021-12-21T14:37:30.345Z] Ensuring container killed.
14:37:30 [2021-12-21T14:37:30.345Z] + docker rm -vf docker-pr44
14:37:30 [2021-12-21T14:37:30.345Z] Error: No such container: docker-pr44
[Pipeline] sh
14:37:30 [2021-12-21T14:37:30.623Z] + echo Chowning /workspace to jenkins user
14:37:30 [2021-12-21T14:37:30.623Z] Chowning /workspace to jenkins user
14:37:30 [2021-12-21T14:37:30.623Z] + id -u
14:37:30 [2021-12-21T14:37:30.623Z] + id -g
14:37:30 [2021-12-21T14:37:30.623Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43075:/workspace busybox chown -R 1000:1000 /workspace
14:37:30 [2021-12-21T14:37:30.623Z] Unable to find image 'busybox:latest' locally
14:37:30 [2021-12-21T14:37:30.881Z] latest: Pulling from library/busybox
14:37:30 [2021-12-21T14:37:30.881Z] 3cb635b06aa2: Pulling fs layer
14:37:30 [2021-12-21T14:37:30.881Z] 3cb635b06aa2: Download complete
14:37:31 [2021-12-21T14:37:31.139Z] 3cb635b06aa2: Pull complete
14:37:31 [2021-12-21T14:37:31.139Z] Digest: sha256:b5cfd4befc119a590ca1a81d6bb0fa1fb19f1fbebd0397f25fae164abe1e8a6a
14:37:31 [2021-12-21T14:37:31.139Z] Status: Downloaded newer image for busybox:latest
14:37:31 [2021-12-21T14:37:31.601Z] --- PASS: TestServiceWithPredefinedNetwork (2.21s)
14:37:31 [2021-12-21T14:37:31.601Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:37:31 [2021-12-21T14:37:31.601Z]     service_test.go:243: FLAKY_TEST
14:37:31 [2021-12-21T14:37:31.601Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:37:31 [2021-12-21T14:37:31.601Z] === RUN   TestServiceWithDataPathPortInit
14:37:31 [2021-12-21T14:37:31.858Z] .....INFO: Daemon under test started and replied!
14:37:31 [2021-12-21T14:37:31.858Z] INFO: Docker version of the daemon under test
14:37:31 [2021-12-21T14:37:31.858Z] 
14:37:31 [2021-12-21T14:37:31.858Z] Client:
14:37:31 [2021-12-21T14:37:31.858Z]  Version:      17.06.2-ce
14:37:31 [2021-12-21T14:37:31.858Z]  API version:  1.30
14:37:31 [2021-12-21T14:37:31.858Z]  Go version:   go1.8.3
14:37:31 [2021-12-21T14:37:31.858Z]  Git commit:   cec0b72
14:37:31 [2021-12-21T14:37:31.858Z]  Built:        Tue Sep  5 19:57:19 2017
14:37:31 [2021-12-21T14:37:31.858Z]  OS/Arch:      windows/amd64
14:37:31 [2021-12-21T14:37:31.858Z] 
14:37:31 [2021-12-21T14:37:31.858Z] Server:
14:37:31 [2021-12-21T14:37:31.858Z]  Version:      0.0.0-dev
14:37:31 [2021-12-21T14:37:31.858Z]  API version:  1.42 (minimum version 1.24)
14:37:31 [2021-12-21T14:37:31.858Z]  Go version:   go1.17.5
14:37:31 [2021-12-21T14:37:31.858Z]  Git commit:   2e64c14543
14:37:31 [2021-12-21T14:37:31.858Z]  Built:        12/21/2021 14:35:02
14:37:31 [2021-12-21T14:37:31.858Z]  OS/Arch:      windows/amd64
14:37:31 [2021-12-21T14:37:31.858Z]  Experimental: false
14:37:31 [2021-12-21T14:37:31.858Z] 
14:37:31 [2021-12-21T14:37:31.858Z] INFO: Docker info of the daemon under test
14:37:31 [2021-12-21T14:37:31.858Z] 
14:37:31 [2021-12-21T14:37:31.858Z] Containers: 0
14:37:31 [2021-12-21T14:37:31.858Z]  Running: 0
14:37:31 [2021-12-21T14:37:31.858Z]  Paused: 0
14:37:31 [2021-12-21T14:37:31.858Z]  Stopped: 0
14:37:31 [2021-12-21T14:37:31.858Z] Images: 0
14:37:31 [2021-12-21T14:37:31.858Z] Server Version: 0.0.0-dev
14:37:31 [2021-12-21T14:37:31.858Z] Storage Driver: windowsfilter
14:37:31 [2021-12-21T14:37:31.858Z]  Windows: 
14:37:31 [2021-12-21T14:37:31.858Z] Logging Driver: json-file
14:37:31 [2021-12-21T14:37:31.858Z] Plugins: 
14:37:31 [2021-12-21T14:37:31.858Z]  Volume: local
14:37:31 [2021-12-21T14:37:31.858Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
14:37:31 [2021-12-21T14:37:31.858Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
14:37:31 [2021-12-21T14:37:31.858Z] Swarm: inactive
14:37:31 [2021-12-21T14:37:31.858Z] Default Isolation: process
14:37:31 [2021-12-21T14:37:31.858Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
14:37:31 [2021-12-21T14:37:31.858Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183)
14:37:31 [2021-12-21T14:37:31.858Z] OSType: windows
14:37:31 [2021-12-21T14:37:31.858Z] Architecture: x86_64
14:37:31 [2021-12-21T14:37:31.858Z] CPUs: 4
14:37:31 [2021-12-21T14:37:31.858Z] Total Memory: 32GiB
14:37:31 [2021-12-21T14:37:31.858Z] Name: azwin-2-ad82d0
14:37:31 [2021-12-21T14:37:31.858Z] ID: NYNT:66ZC:GHFA:QK6M:O27E:VSUF:PRVB:VB66:6SY3:J7ZJ:J7HQ:CSPC
14:37:31 [2021-12-21T14:37:31.858Z] Docker Root Dir: D:\CI\PR-43075\44\daemon
14:37:31 [2021-12-21T14:37:31.858Z] Debug Mode (client): false
14:37:31 [2021-12-21T14:37:31.858Z] Debug Mode (server): true
14:37:31 [2021-12-21T14:37:31.858Z]  File Descriptors: -1
14:37:31 [2021-12-21T14:37:31.858Z]  Goroutines: 16
14:37:31 [2021-12-21T14:37:31.858Z]  System Time: 2021-12-21T14:37:31.3092517Z
14:37:31 [2021-12-21T14:37:31.858Z]  EventsListeners: 0
14:37:31 [2021-12-21T14:37:31.858Z] Registry: https://index.docker.io/v1/
14:37:31 [2021-12-21T14:37:31.858Z] Labels:
14:37:31 [2021-12-21T14:37:31.858Z] Experimental: false
14:37:31 [2021-12-21T14:37:31.858Z] Insecure Registries:
14:37:31 [2021-12-21T14:37:31.858Z]  127.0.0.0/8
14:37:31 [2021-12-21T14:37:31.858Z] Live Restore Enabled: false
14:37:31 [2021-12-21T14:37:31.858Z] 
14:37:31 [2021-12-21T14:37:31.858Z] 
14:37:31 [2021-12-21T14:37:31.858Z] INFO: Docker images of the daemon under test
14:37:31 [2021-12-21T14:37:31.858Z] 
14:37:31 [2021-12-21T14:37:31.858Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
14:37:31 [2021-12-21T14:37:31.858Z] 
14:37:31 [2021-12-21T14:37:31.858Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
14:37:31 [2021-12-21T14:37:31.858Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
14:37:31 [2021-12-21T14:37:31.858Z] ltsc2019: Pulling from windows/servercore
14:37:32 [2021-12-21T14:37:32.022Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
14:37:32 [2021-12-21T14:37:32.022Z] Using test binary docker
14:37:32 [2021-12-21T14:37:32.022Z] +++ /etc/init.d/apparmor start
14:37:32 [2021-12-21T14:37:32.022Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
14:37:32 [2021-12-21T14:37:32.022Z] INFO: Waiting for daemon to start...
14:37:32 [2021-12-21T14:37:32.022Z] Starting dockerd
14:37:32 [2021-12-21T14:37:32.022Z] +++ 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
14:37:32 [2021-12-21T14:37:32.022Z] .
14:37:32 [2021-12-21T14:37:32.022Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
14:37:32 [2021-12-21T14:37:32.022Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
14:37:32 [2021-12-21T14:37:32.022Z] Error: No such image: emptyfs
14:37:32 [2021-12-21T14:37:32.022Z] ++++ tar -cC bundles/test-integration/emptyfs .
14:37:32 [2021-12-21T14:37:32.022Z] ++++ docker load
14:37:32 [2021-12-21T14:37:32.022Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
14:37:32 [2021-12-21T14:37:32.022Z] Using test binary docker
14:37:32 [2021-12-21T14:37:32.022Z] +++ /etc/init.d/apparmor start
14:37:32 [2021-12-21T14:37:32.022Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
14:37:32 [2021-12-21T14:37:32.022Z] INFO: Waiting for daemon to start...
14:37:32 [2021-12-21T14:37:32.022Z] Starting dockerd
14:37:32 [2021-12-21T14:37:32.022Z] +++ 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
14:37:32 [2021-12-21T14:37:32.022Z] .Running integration-test (iteration 1)
14:37:32 [2021-12-21T14:37:32.022Z] 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)/
14:37:32 [2021-12-21T14:37:32.022Z] ++ 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)/'
14:37:32 [2021-12-21T14:37:32.022Z] ++ set -e
14:37:32 [2021-12-21T14:37:32.022Z] ++ '[' -n 0 ']'
14:37:32 [2021-12-21T14:37:32.022Z] ++ set -x
14:37:32 [2021-12-21T14:37:32.022Z] ++ env -i DEST=/go/src/github.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)/'
14:37:32 [2021-12-21T14:37:32.022Z] Loaded image: busybox:latest
14:37:32 [2021-12-21T14:37:32.022Z] Loaded image: busybox:glibc
14:37:32 [2021-12-21T14:37:32.022Z] 
14:37:32 [2021-12-21T14:37:32.022Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
14:37:32 [2021-12-21T14:37:32.022Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
14:37:32 [2021-12-21T14:37:32.022Z] Error: No such image: emptyfs
14:37:32 [2021-12-21T14:37:32.022Z] ++++ tar -cC bundles/test-integration/emptyfs .
14:37:32 [2021-12-21T14:37:32.022Z] ++++ docker load
14:37:32 [2021-12-21T14:37:32.022Z] Running integration-test (iteration 1)
14:37:32 [2021-12-21T14:37:32.022Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
14:37:32 [2021-12-21T14:37:32.022Z] ++ 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)/'
14:37:32 [2021-12-21T14:37:32.022Z] ++ set -e
14:37:32 [2021-12-21T14:37:32.022Z] ++ '[' -n 0 ']'
14:37:32 [2021-12-21T14:37:32.022Z] ++ set -x
14:37:32 [2021-12-21T14:37:32.022Z] ++ env -i DEST=/go/src/github.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)/'
14:37:32 [2021-12-21T14:37:32.320Z] 4612f6d0b889: Pulling fs layer
14:37:32 [2021-12-21T14:37:32.320Z] 5ee7a7ea9cf2: Pulling fs layer
14:37:32 [2021-12-21T14:37:32.588Z] Loaded image: busybox:latest
14:37:32 [2021-12-21T14:37:32.847Z] Loaded image: busybox:glibc
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:37:33 [2021-12-21T14:37:33.336Z] + bundleName=amd64-rootless
14:37:33 [2021-12-21T14:37:33.336Z] + echo Creating amd64-rootless-bundles.tar.gz
14:37:33 [2021-12-21T14:37:33.336Z] Creating amd64-rootless-bundles.tar.gz
14:37:33 [2021-12-21T14:37:33.336Z] + + find bundles -pathxargs */root/*overlay2 tar -prune -czf -o amd64-rootless-bundles.tar.gz -type
14:37:33 [2021-12-21T14:37:33.336Z]  f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
14:37:33 [2021-12-21T14:37:33.349Z] Archiving artifacts
14:37:33 [2021-12-21T14:37:33.780Z] Loaded image: debian:bullseye-slim
14:37:34 [2021-12-21T14:37:34.040Z] Loaded image: hello-world:latest
14:37:34 [2021-12-21T14:37:34.299Z] Loaded image: arm32v7/hello-world:latest
14:37:34 [2021-12-21T14:37:34.299Z] INFO: Testing against a local daemon
14:37:34 [2021-12-21T14:37:34.299Z] === RUN   TestDockerSuite
14:37:34 [2021-12-21T14:37:34.299Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
14:37:34 [2021-12-21T14:37:34.299Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
14:37:34 [2021-12-21T14:37:34.299Z] === RUN   TestDockerSuite/TestAPIErrorJSON
14:37:34 [2021-12-21T14:37:34.299Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
14:37:34 [2021-12-21T14:37:34.299Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
14:37:34 [2021-12-21T14:37:34.299Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
14:37:34 [2021-12-21T14:37:34.299Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
14:37:34 [2021-12-21T14:37:34.299Z] === RUN   TestDockerSuite/TestAPIImagesDelete
14:37:35 [2021-12-21T14:37:35.349Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43075/44/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:37:35 [2021-12-21T14:37:35.662Z] + make clean
14:37:35 [2021-12-21T14:37:35.662Z] docker volume rm -f docker-dev-cache
14:37:35 [2021-12-21T14:37:35.920Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:37:36 [2021-12-21T14:37:36.832Z] Loaded image: debian:bullseye-slim
14:37:36 [2021-12-21T14:37:36.832Z] Loaded image: hello-world:latest
14:37:37 [2021-12-21T14:37:37.091Z] Loaded image: arm32v7/hello-world:latest
14:37:37 [2021-12-21T14:37:37.091Z] INFO: Testing against a local daemon
14:37:37 [2021-12-21T14:37:37.091Z] === RUN   TestDockerDaemonSuite
14:37:37 [2021-12-21T14:37:37.091Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
14:37:37 [2021-12-21T14:37:37.091Z] === RUN   TestDockerSuite/TestAPIImagesFilter
14:37:37 [2021-12-21T14:37:37.091Z] === RUN   TestDockerSuite/TestAPIImagesHistory
14:37:37 [2021-12-21T14:37:37.659Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
14:37:37 [2021-12-21T14:37:37.659Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
14:37:38 [2021-12-21T14:37:38.601Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
14:37:38 [2021-12-21T14:37:38.601Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
14:37:38 [2021-12-21T14:37:38.601Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
14:37:39 [2021-12-21T14:37:39.979Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
14:37:40 [2021-12-21T14:37:40.238Z] === RUN   TestDockerSuite/TestAPINetworkFilter
14:37:40 [2021-12-21T14:37:40.238Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
14:37:40 [2021-12-21T14:37:40.238Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
14:37:41 [2021-12-21T14:37:41.174Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
14:37:41 [2021-12-21T14:37:41.745Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
14:37:42 [2021-12-21T14:37:42.004Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
14:37:42 [2021-12-21T14:37:42.263Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
14:37:42 [2021-12-21T14:37:42.263Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
14:37:42 [2021-12-21T14:37:42.263Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
14:37:43 [2021-12-21T14:37:43.638Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
14:37:45 [2021-12-21T14:37:45.497Z] 8f616e6e9eec: Pull complete
14:37:46 [2021-12-21T14:37:46.438Z] --- PASS: TestServiceWithDataPathPortInit (13.72s)
14:37:46 [2021-12-21T14:37:46.438Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:37:47 [2021-12-21T14:37:47.184Z] 5ee7a7ea9cf2: Verifying Checksum
14:37:47 [2021-12-21T14:37:47.184Z] 5ee7a7ea9cf2: Download complete
14:37:47 [2021-12-21T14:37:47.801Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:zhsutg1i546om3fja41mddvjw Created:2021-12-21 14:37:46.261023527 +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[4c9d037ee9b15fdc006965f0c9ccb6615ef468dd5a13cf2e8009016a80ed4c42:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rr0jcuuiy29pidlroc5tnnphz EndpointID:b948ccd769b190608ece0ae7bd08e69eb7d181448f152fbceba2b883dd1d38be MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:1806580eb0aafffce819366404700b6882ff23a49b296add8ac31e48bf8e8f6c 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:40c03cb3cdd6 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rr0jcuuiy29pidlroc5tnnphz EndpointID:b948ccd769b190608ece0ae7bd08e69eb7d181448f152fbceba2b883dd1d38be EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
14:37:48 [2021-12-21T14:37:48.925Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
14:37:50 [2021-12-21T14:37:50.300Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
14:37:51 [2021-12-21T14:37:51.962Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.00s)
14:37:51 [2021-12-21T14:37:51.962Z] PASS
14:37:51 [2021-12-21T14:37:51.962Z] 
14:37:51 [2021-12-21T14:37:51.962Z] === Skipped
14:37:51 [2021-12-21T14:37:51.962Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:37:51 [2021-12-21T14:37:51.962Z]     service_test.go:243: FLAKY_TEST
14:37:51 [2021-12-21T14:37:51.962Z] 
14:37:51 [2021-12-21T14:37:51.962Z] DONE 26 tests, 1 skipped in 43.732s
14:37:51 [2021-12-21T14:37:51.962Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
14:37:51 [2021-12-21T14:37:51.962Z] INFO: Testing against a local daemon
14:37:51 [2021-12-21T14:37:51.962Z] === RUN   TestDockerNetworkIpvlanPersistance
14:37:51 [2021-12-21T14:37:51.962Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:37:51 [2021-12-21T14:37:51.962Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
14:37:51 [2021-12-21T14:37:51.962Z] === RUN   TestDockerNetworkIpvlan
14:37:51 [2021-12-21T14:37:51.962Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:37:51 [2021-12-21T14:37:51.962Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
14:37:51 [2021-12-21T14:37:51.962Z] PASS
14:37:51 [2021-12-21T14:37:51.962Z] 
14:37:51 [2021-12-21T14:37:51.962Z] === Skipped
14:37:51 [2021-12-21T14:37:51.962Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
14:37:51 [2021-12-21T14:37:51.962Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:37:51 [2021-12-21T14:37:51.962Z] 
14:37:51 [2021-12-21T14:37:51.962Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
14:37:51 [2021-12-21T14:37:51.962Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:37:51 [2021-12-21T14:37:51.962Z] 
14:37:51 [2021-12-21T14:37:51.962Z] DONE 2 tests, 2 skipped in 0.034s
14:37:51 [2021-12-21T14:37:51.962Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
14:37:51 [2021-12-21T14:37:51.962Z] INFO: Testing against a local daemon
14:37:51 [2021-12-21T14:37:51.962Z] === RUN   TestDockerNetworkMacvlanPersistance
14:37:52 [2021-12-21T14:37:52.837Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
14:37:53 [2021-12-21T14:37:53.326Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.35s)
14:37:53 [2021-12-21T14:37:53.326Z] === RUN   TestDockerNetworkMacvlan
14:37:54 [2021-12-21T14:37:54.251Z] === RUN   TestDockerNetworkMacvlan/Subinterface
14:37:54 [2021-12-21T14:37:54.294Z] 4612f6d0b889: Verifying Checksum
14:37:54 [2021-12-21T14:37:54.294Z] 4612f6d0b889: Download complete
14:37:54 [2021-12-21T14:37:54.812Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
14:37:55 [2021-12-21T14:37:55.367Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
14:37:55 [2021-12-21T14:37:55.626Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
14:37:55 [2021-12-21T14:37:55.739Z] === RUN   TestDockerNetworkMacvlan/NilParent
14:37:56 [2021-12-21T14:37:56.561Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
14:37:57 [2021-12-21T14:37:57.128Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
14:37:57 [2021-12-21T14:37:57.627Z] === RUN   TestDockerNetworkMacvlan/InternalMode
14:37:58 [2021-12-21T14:37:58.064Z] === RUN   TestDockerSuite/TestAttachAfterDetach
14:37:58 [2021-12-21T14:37:58.994Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
14:37:59 [2021-12-21T14:37:59.440Z] --- PASS: TestBuildWithHugeFile (109.01s)
14:37:59 [2021-12-21T14:37:59.440Z] === RUN   TestBuildWCOWSandboxSize
14:37:59 [2021-12-21T14:37:59.440Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:37:59 [2021-12-21T14:37:59.440Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
14:37:59 [2021-12-21T14:37:59.440Z] === RUN   TestBuildWithEmptyDockerfile
14:37:59 [2021-12-21T14:37:59.440Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
14:37:59 [2021-12-21T14:37:59.441Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
14:37:59 [2021-12-21T14:37:59.441Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:37:59 [2021-12-21T14:37:59.441Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:37:59 [2021-12-21T14:37:59.441Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:37:59 [2021-12-21T14:37:59.441Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:37:59 [2021-12-21T14:37:59.441Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
14:37:59 [2021-12-21T14:37:59.441Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:37:59 [2021-12-21T14:37:59.441Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:37:59 [2021-12-21T14:37:59.441Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
14:37:59 [2021-12-21T14:37:59.441Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s)
14:37:59 [2021-12-21T14:37:59.441Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s)
14:37:59 [2021-12-21T14:37:59.441Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s)
14:37:59 [2021-12-21T14:37:59.441Z] === RUN   TestBuildPreserveOwnership
14:37:59 [2021-12-21T14:37:59.441Z] === RUN   TestBuildPreserveOwnership/copy_from
14:38:00 [2021-12-21T14:38:00.008Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
14:38:00 [2021-12-21T14:38:00.008Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
14:38:01 [2021-12-21T14:38:01.913Z] === RUN   TestDockerSuite/TestAttachDetach
14:38:01 [2021-12-21T14:38:01.913Z]     docker_cli_daemon_test.go:1455: [dc6ca34624519] daemon is not started
14:38:02 [2021-12-21T14:38:02.172Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
14:38:02 [2021-12-21T14:38:02.265Z] === RUN   TestDockerNetworkMacvlan/Addressing
14:38:02 [2021-12-21T14:38:02.432Z]     check_test.go:308: [d2c0fd3b1aa50] daemon is not started
14:38:02 [2021-12-21T14:38:02.432Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
14:38:02 [2021-12-21T14:38:02.692Z] === RUN   TestDockerSuite/TestAttachDisconnect
14:38:02 [2021-12-21T14:38:02.827Z] --- PASS: TestDockerNetworkMacvlan (9.49s)
14:38:02 [2021-12-21T14:38:02.827Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
14:38:02 [2021-12-21T14:38:02.827Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
14:38:02 [2021-12-21T14:38:02.827Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s)
14:38:02 [2021-12-21T14:38:02.827Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.81s)
14:38:02 [2021-12-21T14:38:02.827Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.98s)
14:38:02 [2021-12-21T14:38:02.827Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.58s)
14:38:02 [2021-12-21T14:38:02.827Z] PASS
14:38:02 [2021-12-21T14:38:02.827Z] 
14:38:02 [2021-12-21T14:38:02.827Z] DONE 8 tests in 10.871s
14:38:02 [2021-12-21T14:38:02.827Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
14:38:02 [2021-12-21T14:38:02.827Z] testing: warning: no tests to run
14:38:02 [2021-12-21T14:38:02.827Z] PASS
14:38:02 [2021-12-21T14:38:02.827Z] 
14:38:02 [2021-12-21T14:38:02.827Z] DONE 0 tests in 0.011s
14:38:02 [2021-12-21T14:38:02.827Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
14:38:03 [2021-12-21T14:38:03.083Z] INFO: Testing against a local daemon
14:38:03 [2021-12-21T14:38:03.083Z] === RUN   TestAuthZPluginAllowRequest
14:38:03 [2021-12-21T14:38:03.628Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
14:38:03 [2021-12-21T14:38:03.628Z] --- PASS: TestBuildPreserveOwnership (4.28s)
14:38:03 [2021-12-21T14:38:03.628Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.69s)
14:38:03 [2021-12-21T14:38:03.628Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.58s)
14:38:03 [2021-12-21T14:38:03.628Z] === RUN   TestBuildPlatformInvalid
14:38:03 [2021-12-21T14:38:03.888Z] --- PASS: TestBuildPlatformInvalid (0.16s)
14:38:03 [2021-12-21T14:38:03.888Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
14:38:04 [2021-12-21T14:38:04.446Z] --- PASS: TestAuthZPluginAllowRequest (1.16s)
14:38:04 [2021-12-21T14:38:04.446Z] === RUN   TestAuthZPluginTLS
14:38:04 [2021-12-21T14:38:04.454Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
14:38:04 [2021-12-21T14:38:04.702Z] --- PASS: TestAuthZPluginTLS (0.54s)
14:38:04 [2021-12-21T14:38:04.702Z] === RUN   TestAuthZPluginDenyRequest
14:38:05 [2021-12-21T14:38:05.263Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
14:38:05 [2021-12-21T14:38:05.263Z] === RUN   TestAuthZPluginAPIDenyResponse
14:38:05 [2021-12-21T14:38:05.391Z] === RUN   TestDockerSuite/TestAttachPausedContainer
14:38:05 [2021-12-21T14:38:05.391Z] Loaded image: busybox:latest
14:38:05 [2021-12-21T14:38:05.649Z] Loaded image: busybox:glibc
14:38:05 [2021-12-21T14:38:05.824Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
14:38:05 [2021-12-21T14:38:05.824Z] === RUN   TestAuthZPluginDenyResponse
14:38:06 [2021-12-21T14:38:06.216Z]     check_test.go:308: [d7e4ebdba9780] daemon is not started
14:38:06 [2021-12-21T14:38:06.216Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
14:38:06 [2021-12-21T14:38:06.216Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
14:38:06 [2021-12-21T14:38:06.384Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
14:38:06 [2021-12-21T14:38:06.384Z] === RUN   TestAuthZPluginAllowEventStream
14:38:07 [2021-12-21T14:38:07.151Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
14:38:07 [2021-12-21T14:38:07.311Z] --- PASS: TestAuthZPluginAllowEventStream (1.15s)
14:38:07 [2021-12-21T14:38:07.311Z] === RUN   TestAuthZPluginErrorResponse
14:38:07 [2021-12-21T14:38:07.876Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
14:38:07 [2021-12-21T14:38:07.876Z] === RUN   TestAuthZPluginErrorRequest
14:38:08 [2021-12-21T14:38:08.098Z] Loaded image: debian:bullseye-slim
14:38:08 [2021-12-21T14:38:08.098Z] Loaded image: hello-world:latest
14:38:08 [2021-12-21T14:38:08.098Z] Loaded image: arm32v7/hello-world:latest
14:38:08 [2021-12-21T14:38:08.357Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
14:38:08 [2021-12-21T14:38:08.437Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
14:38:08 [2021-12-21T14:38:08.437Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
14:38:09 [2021-12-21T14:38:09.000Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
14:38:09 [2021-12-21T14:38:09.000Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
14:38:09 [2021-12-21T14:38:09.736Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
14:38:10 [2021-12-21T14:38:10.371Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.39s)
14:38:10 [2021-12-21T14:38:10.372Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
14:38:10 [2021-12-21T14:38:10.672Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
14:38:10 [2021-12-21T14:38:10.672Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
14:38:11 [2021-12-21T14:38:11.740Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.39s)
14:38:11 [2021-12-21T14:38:11.740Z] === RUN   TestAuthZPluginHeader
14:38:12 [2021-12-21T14:38:12.049Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
14:38:12 [2021-12-21T14:38:12.050Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
14:38:12 [2021-12-21T14:38:12.666Z] --- PASS: TestAuthZPluginHeader (0.69s)
14:38:12 [2021-12-21T14:38:12.666Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
14:38:13 [2021-12-21T14:38:13.428Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
14:38:13 [2021-12-21T14:38:13.688Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
14:38:13 [2021-12-21T14:38:13.948Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
14:38:16 [2021-12-21T14:38:16.482Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
14:38:16 [2021-12-21T14:38:16.828Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.19s)
14:38:16 [2021-12-21T14:38:16.828Z] === RUN   TestAuthZPluginV2Disable
14:38:17 [2021-12-21T14:38:17.944Z] --- PASS: TestBuildWithHugeFile (57.17s)
14:38:17 [2021-12-21T14:38:17.944Z] === RUN   TestBuildWCOWSandboxSize
14:38:17 [2021-12-21T14:38:17.944Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:38:17 [2021-12-21T14:38:17.944Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
14:38:17 [2021-12-21T14:38:17.944Z] === RUN   TestBuildWithEmptyDockerfile
14:38:17 [2021-12-21T14:38:17.944Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
14:38:17 [2021-12-21T14:38:17.944Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
14:38:17 [2021-12-21T14:38:17.944Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:38:17 [2021-12-21T14:38:17.944Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:38:17 [2021-12-21T14:38:17.944Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:38:17 [2021-12-21T14:38:17.944Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:38:17 [2021-12-21T14:38:17.944Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
14:38:17 [2021-12-21T14:38:17.944Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:38:17 [2021-12-21T14:38:17.944Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:38:17 [2021-12-21T14:38:17.944Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
14:38:17 [2021-12-21T14:38:17.944Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s)
14:38:17 [2021-12-21T14:38:17.944Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s)
14:38:17 [2021-12-21T14:38:17.944Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s)
14:38:17 [2021-12-21T14:38:17.944Z] === RUN   TestBuildPreserveOwnership
14:38:17 [2021-12-21T14:38:17.944Z] === RUN   TestBuildPreserveOwnership/copy_from
14:38:17 [2021-12-21T14:38:17.944Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
14:38:17 [2021-12-21T14:38:17.944Z] --- PASS: TestBuildPreserveOwnership (2.52s)
14:38:17 [2021-12-21T14:38:17.944Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.68s)
14:38:17 [2021-12-21T14:38:17.944Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.84s)
14:38:17 [2021-12-21T14:38:17.944Z] === RUN   TestBuildPlatformInvalid
14:38:17 [2021-12-21T14:38:17.944Z] --- PASS: TestBuildPlatformInvalid (0.07s)
14:38:17 [2021-12-21T14:38:17.944Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
14:38:17 [2021-12-21T14:38:17.944Z] Loaded image: busybox:latest
14:38:17 [2021-12-21T14:38:17.944Z] Loaded image: busybox:glibc
14:38:17 [2021-12-21T14:38:17.944Z] Loaded image: debian:bullseye-slim
14:38:17 [2021-12-21T14:38:17.944Z] Loaded image: hello-world:latest
14:38:17 [2021-12-21T14:38:17.944Z] Loaded image: arm32v7/hello-world:latest
14:38:18 [2021-12-21T14:38:18.872Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.75s)
14:38:18 [2021-12-21T14:38:18.872Z] PASS
14:38:18 [2021-12-21T14:38:18.872Z] 
14:38:18 [2021-12-21T14:38:18.872Z] === Skipped
14:38:18 [2021-12-21T14:38:18.872Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
14:38:18 [2021-12-21T14:38:18.872Z]     build_session_test.go:25: TODO: BuildKit
14:38:18 [2021-12-21T14:38:18.872Z] 
14:38:18 [2021-12-21T14:38:18.872Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
14:38:18 [2021-12-21T14:38:18.872Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:38:18 [2021-12-21T14:38:18.872Z] 
14:38:18 [2021-12-21T14:38:18.872Z] DONE 34 tests, 2 skipped in 85.476s
14:38:18 [2021-12-21T14:38:18.872Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
14:38:18 [2021-12-21T14:38:18.872Z] ++ 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
14:38:18 [2021-12-21T14:38:18.872Z] ++ set -e
14:38:18 [2021-12-21T14:38:18.872Z] ++ '[' -n 0 ']'
14:38:18 [2021-12-21T14:38:18.872Z] ++ set -x
14:38:18 [2021-12-21T14:38:18.872Z] ++ env -i DEST=/go/src/github.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
14:38:19 [2021-12-21T14:38:19.128Z] INFO: Testing against a local daemon
14:38:19 [2021-12-21T14:38:19.128Z] === RUN   TestConfigInspect
14:38:19 [2021-12-21T14:38:19.324Z] ..........................xx....................                         [ 29%]
14:38:19 [2021-12-21T14:38:19.767Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
14:38:20 [2021-12-21T14:38:20.092Z] --- PASS: TestAuthZPluginV2Disable (3.34s)
14:38:20 [2021-12-21T14:38:20.092Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
14:38:21 [2021-12-21T14:38:21.146Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (17.29s)
14:38:21 [2021-12-21T14:38:21.146Z] PASS
14:38:21 [2021-12-21T14:38:21.146Z] 
14:38:21 [2021-12-21T14:38:21.146Z] === Skipped
14:38:21 [2021-12-21T14:38:21.146Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
14:38:21 [2021-12-21T14:38:21.146Z]     build_session_test.go:25: TODO: BuildKit
14:38:21 [2021-12-21T14:38:21.146Z] 
14:38:21 [2021-12-21T14:38:21.146Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
14:38:21 [2021-12-21T14:38:21.146Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:38:21 [2021-12-21T14:38:21.146Z] 
14:38:21 [2021-12-21T14:38:21.146Z] DONE 34 tests, 2 skipped in 175.046s
14:38:21 [2021-12-21T14:38:21.146Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
14:38:21 [2021-12-21T14:38:21.146Z] ++ 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
14:38:21 [2021-12-21T14:38:21.146Z] ++ set -e
14:38:21 [2021-12-21T14:38:21.146Z] ++ '[' -n 0 ']'
14:38:21 [2021-12-21T14:38:21.146Z] ++ set -x
14:38:21 [2021-12-21T14:38:21.146Z] ++ env -i DEST=/go/src/github.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
14:38:21 [2021-12-21T14:38:21.405Z] INFO: Testing against a local daemon
14:38:21 [2021-12-21T14:38:21.405Z] === RUN   TestConfigInspect
14:38:21 [2021-12-21T14:38:21.642Z] --- PASS: TestConfigInspect (2.21s)
14:38:21 [2021-12-21T14:38:21.642Z] === RUN   TestConfigList
14:38:22 [2021-12-21T14:38:22.780Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
14:38:23 [2021-12-21T14:38:23.355Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.28s)
14:38:23 [2021-12-21T14:38:23.355Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
14:38:23 [2021-12-21T14:38:23.535Z] --- PASS: TestConfigList (2.16s)
14:38:23 [2021-12-21T14:38:23.536Z] === RUN   TestConfigsCreateAndDelete
14:38:24 [2021-12-21T14:38:24.731Z] --- PASS: TestConfigInspect (3.05s)
14:38:24 [2021-12-21T14:38:24.731Z] === RUN   TestConfigList
14:38:25 [2021-12-21T14:38:25.299Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
14:38:25 [2021-12-21T14:38:25.428Z] --- PASS: TestConfigsCreateAndDelete (1.67s)
14:38:25 [2021-12-21T14:38:25.428Z] === RUN   TestConfigsUpdate
14:38:26 [2021-12-21T14:38:26.674Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
14:38:27 [2021-12-21T14:38:27.241Z] --- PASS: TestConfigList (2.89s)
14:38:27 [2021-12-21T14:38:27.241Z] === RUN   TestConfigsCreateAndDelete
14:38:27 [2021-12-21T14:38:27.325Z] --- PASS: TestConfigsUpdate (2.22s)
14:38:27 [2021-12-21T14:38:27.325Z] === RUN   TestTemplatedConfig
14:38:28 [2021-12-21T14:38:28.617Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
14:38:29 [2021-12-21T14:38:29.185Z]     check_test.go:308: [dc48110eda769] daemon is not started
14:38:29 [2021-12-21T14:38:29.185Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
14:38:29 [2021-12-21T14:38:29.751Z]     check_test.go:308: [daf29a4484b3c] daemon is not started
14:38:29 [2021-12-21T14:38:29.751Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
14:38:29 [2021-12-21T14:38:29.751Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
14:38:29 [2021-12-21T14:38:29.840Z] --- PASS: TestTemplatedConfig (2.39s)
14:38:29 [2021-12-21T14:38:29.840Z] === RUN   TestConfigCreateResolve
14:38:30 [2021-12-21T14:38:30.009Z] --- PASS: TestConfigsCreateAndDelete (2.75s)
14:38:30 [2021-12-21T14:38:30.009Z] === RUN   TestConfigsUpdate
14:38:30 [2021-12-21T14:38:30.268Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
14:38:30 [2021-12-21T14:38:30.836Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
14:38:31 [2021-12-21T14:38:31.404Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
14:38:31 [2021-12-21T14:38:31.404Z]     check_test.go:308: [d90128f7cfe1b] daemon is not started
14:38:31 [2021-12-21T14:38:31.404Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
14:38:31 [2021-12-21T14:38:31.404Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
14:38:31 [2021-12-21T14:38:31.730Z] --- PASS: TestConfigCreateResolve (2.06s)
14:38:31 [2021-12-21T14:38:31.730Z] PASS
14:38:31 [2021-12-21T14:38:31.730Z] 
14:38:31 [2021-12-21T14:38:31.730Z] DONE 6 tests in 12.802s
14:38:31 [2021-12-21T14:38:31.730Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
14:38:31 [2021-12-21T14:38:31.730Z] ++ 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
14:38:31 [2021-12-21T14:38:31.730Z] ++ set -e
14:38:31 [2021-12-21T14:38:31.730Z] ++ '[' -n 0 ']'
14:38:31 [2021-12-21T14:38:31.730Z] ++ set -x
14:38:31 [2021-12-21T14:38:31.730Z] ++ env -i DEST=/go/src/github.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
14:38:32 [2021-12-21T14:38:32.003Z] INFO: Testing against a local daemon
14:38:32 [2021-12-21T14:38:32.003Z] === RUN   TestCheckpoint
14:38:32 [2021-12-21T14:38:32.003Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:38:32 [2021-12-21T14:38:32.003Z] --- SKIP: TestCheckpoint (0.00s)
14:38:32 [2021-12-21T14:38:32.003Z] === RUN   TestContainerInvalidJSON
14:38:32 [2021-12-21T14:38:32.003Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
14:38:32 [2021-12-21T14:38:32.003Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
14:38:32 [2021-12-21T14:38:32.003Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
14:38:32 [2021-12-21T14:38:32.003Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
14:38:32 [2021-12-21T14:38:32.003Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
14:38:32 [2021-12-21T14:38:32.003Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
14:38:32 [2021-12-21T14:38:32.003Z] --- PASS: TestContainerInvalidJSON (0.01s)
14:38:32 [2021-12-21T14:38:32.003Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
14:38:32 [2021-12-21T14:38:32.003Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
14:38:32 [2021-12-21T14:38:32.003Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:38:32 [2021-12-21T14:38:32.003Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
14:38:32 [2021-12-21T14:38:32.003Z] === RUN   TestCopyFromContainerPathIsNotDir
14:38:32 [2021-12-21T14:38:32.003Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
14:38:32 [2021-12-21T14:38:32.003Z] === RUN   TestCopyToContainerPathDoesNotExist
14:38:32 [2021-12-21T14:38:32.003Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
14:38:32 [2021-12-21T14:38:32.003Z] === RUN   TestCopyToContainerPathIsNotDir
14:38:32 [2021-12-21T14:38:32.268Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
14:38:32 [2021-12-21T14:38:32.268Z] === RUN   TestCopyFromContainer
14:38:32 [2021-12-21T14:38:32.340Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
14:38:32 [2021-12-21T14:38:32.909Z] --- PASS: TestConfigsUpdate (2.82s)
14:38:32 [2021-12-21T14:38:32.909Z] === RUN   TestTemplatedConfig
14:38:33 [2021-12-21T14:38:33.205Z] === RUN   TestCopyFromContainer//
14:38:33 [2021-12-21T14:38:33.205Z] === RUN   TestCopyFromContainer//bar/root
14:38:33 [2021-12-21T14:38:33.205Z] === RUN   TestCopyFromContainer//bar/root/
14:38:33 [2021-12-21T14:38:33.205Z] === RUN   TestCopyFromContainer/bar/quux
14:38:33 [2021-12-21T14:38:33.205Z] === RUN   TestCopyFromContainer/bar/quux/
14:38:33 [2021-12-21T14:38:33.205Z] === RUN   TestCopyFromContainer/bar/quux/baz
14:38:33 [2021-12-21T14:38:33.205Z] === RUN   TestCopyFromContainer/bar/filesymlink
14:38:33 [2021-12-21T14:38:33.463Z] === RUN   TestCopyFromContainer/bar/dirsymlink
14:38:33 [2021-12-21T14:38:33.463Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
14:38:33 [2021-12-21T14:38:33.463Z] === RUN   TestCopyFromContainer/bar/notarget
14:38:33 [2021-12-21T14:38:33.463Z] --- PASS: TestCopyFromContainer (1.38s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCopyFromContainer// (0.07s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCopyFromContainer//bar/root (0.05s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.05s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.04s)
14:38:33 [2021-12-21T14:38:33.463Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:38:33 [2021-12-21T14:38:33.463Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:38:33 [2021-12-21T14:38:33.463Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:38:33 [2021-12-21T14:38:33.463Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:38:33 [2021-12-21T14:38:33.463Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:38:33 [2021-12-21T14:38:33.463Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:38:33 [2021-12-21T14:38:33.463Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:38:33 [2021-12-21T14:38:33.463Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:38:33 [2021-12-21T14:38:33.463Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:38:33 [2021-12-21T14:38:33.463Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:38:33 [2021-12-21T14:38:33.463Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
14:38:33 [2021-12-21T14:38:33.463Z] === RUN   TestCreateLinkToNonExistingContainer
14:38:33 [2021-12-21T14:38:33.463Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
14:38:33 [2021-12-21T14:38:33.463Z] === RUN   TestCreateWithInvalidEnv
14:38:33 [2021-12-21T14:38:33.463Z] === RUN   TestCreateWithInvalidEnv/0
14:38:33 [2021-12-21T14:38:33.463Z] === PAUSE TestCreateWithInvalidEnv/0
14:38:33 [2021-12-21T14:38:33.463Z] === RUN   TestCreateWithInvalidEnv/1
14:38:33 [2021-12-21T14:38:33.463Z] === PAUSE TestCreateWithInvalidEnv/1
14:38:33 [2021-12-21T14:38:33.463Z] === RUN   TestCreateWithInvalidEnv/2
14:38:33 [2021-12-21T14:38:33.463Z] === PAUSE TestCreateWithInvalidEnv/2
14:38:33 [2021-12-21T14:38:33.463Z] === CONT  TestCreateWithInvalidEnv/0
14:38:33 [2021-12-21T14:38:33.463Z] === CONT  TestCreateWithInvalidEnv/2
14:38:33 [2021-12-21T14:38:33.463Z] === CONT  TestCreateWithInvalidEnv/1
14:38:33 [2021-12-21T14:38:33.463Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
14:38:33 [2021-12-21T14:38:33.463Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
14:38:33 [2021-12-21T14:38:33.463Z] === RUN   TestCreateTmpfsMountsTarget
14:38:33 [2021-12-21T14:38:33.463Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
14:38:33 [2021-12-21T14:38:33.463Z] === RUN   TestCreateWithCustomMaskedPaths
14:38:33 [2021-12-21T14:38:33.845Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
14:38:34 [2021-12-21T14:38:34.104Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
14:38:34 [2021-12-21T14:38:34.829Z] --- PASS: TestCreateWithCustomMaskedPaths (1.11s)
14:38:34 [2021-12-21T14:38:34.829Z] === RUN   TestCreateWithCustomReadonlyPaths
14:38:35 [2021-12-21T14:38:35.315Z] tests/integration/api_exec_test.py .....................                 [ 34%]
14:38:35 [2021-12-21T14:38:35.484Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
14:38:35 [2021-12-21T14:38:35.564Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.65s)
14:38:35 [2021-12-21T14:38:35.564Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
14:38:35 [2021-12-21T14:38:35.757Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.16s)
14:38:35 [2021-12-21T14:38:35.757Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:38:35 [2021-12-21T14:38:35.757Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:38:35 [2021-12-21T14:38:35.757Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:38:35 [2021-12-21T14:38:35.757Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:38:35 [2021-12-21T14:38:35.757Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:38:35 [2021-12-21T14:38:35.757Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:38:35 [2021-12-21T14:38:35.757Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:38:35 [2021-12-21T14:38:35.757Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:38:35 [2021-12-21T14:38:35.757Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:38:35 [2021-12-21T14:38:35.757Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:38:35 [2021-12-21T14:38:35.757Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:38:35 [2021-12-21T14:38:35.757Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:38:35 [2021-12-21T14:38:35.757Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:38:35 [2021-12-21T14:38:35.757Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:38:35 [2021-12-21T14:38:35.757Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:38:35 [2021-12-21T14:38:35.757Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:38:35 [2021-12-21T14:38:35.757Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
14:38:35 [2021-12-21T14:38:35.757Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
14:38:35 [2021-12-21T14:38:35.757Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
14:38:35 [2021-12-21T14:38:35.757Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
14:38:35 [2021-12-21T14:38:35.757Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
14:38:35 [2021-12-21T14:38:35.757Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
14:38:35 [2021-12-21T14:38:35.757Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:38:36 [2021-12-21T14:38:36.320Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s)
14:38:36 [2021-12-21T14:38:36.320Z] === RUN   TestCreateDifferentPlatform
14:38:36 [2021-12-21T14:38:36.320Z] === RUN   TestCreateDifferentPlatform/different_os
14:38:36 [2021-12-21T14:38:36.320Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:38:36 [2021-12-21T14:38:36.320Z] --- PASS: TestCreateDifferentPlatform (0.01s)
14:38:36 [2021-12-21T14:38:36.320Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
14:38:36 [2021-12-21T14:38:36.320Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
14:38:36 [2021-12-21T14:38:36.320Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:38:36 [2021-12-21T14:38:36.320Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
14:38:36 [2021-12-21T14:38:36.320Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:38:36 [2021-12-21T14:38:36.320Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
14:38:36 [2021-12-21T14:38:36.320Z] === RUN   TestContainerStartOnDaemonRestart
14:38:36 [2021-12-21T14:38:36.320Z] === PAUSE TestContainerStartOnDaemonRestart
14:38:36 [2021-12-21T14:38:36.320Z] === RUN   TestDaemonRestartIpcMode
14:38:36 [2021-12-21T14:38:36.320Z] === PAUSE TestDaemonRestartIpcMode
14:38:36 [2021-12-21T14:38:36.320Z] === RUN   TestDaemonHostGatewayIP
14:38:36 [2021-12-21T14:38:36.320Z] === PAUSE TestDaemonHostGatewayIP
14:38:36 [2021-12-21T14:38:36.320Z] === RUN   TestRestartDaemonWithRestartingContainer
14:38:36 [2021-12-21T14:38:36.320Z] === PAUSE TestRestartDaemonWithRestartingContainer
14:38:36 [2021-12-21T14:38:36.320Z] === RUN   TestContainerKillOnDaemonStart
14:38:36 [2021-12-21T14:38:36.320Z] === PAUSE TestContainerKillOnDaemonStart
14:38:36 [2021-12-21T14:38:36.320Z] === RUN   TestDiff
14:38:36 [2021-12-21T14:38:36.370Z] 4d1d74adc6a9: Pull complete
14:38:36 [2021-12-21T14:38:36.370Z] Digest: sha256:1f8965b9b4e2097ac78590ba652f069eafd5b6a0a4e9e603a415d362bfb7638c
14:38:36 [2021-12-21T14:38:36.370Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022
14:38:36 [2021-12-21T14:38:36.370Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully
14:38:36 [2021-12-21T14:38:36.370Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test
14:38:36 [2021-12-21T14:38:36.370Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.405'
14:38:36 [2021-12-21T14:38:36.370Z] WARN: Skipping validation tests
14:38:36 [2021-12-21T14:38:36.370Z] INFO: Running unit tests at 12/21/2021 14:38:33...
14:38:36 [2021-12-21T14:38:36.419Z] --- PASS: TestTemplatedConfig (3.28s)
14:38:36 [2021-12-21T14:38:36.419Z] === RUN   TestConfigCreateResolve
14:38:36 [2021-12-21T14:38:36.677Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
14:38:36 [2021-12-21T14:38:36.882Z] --- PASS: TestDiff (0.38s)
14:38:36 [2021-12-21T14:38:36.882Z] === RUN   TestExecWithCloseStdin
14:38:37 [2021-12-21T14:38:37.139Z] --- PASS: TestExecWithCloseStdin (0.43s)
14:38:37 [2021-12-21T14:38:37.139Z] === RUN   TestExec
14:38:37 [2021-12-21T14:38:37.614Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
14:38:37 [2021-12-21T14:38:37.614Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
14:38:37 [2021-12-21T14:38:37.701Z] --- PASS: TestExec (0.49s)
14:38:37 [2021-12-21T14:38:37.701Z] === RUN   TestExecUser
14:38:37 [2021-12-21T14:38:37.957Z] --- PASS: TestExecUser (0.43s)
14:38:37 [2021-12-21T14:38:37.957Z] === RUN   TestExportContainerAndImportImage
14:38:38 [2021-12-21T14:38:38.550Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
14:38:38 [2021-12-21T14:38:38.730Z] INFO: make.ps1 starting at 12/21/2021 14:38:38
14:38:38 [2021-12-21T14:38:38.809Z] --- PASS: TestConfigCreateResolve (2.74s)
14:38:38 [2021-12-21T14:38:38.809Z] PASS
14:38:38 [2021-12-21T14:38:38.809Z] 
14:38:38 [2021-12-21T14:38:38.809Z] DONE 6 tests in 17.726s
14:38:38 [2021-12-21T14:38:38.884Z] --- PASS: TestExportContainerAndImportImage (0.59s)
14:38:38 [2021-12-21T14:38:38.884Z] === RUN   TestExportContainerAfterDaemonRestart
14:38:39 [2021-12-21T14:38:39.068Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
14:38:39 [2021-12-21T14:38:39.068Z] ++ 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
14:38:39 [2021-12-21T14:38:39.068Z] ++ set -e
14:38:39 [2021-12-21T14:38:39.068Z] ++ '[' -n 0 ']'
14:38:39 [2021-12-21T14:38:39.068Z] ++ set -x
14:38:39 [2021-12-21T14:38:39.068Z] ++ env -i DEST=/go/src/github.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
14:38:39 [2021-12-21T14:38:39.068Z] INFO: Testing against a local daemon
14:38:39 [2021-12-21T14:38:39.068Z] === RUN   TestCheckpoint
14:38:39 [2021-12-21T14:38:39.068Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:38:39 [2021-12-21T14:38:39.068Z] --- SKIP: TestCheckpoint (0.00s)
14:38:39 [2021-12-21T14:38:39.068Z] === RUN   TestContainerInvalidJSON
14:38:39 [2021-12-21T14:38:39.068Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
14:38:39 [2021-12-21T14:38:39.068Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
14:38:39 [2021-12-21T14:38:39.068Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
14:38:39 [2021-12-21T14:38:39.068Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
14:38:39 [2021-12-21T14:38:39.197Z] INFO: Git commit (2e64c14543) assumed from DOCKER_GITCOMMIT environment variable
14:38:39 [2021-12-21T14:38:39.197Z] INFO: Invoking autogen...
14:38:39 [2021-12-21T14:38:39.328Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
14:38:39 [2021-12-21T14:38:39.328Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
14:38:39 [2021-12-21T14:38:39.328Z] --- PASS: TestContainerInvalidJSON (0.04s)=== RUN   TestDockerDaemonSuite/TestDaemonEvents
14:38:39 [2021-12-21T14:38:39.328Z] 
14:38:39 [2021-12-21T14:38:39.328Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
14:38:39 [2021-12-21T14:38:39.328Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
14:38:39 [2021-12-21T14:38:39.328Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:38:39 [2021-12-21T14:38:39.328Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
14:38:39 [2021-12-21T14:38:39.328Z] === RUN   TestCopyFromContainerPathIsNotDir
14:38:39 [2021-12-21T14:38:39.328Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
14:38:39 [2021-12-21T14:38:39.328Z] === RUN   TestCopyToContainerPathDoesNotExist
14:38:39 [2021-12-21T14:38:39.328Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s)
14:38:39 [2021-12-21T14:38:39.328Z] === RUN   TestCopyToContainerPathIsNotDir
14:38:39 [2021-12-21T14:38:39.587Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s)
14:38:39 [2021-12-21T14:38:39.587Z] === RUN   TestCopyFromContainer
14:38:39 [2021-12-21T14:38:39.665Z] INFO: Running unit tests...
14:38:39 [2021-12-21T14:38:39.811Z] --- PASS: TestExportContainerAfterDaemonRestart (1.24s)
14:38:39 [2021-12-21T14:38:39.811Z] === RUN   TestHealthCheckWorkdir
14:38:40 [2021-12-21T14:38:40.374Z] --- PASS: TestHealthCheckWorkdir (0.48s)
14:38:40 [2021-12-21T14:38:40.374Z] === RUN   TestHealthKillContainer
14:38:40 [2021-12-21T14:38:40.964Z] === RUN   TestCopyFromContainer//
14:38:40 [2021-12-21T14:38:40.964Z] === RUN   TestCopyFromContainer//bar/root
14:38:40 [2021-12-21T14:38:40.964Z] === RUN   TestCopyFromContainer//bar/root/
14:38:40 [2021-12-21T14:38:40.964Z] === RUN   TestCopyFromContainer/bar/quux
14:38:40 [2021-12-21T14:38:40.964Z] === RUN   TestCopyFromContainer/bar/quux/
14:38:40 [2021-12-21T14:38:40.964Z] === RUN   TestCopyFromContainer/bar/quux/baz
14:38:41 [2021-12-21T14:38:41.223Z] === RUN   TestCopyFromContainer/bar/filesymlink
14:38:41 [2021-12-21T14:38:41.223Z] === RUN   TestCopyFromContainer/bar/dirsymlink
14:38:41 [2021-12-21T14:38:41.223Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
14:38:41 [2021-12-21T14:38:41.481Z] === RUN   TestCopyFromContainer/bar/notarget
14:38:41 [2021-12-21T14:38:41.481Z] --- PASS: TestCopyFromContainer (1.95s)
14:38:41 [2021-12-21T14:38:41.481Z]     --- PASS: TestCopyFromContainer// (0.08s)
14:38:41 [2021-12-21T14:38:41.481Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
14:38:41 [2021-12-21T14:38:41.481Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.09s)
14:38:41 [2021-12-21T14:38:41.481Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
14:38:41 [2021-12-21T14:38:41.481Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
14:38:41 [2021-12-21T14:38:41.481Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
14:38:41 [2021-12-21T14:38:41.481Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
14:38:41 [2021-12-21T14:38:41.481Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
14:38:41 [2021-12-21T14:38:41.481Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
14:38:41 [2021-12-21T14:38:41.481Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
14:38:41 [2021-12-21T14:38:41.481Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:38:41 [2021-12-21T14:38:41.481Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:38:41 [2021-12-21T14:38:41.481Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:38:41 [2021-12-21T14:38:41.481Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:38:41 [2021-12-21T14:38:41.481Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:38:41 [2021-12-21T14:38:41.481Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:38:41 [2021-12-21T14:38:41.481Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:38:41 [2021-12-21T14:38:41.481Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:38:41 [2021-12-21T14:38:41.481Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:38:41 [2021-12-21T14:38:41.482Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:38:41 [2021-12-21T14:38:41.482Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
14:38:41 [2021-12-21T14:38:41.482Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
14:38:41 [2021-12-21T14:38:41.482Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
14:38:41 [2021-12-21T14:38:41.482Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
14:38:41 [2021-12-21T14:38:41.482Z] === RUN   TestCreateLinkToNonExistingContainer
14:38:41 [2021-12-21T14:38:41.482Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
14:38:41 [2021-12-21T14:38:41.482Z] === RUN   TestCreateWithInvalidEnv
14:38:41 [2021-12-21T14:38:41.482Z] === RUN   TestCreateWithInvalidEnv/0
14:38:41 [2021-12-21T14:38:41.482Z] === PAUSE TestCreateWithInvalidEnv/0
14:38:41 [2021-12-21T14:38:41.482Z] === RUN   TestCreateWithInvalidEnv/1
14:38:41 [2021-12-21T14:38:41.482Z] === PAUSE TestCreateWithInvalidEnv/1
14:38:41 [2021-12-21T14:38:41.482Z] === RUN   TestCreateWithInvalidEnv/2
14:38:41 [2021-12-21T14:38:41.482Z] === PAUSE TestCreateWithInvalidEnv/2
14:38:41 [2021-12-21T14:38:41.482Z] === CONT  TestCreateWithInvalidEnv/0
14:38:41 [2021-12-21T14:38:41.482Z] === CONT  TestCreateWithInvalidEnv/2
14:38:41 [2021-12-21T14:38:41.482Z] === CONT  TestCreateWithInvalidEnv/1
14:38:41 [2021-12-21T14:38:41.482Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
14:38:41 [2021-12-21T14:38:41.482Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
14:38:41 [2021-12-21T14:38:41.482Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
14:38:41 [2021-12-21T14:38:41.482Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
14:38:41 [2021-12-21T14:38:41.482Z] === RUN   TestCreateTmpfsMountsTarget
14:38:41 [2021-12-21T14:38:41.482Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
14:38:41 [2021-12-21T14:38:41.482Z] === RUN   TestCreateWithCustomMaskedPaths
14:38:42 [2021-12-21T14:38:42.797Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
14:38:42 [2021-12-21T14:38:42.859Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
14:38:43 [2021-12-21T14:38:43.427Z] --- PASS: TestCreateWithCustomMaskedPaths (1.72s)
14:38:43 [2021-12-21T14:38:43.427Z] === RUN   TestCreateWithCustomReadonlyPaths
14:38:43 [2021-12-21T14:38:43.427Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
14:38:45 [2021-12-21T14:38:45.328Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.66s)
14:38:45 [2021-12-21T14:38:45.328Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:38:45 [2021-12-21T14:38:45.328Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:38:45 [2021-12-21T14:38:45.328Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:38:45 [2021-12-21T14:38:45.328Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:38:45 [2021-12-21T14:38:45.328Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:38:45 [2021-12-21T14:38:45.328Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:38:45 [2021-12-21T14:38:45.328Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:38:45 [2021-12-21T14:38:45.328Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:38:45 [2021-12-21T14:38:45.328Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:38:45 [2021-12-21T14:38:45.328Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:38:45 [2021-12-21T14:38:45.328Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:38:45 [2021-12-21T14:38:45.328Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:38:45 [2021-12-21T14:38:45.328Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:38:45 [2021-12-21T14:38:45.328Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:38:45 [2021-12-21T14:38:45.328Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:38:45 [2021-12-21T14:38:45.328Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:38:45 [2021-12-21T14:38:45.328Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
14:38:45 [2021-12-21T14:38:45.328Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
14:38:45 [2021-12-21T14:38:45.328Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
14:38:45 [2021-12-21T14:38:45.328Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
14:38:45 [2021-12-21T14:38:45.328Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
14:38:45 [2021-12-21T14:38:45.328Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
14:38:45 [2021-12-21T14:38:45.328Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:38:45 [2021-12-21T14:38:45.586Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.57s)
14:38:45 [2021-12-21T14:38:45.586Z] === RUN   TestCreateDifferentPlatform
14:38:45 [2021-12-21T14:38:45.586Z] === RUN   TestCreateDifferentPlatform/different_os
14:38:45 [2021-12-21T14:38:45.586Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:38:45 [2021-12-21T14:38:45.586Z] --- PASS: TestCreateDifferentPlatform (0.02s)
14:38:45 [2021-12-21T14:38:45.586Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
14:38:45 [2021-12-21T14:38:45.586Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
14:38:45 [2021-12-21T14:38:45.586Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:38:45 [2021-12-21T14:38:45.586Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
14:38:45 [2021-12-21T14:38:45.586Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:38:45 [2021-12-21T14:38:45.845Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s)
14:38:45 [2021-12-21T14:38:45.845Z] === RUN   TestContainerStartOnDaemonRestart
14:38:45 [2021-12-21T14:38:45.845Z] === PAUSE TestContainerStartOnDaemonRestart
14:38:45 [2021-12-21T14:38:45.845Z] === RUN   TestDaemonRestartIpcMode
14:38:45 [2021-12-21T14:38:45.845Z] === PAUSE TestDaemonRestartIpcMode
14:38:45 [2021-12-21T14:38:45.845Z] === RUN   TestDaemonHostGatewayIP
14:38:45 [2021-12-21T14:38:45.845Z] === PAUSE TestDaemonHostGatewayIP
14:38:45 [2021-12-21T14:38:45.845Z] === RUN   TestRestartDaemonWithRestartingContainer
14:38:45 [2021-12-21T14:38:45.845Z] === PAUSE TestRestartDaemonWithRestartingContainer
14:38:45 [2021-12-21T14:38:45.845Z] === RUN   TestContainerKillOnDaemonStart
14:38:45 [2021-12-21T14:38:45.845Z] === PAUSE TestContainerKillOnDaemonStart
14:38:45 [2021-12-21T14:38:45.845Z] === RUN   TestDiff
14:38:46 [2021-12-21T14:38:46.412Z] --- PASS: TestDiff (0.58s)
14:38:46 [2021-12-21T14:38:46.412Z] === RUN   TestExecWithCloseStdin
14:38:46 [2021-12-21T14:38:46.412Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
14:38:46 [2021-12-21T14:38:46.412Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
14:38:46 [2021-12-21T14:38:46.670Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
14:38:46 [2021-12-21T14:38:46.930Z]     check_test.go:308: [d790cf98c753c] daemon is not started
14:38:46 [2021-12-21T14:38:46.930Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
14:38:47 [2021-12-21T14:38:47.189Z] --- PASS: TestExecWithCloseStdin (0.79s)
14:38:47 [2021-12-21T14:38:47.189Z] === RUN   TestExec
14:38:47 [2021-12-21T14:38:47.425Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
14:38:47 [2021-12-21T14:38:47.448Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
14:38:48 [2021-12-21T14:38:48.014Z] --- PASS: TestExec (0.77s)
14:38:48 [2021-12-21T14:38:48.014Z] === RUN   TestExecUser
14:38:48 [2021-12-21T14:38:48.014Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
14:38:48 [2021-12-21T14:38:48.014Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
14:38:48 [2021-12-21T14:38:48.462Z] --- PASS: TestHealthKillContainer (7.85s)
14:38:48 [2021-12-21T14:38:48.462Z] === RUN   TestInspectCpusetInConfigPre120
14:38:48 [2021-12-21T14:38:48.580Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
14:38:48 [2021-12-21T14:38:48.580Z] --- PASS: TestExecUser (0.78s)
14:38:48 [2021-12-21T14:38:48.580Z] === RUN   TestExportContainerAndImportImage
14:38:48 [2021-12-21T14:38:48.718Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s)
14:38:48 [2021-12-21T14:38:48.718Z] === RUN   TestIpcModeNone
14:38:48 [2021-12-21T14:38:48.974Z] --- PASS: TestIpcModeNone (0.43s)
14:38:48 [2021-12-21T14:38:48.974Z] === RUN   TestIpcModePrivate
14:38:49 [2021-12-21T14:38:49.230Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:73, shared: false, mustBeShared: false
14:38:49 [2021-12-21T14:38:49.487Z] --- PASS: TestIpcModePrivate (0.42s)
14:38:49 [2021-12-21T14:38:49.487Z] === RUN   TestIpcModeShareable
14:38:49 [2021-12-21T14:38:49.743Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:67, shared: true, mustBeShared: true
14:38:49 [2021-12-21T14:38:49.956Z] --- PASS: TestExportContainerAndImportImage (1.04s)
14:38:49 [2021-12-21T14:38:49.956Z] === RUN   TestExportContainerAfterDaemonRestart
14:38:49 [2021-12-21T14:38:49.999Z] --- PASS: TestIpcModeShareable (0.45s)
14:38:49 [2021-12-21T14:38:49.999Z] === RUN   TestAPIIpcModeShareableAndContainer
14:38:50 [2021-12-21T14:38:50.092Z] 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
14:38:51 [2021-12-21T14:38:51.331Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s)
14:38:51 [2021-12-21T14:38:51.331Z] === RUN   TestHealthCheckWorkdir
14:38:51 [2021-12-21T14:38:51.331Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
14:38:51 [2021-12-21T14:38:51.331Z] === RUN   TestDockerSuite/TestBuildAddNonTar
14:38:51 [2021-12-21T14:38:51.365Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.37s)
14:38:51 [2021-12-21T14:38:51.365Z] === RUN   TestAPIIpcModeHost
14:38:51 [2021-12-21T14:38:51.621Z] --- PASS: TestAPIIpcModeHost (0.34s)
14:38:51 [2021-12-21T14:38:51.621Z] === RUN   TestDaemonIpcModeShareable
14:38:52 [2021-12-21T14:38:52.269Z] --- PASS: TestHealthCheckWorkdir (1.08s)
14:38:52 [2021-12-21T14:38:52.269Z] === RUN   TestHealthKillContainer
14:38:52 [2021-12-21T14:38:52.548Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true
14:38:52 [2021-12-21T14:38:52.804Z] --- PASS: TestDaemonIpcModeShareable (1.09s)
14:38:52 [2021-12-21T14:38:52.804Z] === RUN   TestDaemonIpcModePrivate
14:38:52 [2021-12-21T14:38:52.836Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
14:38:53 [2021-12-21T14:38:53.402Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
14:38:53 [2021-12-21T14:38:53.597Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s)
14:38:53 [2021-12-21T14:38:53.597Z] PASS
14:38:53 [2021-12-21T14:38:53.597Z] 
14:38:53 [2021-12-21T14:38:53.597Z] DONE 17 tests in 47.631s
14:38:53 [2021-12-21T14:38:53.597Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
14:38:53 [2021-12-21T14:38:53.597Z] INFO: Testing against a local daemon
14:38:53 [2021-12-21T14:38:53.597Z] === RUN   TestPluginInvalidJSON
14:38:53 [2021-12-21T14:38:53.597Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:38:53 [2021-12-21T14:38:53.597Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:38:53 [2021-12-21T14:38:53.597Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:38:53 [2021-12-21T14:38:53.597Z] --- PASS: TestPluginInvalidJSON (0.01s)
14:38:53 [2021-12-21T14:38:53.597Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
14:38:53 [2021-12-21T14:38:53.597Z] === RUN   TestPluginInstall
14:38:53 [2021-12-21T14:38:53.597Z] === RUN   TestPluginInstall/no_auth
14:38:53 [2021-12-21T14:38:53.597Z] time="2021-12-21T14:38:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:38:53 [2021-12-21T14:38:53.597Z] time="2021-12-21T14:38:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cdaa712460681dad54bbc1710c7cf62af43080d7f78280bb4c29770d281ea679" mediatype=application/vnd.docker.plugin.v1+json size=522
14:38:53 [2021-12-21T14:38:53.597Z] time="2021-12-21T14:38:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:38:53 [2021-12-21T14:38:53.597Z] time="2021-12-21T14:38:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cdaa712460681dad54bbc1710c7cf62af43080d7f78280bb4c29770d281ea679" mediatype=application/vnd.docker.plugin.v1+json size=522
14:38:53 [2021-12-21T14:38:53.597Z] === RUN   TestPluginInstall/with_htpasswd
14:38:53 [2021-12-21T14:38:53.597Z] time="2021-12-21T14:38:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:38:53 [2021-12-21T14:38:53.597Z] time="2021-12-21T14:38:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bf830a7123d9f828dc0bac1b4d66af48fb73660a0ceece332dc7f49f416a735d" mediatype=application/vnd.docker.plugin.v1+json size=522
14:38:53 [2021-12-21T14:38:53.597Z] time="2021-12-21T14:38:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:38:53 [2021-12-21T14:38:53.597Z] time="2021-12-21T14:38:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bf830a7123d9f828dc0bac1b4d66af48fb73660a0ceece332dc7f49f416a735d" mediatype=application/vnd.docker.plugin.v1+json size=522
14:38:53 [2021-12-21T14:38:53.597Z] === RUN   TestPluginInstall/with_insecure
14:38:53 [2021-12-21T14:38:53.597Z] time="2021-12-21T14:38:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:38:53 [2021-12-21T14:38:53.597Z] time="2021-12-21T14:38:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e397c3178c955d9aad33af2d0387dfa5f79e00afd008fbbd7c025b1398b3bdc2" mediatype=application/vnd.docker.plugin.v1+json size=522
14:38:53 [2021-12-21T14:38:53.597Z] time="2021-12-21T14:38:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:38:53 [2021-12-21T14:38:53.597Z] time="2021-12-21T14:38:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e397c3178c955d9aad33af2d0387dfa5f79e00afd008fbbd7c025b1398b3bdc2" mediatype=application/vnd.docker.plugin.v1+json size=522
14:38:53 [2021-12-21T14:38:53.731Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false
14:38:53 [2021-12-21T14:38:53.731Z] --- PASS: TestDaemonIpcModePrivate (1.08s)
14:38:53 [2021-12-21T14:38:53.731Z] === RUN   TestDaemonIpcModePrivateFromConfig
14:38:53 [2021-12-21T14:38:53.853Z]     plugin_test.go:165: [da703aba1be6a] daemon is not started
14:38:53 [2021-12-21T14:38:53.853Z] --- PASS: TestPluginInstall (3.22s)
14:38:53 [2021-12-21T14:38:53.853Z]     --- PASS: TestPluginInstall/no_auth (1.56s)
14:38:53 [2021-12-21T14:38:53.853Z]     --- PASS: TestPluginInstall/with_htpasswd (0.60s)
14:38:53 [2021-12-21T14:38:53.853Z]     --- PASS: TestPluginInstall/with_insecure (1.07s)
14:38:53 [2021-12-21T14:38:53.853Z] === RUN   TestPluginsWithRuntimes
14:38:54 [2021-12-21T14:38:54.658Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false
14:38:54 [2021-12-21T14:38:54.914Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.09s)
14:38:54 [2021-12-21T14:38:54.914Z] === RUN   TestDaemonIpcModeShareableFromConfig
14:38:55 [2021-12-21T14:38:55.218Z] === RUN   TestPluginsWithRuntimes/No_Args
14:38:55 [2021-12-21T14:38:55.842Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true
14:38:55 [2021-12-21T14:38:55.933Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
14:38:56 [2021-12-21T14:38:56.098Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.10s)
14:38:56 [2021-12-21T14:38:56.098Z] === RUN   TestIpcModeOlderClient
14:38:56 [2021-12-21T14:38:56.098Z] === PAUSE TestIpcModeOlderClient
14:38:56 [2021-12-21T14:38:56.098Z] === RUN   TestKillContainerInvalidSignal
14:38:56 [2021-12-21T14:38:56.145Z] === RUN   TestPluginsWithRuntimes/With_Args
14:38:56 [2021-12-21T14:38:56.191Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
14:38:56 [2021-12-21T14:38:56.354Z] --- PASS: TestKillContainerInvalidSignal (0.40s)
14:38:56 [2021-12-21T14:38:56.354Z] === RUN   TestKillContainer
14:38:56 [2021-12-21T14:38:56.354Z] === RUN   TestKillContainer/no_signal
14:38:56 [2021-12-21T14:38:56.917Z] === RUN   TestKillContainer/non_killing_signal
14:38:56 [2021-12-21T14:38:56.917Z] === RUN   TestKillContainer/killing_signal
14:38:57 [2021-12-21T14:38:57.072Z] --- PASS: TestPluginsWithRuntimes (3.27s)
14:38:57 [2021-12-21T14:38:57.072Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.88s)
14:38:57 [2021-12-21T14:38:57.072Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.84s)
14:38:57 [2021-12-21T14:38:57.072Z] === RUN   TestPluginBackCompatMediaTypes
14:38:57 [2021-12-21T14:38:57.479Z] --- PASS: TestKillContainer (1.17s)
14:38:57 [2021-12-21T14:38:57.479Z]     --- PASS: TestKillContainer/no_signal (0.37s)
14:38:57 [2021-12-21T14:38:57.479Z]     --- PASS: TestKillContainer/non_killing_signal (0.27s)
14:38:57 [2021-12-21T14:38:57.479Z]     --- PASS: TestKillContainer/killing_signal (0.38s)
14:38:57 [2021-12-21T14:38:57.479Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:38:57 [2021-12-21T14:38:57.479Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
14:38:57 [2021-12-21T14:38:57.635Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s)
14:38:57 [2021-12-21T14:38:57.635Z] PASS
14:38:57 [2021-12-21T14:38:57.635Z] 
14:38:57 [2021-12-21T14:38:57.635Z] DONE 10 tests in 7.085s
14:38:57 [2021-12-21T14:38:57.635Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
14:38:57 [2021-12-21T14:38:57.635Z] INFO: Testing against a local daemon
14:38:57 [2021-12-21T14:38:57.635Z] === RUN   TestExternalGraphDriver
14:38:57 [2021-12-21T14:38:57.635Z] === RUN   TestExternalGraphDriver/json
14:38:58 [2021-12-21T14:38:58.041Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
14:38:58 [2021-12-21T14:38:58.091Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
14:38:58 [2021-12-21T14:38:58.091Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
14:38:58 [2021-12-21T14:38:58.091Z]     check_test.go:308: [d37116917619b] daemon is not started
14:38:58 [2021-12-21T14:38:58.091Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
14:38:58 [2021-12-21T14:38:58.091Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
14:38:58 [2021-12-21T14:38:58.603Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.09s)
14:38:58 [2021-12-21T14:38:58.603Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.34s)
14:38:58 [2021-12-21T14:38:58.603Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s)
14:38:58 [2021-12-21T14:38:58.603Z] === RUN   TestKillStoppedContainer
14:38:58 [2021-12-21T14:38:58.603Z] --- PASS: TestKillStoppedContainer (0.04s)
14:38:58 [2021-12-21T14:38:58.603Z] === RUN   TestKillStoppedContainerAPIPre120
14:38:58 [2021-12-21T14:38:58.657Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
14:38:58 [2021-12-21T14:38:58.859Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
14:38:58 [2021-12-21T14:38:58.859Z] === RUN   TestKillDifferentUserContainer
14:38:59 [2021-12-21T14:38:59.115Z] --- PASS: TestKillDifferentUserContainer (0.39s)
14:38:59 [2021-12-21T14:38:59.115Z] === RUN   TestInspectOomKilledTrue
14:38:59 [2021-12-21T14:38:59.523Z] === RUN   TestExternalGraphDriver/spec
14:38:59 [2021-12-21T14:38:59.594Z] === RUN   TestDockerSuite/TestBuildAddScript
14:38:59 [2021-12-21T14:38:59.676Z] --- PASS: TestInspectOomKilledTrue (0.44s)
14:38:59 [2021-12-21T14:38:59.676Z] === RUN   TestInspectOomKilledFalse
14:38:59 [2021-12-21T14:38:59.852Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
14:38:59 [2021-12-21T14:38:59.932Z] --- PASS: TestInspectOomKilledFalse (0.38s)
14:38:59 [2021-12-21T14:38:59.932Z] === RUN   TestLinksEtcHostsContentMatch
14:39:00 [2021-12-21T14:39:00.188Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s)
14:39:00 [2021-12-21T14:39:00.188Z] === RUN   TestLinksContainerNames
14:39:00 [2021-12-21T14:39:00.788Z] --- PASS: TestHealthKillContainer (8.53s)
14:39:00 [2021-12-21T14:39:00.788Z] === RUN   TestInspectCpusetInConfigPre120
14:39:01 [2021-12-21T14:39:01.116Z] --- PASS: TestLinksContainerNames (0.82s)
14:39:01 [2021-12-21T14:39:01.116Z] === RUN   TestLogsFollowTailEmpty
14:39:01 [2021-12-21T14:39:01.372Z] --- PASS: TestLogsFollowTailEmpty (0.38s)
14:39:01 [2021-12-21T14:39:01.372Z] === RUN   TestContainerNetworkMountsNoChown
14:39:01 [2021-12-21T14:39:01.411Z] === RUN   TestExternalGraphDriver/pull
14:39:01 [2021-12-21T14:39:01.724Z] --- PASS: TestInspectCpusetInConfigPre120 (0.79s)
14:39:01 [2021-12-21T14:39:01.724Z] === RUN   TestIpcModeNone
14:39:01 [2021-12-21T14:39:01.935Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s)
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/default
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/default
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/private
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/private
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/rprivate
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/rprivate
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/slave
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/slave
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/rslave
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/rslave
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/shared
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/shared
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/rshared
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/rshared
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/default
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/default/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/default/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/default/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/default/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/default/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/rslave
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/rslave/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/rslave/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/default/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/rshared
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/rshared/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/rshared/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/shared
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/shared/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/shared/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/shared/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/shared/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/rprivate
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/slave
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/slave/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/slave/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/slave/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/slave/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/private
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/private/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/private/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/private/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/private/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/private/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === RUN   TestMountDaemonRoot/private/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/rslave/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/default/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/rshared/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/rslave/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/shared/bind_root
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/default/mount_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/default/mount_root
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/default/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
14:39:01 [2021-12-21T14:39:01.935Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
14:39:01 [2021-12-21T14:39:01.983Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
14:39:01 [2021-12-21T14:39:01.983Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/rshared/mount_root
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/shared/mount_root
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/private/bind_root
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/slave/mount_root
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/slave/bind_root
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/private/mount_subpath
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/private/mount_root
14:39:02 [2021-12-21T14:39:02.193Z] === CONT  TestMountDaemonRoot/private/bind_subpath
14:39:02 [2021-12-21T14:39:02.193Z] --- PASS: TestMountDaemonRoot (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
14:39:02 [2021-12-21T14:39:02.193Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
14:39:02 [2021-12-21T14:39:02.193Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
14:39:02 [2021-12-21T14:39:02.193Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
14:39:02 [2021-12-21T14:39:02.193Z] === RUN   TestContainerBindMountNonRecursive
14:39:02 [2021-12-21T14:39:02.551Z] --- PASS: TestIpcModeNone (0.88s)
14:39:02 [2021-12-21T14:39:02.551Z] === RUN   TestIpcModePrivate
14:39:02 [2021-12-21T14:39:02.599Z] ?   	github.com/docker/docker/api	[no test files]
14:39:02 [2021-12-21T14:39:02.774Z] --- PASS: TestExternalGraphDriver (4.90s)
14:39:02 [2021-12-21T14:39:02.774Z]     --- PASS: TestExternalGraphDriver/json (1.62s)
14:39:02 [2021-12-21T14:39:02.774Z]     --- PASS: TestExternalGraphDriver/spec (1.64s)
14:39:02 [2021-12-21T14:39:02.774Z]     --- PASS: TestExternalGraphDriver/pull (1.60s)
14:39:02 [2021-12-21T14:39:02.774Z] === RUN   TestGraphdriverPluginV2
14:39:03 [2021-12-21T14:39:03.119Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:85, shared: false, mustBeShared: false
14:39:03 [2021-12-21T14:39:03.277Z] tests/integration/api_network_test.py ............................       [ 47%]
14:39:03 [2021-12-21T14:39:03.379Z] --- PASS: TestIpcModePrivate (0.79s)
14:39:03 [2021-12-21T14:39:03.379Z] === RUN   TestIpcModeShareable
14:39:03 [2021-12-21T14:39:03.558Z] --- PASS: TestContainerBindMountNonRecursive (1.19s)
14:39:03 [2021-12-21T14:39:03.558Z] === RUN   TestContainerVolumesMountedAsShared
14:39:03 [2021-12-21T14:39:03.637Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
14:39:03 [2021-12-21T14:39:03.815Z] --- PASS: TestContainerVolumesMountedAsShared (0.37s)
14:39:03 [2021-12-21T14:39:03.815Z] === RUN   TestContainerVolumesMountedAsSlave
14:39:03 [2021-12-21T14:39:03.896Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:98, shared: true, mustBeShared: true
14:39:04 [2021-12-21T14:39:04.071Z] --- PASS: TestContainerVolumesMountedAsSlave (0.29s)
14:39:04 [2021-12-21T14:39:04.071Z] === RUN   TestNetworkNat
14:39:04 [2021-12-21T14:39:04.155Z] --- PASS: TestIpcModeShareable (0.92s)
14:39:04 [2021-12-21T14:39:04.155Z] === RUN   TestAPIIpcModeShareableAndContainer
14:39:04 [2021-12-21T14:39:04.633Z] --- PASS: TestNetworkNat (0.41s)
14:39:04 [2021-12-21T14:39:04.633Z] === RUN   TestNetworkLocalhostTCPNat
14:39:04 [2021-12-21T14:39:04.889Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s)
14:39:04 [2021-12-21T14:39:04.889Z] === RUN   TestNetworkLoopbackNat
14:39:05 [2021-12-21T14:39:05.532Z]     check_test.go:308: [d931b0458f1a2] daemon is not started
14:39:05 [2021-12-21T14:39:05.532Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
14:39:06 [2021-12-21T14:39:06.908Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.72s)
14:39:06 [2021-12-21T14:39:06.908Z] === RUN   TestAPIIpcModeHost
14:39:07 [2021-12-21T14:39:07.404Z] --- PASS: TestNetworkLoopbackNat (2.50s)
14:39:07 [2021-12-21T14:39:07.404Z] === RUN   TestPause
14:39:07 [2021-12-21T14:39:07.845Z] --- PASS: TestAPIIpcModeHost (0.78s)
14:39:07 [2021-12-21T14:39:07.845Z] === RUN   TestDaemonIpcModeShareable
14:39:07 [2021-12-21T14:39:07.966Z] --- PASS: TestPause (0.41s)
14:39:07 [2021-12-21T14:39:07.966Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:39:07 [2021-12-21T14:39:07.966Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:39:07 [2021-12-21T14:39:07.966Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
14:39:07 [2021-12-21T14:39:07.966Z] === RUN   TestPauseStopPausedContainer
14:39:08 [2021-12-21T14:39:08.222Z] --- PASS: TestPauseStopPausedContainer (0.39s)
14:39:08 [2021-12-21T14:39:08.222Z] === RUN   TestPidHost
14:39:08 [2021-12-21T14:39:08.412Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
14:39:08 [2021-12-21T14:39:08.979Z]     check_test.go:308: [dbf220cb79326] daemon is not started
14:39:08 [2021-12-21T14:39:08.979Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
14:39:08 [2021-12-21T14:39:08.979Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
14:39:09 [2021-12-21T14:39:09.150Z] --- PASS: TestPidHost (1.03s)
14:39:09 [2021-12-21T14:39:09.150Z] === RUN   TestPsFilter
14:39:09 [2021-12-21T14:39:09.239Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: true, mustBeShared: true
14:39:09 [2021-12-21T14:39:09.307Z] --- PASS: TestGraphdriverPluginV2 (6.25s)
14:39:09 [2021-12-21T14:39:09.307Z] PASS
14:39:09 [2021-12-21T14:39:09.307Z] 
14:39:09 [2021-12-21T14:39:09.307Z] DONE 5 tests in 11.182s
14:39:09 [2021-12-21T14:39:09.307Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
14:39:09 [2021-12-21T14:39:09.307Z] INFO: Testing against a local daemon
14:39:09 [2021-12-21T14:39:09.307Z] === RUN   TestContinueAfterPluginCrash
14:39:09 [2021-12-21T14:39:09.307Z] === PAUSE TestContinueAfterPluginCrash
14:39:09 [2021-12-21T14:39:09.307Z] === RUN   TestReadPluginNoRead
14:39:09 [2021-12-21T14:39:09.307Z] === PAUSE TestReadPluginNoRead
14:39:09 [2021-12-21T14:39:09.307Z] === RUN   TestDaemonStartWithLogOpt
14:39:09 [2021-12-21T14:39:09.307Z] === PAUSE TestDaemonStartWithLogOpt
14:39:09 [2021-12-21T14:39:09.307Z] === CONT  TestContinueAfterPluginCrash
14:39:09 [2021-12-21T14:39:09.307Z] === CONT  TestDaemonStartWithLogOpt
14:39:09 [2021-12-21T14:39:09.407Z] --- PASS: TestPsFilter (0.17s)
14:39:09 [2021-12-21T14:39:09.407Z] === RUN   TestRemoveContainerWithRemovedVolume
14:39:09 [2021-12-21T14:39:09.498Z] --- PASS: TestDaemonIpcModeShareable (1.74s)
14:39:09 [2021-12-21T14:39:09.498Z] === RUN   TestDaemonIpcModePrivate
14:39:09 [2021-12-21T14:39:09.970Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s)
14:39:09 [2021-12-21T14:39:09.970Z] === RUN   TestRemoveContainerWithVolume
14:39:10 [2021-12-21T14:39:10.226Z] --- PASS: TestRemoveContainerWithVolume (0.39s)
14:39:10 [2021-12-21T14:39:10.226Z] === RUN   TestRemoveContainerRunning
14:39:10 [2021-12-21T14:39:10.482Z] --- PASS: TestRemoveContainerRunning (0.37s)
14:39:10 [2021-12-21T14:39:10.482Z] === RUN   TestRemoveContainerForceRemoveRunning
14:39:10 [2021-12-21T14:39:10.875Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false
14:39:10 [2021-12-21T14:39:10.875Z] --- PASS: TestDaemonIpcModePrivate (1.43s)
14:39:10 [2021-12-21T14:39:10.875Z] === RUN   TestDaemonIpcModePrivateFromConfig
14:39:11 [2021-12-21T14:39:11.044Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s)
14:39:11 [2021-12-21T14:39:11.044Z] === RUN   TestRemoveInvalidContainer
14:39:11 [2021-12-21T14:39:11.044Z] --- PASS: TestRemoveInvalidContainer (0.01s)
14:39:11 [2021-12-21T14:39:11.044Z] === RUN   TestRenameLinkedContainer
14:39:12 [2021-12-21T14:39:12.251Z]     docker_cli_daemon_plugins_test.go:80: [d9b8f9d87ddff] daemon is not started
14:39:12 [2021-12-21T14:39:12.251Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: false, mustBeShared: false
14:39:12 [2021-12-21T14:39:12.510Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.53s)
14:39:12 [2021-12-21T14:39:12.510Z] === RUN   TestDaemonIpcModeShareableFromConfig
14:39:12 [2021-12-21T14:39:12.572Z] --- PASS: TestDaemonStartWithLogOpt (3.44s)
14:39:12 [2021-12-21T14:39:12.572Z] === CONT  TestReadPluginNoRead
14:39:12 [2021-12-21T14:39:12.769Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
14:39:12 [2021-12-21T14:39:12.932Z] --- PASS: TestRenameLinkedContainer (1.55s)
14:39:12 [2021-12-21T14:39:12.933Z] === RUN   TestRenameStoppedContainer
14:39:12 [2021-12-21T14:39:12.933Z] --- PASS: TestRenameStoppedContainer (0.39s)
14:39:12 [2021-12-21T14:39:12.933Z] === RUN   TestRenameRunningContainerAndReuse
14:39:13 [2021-12-21T14:39:13.027Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
14:39:13 [2021-12-21T14:39:13.301Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
14:39:13 [2021-12-21T14:39:13.899Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s)
14:39:13 [2021-12-21T14:39:13.899Z] === RUN   TestRenameInvalidName
14:39:14 [2021-12-21T14:39:14.010Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:92, shared: true, mustBeShared: true
14:39:14 [2021-12-21T14:39:14.010Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.56s)
14:39:14 [2021-12-21T14:39:14.010Z] === RUN   TestIpcModeOlderClient
14:39:14 [2021-12-21T14:39:14.010Z] === PAUSE TestIpcModeOlderClient
14:39:14 [2021-12-21T14:39:14.010Z] === RUN   TestKillContainerInvalidSignal
14:39:14 [2021-12-21T14:39:14.158Z] --- PASS: TestRenameInvalidName (0.40s)
14:39:14 [2021-12-21T14:39:14.158Z] === RUN   TestRenameAnonymousContainer
14:39:14 [2021-12-21T14:39:14.461Z] === RUN   TestReadPluginNoRead/default
14:39:14 [2021-12-21T14:39:14.808Z] tests/integration/api_secret_test.py .....                               [ 51%]
14:39:14 [2021-12-21T14:39:14.958Z] --- PASS: TestKillContainerInvalidSignal (0.70s)
14:39:14 [2021-12-21T14:39:14.958Z] === RUN   TestKillContainer
14:39:14 [2021-12-21T14:39:14.958Z] === RUN   TestKillContainer/no_signal
14:39:15 [2021-12-21T14:39:15.531Z] === RUN   TestKillContainer/non_killing_signal
14:39:15 [2021-12-21T14:39:15.537Z] --- PASS: TestRenameAnonymousContainer (1.41s)
14:39:15 [2021-12-21T14:39:15.538Z] === RUN   TestRenameContainerWithSameName
14:39:15 [2021-12-21T14:39:15.789Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
14:39:15 [2021-12-21T14:39:15.790Z]     docker_cli_daemon_plugins_test.go:170: [db7f87ec17194] daemon is not started
14:39:15 [2021-12-21T14:39:15.825Z] === RUN   TestReadPluginNoRead/disabled_caching
14:39:16 [2021-12-21T14:39:16.099Z] --- PASS: TestRenameContainerWithSameName (0.39s)
14:39:16 [2021-12-21T14:39:16.099Z] === RUN   TestRenameContainerWithLinkedContainer
14:39:16 [2021-12-21T14:39:16.359Z] === RUN   TestDockerSuite/TestBuildAddTar
14:39:16 [2021-12-21T14:39:16.359Z] === RUN   TestKillContainer/killing_signal
14:39:16 [2021-12-21T14:39:16.661Z] --- PASS: TestRenameContainerWithLinkedContainer (0.78s)
14:39:16 [2021-12-21T14:39:16.661Z] === RUN   TestResize
14:39:16 [2021-12-21T14:39:16.927Z] --- PASS: TestKillContainer (2.26s)
14:39:16 [2021-12-21T14:39:16.927Z]     --- PASS: TestKillContainer/no_signal (0.89s)
14:39:16 [2021-12-21T14:39:16.927Z]     --- PASS: TestKillContainer/non_killing_signal (0.58s)
14:39:16 [2021-12-21T14:39:16.927Z]     --- PASS: TestKillContainer/killing_signal (0.52s)
14:39:16 [2021-12-21T14:39:16.927Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:39:16 [2021-12-21T14:39:16.927Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
14:39:17 [2021-12-21T14:39:17.185Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
14:39:17 [2021-12-21T14:39:17.188Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
14:39:17 [2021-12-21T14:39:17.188Z] --- PASS: TestContinueAfterPluginCrash (8.25s)
14:39:17 [2021-12-21T14:39:17.223Z] --- PASS: TestResize (0.38s)
14:39:17 [2021-12-21T14:39:17.223Z] === RUN   TestResizeWithInvalidSize
14:39:17 [2021-12-21T14:39:17.480Z] --- PASS: TestResizeWithInvalidSize (0.38s)
14:39:17 [2021-12-21T14:39:17.480Z] === RUN   TestResizeWhenContainerNotStarted
14:39:17 [2021-12-21T14:39:17.752Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
14:39:18 [2021-12-21T14:39:18.042Z] --- PASS: TestResizeWhenContainerNotStarted (0.37s)
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:39:18 [2021-12-21T14:39:18.042Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
14:39:18 [2021-12-21T14:39:18.119Z] === CONT  TestReadPluginNoRead
14:39:18 [2021-12-21T14:39:18.119Z]     read_test.go:92: [d2d0c3f8b7e3b] daemon is not started
14:39:18 [2021-12-21T14:39:18.119Z] --- PASS: TestReadPluginNoRead (5.75s)
14:39:18 [2021-12-21T14:39:18.119Z]     --- PASS: TestReadPluginNoRead/default (1.18s)
14:39:18 [2021-12-21T14:39:18.119Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.19s)
14:39:18 [2021-12-21T14:39:18.119Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.22s)
14:39:18 [2021-12-21T14:39:18.119Z] PASS
14:39:18 [2021-12-21T14:39:18.119Z] 
14:39:18 [2021-12-21T14:39:18.119Z] DONE 6 tests in 9.220s
14:39:18 [2021-12-21T14:39:18.119Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
14:39:18 [2021-12-21T14:39:18.119Z] testing: warning: no tests to run
14:39:18 [2021-12-21T14:39:18.119Z] PASS
14:39:18 [2021-12-21T14:39:18.119Z] 
14:39:18 [2021-12-21T14:39:18.119Z] DONE 0 tests in 0.011s
14:39:18 [2021-12-21T14:39:18.119Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
14:39:18 [2021-12-21T14:39:18.119Z] INFO: Testing against a local daemon
14:39:18 [2021-12-21T14:39:18.119Z] === RUN   TestPluginWithDevMounts
14:39:18 [2021-12-21T14:39:18.119Z] === PAUSE TestPluginWithDevMounts
14:39:18 [2021-12-21T14:39:18.119Z] === CONT  TestPluginWithDevMounts
14:39:18 [2021-12-21T14:39:18.687Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.59s)
14:39:18 [2021-12-21T14:39:18.687Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.78s)
14:39:18 [2021-12-21T14:39:18.687Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.60s)
14:39:18 [2021-12-21T14:39:18.687Z] === RUN   TestKillStoppedContainer
14:39:18 [2021-12-21T14:39:18.687Z] --- PASS: TestKillStoppedContainer (0.08s)
14:39:18 [2021-12-21T14:39:18.687Z] === RUN   TestKillStoppedContainerAPIPre120
14:39:18 [2021-12-21T14:39:18.687Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s)
14:39:18 [2021-12-21T14:39:18.687Z] === RUN   TestKillDifferentUserContainer
14:39:19 [2021-12-21T14:39:19.007Z] tests/integration/api_service_test.py .................................. [ 59%]
14:39:19 [2021-12-21T14:39:19.410Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:39:19 [2021-12-21T14:39:19.624Z] --- PASS: TestKillDifferentUserContainer (0.89s)
14:39:19 [2021-12-21T14:39:19.624Z] === RUN   TestInspectOomKilledTrue
14:39:19 [2021-12-21T14:39:19.624Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:39:19 [2021-12-21T14:39:19.624Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
14:39:19 [2021-12-21T14:39:19.624Z] === RUN   TestInspectOomKilledFalse
14:39:19 [2021-12-21T14:39:19.624Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:39:19 [2021-12-21T14:39:19.624Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
14:39:19 [2021-12-21T14:39:19.624Z] === RUN   TestLinksEtcHostsContentMatch
14:39:20 [2021-12-21T14:39:20.007Z] --- PASS: TestPluginWithDevMounts (1.58s)
14:39:20 [2021-12-21T14:39:20.007Z] PASS
14:39:20 [2021-12-21T14:39:20.007Z] 
14:39:20 [2021-12-21T14:39:20.007Z] DONE 1 tests in 1.610s
14:39:20 [2021-12-21T14:39:20.007Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
14:39:20 [2021-12-21T14:39:20.007Z] INFO: Testing against a local daemon
14:39:20 [2021-12-21T14:39:20.007Z] === RUN   TestSecretInspect
14:39:20 [2021-12-21T14:39:20.191Z] --- PASS: TestLinksEtcHostsContentMatch (0.60s)
14:39:20 [2021-12-21T14:39:20.191Z] === RUN   TestLinksContainerNames
14:39:20 [2021-12-21T14:39:20.467Z] === RUN   TestMiddlewares
14:39:20 [2021-12-21T14:39:20.467Z] --- PASS: TestMiddlewares (0.00s)
14:39:20 [2021-12-21T14:39:20.467Z] PASS
14:39:20 [2021-12-21T14:39:20.467Z] coverage: 9.0% of statements
14:39:20 [2021-12-21T14:39:20.467Z] ok  	github.com/docker/docker/api/server	0.071s	coverage: 9.0% of statements
14:39:20 [2021-12-21T14:39:20.760Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
14:39:20 [2021-12-21T14:39:20.775Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:39:21 [2021-12-21T14:39:21.327Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
14:39:21 [2021-12-21T14:39:21.702Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:39:21 [2021-12-21T14:39:21.894Z] --- PASS: TestLinksContainerNames (1.50s)
14:39:21 [2021-12-21T14:39:21.894Z] === RUN   TestLogsFollowTailEmpty
14:39:21 [2021-12-21T14:39:21.894Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
14:39:21 [2021-12-21T14:39:21.897Z] --- PASS: TestSecretInspect (2.21s)
14:39:21 [2021-12-21T14:39:21.897Z] === RUN   TestSecretList
14:39:21 [2021-12-21T14:39:21.958Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:39:22 [2021-12-21T14:39:22.461Z] --- PASS: TestLogsFollowTailEmpty (0.58s)
14:39:22 [2021-12-21T14:39:22.461Z] === RUN   TestContainerNetworkMountsNoChown
14:39:22 [2021-12-21T14:39:22.461Z]     check_test.go:308: [d8a13e6bfaf9f] daemon is not started
14:39:22 [2021-12-21T14:39:22.461Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
14:39:22 [2021-12-21T14:39:22.885Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
14:39:23 [2021-12-21T14:39:23.029Z] --- PASS: TestContainerNetworkMountsNoChown (0.68s)
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/default
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/default
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/private
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/private
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/rprivate
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/rprivate
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/slave
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/slave
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/rslave
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/rslave
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/shared
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/shared
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/rshared
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/rshared
14:39:23 [2021-12-21T14:39:23.029Z] === CONT  TestMountDaemonRoot/default
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/default/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/default/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/default/bind_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/default/mount_root
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/default/mount_root
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/default/mount_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === CONT  TestMountDaemonRoot/default/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === CONT  TestMountDaemonRoot/rshared
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/rshared/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestDockerSuite/TestBuildAddTarXz
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/rshared/mount_root
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === CONT  TestMountDaemonRoot/rshared/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === CONT  TestMountDaemonRoot/shared
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/shared/mount_root
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/shared/mount_root
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/shared/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/shared/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === CONT  TestMountDaemonRoot/rslave
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/rslave/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/rslave/mount_root
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === CONT  TestMountDaemonRoot/slave
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/slave/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/slave/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/slave/mount_root
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/slave/mount_root
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === CONT  TestMountDaemonRoot/rprivate
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === CONT  TestMountDaemonRoot/private
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/private/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/private/bind_root
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/private/bind_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/private/mount_root
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/private/mount_root
14:39:23 [2021-12-21T14:39:23.029Z] === RUN   TestMountDaemonRoot/private/mount_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === CONT  TestMountDaemonRoot/default/mount_subpath
14:39:23 [2021-12-21T14:39:23.029Z] === CONT  TestMountDaemonRoot/default/mount_root
14:39:23 [2021-12-21T14:39:23.141Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
14:39:23 [2021-12-21T14:39:23.287Z] === CONT  TestMountDaemonRoot/default/bind_subpath
14:39:23 [2021-12-21T14:39:23.287Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
14:39:23 [2021-12-21T14:39:23.287Z] === CONT  TestMountDaemonRoot/rshared/mount_root
14:39:23 [2021-12-21T14:39:23.287Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
14:39:23 [2021-12-21T14:39:23.287Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
14:39:23 [2021-12-21T14:39:23.287Z] === CONT  TestMountDaemonRoot/rslave/bind_root
14:39:23 [2021-12-21T14:39:23.287Z] === CONT  TestMountDaemonRoot/shared/bind_root
14:39:23 [2021-12-21T14:39:23.287Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
14:39:23 [2021-12-21T14:39:23.287Z] === CONT  TestMountDaemonRoot/shared/mount_root
14:39:23 [2021-12-21T14:39:23.287Z] === CONT  TestMountDaemonRoot/slave/bind_root
14:39:23 [2021-12-21T14:39:23.545Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
14:39:23 [2021-12-21T14:39:23.545Z] === CONT  TestMountDaemonRoot/rslave/mount_root
14:39:23 [2021-12-21T14:39:23.545Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
14:39:23 [2021-12-21T14:39:23.545Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
14:39:23 [2021-12-21T14:39:23.545Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
14:39:23 [2021-12-21T14:39:23.545Z] === CONT  TestMountDaemonRoot/slave/mount_root
14:39:23 [2021-12-21T14:39:23.545Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
14:39:23 [2021-12-21T14:39:23.545Z] === CONT  TestMountDaemonRoot/private/bind_root
14:39:23 [2021-12-21T14:39:23.545Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
14:39:23 [2021-12-21T14:39:23.545Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
14:39:23 [2021-12-21T14:39:23.545Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
14:39:23 [2021-12-21T14:39:23.545Z] === CONT  TestMountDaemonRoot/private/mount_root
14:39:23 [2021-12-21T14:39:23.545Z] === CONT  TestMountDaemonRoot/private/mount_subpath
14:39:23 [2021-12-21T14:39:23.804Z] === CONT  TestMountDaemonRoot/private/bind_subpath
14:39:23 [2021-12-21T14:39:23.804Z] --- PASS: TestMountDaemonRoot (0.05s)
14:39:23 [2021-12-21T14:39:23.804Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
14:39:23 [2021-12-21T14:39:23.804Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
14:39:23 [2021-12-21T14:39:23.804Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
14:39:23 [2021-12-21T14:39:23.804Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s)
14:39:23 [2021-12-21T14:39:23.804Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
14:39:23 [2021-12-21T14:39:23.804Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s)
14:39:23 [2021-12-21T14:39:23.804Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
14:39:23 [2021-12-21T14:39:23.804Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
14:39:23 [2021-12-21T14:39:23.804Z] === RUN   TestContainerBindMountNonRecursive
14:39:24 [2021-12-21T14:39:24.370Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
14:39:24 [2021-12-21T14:39:24.370Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
14:39:24 [2021-12-21T14:39:24.411Z] --- PASS: TestSecretList (2.13s)
14:39:24 [2021-12-21T14:39:24.411Z] === RUN   TestSecretsCreateAndDelete
14:39:25 [2021-12-21T14:39:25.747Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
14:39:25 [2021-12-21T14:39:25.747Z] --- PASS: TestContainerBindMountNonRecursive (1.82s)
14:39:25 [2021-12-21T14:39:25.747Z] === RUN   TestContainerVolumesMountedAsShared
14:39:26 [2021-12-21T14:39:26.006Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
14:39:26 [2021-12-21T14:39:26.265Z] --- PASS: TestContainerVolumesMountedAsShared (0.74s)
14:39:26 [2021-12-21T14:39:26.265Z] === RUN   TestContainerVolumesMountedAsSlave
14:39:26 [2021-12-21T14:39:26.299Z] --- PASS: TestSecretsCreateAndDelete (2.23s)
14:39:26 [2021-12-21T14:39:26.299Z] === RUN   TestSecretsUpdate
14:39:26 [2021-12-21T14:39:26.407Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
14:39:26 [2021-12-21T14:39:26.407Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:39:26 [2021-12-21T14:39:26.832Z] --- PASS: TestContainerVolumesMountedAsSlave (0.61s)
14:39:26 [2021-12-21T14:39:26.832Z] === RUN   TestNetworkNat
14:39:27 [2021-12-21T14:39:27.769Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
14:39:27 [2021-12-21T14:39:27.769Z] --- PASS: TestNetworkNat (0.82s)
14:39:27 [2021-12-21T14:39:27.769Z] === RUN   TestNetworkLocalhostTCPNat
14:39:28 [2021-12-21T14:39:28.297Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:39:28 [2021-12-21T14:39:28.706Z] --- PASS: TestNetworkLocalhostTCPNat (0.78s)
14:39:28 [2021-12-21T14:39:28.706Z] === RUN   TestNetworkLoopbackNat
14:39:28 [2021-12-21T14:39:28.814Z] --- PASS: TestSecretsUpdate (2.21s)
14:39:28 [2021-12-21T14:39:28.814Z] === RUN   TestTemplatedSecret
14:39:29 [2021-12-21T14:39:29.272Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
14:39:29 [2021-12-21T14:39:29.272Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
14:39:29 [2021-12-21T14:39:29.662Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:39:29 [2021-12-21T14:39:29.662Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:39:30 [2021-12-21T14:39:30.649Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
14:39:31 [2021-12-21T14:39:31.331Z] --- PASS: TestTemplatedSecret (2.60s)
14:39:31 [2021-12-21T14:39:31.331Z] === RUN   TestSecretCreateResolve
14:39:31 [2021-12-21T14:39:31.552Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:39:31 [2021-12-21T14:39:31.552Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:39:31 [2021-12-21T14:39:31.584Z] --- PASS: TestNetworkLoopbackNat (3.05s)
14:39:31 [2021-12-21T14:39:31.584Z] === RUN   TestPause
14:39:32 [2021-12-21T14:39:32.153Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
14:39:32 [2021-12-21T14:39:32.412Z] --- PASS: TestPause (0.80s)
14:39:32 [2021-12-21T14:39:32.412Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:39:32 [2021-12-21T14:39:32.412Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:39:32 [2021-12-21T14:39:32.412Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
14:39:32 [2021-12-21T14:39:32.412Z] === RUN   TestPauseStopPausedContainer
14:39:32 [2021-12-21T14:39:32.919Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:39:33 [2021-12-21T14:39:33.219Z] --- PASS: TestSecretCreateResolve (2.10s)
14:39:33 [2021-12-21T14:39:33.219Z] PASS
14:39:33 [2021-12-21T14:39:33.219Z] 
14:39:33 [2021-12-21T14:39:33.219Z] DONE 6 tests in 13.527s
14:39:33 [2021-12-21T14:39:33.219Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
14:39:33 [2021-12-21T14:39:33.219Z] INFO: Testing against a local daemon
14:39:33 [2021-12-21T14:39:33.219Z] === RUN   TestServiceCreateInit
14:39:33 [2021-12-21T14:39:33.219Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:39:33 [2021-12-21T14:39:33.349Z] --- PASS: TestPauseStopPausedContainer (0.76s)
14:39:33 [2021-12-21T14:39:33.349Z] === RUN   TestPidHost
14:39:34 [2021-12-21T14:39:34.284Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
14:39:34 [2021-12-21T14:39:34.543Z] --- PASS: TestPidHost (1.56s)
14:39:34 [2021-12-21T14:39:34.543Z] === RUN   TestPsFilter
14:39:34 [2021-12-21T14:39:34.741Z] ............................                                             [ 67%]
14:39:34 [2021-12-21T14:39:34.801Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
14:39:34 [2021-12-21T14:39:34.802Z] --- PASS: TestPsFilter (0.16s)
14:39:34 [2021-12-21T14:39:34.802Z] === RUN   TestRemoveContainerWithRemovedVolume
14:39:34 [2021-12-21T14:39:34.808Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.58s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.21s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.71s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.20s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.21s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.21s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.23s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.24s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.68s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.56s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.69s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.69s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.77s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.62s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.62s)
14:39:34 [2021-12-21T14:39:34.808Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.56s)
14:39:34 [2021-12-21T14:39:34.808Z] === RUN   TestCgroupNamespacesRun
14:39:35 [2021-12-21T14:39:35.060Z] === RUN   TestDockerSuite/TestBuildBlankName
14:39:35 [2021-12-21T14:39:35.320Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
14:39:35 [2021-12-21T14:39:35.578Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.65s)
14:39:35 [2021-12-21T14:39:35.578Z] === RUN   TestRemoveContainerWithVolume
14:39:35 [2021-12-21T14:39:35.735Z] --- PASS: TestCgroupNamespacesRun (1.10s)
14:39:35 [2021-12-21T14:39:35.735Z] === RUN   TestCgroupNamespacesRunPrivileged
14:39:36 [2021-12-21T14:39:36.146Z] --- PASS: TestRemoveContainerWithVolume (0.52s)
14:39:36 [2021-12-21T14:39:36.146Z] === RUN   TestRemoveContainerRunning
14:39:36 [2021-12-21T14:39:36.665Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.09s)
14:39:36 [2021-12-21T14:39:36.665Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
14:39:36 [2021-12-21T14:39:36.713Z] --- PASS: TestRemoveContainerRunning (0.59s)
14:39:36 [2021-12-21T14:39:36.713Z] === RUN   TestRemoveContainerForceRemoveRunning
14:39:36 [2021-12-21T14:39:36.971Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
14:39:37 [2021-12-21T14:39:37.229Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.58s)
14:39:37 [2021-12-21T14:39:37.229Z] === RUN   TestRemoveInvalidContainer
14:39:37 [2021-12-21T14:39:37.229Z] --- PASS: TestRemoveInvalidContainer (0.02s)
14:39:37 [2021-12-21T14:39:37.229Z] === RUN   TestRenameLinkedContainer
14:39:37 [2021-12-21T14:39:37.445Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:39:37 [2021-12-21T14:39:37.593Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.09s)
14:39:37 [2021-12-21T14:39:37.593Z] === RUN   TestCgroupNamespacesRunHostMode
14:39:38 [2021-12-21T14:39:38.164Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
14:39:38 [2021-12-21T14:39:38.424Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
14:39:38 [2021-12-21T14:39:38.959Z] --- PASS: TestCgroupNamespacesRunHostMode (1.07s)
14:39:38 [2021-12-21T14:39:38.959Z] === RUN   TestCgroupNamespacesRunPrivateMode
14:39:39 [2021-12-21T14:39:39.361Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
14:39:39 [2021-12-21T14:39:39.620Z] --- PASS: TestRenameLinkedContainer (2.53s)
14:39:39 [2021-12-21T14:39:39.620Z] === RUN   TestRenameStoppedContainer
14:39:39 [2021-12-21T14:39:39.886Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.09s)
14:39:39 [2021-12-21T14:39:39.886Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
14:39:40 [2021-12-21T14:39:40.555Z] --- PASS: TestRenameStoppedContainer (0.68s)
14:39:40 [2021-12-21T14:39:40.555Z] === RUN   TestRenameRunningContainerAndReuse
14:39:40 [2021-12-21T14:39:40.724Z] --- PASS: TestServiceCreateInit (7.37s)
14:39:40 [2021-12-21T14:39:40.724Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.79s)
14:39:40 [2021-12-21T14:39:40.724Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.57s)
14:39:40 [2021-12-21T14:39:40.724Z] === RUN   TestCreateServiceMultipleTimes
14:39:41 [2021-12-21T14:39:41.123Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
14:39:41 [2021-12-21T14:39:41.251Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.10s)
14:39:41 [2021-12-21T14:39:41.251Z] === RUN   TestCgroupNamespacesRunInvalidMode
14:39:41 [2021-12-21T14:39:41.507Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s)
14:39:41 [2021-12-21T14:39:41.507Z] === RUN   TestCgroupNamespacesRunOlderClient
14:39:41 [2021-12-21T14:39:41.689Z] --- PASS: TestRenameRunningContainerAndReuse (1.19s)
14:39:41 [2021-12-21T14:39:41.690Z] === RUN   TestRenameInvalidName
14:39:42 [2021-12-21T14:39:42.256Z] --- PASS: TestRenameInvalidName (0.58s)
14:39:42 [2021-12-21T14:39:42.256Z] === RUN   TestRenameAnonymousContainer
14:39:42 [2021-12-21T14:39:42.824Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
14:39:42 [2021-12-21T14:39:42.874Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.08s)
14:39:42 [2021-12-21T14:39:42.874Z] === RUN   TestNISDomainname
14:39:43 [2021-12-21T14:39:43.130Z] --- PASS: TestNISDomainname (0.48s)
14:39:43 [2021-12-21T14:39:43.130Z] === RUN   TestHostnameDnsResolution
14:39:43 [2021-12-21T14:39:43.701Z] --- PASS: TestHostnameDnsResolution (0.61s)
14:39:43 [2021-12-21T14:39:43.701Z] === RUN   TestUnprivilegedPortsAndPing
14:39:44 [2021-12-21T14:39:44.201Z] --- PASS: TestRenameAnonymousContainer (2.07s)
14:39:44 [2021-12-21T14:39:44.202Z] === RUN   TestRenameContainerWithSameName
14:39:44 [2021-12-21T14:39:44.263Z] --- PASS: TestUnprivilegedPortsAndPing (0.50s)
14:39:44 [2021-12-21T14:39:44.263Z] === RUN   TestStats
14:39:44 [2021-12-21T14:39:44.460Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
14:39:44 [2021-12-21T14:39:44.719Z] --- PASS: TestRenameContainerWithSameName (0.60s)
14:39:44 [2021-12-21T14:39:44.719Z] === RUN   TestRenameContainerWithLinkedContainer
14:39:44 [2021-12-21T14:39:44.978Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
14:39:45 [2021-12-21T14:39:45.549Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
14:39:46 [2021-12-21T14:39:46.484Z] --- PASS: TestRenameContainerWithLinkedContainer (1.56s)
14:39:46 [2021-12-21T14:39:46.485Z] === RUN   TestResize
14:39:46 [2021-12-21T14:39:46.778Z] --- PASS: TestStats (2.40s)
14:39:46 [2021-12-21T14:39:46.778Z] === RUN   TestStopContainerWithTimeout
14:39:46 [2021-12-21T14:39:46.778Z] === RUN   TestStopContainerWithTimeout/0
14:39:46 [2021-12-21T14:39:46.778Z] === PAUSE TestStopContainerWithTimeout/0
14:39:46 [2021-12-21T14:39:46.778Z] === RUN   TestStopContainerWithTimeout/1
14:39:46 [2021-12-21T14:39:46.778Z] === PAUSE TestStopContainerWithTimeout/1
14:39:46 [2021-12-21T14:39:46.778Z] === RUN   TestStopContainerWithTimeout/3
14:39:46 [2021-12-21T14:39:46.778Z] === PAUSE TestStopContainerWithTimeout/3
14:39:46 [2021-12-21T14:39:46.778Z] === RUN   TestStopContainerWithTimeout/-1
14:39:46 [2021-12-21T14:39:46.778Z] === PAUSE TestStopContainerWithTimeout/-1
14:39:46 [2021-12-21T14:39:46.778Z] === CONT  TestStopContainerWithTimeout/0
14:39:46 [2021-12-21T14:39:46.778Z] === CONT  TestStopContainerWithTimeout/3
14:39:47 [2021-12-21T14:39:47.052Z] --- PASS: TestResize (0.75s)
14:39:47 [2021-12-21T14:39:47.052Z] === RUN   TestResizeWithInvalidSize
14:39:47 [2021-12-21T14:39:47.340Z] === CONT  TestStopContainerWithTimeout/-1
14:39:47 [2021-12-21T14:39:47.991Z] --- PASS: TestResizeWithInvalidSize (0.66s)
14:39:47 [2021-12-21T14:39:47.991Z] === RUN   TestResizeWhenContainerNotStarted
14:39:48 [2021-12-21T14:39:48.560Z] --- PASS: TestResizeWhenContainerNotStarted (0.78s)
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
14:39:48 [2021-12-21T14:39:48.560Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
14:39:49 [2021-12-21T14:39:49.128Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
14:39:49 [2021-12-21T14:39:49.228Z] === CONT  TestStopContainerWithTimeout/1
14:39:50 [2021-12-21T14:39:50.507Z]     check_test.go:308: [d2cf5e3c87638] daemon is not started
14:39:50 [2021-12-21T14:39:50.507Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
14:39:50 [2021-12-21T14:39:50.593Z] --- PASS: TestStopContainerWithTimeout (0.02s)
14:39:50 [2021-12-21T14:39:50.593Z]     --- PASS: TestStopContainerWithTimeout/0 (0.54s)
14:39:50 [2021-12-21T14:39:50.593Z]     --- PASS: TestStopContainerWithTimeout/3 (2.56s)
14:39:50 [2021-12-21T14:39:50.593Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.39s)
14:39:50 [2021-12-21T14:39:50.593Z]     --- PASS: TestStopContainerWithTimeout/1 (1.41s)
14:39:50 [2021-12-21T14:39:50.593Z] === RUN   TestDeleteDevicemapper
14:39:50 [2021-12-21T14:39:50.593Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:39:50 [2021-12-21T14:39:50.593Z] --- SKIP: TestDeleteDevicemapper (0.00s)
14:39:50 [2021-12-21T14:39:50.593Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:39:51 [2021-12-21T14:39:51.890Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
14:39:51 [2021-12-21T14:39:51.958Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.29s)
14:39:51 [2021-12-21T14:39:51.958Z] === RUN   TestUpdateMemory
14:39:52 [2021-12-21T14:39:52.519Z] --- PASS: TestUpdateMemory (0.50s)
14:39:52 [2021-12-21T14:39:52.519Z] === RUN   TestUpdateCPUQuota
14:39:52 [2021-12-21T14:39:52.826Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
14:39:53 [2021-12-21T14:39:53.081Z] --- PASS: TestUpdateCPUQuota (0.70s)
14:39:53 [2021-12-21T14:39:53.081Z] === RUN   TestUpdatePidsLimit
14:39:53 [2021-12-21T14:39:53.081Z] === RUN   TestUpdatePidsLimit/update_from_none
14:39:53 [2021-12-21T14:39:53.084Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
14:39:53 [2021-12-21T14:39:53.338Z] === RUN   TestUpdatePidsLimit/no_change
14:39:53 [2021-12-21T14:39:53.594Z] === RUN   TestUpdatePidsLimit/update_lower
14:39:53 [2021-12-21T14:39:53.594Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
14:39:53 [2021-12-21T14:39:53.850Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
14:39:54 [2021-12-21T14:39:54.106Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
14:39:54 [2021-12-21T14:39:54.363Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
14:39:54 [2021-12-21T14:39:54.460Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
14:39:54 [2021-12-21T14:39:54.719Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
14:39:54 [2021-12-21T14:39:54.926Z] --- PASS: TestUpdatePidsLimit (1.82s)
14:39:54 [2021-12-21T14:39:54.926Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.19s)
14:39:54 [2021-12-21T14:39:54.926Z]     --- PASS: TestUpdatePidsLimit/no_change (0.19s)
14:39:54 [2021-12-21T14:39:54.926Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.17s)
14:39:54 [2021-12-21T14:39:54.926Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s)
14:39:54 [2021-12-21T14:39:54.926Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s)
14:39:54 [2021-12-21T14:39:54.926Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s)
14:39:54 [2021-12-21T14:39:54.926Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s)
14:39:54 [2021-12-21T14:39:54.926Z] === RUN   TestUpdateRestartPolicy
14:39:56 [2021-12-21T14:39:56.620Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
14:39:56 [2021-12-21T14:39:56.621Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
14:39:57 [2021-12-21T14:39:57.146Z] 4d1d74adc6a9: Pull complete
14:39:57 [2021-12-21T14:39:57.146Z] Digest: sha256:1f8965b9b4e2097ac78590ba652f069eafd5b6a0a4e9e603a415d362bfb7638c
14:39:57 [2021-12-21T14:39:57.146Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022
14:39:57 [2021-12-21T14:39:57.146Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully
14:39:57 [2021-12-21T14:39:57.146Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test
14:39:57 [2021-12-21T14:39:57.146Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.405'
14:39:57 [2021-12-21T14:39:57.146Z] WARN: Skipping validation tests
14:39:57 [2021-12-21T14:39:57.146Z] INFO: Running unit tests at 12/21/2021 14:39:42...
14:39:57 [2021-12-21T14:39:57.146Z] INFO: make.ps1 starting at 12/21/2021 14:39:47
14:39:57 [2021-12-21T14:39:57.146Z] INFO: Git commit (2e64c14543) assumed from DOCKER_GITCOMMIT environment variable
14:39:57 [2021-12-21T14:39:57.146Z] INFO: Invoking autogen...
14:39:57 [2021-12-21T14:39:57.146Z] INFO: Running unit tests...
14:39:57 [2021-12-21T14:39:57.604Z] 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
14:39:58 [2021-12-21T14:39:58.763Z] --- PASS: TestCreateServiceMultipleTimes (15.02s)
14:39:58 [2021-12-21T14:39:58.763Z] === RUN   TestCreateServiceConflict
14:39:58 [2021-12-21T14:39:58.763Z] --- PASS: TestCreateServiceConflict (2.20s)
14:39:58 [2021-12-21T14:39:58.763Z] === RUN   TestCreateServiceMaxReplicas
14:40:01 [2021-12-21T14:40:01.277Z] --- PASS: TestCreateServiceMaxReplicas (2.89s)
14:40:01 [2021-12-21T14:40:01.277Z] === RUN   TestCreateWithDuplicateNetworkNames
14:40:01 [2021-12-21T14:40:01.887Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
14:40:01 [2021-12-21T14:40:01.887Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
14:40:01 [2021-12-21T14:40:01.887Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
14:40:05 [2021-12-21T14:40:05.200Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
14:40:06 [2021-12-21T14:40:06.164Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
14:40:07 [2021-12-21T14:40:07.143Z] --- PASS: TestUpdateRestartPolicy (10.67s)
14:40:07 [2021-12-21T14:40:07.143Z] === RUN   TestUpdateRestartWithAutoRemove
14:40:07 [2021-12-21T14:40:07.143Z] --- PASS: TestUpdateRestartWithAutoRemove (0.39s)
14:40:07 [2021-12-21T14:40:07.143Z] === RUN   TestWaitNonBlocked
14:40:07 [2021-12-21T14:40:07.143Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:40:07 [2021-12-21T14:40:07.143Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:40:07 [2021-12-21T14:40:07.143Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:40:07 [2021-12-21T14:40:07.143Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:40:07 [2021-12-21T14:40:07.143Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:40:07 [2021-12-21T14:40:07.143Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:40:07 [2021-12-21T14:40:07.143Z] --- PASS: TestWaitNonBlocked (0.01s)
14:40:07 [2021-12-21T14:40:07.143Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s)
14:40:07 [2021-12-21T14:40:07.143Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.73s)
14:40:07 [2021-12-21T14:40:07.143Z] === RUN   TestWaitBlocked
14:40:07 [2021-12-21T14:40:07.143Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
14:40:07 [2021-12-21T14:40:07.143Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
14:40:07 [2021-12-21T14:40:07.143Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
14:40:07 [2021-12-21T14:40:07.143Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
14:40:07 [2021-12-21T14:40:07.143Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
14:40:07 [2021-12-21T14:40:07.143Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
14:40:07 [2021-12-21T14:40:07.399Z] --- PASS: TestWaitBlocked (0.01s)
14:40:07 [2021-12-21T14:40:07.399Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.56s)
14:40:07 [2021-12-21T14:40:07.399Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.67s)
14:40:07 [2021-12-21T14:40:07.399Z] === CONT  TestContainerStartOnDaemonRestart
14:40:07 [2021-12-21T14:40:07.399Z] === CONT  TestIpcModeOlderClient
14:40:07 [2021-12-21T14:40:07.399Z] --- PASS: TestIpcModeOlderClient (0.07s)
14:40:07 [2021-12-21T14:40:07.399Z] === CONT  TestDaemonHostGatewayIP
14:40:07 [2021-12-21T14:40:07.543Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
14:40:07 [2021-12-21T14:40:07.802Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
14:40:08 [2021-12-21T14:40:08.737Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
14:40:08 [2021-12-21T14:40:08.737Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
14:40:08 [2021-12-21T14:40:08.997Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
14:40:09 [2021-12-21T14:40:09.289Z] --- PASS: TestContainerStartOnDaemonRestart (1.95s)
14:40:09 [2021-12-21T14:40:09.289Z] === CONT  TestContainerKillOnDaemonStart
14:40:09 [2021-12-21T14:40:09.851Z] --- PASS: TestDaemonHostGatewayIP (2.39s)
14:40:09 [2021-12-21T14:40:09.851Z] === CONT  TestRestartDaemonWithRestartingContainer
14:40:09 [2021-12-21T14:40:09.933Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
14:40:09 [2021-12-21T14:40:09.980Z] ?   	github.com/docker/docker/api	[no test files]
14:40:10 [2021-12-21T14:40:10.192Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
14:40:11 [2021-12-21T14:40:11.130Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
14:40:11 [2021-12-21T14:40:11.130Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
14:40:11 [2021-12-21T14:40:11.742Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.66s)
14:40:11 [2021-12-21T14:40:11.742Z] === CONT  TestDaemonRestartIpcMode
14:40:12 [2021-12-21T14:40:12.066Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
14:40:12 [2021-12-21T14:40:12.634Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
14:40:13 [2021-12-21T14:40:13.631Z] --- PASS: TestDaemonRestartIpcMode (2.07s)
14:40:13 [2021-12-21T14:40:13.998Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
14:40:14 [2021-12-21T14:40:14.011Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
14:40:15 [2021-12-21T14:40:15.389Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.08s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.50s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.82s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.58s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.17s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.95s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.47s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.82s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.52s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (6.63s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.61s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.50s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.17s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.52s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.65s)
14:40:15 [2021-12-21T14:40:15.389Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.45s)
14:40:15 [2021-12-21T14:40:15.389Z] === RUN   TestCgroupNamespacesRun
14:40:15 [2021-12-21T14:40:15.955Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
14:40:16 [2021-12-21T14:40:16.115Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.17s)
14:40:16 [2021-12-21T14:40:16.115Z] === RUN   TestCreateServiceSecretFileMode
14:40:16 [2021-12-21T14:40:16.892Z] --- PASS: TestCgroupNamespacesRun (1.57s)
14:40:16 [2021-12-21T14:40:16.892Z] === RUN   TestCgroupNamespacesRunPrivileged
14:40:18 [2021-12-21T14:40:18.268Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.59s)
14:40:18 [2021-12-21T14:40:18.268Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
14:40:18 [2021-12-21T14:40:18.527Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
14:40:18 [2021-12-21T14:40:18.787Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
14:40:19 [2021-12-21T14:40:19.723Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
14:40:19 [2021-12-21T14:40:19.982Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.67s)
14:40:19 [2021-12-21T14:40:19.982Z] === RUN   TestCgroupNamespacesRunHostMode
14:40:20 [2021-12-21T14:40:20.917Z] === RUN   TestDockerSuite/TestBuildCacheAdd
14:40:21 [2021-12-21T14:40:21.485Z] --- PASS: TestCgroupNamespacesRunHostMode (1.64s)
14:40:21 [2021-12-21T14:40:21.486Z] === RUN   TestCgroupNamespacesRunPrivateMode
14:40:21 [2021-12-21T14:40:21.716Z] --- PASS: TestContainerKillOnDaemonStart (11.48s)
14:40:21 [2021-12-21T14:40:21.716Z] PASS
14:40:21 [2021-12-21T14:40:21.716Z] 
14:40:21 [2021-12-21T14:40:21.716Z] === Skipped
14:40:21 [2021-12-21T14:40:21.716Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
14:40:21 [2021-12-21T14:40:21.716Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:40:21 [2021-12-21T14:40:21.716Z] 
14:40:21 [2021-12-21T14:40:21.716Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
14:40:21 [2021-12-21T14:40:21.716Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:40:21 [2021-12-21T14:40:21.716Z] 
14:40:21 [2021-12-21T14:40:21.716Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
14:40:21 [2021-12-21T14:40:21.716Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:40:21 [2021-12-21T14:40:21.716Z] 
14:40:21 [2021-12-21T14:40:21.716Z] DONE 200 tests, 3 skipped in 109.096s
14:40:21 [2021-12-21T14:40:21.716Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
14:40:21 [2021-12-21T14:40:21.716Z] ++ 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
14:40:21 [2021-12-21T14:40:21.716Z] ++ set -e
14:40:21 [2021-12-21T14:40:21.716Z] ++ '[' -n 0 ']'
14:40:21 [2021-12-21T14:40:21.716Z] ++ set -x
14:40:21 [2021-12-21T14:40:21.716Z] ++ env -i DEST=/go/src/github.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
14:40:21 [2021-12-21T14:40:21.716Z] === RUN   TestConfigDaemonLibtrustID
14:40:21 [2021-12-21T14:40:21.716Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
14:40:21 [2021-12-21T14:40:21.716Z] === RUN   TestDaemonConfigValidation
14:40:21 [2021-12-21T14:40:21.716Z] === RUN   TestDaemonConfigValidation/config_with_no_content
14:40:21 [2021-12-21T14:40:21.716Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
14:40:21 [2021-12-21T14:40:21.716Z] === RUN   TestDaemonConfigValidation/config_with_{}
14:40:21 [2021-12-21T14:40:21.716Z] === PAUSE TestDaemonConfigValidation/config_with_{}
14:40:21 [2021-12-21T14:40:21.716Z] === RUN   TestDaemonConfigValidation/invalid_config
14:40:21 [2021-12-21T14:40:21.716Z] === PAUSE TestDaemonConfigValidation/invalid_config
14:40:21 [2021-12-21T14:40:21.716Z] === RUN   TestDaemonConfigValidation/malformed_config
14:40:21 [2021-12-21T14:40:21.716Z] === PAUSE TestDaemonConfigValidation/malformed_config
14:40:21 [2021-12-21T14:40:21.716Z] === RUN   TestDaemonConfigValidation/valid_config
14:40:21 [2021-12-21T14:40:21.716Z] === PAUSE TestDaemonConfigValidation/valid_config
14:40:21 [2021-12-21T14:40:21.716Z] === CONT  TestDaemonConfigValidation/config_with_no_content
14:40:21 [2021-12-21T14:40:21.716Z] === CONT  TestDaemonConfigValidation/valid_config
14:40:21 [2021-12-21T14:40:21.716Z] === CONT  TestDaemonConfigValidation/invalid_config
14:40:21 [2021-12-21T14:40:21.716Z] === CONT  TestDaemonConfigValidation/malformed_config
14:40:21 [2021-12-21T14:40:21.716Z] === CONT  TestDaemonConfigValidation/config_with_{}
14:40:21 [2021-12-21T14:40:21.716Z] --- PASS: TestDaemonConfigValidation (0.00s)
14:40:21 [2021-12-21T14:40:21.716Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.05s)
14:40:21 [2021-12-21T14:40:21.716Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s)
14:40:21 [2021-12-21T14:40:21.716Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.06s)
14:40:21 [2021-12-21T14:40:21.716Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.06s)
14:40:21 [2021-12-21T14:40:21.716Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.04s)
14:40:21 [2021-12-21T14:40:21.716Z] === RUN   TestConfigDaemonSeccompProfiles
14:40:21 [2021-12-21T14:40:21.716Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
14:40:21 [2021-12-21T14:40:21.744Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
14:40:22 [2021-12-21T14:40:22.311Z] === RUN   TestDockerSuite/TestBuildCacheFrom
14:40:22 [2021-12-21T14:40:22.644Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
14:40:23 [2021-12-21T14:40:23.246Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.66s)
14:40:23 [2021-12-21T14:40:23.246Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
14:40:23 [2021-12-21T14:40:23.505Z]     check_test.go:308: [dda50232eadea] daemon is not started
14:40:23 [2021-12-21T14:40:23.505Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
14:40:24 [2021-12-21T14:40:24.009Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
14:40:24 [2021-12-21T14:40:24.882Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.52s)
14:40:24 [2021-12-21T14:40:24.882Z] === RUN   TestCgroupNamespacesRunInvalidMode
14:40:24 [2021-12-21T14:40:24.937Z] === CONT  TestConfigDaemonSeccompProfiles
14:40:24 [2021-12-21T14:40:24.937Z]     daemon_test.go:156: [de28f634ca129] daemon is not started
14:40:24 [2021-12-21T14:40:24.937Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
14:40:24 [2021-12-21T14:40:24.937Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
14:40:24 [2021-12-21T14:40:24.937Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
14:40:24 [2021-12-21T14:40:24.937Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
14:40:24 [2021-12-21T14:40:24.937Z] === RUN   TestDaemonProxy
14:40:24 [2021-12-21T14:40:24.937Z] === RUN   TestDaemonProxy/environment_variables
14:40:25 [2021-12-21T14:40:25.141Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
14:40:25 [2021-12-21T14:40:25.708Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.83s)
14:40:25 [2021-12-21T14:40:25.708Z] === RUN   TestCgroupNamespacesRunOlderClient
14:40:26 [2021-12-21T14:40:26.827Z] === RUN   TestDaemonProxy/command-line_options
14:40:27 [2021-12-21T14:40:27.616Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
14:40:27 [2021-12-21T14:40:27.616Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.69s)
14:40:27 [2021-12-21T14:40:27.616Z] === RUN   TestNISDomainname
14:40:27 [2021-12-21T14:40:27.639Z] === RUN   TestMiddlewares
14:40:27 [2021-12-21T14:40:27.640Z] --- PASS: TestMiddlewares (0.00s)
14:40:27 [2021-12-21T14:40:27.640Z] PASS
14:40:27 [2021-12-21T14:40:27.640Z] coverage: 9.0% of statements
14:40:27 [2021-12-21T14:40:27.640Z] ok  	github.com/docker/docker/api/server	0.058s	coverage: 9.0% of statements
14:40:27 [2021-12-21T14:40:27.875Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
14:40:28 [2021-12-21T14:40:28.134Z] --- PASS: TestNISDomainname (0.91s)
14:40:28 [2021-12-21T14:40:28.134Z] === RUN   TestHostnameDnsResolution
14:40:28 [2021-12-21T14:40:28.194Z] === RUN   TestDaemonProxy/configuration_file
14:40:28 [2021-12-21T14:40:28.277Z] --- PASS: TestCreateServiceSecretFileMode (12.44s)
14:40:28 [2021-12-21T14:40:28.277Z] === RUN   TestCreateServiceConfigFileMode
14:40:29 [2021-12-21T14:40:29.071Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
14:40:29 [2021-12-21T14:40:29.329Z] --- PASS: TestHostnameDnsResolution (1.18s)
14:40:29 [2021-12-21T14:40:29.329Z] === RUN   TestUnprivilegedPortsAndPing
14:40:29 [2021-12-21T14:40:29.408Z] tests/integration/api_volume_test.py .........                           [ 74%]
14:40:29 [2021-12-21T14:40:29.896Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
14:40:30 [2021-12-21T14:40:30.083Z] === RUN   TestDaemonProxy/conflicting_options
14:40:30 [2021-12-21T14:40:30.465Z] --- PASS: TestUnprivilegedPortsAndPing (1.02s)
14:40:30 [2021-12-21T14:40:30.465Z] === RUN   TestStats
14:40:30 [2021-12-21T14:40:30.644Z] === RUN   TestDaemonProxy/reload_sanitized
14:40:31 [2021-12-21T14:40:31.032Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
14:40:31 [2021-12-21T14:40:31.207Z] --- PASS: TestDaemonProxy (6.24s)
14:40:31 [2021-12-21T14:40:31.207Z]     --- PASS: TestDaemonProxy/environment_variables (1.77s)
14:40:31 [2021-12-21T14:40:31.207Z]     --- PASS: TestDaemonProxy/command-line_options (1.72s)
14:40:31 [2021-12-21T14:40:31.207Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
14:40:31 [2021-12-21T14:40:31.207Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
14:40:31 [2021-12-21T14:40:31.207Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
14:40:31 [2021-12-21T14:40:31.207Z] PASS
14:40:31 [2021-12-21T14:40:31.207Z] 
14:40:31 [2021-12-21T14:40:31.207Z] DONE 17 tests in 10.158s
14:40:31 [2021-12-21T14:40:31.207Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
14:40:31 [2021-12-21T14:40:31.207Z] ++ 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
14:40:31 [2021-12-21T14:40:31.207Z] ++ set -e
14:40:31 [2021-12-21T14:40:31.207Z] ++ '[' -n 0 ']'
14:40:31 [2021-12-21T14:40:31.207Z] ++ set -x
14:40:31 [2021-12-21T14:40:31.207Z] ++ env -i DEST=/go/src/github.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
14:40:31 [2021-12-21T14:40:31.207Z] INFO: Testing against a local daemon
14:40:31 [2021-12-21T14:40:31.207Z] === RUN   TestCommitInheritsEnv
14:40:31 [2021-12-21T14:40:31.314Z] tests/integration/client_test.py .....                                   [ 75%]
14:40:31 [2021-12-21T14:40:31.314Z] tests/integration/context_api_test.py ...                                [ 76%]
14:40:31 [2021-12-21T14:40:31.463Z] --- PASS: TestCommitInheritsEnv (0.22s)
14:40:31 [2021-12-21T14:40:31.463Z] === RUN   TestImportExtremelyLargeImageWorks
14:40:31 [2021-12-21T14:40:31.463Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
14:40:31 [2021-12-21T14:40:31.463Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
14:40:31 [2021-12-21T14:40:31.463Z] === RUN   TestImagesFilterMultiReference
14:40:31 [2021-12-21T14:40:31.463Z] --- PASS: TestImagesFilterMultiReference (0.05s)
14:40:31 [2021-12-21T14:40:31.463Z] === RUN   TestImagePullPlatformInvalid
14:40:31 [2021-12-21T14:40:31.463Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
14:40:31 [2021-12-21T14:40:31.463Z] === RUN   TestRemoveImageOrphaning
14:40:31 [2021-12-21T14:40:31.719Z] --- PASS: TestRemoveImageOrphaning (0.23s)
14:40:31 [2021-12-21T14:40:31.719Z] === RUN   TestRemoveImageGarbageCollector
14:40:31 [2021-12-21T14:40:31.719Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:40:31 [2021-12-21T14:40:31.719Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
14:40:31 [2021-12-21T14:40:31.719Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:40:31 [2021-12-21T14:40:31.719Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
14:40:31 [2021-12-21T14:40:31.719Z] === RUN   TestTagInvalidReference
14:40:31 [2021-12-21T14:40:31.719Z] --- PASS: TestTagInvalidReference (0.01s)
14:40:31 [2021-12-21T14:40:31.719Z] === RUN   TestTagValidPrefixedRepo
14:40:31 [2021-12-21T14:40:31.719Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
14:40:31 [2021-12-21T14:40:31.719Z] === RUN   TestTagExistedNameWithoutForce
14:40:31 [2021-12-21T14:40:31.719Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
14:40:31 [2021-12-21T14:40:31.719Z] === RUN   TestTagOfficialNames
14:40:31 [2021-12-21T14:40:31.883Z] tests/integration/errors_test.py .                                       [ 76%]
14:40:31 [2021-12-21T14:40:31.976Z] --- PASS: TestTagOfficialNames (0.05s)
14:40:31 [2021-12-21T14:40:31.976Z] === RUN   TestTagMatchesDigest
14:40:31 [2021-12-21T14:40:31.976Z] --- PASS: TestTagMatchesDigest (0.01s)
14:40:31 [2021-12-21T14:40:31.976Z] PASS
14:40:31 [2021-12-21T14:40:31.976Z] 
14:40:31 [2021-12-21T14:40:31.976Z] === Skipped
14:40:31 [2021-12-21T14:40:31.976Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
14:40:31 [2021-12-21T14:40:31.976Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
14:40:31 [2021-12-21T14:40:31.976Z] 
14:40:31 [2021-12-21T14:40:31.976Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
14:40:31 [2021-12-21T14:40:31.976Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:40:31 [2021-12-21T14:40:31.976Z] 
14:40:31 [2021-12-21T14:40:31.976Z] DONE 12 tests, 2 skipped in 0.812s
14:40:31 [2021-12-21T14:40:31.976Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
14:40:31 [2021-12-21T14:40:31.976Z] ++ 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
14:40:31 [2021-12-21T14:40:31.976Z] ++ set -e
14:40:31 [2021-12-21T14:40:31.976Z] ++ '[' -n 0 ']'
14:40:31 [2021-12-21T14:40:31.976Z] ++ set -x
14:40:31 [2021-12-21T14:40:31.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=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
14:40:31 [2021-12-21T14:40:31.976Z] INFO: Testing against a local daemon
14:40:31 [2021-12-21T14:40:31.976Z] === RUN   TestNetworkCreateDelete
14:40:32 [2021-12-21T14:40:32.232Z] --- PASS: TestNetworkCreateDelete (0.13s)
14:40:32 [2021-12-21T14:40:32.232Z] === RUN   TestDockerNetworkDeletePreferID
14:40:32 [2021-12-21T14:40:32.488Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
14:40:32 [2021-12-21T14:40:32.488Z] === RUN   TestDaemonDNSFallback
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestBoolValue
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestBoolValue (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestBoolValueOrDefault
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestBoolValueOrDefault (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestInt64ValueOrZero
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestInt64ValueOrZero (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestInt64ValueOrDefault
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestInt64ValueOrDefault (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestInt64ValueOrDefaultWithError
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestJsonContentType
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestJsonContentType (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] PASS
14:40:32 [2021-12-21T14:40:32.969Z] coverage: 14.7% of statements
14:40:32 [2021-12-21T14:40:32.969Z] ok  	github.com/docker/docker/api/server/httputils	0.091s	coverage: 14.7% of statements
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestMaskSecretKeys
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestMaskSecretKeys (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestVersionMiddlewareVersion
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] PASS
14:40:32 [2021-12-21T14:40:32.969Z] coverage: 37.7% of statements
14:40:32 [2021-12-21T14:40:32.969Z] ok  	github.com/docker/docker/api/server/middleware	0.053s	coverage: 37.7% of statements
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/server/router	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestToJSON
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestToJSON (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestToParamWithVersion
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestToParamWithVersion (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestFromJSON
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestFromJSON (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestEmpty
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestEmpty (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestArgsMatchKVListEmptySources
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestArgsMatchKVList
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestArgsMatchKVList (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestArgsMatch
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestArgsMatch (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestAdd
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestAdd (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestDel
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestDel (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestLen
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestLen (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestExactMatch
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestExactMatch (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestOnlyOneExactMatch
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestOnlyOneExactMatch (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestContains
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestContains (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestValidate
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestValidate (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestWalkValues
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestWalkValues (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestFuzzyMatch
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestFuzzyMatch (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestClone
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestClone (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] PASS
14:40:32 [2021-12-21T14:40:32.969Z] coverage: 92.2% of statements
14:40:32 [2021-12-21T14:40:32.969Z] ok  	github.com/docker/docker/api/types/filters	0.058s	coverage: 92.2% of statements
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestStrSliceMarshalJSON
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestStrSliceUnmarshalJSON
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestStrSliceUnmarshalString
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestStrSliceUnmarshalSlice
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] PASS
14:40:32 [2021-12-21T14:40:32.969Z] coverage: 90.0% of statements
14:40:32 [2021-12-21T14:40:32.969Z] ok  	github.com/docker/docker/api/types/strslice	0.066s	coverage: 90.0% of statements
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestAdjustForAPIVersion
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestAdjustForAPIVersion (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] PASS
14:40:32 [2021-12-21T14:40:32.969Z] coverage: 5.7% of statements
14:40:32 [2021-12-21T14:40:32.969Z] ok  	github.com/docker/docker/api/server/router/swarm	0.071s	coverage: 5.7% of statements
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/types	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/types/container	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/types/events	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/types/image	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/types/network	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestDurationToSecondsString
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestDurationToSecondsString (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestGetTimestamp
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestGetTimestamp (0.22s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestParseTimestamps
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestParseTimestamps (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] PASS
14:40:32 [2021-12-21T14:40:32.969Z] coverage: 100.0% of statements
14:40:32 [2021-12-21T14:40:32.969Z] ok  	github.com/docker/docker/api/types/time	0.273s	coverage: 100.0% of statements
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestCompareVersion
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestCompareVersion (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] PASS
14:40:32 [2021-12-21T14:40:32.969Z] coverage: 77.3% of statements
14:40:32 [2021-12-21T14:40:32.969Z] ok  	github.com/docker/docker/api/types/versions	0.042s	coverage: 77.3% of statements
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/builder	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestParseRemoteURL
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestParseRemoteURL (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestCloneArgsSmartHttp
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestCloneArgsSmartHttp (0.03s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestCloneArgsDumbHttp
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestCloneArgsGit
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestCloneArgsGit (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestCheckoutGit
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestEnable
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestEnable (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestDisable
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestDisable (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestEnabled
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestEnabled (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] PASS
14:40:32 [2021-12-21T14:40:32.969Z] coverage: 100.0% of statements
14:40:32 [2021-12-21T14:40:32.969Z] ok  	github.com/docker/docker/cli/debug	0.067s	coverage: 100.0% of statements
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestProcessNoDockerignore
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestProcessNoDockerignore (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestProcessShouldLeaveAllFiles
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestDetectContentType
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestDetectContentType (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestSelectAcceptableMIME
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestSelectAcceptableMIME (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestInspectEmptyResponse
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestInspectEmptyResponse (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestInspectResponseBinary
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestInspectResponseBinary (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestResponseUnsupportedContentType
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestInspectResponseTextSimple
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestInspectResponseTextSimple (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestInspectResponseEmptyContentType
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestUnknownContentLength
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestUnknownContentLength (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestDownloadRemote
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestDownloadRemote (0.11s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestGetWithStatusError
14:40:32 [2021-12-21T14:40:32.969Z] --- PASS: TestGetWithStatusError (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestCloseRootDirectory
14:40:32 [2021-12-21T14:40:32.969Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:40:32 [2021-12-21T14:40:32.969Z] --- SKIP: TestCloseRootDirectory (0.00s)
14:40:32 [2021-12-21T14:40:32.969Z] === RUN   TestHashFile
14:40:32 [2021-12-21T14:40:32.970Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:40:32 [2021-12-21T14:40:32.970Z] --- SKIP: TestHashFile (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestHashSubdir
14:40:32 [2021-12-21T14:40:32.970Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:40:32 [2021-12-21T14:40:32.970Z] --- SKIP: TestHashSubdir (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestRemoveDirectory
14:40:32 [2021-12-21T14:40:32.970Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:40:32 [2021-12-21T14:40:32.970Z] --- SKIP: TestRemoveDirectory (0.01s)
14:40:32 [2021-12-21T14:40:32.970Z] PASS
14:40:32 [2021-12-21T14:40:32.970Z] coverage: 9.3% of statements
14:40:32 [2021-12-21T14:40:32.970Z] ok  	github.com/docker/docker/builder/remotecontext	0.290s	coverage: 9.3% of statements
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestGetAllAllowed
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestGetAllAllowed (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestGetAllMeta
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestGetAllMeta (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestWarnOnUnusedBuildArgs
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestIsUnreferencedBuiltin
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestIsExistingDirectory
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestIsExistingDirectory (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestGetFilenameForDownload
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestGetFilenameForDownload (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestEnv2Variables
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestEnv2Variables (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestEnvValueWithExistingRunConfigEnv
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestMaintainer
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestMaintainer (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestLabel
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestLabel (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestFromScratch
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestFromScratch (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestFromWithArg
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestFromWithArg (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestFromWithArgButBuildArgsNotGiven
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestFromWithUndefinedArg
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestFromWithUndefinedArg (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestFromMultiStageWithNamedStage
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestOnbuild
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestOnbuild (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestWorkdir
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestWorkdir (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestCmd
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestCmd (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestHealthcheckNone
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestHealthcheckNone (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestHealthcheckCmd
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestHealthcheckCmd (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestEntrypoint
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestEntrypoint (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestExpose
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestExpose (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestUser
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestUser (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestVolume
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestVolume (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestStopSignal
14:40:32 [2021-12-21T14:40:32.970Z]     dispatchers_test.go:377: Windows does not support stopsignal
14:40:32 [2021-12-21T14:40:32.970Z] --- SKIP: TestStopSignal (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestArg
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestArg (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestShell
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestShell (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestPrependEnvOnCmd
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestPrependEnvOnCmd (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestRunWithBuildArgs
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestRunWithBuildArgs (0.01s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestRunIgnoresHealthcheck
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestDispatchUnsupportedOptions
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestNormalizeWorkdir
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestNormalizeWorkdir (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestDispatch
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestDispatch/ADD_multiple_files_to_file
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestDispatch/COPY_multiple_files_to_file
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestDispatch/COPY_wildcard_no_files
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestDispatch/COPY_url
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestDispatch (0.07s)
14:40:32 [2021-12-21T14:40:32.970Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s)
14:40:32 [2021-12-21T14:40:32.970Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
14:40:32 [2021-12-21T14:40:32.970Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
14:40:32 [2021-12-21T14:40:32.970Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
14:40:32 [2021-12-21T14:40:32.970Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
14:40:32 [2021-12-21T14:40:32.970Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.01s)
14:40:32 [2021-12-21T14:40:32.970Z]     --- PASS: TestDispatch/COPY_url (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestAddScratchImageAddsToMounts
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestAddFromScratchPopulatesPlatform
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestImageSourceGetAddsToMounts
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestEmptyDockerfile
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestEmptyDockerfile (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestSymlinkDockerfile
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestSymlinkDockerfile (0.01s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestDockerfileOutsideTheBuildContext
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestNonExistingDockerfile
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestNonExistingDockerfile (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestCopyRunConfig
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestCopyRunConfig (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestDeepCopyRunConfig
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestDeepCopyRunConfig (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestExportImage
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestExportImage (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestNormalizeDest
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestNormalizeDest (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] PASS
14:40:32 [2021-12-21T14:40:32.970Z] coverage: 46.8% of statements
14:40:32 [2021-12-21T14:40:32.970Z] ok  	github.com/docker/docker/builder/dockerfile	0.208s	coverage: 46.8% of statements
14:40:32 [2021-12-21T14:40:32.970Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestTCP4Proxy
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestTCP4Proxy (0.01s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestTCP4ProxyHalfClose
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestTCP4ProxyHalfClose (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestTCP6Proxy
14:40:32 [2021-12-21T14:40:32.970Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
14:40:32 [2021-12-21T14:40:32.970Z] --- SKIP: TestTCP6Proxy (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestTCPDualStackProxy
14:40:32 [2021-12-21T14:40:32.970Z]     network_proxy_test.go:208: No support for dual stack yet
14:40:32 [2021-12-21T14:40:32.970Z] --- SKIP: TestTCPDualStackProxy (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestUDP4Proxy
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestUDP4Proxy (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestUDP6Proxy
14:40:32 [2021-12-21T14:40:32.970Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
14:40:32 [2021-12-21T14:40:32.970Z] --- SKIP: TestUDP6Proxy (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestUDPWriteError
14:40:32 [2021-12-21T14:40:32.970Z] --- PASS: TestUDPWriteError (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestSCTP4Proxy
14:40:32 [2021-12-21T14:40:32.970Z]     network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows
14:40:32 [2021-12-21T14:40:32.970Z] --- SKIP: TestSCTP4Proxy (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] === RUN   TestSCTP6Proxy
14:40:32 [2021-12-21T14:40:32.970Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
14:40:32 [2021-12-21T14:40:32.970Z] --- SKIP: TestSCTP6Proxy (0.00s)
14:40:32 [2021-12-21T14:40:32.970Z] PASS
14:40:32 [2021-12-21T14:40:32.970Z] coverage: 49.4% of statements
14:40:32 [2021-12-21T14:40:32.970Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.069s	coverage: 49.4% of statements
14:40:33 [2021-12-21T14:40:33.567Z] --- PASS: TestStats (2.86s)
14:40:33 [2021-12-21T14:40:33.567Z] === RUN   TestStopContainerWithTimeout
14:40:33 [2021-12-21T14:40:33.567Z] === RUN   TestStopContainerWithTimeout/0
14:40:33 [2021-12-21T14:40:33.567Z] === PAUSE TestStopContainerWithTimeout/0
14:40:33 [2021-12-21T14:40:33.567Z] === RUN   TestStopContainerWithTimeout/1
14:40:33 [2021-12-21T14:40:33.567Z] === PAUSE TestStopContainerWithTimeout/1
14:40:33 [2021-12-21T14:40:33.567Z] === RUN   TestStopContainerWithTimeout/3
14:40:33 [2021-12-21T14:40:33.567Z] === PAUSE TestStopContainerWithTimeout/3
14:40:33 [2021-12-21T14:40:33.567Z] === RUN   TestStopContainerWithTimeout/-1
14:40:33 [2021-12-21T14:40:33.567Z] === PAUSE TestStopContainerWithTimeout/-1
14:40:33 [2021-12-21T14:40:33.567Z] === CONT  TestStopContainerWithTimeout/0
14:40:33 [2021-12-21T14:40:33.567Z] === CONT  TestStopContainerWithTimeout/-1
14:40:34 [2021-12-21T14:40:34.503Z] === CONT  TestStopContainerWithTimeout/3
14:40:35 [2021-12-21T14:40:35.880Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
14:40:36 [2021-12-21T14:40:36.139Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
14:40:36 [2021-12-21T14:40:36.397Z] === CONT  TestStopContainerWithTimeout/1
14:40:36 [2021-12-21T14:40:36.461Z] 4612f6d0b889: Pull complete
14:40:37 [2021-12-21T14:40:37.774Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
14:40:38 [2021-12-21T14:40:38.032Z] --- PASS: TestStopContainerWithTimeout (0.03s)
14:40:38 [2021-12-21T14:40:38.032Z]     --- PASS: TestStopContainerWithTimeout/0 (1.15s)
14:40:38 [2021-12-21T14:40:38.032Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.11s)
14:40:38 [2021-12-21T14:40:38.032Z]     --- PASS: TestStopContainerWithTimeout/3 (2.71s)
14:40:38 [2021-12-21T14:40:38.032Z]     --- PASS: TestStopContainerWithTimeout/1 (1.70s)
14:40:38 [2021-12-21T14:40:38.032Z] === RUN   TestDeleteDevicemapper
14:40:38 [2021-12-21T14:40:38.032Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:40:38 [2021-12-21T14:40:38.032Z] --- SKIP: TestDeleteDevicemapper (0.00s)
14:40:38 [2021-12-21T14:40:38.032Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:40:38 [2021-12-21T14:40:38.600Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
14:40:38 [2021-12-21T14:40:38.600Z] === RUN   TestDockerSuite/TestBuildClearCmd
14:40:38 [2021-12-21T14:40:38.859Z] === RUN   TestDockerSuite/TestBuildCmd
14:40:39 [2021-12-21T14:40:39.024Z] --- PASS: TestDaemonDNSFallback (6.21s)
14:40:39 [2021-12-21T14:40:39.024Z] === RUN   TestInspectNetwork
14:40:39 [2021-12-21T14:40:39.428Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
14:40:39 [2021-12-21T14:40:39.997Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
14:40:40 [2021-12-21T14:40:40.256Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
14:40:40 [2021-12-21T14:40:40.256Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
14:40:40 [2021-12-21T14:40:40.256Z]     docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows
14:40:40 [2021-12-21T14:40:40.256Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
14:40:40 [2021-12-21T14:40:40.436Z] --- PASS: TestCreateServiceConfigFileMode (12.48s)
14:40:40 [2021-12-21T14:40:40.436Z] === RUN   TestCreateServiceSysctls
14:40:41 [2021-12-21T14:40:41.540Z] === RUN   TestInspectNetwork/full_network_id
14:40:41 [2021-12-21T14:40:41.540Z] === RUN   TestInspectNetwork/partial_network_id
14:40:41 [2021-12-21T14:40:41.540Z] === RUN   TestInspectNetwork/network_name
14:40:41 [2021-12-21T14:40:41.540Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
14:40:41 [2021-12-21T14:40:41.632Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.21s)
14:40:41 [2021-12-21T14:40:41.632Z] === RUN   TestUpdateMemory
14:40:41 [2021-12-21T14:40:41.632Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
14:40:41 [2021-12-21T14:40:41.632Z] --- SKIP: TestUpdateMemory (0.00s)
14:40:41 [2021-12-21T14:40:41.632Z] === RUN   TestUpdateCPUQuota
14:40:41 [2021-12-21T14:40:41.892Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
14:40:42 [2021-12-21T14:40:42.321Z] --- PASS: TestCreateServiceSysctls (3.05s)
14:40:42 [2021-12-21T14:40:42.322Z] === RUN   TestCreateServiceCapabilities
14:40:42 [2021-12-21T14:40:42.459Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
14:40:42 [2021-12-21T14:40:42.717Z] --- PASS: TestUpdateCPUQuota (1.32s)
14:40:42 [2021-12-21T14:40:42.717Z] === RUN   TestUpdatePidsLimit
14:40:42 [2021-12-21T14:40:42.717Z] === RUN   TestUpdatePidsLimit/update_from_none
14:40:42 [2021-12-21T14:40:42.976Z] === RUN   TestUpdatePidsLimit/no_change
14:40:43 [2021-12-21T14:40:43.542Z] === RUN   TestUpdatePidsLimit/update_lower
14:40:43 [2021-12-21T14:40:43.802Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
14:40:44 [2021-12-21T14:40:44.370Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
14:40:44 [2021-12-21T14:40:44.629Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
14:40:44 [2021-12-21T14:40:44.834Z] --- PASS: TestCreateServiceCapabilities (2.49s)
14:40:44 [2021-12-21T14:40:44.834Z] === RUN   TestInspect
14:40:45 [2021-12-21T14:40:45.197Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
14:40:45 [2021-12-21T14:40:45.455Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
14:40:45 [2021-12-21T14:40:45.455Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
14:40:45 [2021-12-21T14:40:45.455Z]     check_test.go:308: [db2e4fed62623] daemon is not started
14:40:45 [2021-12-21T14:40:45.455Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
14:40:45 [2021-12-21T14:40:45.455Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
14:40:45 [2021-12-21T14:40:45.455Z]     check_test.go:308: [d99d4dd6a870a] daemon is not started
14:40:45 [2021-12-21T14:40:45.455Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCheckpointCreateError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCheckpointCreateError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCheckpointCreate
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCheckpointCreate (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCheckpointDeleteError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCheckpointDeleteError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCheckpointDelete
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCheckpointDelete (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCheckpointListError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCheckpointListError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCheckpointList
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCheckpointList (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCheckpointListContainerNotFound
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestNewClientWithOpsFromEnv
14:40:45 [2021-12-21T14:40:45.573Z]     client_test.go:23: runtime.GOOS == "windows"
14:40:45 [2021-12-21T14:40:45.573Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestGetAPIPath
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestGetAPIPath (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestParseHostURL
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestParseHostURL (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestNegotiateAPIVersionEmpty
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestNegotiateAPIVersion
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestNegotiateAPIVersion (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestNegotiateAPVersionOverride
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestNegotiateAPIVersionAutomatic
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestClientRedirect
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestClientRedirect (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigCreateUnsupported
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigCreateUnsupported (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigCreateError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigCreateError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigCreate
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigCreate (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigInspectNotFound
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigInspectNotFound (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigInspectWithEmptyID
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigInspectUnsupported
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigInspectUnsupported (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigInspectError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigInspectError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigInspectConfigNotFound
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigInspect
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigInspect (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigListUnsupported
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigListUnsupported (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigListError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigListError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigList
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigList (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigRemoveUnsupported
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigRemoveError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigRemoveError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigRemove
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigRemove (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigUpdateUnsupported
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigUpdateError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigUpdateError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestConfigUpdate
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestConfigUpdate (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerCommitError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerCommitError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerCommit
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerCommit (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerStatPathError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerStatPathError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerStatPathNotFoundError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerStatPathNoHeaderError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerStatPath
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerStatPath (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCopyToContainerError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCopyToContainerError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCopyToContainerNotFoundError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCopyToContainerNotStatusOKError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCopyToContainer
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCopyToContainer (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCopyFromContainerError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCopyFromContainerError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCopyFromContainerNotFoundError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCopyFromContainerNotStatusOKError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCopyFromContainerNoHeaderError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestCopyFromContainer
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestCopyFromContainer (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerCreateError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerCreateError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerCreateImageNotFound
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerCreateWithName
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerCreateWithName (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerCreateAutoRemove
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerDiffError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerDiffError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerDiff
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerDiff (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerExecCreateError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerExecCreateError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerExecCreate
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerExecCreate (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerExecStartError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerExecStartError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerExecStart
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerExecStart (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerExecInspectError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerExecInspectError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerExecInspect
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerExecInspect (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerExportError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerExportError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerExport
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerExport (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerInspectError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerInspectError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerInspectContainerNotFound
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerInspectWithEmptyID
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerInspect
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerInspect (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerInspectNode
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerInspectNode (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerKillError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerKillError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerKill
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerKill (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerListError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerListError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerList
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerList (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerLogsNotFoundError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerLogsError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerLogsError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerLogs
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerLogs (0.22s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerPauseError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerPauseError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerPause
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerPause (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainersPruneError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainersPruneError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainersPrune
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainersPrune (0.01s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerRemoveError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerRemoveError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerRemoveNotFoundError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerRemove
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerRemove (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerRenameError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerRenameError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerRename
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerRename (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerResizeError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerResizeError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerExecResizeError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerExecResizeError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerResize
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerResize (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerExecResize
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerExecResize (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerRestartError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerRestartError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerRestart
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerRestart (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerStartError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerStartError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerStart
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerStart (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerStatsError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerStatsError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerStats
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerStats (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerStopError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerStopError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerStop
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerStop (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerTopError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerTopError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerTop
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerTop (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerUnpauseError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerUnpauseError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerUnpause
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerUnpause (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerUpdateError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerUpdateError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerUpdate
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerUpdate (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerWaitError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerWaitError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestContainerWait
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestContainerWait (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestDiskUsageError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestDiskUsageError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestDiskUsage
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestDiskUsage (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestDistributionInspectUnsupported
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestDistributionInspectWithEmptyID
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestEventsErrorInOptions
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestEventsErrorInOptions (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestEventsErrorFromServer
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestEventsErrorFromServer (0.02s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestEvents
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestEvents (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestTLSCloseWriter
14:40:45 [2021-12-21T14:40:45.573Z] === PAUSE TestTLSCloseWriter
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageBuildError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageBuildError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageBuild
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageBuild (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestGetDockerOS
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestGetDockerOS (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageCreateError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageCreateError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageCreate
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageCreate (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageHistoryError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageHistoryError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageHistory
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageHistory (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageImportError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageImportError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageImport
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageImport (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageInspectError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageInspectError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageInspectImageNotFound
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageInspectImageNotFound (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageInspectWithEmptyID
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageInspect
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageInspect (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageListError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageListError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageList
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageList (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageListApiBefore125
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageListApiBefore125 (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageLoadError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageLoadError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageLoad
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageLoad (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagesPruneError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagesPruneError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagesPrune
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagesPrune (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePullReferenceParseError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagePullReferenceParseError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePullAnyError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagePullAnyError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePullStatusUnauthorizedError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePullWithPrivilegedFuncNoError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePullWithoutErrors
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagePullWithoutErrors (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePushReferenceError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagePushReferenceError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePushAnyError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagePushAnyError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePushStatusUnauthorizedError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePushWithPrivilegedFuncNoError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePushWithoutErrors
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImagePushWithoutErrors (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageRemoveError
14:40:45 [2021-12-21T14:40:45.573Z] --- PASS: TestImageRemoveError (0.00s)
14:40:45 [2021-12-21T14:40:45.573Z] === RUN   TestImageRemoveImageNotFound
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestImageRemove
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestImageRemove (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestImageSaveError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestImageSaveError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestImageSave
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestImageSave (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestImageSearchAnyError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestImageSearchAnyError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestImageSearchStatusUnauthorizedError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestImageSearchWithoutErrors
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestImageTagError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestImageTagError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestImageTagInvalidReference
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestImageTagInvalidReference (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestImageTagInvalidSourceImageName
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestImageTagHexSource
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestImageTagHexSource (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestImageTag
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestImageTag (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestInfoServerError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestInfoServerError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestInfoInvalidResponseJSONError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestInfo
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestInfo (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkConnectError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNetworkConnectError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkConnect
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNetworkConnect (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkCreateError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNetworkCreateError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkCreate
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNetworkCreate (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkDisconnectError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNetworkDisconnectError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkDisconnect
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNetworkDisconnect (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkInspect
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkInspect/empty_ID
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkInspect/no_options
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkInspect/verbose
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkInspect/global_scope
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkInspect/unknown_network
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkInspect/server_error
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNetworkInspect (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z]     --- PASS: TestNetworkInspect/empty_ID (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z]     --- PASS: TestNetworkInspect/no_options (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z]     --- PASS: TestNetworkInspect/verbose (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z]     --- PASS: TestNetworkInspect/global_scope (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z]     --- PASS: TestNetworkInspect/unknown_network (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z]     --- PASS: TestNetworkInspect/server_error (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkListError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNetworkListError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkList
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNetworkList (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworksPruneError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNetworksPruneError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworksPrune
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNetworksPrune (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkRemoveError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNetworkRemoveError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNetworkRemove
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNetworkRemove (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNodeInspectError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNodeInspectError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNodeInspectNodeNotFound
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNodeInspectWithEmptyID
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNodeInspect
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNodeInspect (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNodeListError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNodeListError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNodeList
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNodeList (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNodeRemoveError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNodeRemoveError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNodeRemove
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNodeRemove (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNodeUpdateError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNodeUpdateError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestNodeUpdate
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestNodeUpdate (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestOptionWithTimeout
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestOptionWithTimeout (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestPingFail
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestPingFail (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestPingWithError
14:40:45 [2021-12-21T14:40:45.574Z] 2021/12/21 14:40:44 RoundTripper returned a response & error; ignoring response
14:40:45 [2021-12-21T14:40:45.574Z] 2021/12/21 14:40:44 RoundTripper returned a response & error; ignoring response
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestPingWithError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestPingSuccess
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestPingSuccess (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestPingHeadFallback
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestPingHeadFallback/OK
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestPingHeadFallback/Internal_Server_Error
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestPingHeadFallback/Not_Found
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestPingHeadFallback (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestPluginDisableError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestPluginDisableError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestPluginDisable
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestPluginDisable (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestPluginEnableError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestPluginEnableError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestPluginEnable
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestPluginEnable (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestPluginInspectError
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestPluginInspectError (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestPluginInspectWithEmptyID
14:40:45 [2021-12-21T14:40:45.574Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
14:40:45 [2021-12-21T14:40:45.574Z] === RUN   TestPluginInspect
14:40:45 [2021-12-21T14:40:45.706Z] --- PASS: TestInspectNetwork (7.01s)
14:40:45 [2021-12-21T14:40:45.706Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
14:40:45 [2021-12-21T14:40:45.706Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
14:40:45 [2021-12-21T14:40:45.706Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
14:40:45 [2021-12-21T14:40:45.706Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
14:40:45 [2021-12-21T14:40:45.706Z] === RUN   TestRunContainerWithBridgeNone
14:40:46 [2021-12-21T14:40:46.050Z] --- PASS: TestPluginInspect (0.00s)
14:40:46 [2021-12-21T14:40:46.050Z] === RUN   TestPluginListError
14:40:46 [2021-12-21T14:40:46.050Z] --- PASS: TestPluginListError (0.00s)
14:40:46 [2021-12-21T14:40:46.050Z] === RUN   TestPluginList
14:40:46 [2021-12-21T14:40:46.050Z] --- PASS: TestPluginList (0.00s)
14:40:46 [2021-12-21T14:40:46.050Z] === RUN   TestPluginPushError
14:40:46 [2021-12-21T14:40:46.050Z] --- PASS: TestPluginPushError (0.00s)
14:40:46 [2021-12-21T14:40:46.050Z] === RUN   TestPluginPush
14:40:46 [2021-12-21T14:40:46.050Z] --- PASS: TestPluginPush (0.00s)
14:40:46 [2021-12-21T14:40:46.050Z] === RUN   TestPluginRemoveError
14:40:46 [2021-12-21T14:40:46.050Z] --- PASS: TestPluginRemoveError (0.00s)
14:40:46 [2021-12-21T14:40:46.050Z] === RUN   TestPluginRemove
14:40:46 [2021-12-21T14:40:46.050Z] --- PASS: TestPluginRemove (0.00s)
14:40:46 [2021-12-21T14:40:46.050Z] === RUN   TestPluginSetError
14:40:46 [2021-12-21T14:40:46.050Z] --- PASS: TestPluginSetError (0.00s)
14:40:46 [2021-12-21T14:40:46.050Z] === RUN   TestPluginSet
14:40:46 [2021-12-21T14:40:46.050Z] --- PASS: TestPluginSet (0.00s)
14:40:46 [2021-12-21T14:40:46.050Z] === RUN   TestSetHostHeader
14:40:46 [2021-12-21T14:40:46.050Z] --- PASS: TestSetHostHeader (0.00s)
14:40:46 [2021-12-21T14:40:46.050Z] === RUN   TestPlainTextError
14:40:46 [2021-12-21T14:40:46.050Z] --- PASS: TestPlainTextError (0.00s)
14:40:46 [2021-12-21T14:40:46.050Z] === RUN   TestInfiniteError
14:40:46 [2021-12-21T14:40:46.051Z] --- PASS: TestInfiniteError (0.04s)
14:40:46 [2021-12-21T14:40:46.051Z] === RUN   TestCanceledContext
14:40:46 [2021-12-21T14:40:46.051Z] 2021/12/21 14:40:44 RoundTripper returned a response & error; ignoring response
14:40:46 [2021-12-21T14:40:46.051Z] --- PASS: TestCanceledContext (0.00s)
14:40:46 [2021-12-21T14:40:46.051Z] === RUN   TestDeadlineExceededContext
14:40:46 [2021-12-21T14:40:46.051Z] 2021/12/21 14:40:44 RoundTripper returned a response & error; ignoring response
14:40:46 [2021-12-21T14:40:46.051Z] --- PASS: TestDeadlineExceededContext (0.00s)
14:40:46 [2021-12-21T14:40:46.051Z] === RUN   TestSecretCreateUnsupported
14:40:46 [2021-12-21T14:40:46.051Z] --- PASS: TestSecretCreateUnsupported (0.00s)
14:40:46 [2021-12-21T14:40:46.051Z] === RUN   TestSecretCreateError
14:40:46 [2021-12-21T14:40:46.051Z] --- PASS: TestSecretCreateError (0.00s)
14:40:46 [2021-12-21T14:40:46.051Z] === RUN   TestSecretCreate
14:40:46 [2021-12-21T14:40:46.051Z] --- PASS: TestSecretCreate (0.00s)
14:40:46 [2021-12-21T14:40:46.051Z] === RUN   TestSecretInspectUnsupported
14:40:46 [2021-12-21T14:40:46.051Z] --- PASS: TestSecretInspectUnsupported (0.00s)
14:40:46 [2021-12-21T14:40:46.051Z] === RUN   TestSecretInspectError
14:40:46 [2021-12-21T14:40:46.051Z] --- PASS: TestSecretInspectError (0.00s)
14:40:46 [2021-12-21T14:40:46.051Z] === RUN   TestSecretInspectSecretNotFound
14:40:46 [2021-12-21T14:40:46.051Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
14:40:46 [2021-12-21T14:40:46.051Z] === RUN   TestSecretInspectWithEmptyID
14:40:46 [2021-12-21T14:40:46.051Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
14:40:46 [2021-12-21T14:40:46.051Z] === RUN   TestSecretInspect
14:40:46 [2021-12-21T14:40:46.051Z] --- PASS: TestSecretInspect (0.00s)
14:40:46 [2021-12-21T14:40:46.051Z] === RUN   TestSecretListUnsupported
14:40:46 [2021-12-21T14:40:46.051Z] --- PASS: TestSecretListUnsupported (0.00s)
14:40:46 [2021-12-21T14:40:46.051Z] === RUN   TestSecretListError
14:40:46 [2021-12-21T14:40:46.051Z] --- PASS: TestSecretListError (0.00s)
14:40:46 [2021-12-21T14:40:46.051Z] === RUN   TestSecretList
14:40:46 [2021-12-21T14:40:46.390Z] --- PASS: TestUpdatePidsLimit (3.68s)
14:40:46 [2021-12-21T14:40:46.390Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.39s)
14:40:46 [2021-12-21T14:40:46.390Z]     --- PASS: TestUpdatePidsLimit/no_change (0.34s)
14:40:46 [2021-12-21T14:40:46.390Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.45s)
14:40:46 [2021-12-21T14:40:46.390Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s)
14:40:46 [2021-12-21T14:40:46.390Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s)
14:40:46 [2021-12-21T14:40:46.390Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s)
14:40:46 [2021-12-21T14:40:46.390Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s)
14:40:46 [2021-12-21T14:40:46.390Z] === RUN   TestUpdateRestartPolicy
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSecretList (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSecretRemoveUnsupported
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSecretRemoveError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSecretRemoveError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSecretRemove
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSecretRemove (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSecretUpdateUnsupported
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSecretUpdateError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSecretUpdateError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSecretUpdate
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSecretUpdate (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceCreateError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceCreateError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceCreate
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceCreate (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceCreateCompatiblePlatforms
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceCreateDigestPinning
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceInspectError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceInspectError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceInspectServiceNotFound
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceInspectWithEmptyID
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceInspect
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceInspect (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceListError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceListError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceList
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceList (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceLogsError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceLogsError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceLogs
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceLogs (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceRemoveError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceRemoveError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceRemoveNotFoundError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceRemove
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceRemove (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceUpdateError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceUpdateError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestServiceUpdate
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestServiceUpdate (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSwarmGetUnlockKeyError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSwarmGetUnlockKey
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSwarmInitError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSwarmInitError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSwarmInit
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSwarmInit (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSwarmInspectError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSwarmInspectError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSwarmInspect
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSwarmInspect (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSwarmJoinError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSwarmJoinError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSwarmJoin
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSwarmJoin (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSwarmLeaveError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSwarmLeaveError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSwarmLeave
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSwarmLeave (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSwarmUnlockError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSwarmUnlockError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSwarmUnlock
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSwarmUnlock (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSwarmUpdateError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSwarmUpdateError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestSwarmUpdate
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestSwarmUpdate (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestTaskInspectError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestTaskInspectError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestTaskInspectWithEmptyID
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestTaskInspect
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestTaskInspect (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestTaskListError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestTaskListError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestTaskList
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestTaskList (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestVolumeCreateError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestVolumeCreateError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestVolumeCreate
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestVolumeCreate (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestVolumeInspectError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestVolumeInspectError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestVolumeInspectNotFound
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestVolumeInspectNotFound (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestVolumeInspectWithEmptyID
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestVolumeInspect
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestVolumeInspect (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestVolumeListError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestVolumeListError (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestVolumeList
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestVolumeList (0.00s)
14:40:46 [2021-12-21T14:40:46.527Z] === RUN   TestVolumeRemoveError
14:40:46 [2021-12-21T14:40:46.527Z] --- PASS: TestVolumeRemoveError (0.00s)
14:40:46 [2021-12-21T14:40:46.649Z] === RUN   TestDockerSuite/TestBuildConditionalCache
14:40:47 [2021-12-21T14:40:47.004Z] === RUN   TestVolumeRemove
14:40:47 [2021-12-21T14:40:47.004Z] --- PASS: TestVolumeRemove (0.00s)
14:40:47 [2021-12-21T14:40:47.004Z] === CONT  TestTLSCloseWriter
14:40:47 [2021-12-21T14:40:47.004Z] --- PASS: TestTLSCloseWriter (0.01s)
14:40:47 [2021-12-21T14:40:47.004Z] PASS
14:40:47 [2021-12-21T14:40:47.004Z] coverage: 75.1% of statements
14:40:47 [2021-12-21T14:40:47.004Z] ok  	github.com/docker/docker/client	0.452s	coverage: 75.1% of statements
14:40:47 [2021-12-21T14:40:47.072Z] --- PASS: TestRunContainerWithBridgeNone (1.36s)
14:40:47 [2021-12-21T14:40:47.072Z] === RUN   TestNetworkInvalidJSON
14:40:47 [2021-12-21T14:40:47.072Z] === RUN   TestNetworkInvalidJSON//networks/create
14:40:47 [2021-12-21T14:40:47.072Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:40:47 [2021-12-21T14:40:47.072Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:40:47 [2021-12-21T14:40:47.072Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:40:47 [2021-12-21T14:40:47.072Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:40:47 [2021-12-21T14:40:47.072Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:40:47 [2021-12-21T14:40:47.072Z] === CONT  TestNetworkInvalidJSON//networks/create
14:40:47 [2021-12-21T14:40:47.072Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:40:47 [2021-12-21T14:40:47.072Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:40:47 [2021-12-21T14:40:47.072Z] --- PASS: TestNetworkInvalidJSON (0.02s)
14:40:47 [2021-12-21T14:40:47.072Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
14:40:47 [2021-12-21T14:40:47.072Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
14:40:47 [2021-12-21T14:40:47.072Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
14:40:47 [2021-12-21T14:40:47.072Z] === RUN   TestNetworkList
14:40:47 [2021-12-21T14:40:47.072Z] === RUN   TestNetworkList//networks
14:40:47 [2021-12-21T14:40:47.072Z] === PAUSE TestNetworkList//networks
14:40:47 [2021-12-21T14:40:47.072Z] === RUN   TestNetworkList//networks/
14:40:47 [2021-12-21T14:40:47.072Z] === PAUSE TestNetworkList//networks/
14:40:47 [2021-12-21T14:40:47.072Z] === CONT  TestNetworkList//networks
14:40:47 [2021-12-21T14:40:47.073Z] === CONT  TestNetworkList//networks/
14:40:47 [2021-12-21T14:40:47.073Z] --- PASS: TestNetworkList (0.01s)
14:40:47 [2021-12-21T14:40:47.073Z]     --- PASS: TestNetworkList//networks (0.00s)
14:40:47 [2021-12-21T14:40:47.073Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:40:47 [2021-12-21T14:40:47.073Z] === RUN   TestHostIPv4BridgeLabel
14:40:47 [2021-12-21T14:40:47.216Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
14:40:47 [2021-12-21T14:40:47.349Z] --- PASS: TestInspect (2.73s)
14:40:47 [2021-12-21T14:40:47.349Z] === RUN   TestCreateJob
14:40:47 [2021-12-21T14:40:47.634Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
14:40:47 [2021-12-21T14:40:47.634Z] === RUN   TestDaemonRestartWithLiveRestore
14:40:48 [2021-12-21T14:40:48.152Z] === RUN   TestDockerSuite/TestBuildContextCleanup
14:40:48 [2021-12-21T14:40:48.411Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
14:40:48 [2021-12-21T14:40:48.561Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
14:40:48 [2021-12-21T14:40:48.561Z] === RUN   TestDaemonDefaultNetworkPools
14:40:48 [2021-12-21T14:40:48.670Z]     check_test.go:308: [d6061880ee4b8] daemon is not started
14:40:48 [2021-12-21T14:40:48.670Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
14:40:48 [2021-12-21T14:40:48.928Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
14:40:49 [2021-12-21T14:40:49.489Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
14:40:49 [2021-12-21T14:40:49.489Z] === RUN   TestDaemonRestartWithExistingNetwork
14:40:49 [2021-12-21T14:40:49.495Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
14:40:49 [2021-12-21T14:40:49.495Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
14:40:50 [2021-12-21T14:40:50.021Z] tests/integration/models_containers_test.py ............................ [ 83%]
14:40:50 [2021-12-21T14:40:50.419Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
14:40:50 [2021-12-21T14:40:50.419Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:40:50 [2021-12-21T14:40:50.619Z] --- PASS: TestCreateJob (3.07s)
14:40:50 [2021-12-21T14:40:50.619Z] === RUN   TestReplicatedJob
14:40:51 [2021-12-21T14:40:51.785Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s)
14:40:51 [2021-12-21T14:40:51.785Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:40:52 [2021-12-21T14:40:52.346Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
14:40:52 [2021-12-21T14:40:52.346Z] === RUN   TestServiceWithPredefinedNetwork
14:40:52 [2021-12-21T14:40:52.785Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
14:40:54 [2021-12-21T14:40:54.861Z] --- PASS: TestServiceWithPredefinedNetwork (2.08s)
14:40:54 [2021-12-21T14:40:54.861Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:40:54 [2021-12-21T14:40:54.861Z]     service_test.go:243: FLAKY_TEST
14:40:54 [2021-12-21T14:40:54.861Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:40:54 [2021-12-21T14:40:54.861Z] === RUN   TestServiceWithDataPathPortInit
14:40:55 [2021-12-21T14:40:55.331Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
14:40:55 [2021-12-21T14:40:55.864Z] --- PASS: TestReplicatedJob (5.38s)
14:40:55 [2021-12-21T14:40:55.864Z] === RUN   TestUpdateReplicatedJob
14:40:58 [2021-12-21T14:40:58.674Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
14:40:58 [2021-12-21T14:40:58.674Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
14:40:58 [2021-12-21T14:40:58.674Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
14:40:58 [2021-12-21T14:40:58.932Z] --- PASS: TestUpdateRestartPolicy (12.64s)
14:40:58 [2021-12-21T14:40:58.932Z] === RUN   TestUpdateRestartWithAutoRemove
14:40:59 [2021-12-21T14:40:59.128Z] --- PASS: TestUpdateReplicatedJob (3.33s)
14:40:59 [2021-12-21T14:40:59.128Z] === RUN   TestServiceListWithStatuses
14:40:59 [2021-12-21T14:40:59.128Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:40:59 [2021-12-21T14:40:59.128Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:40:59 [2021-12-21T14:40:59.128Z] === RUN   TestDockerNetworkConnectAlias
14:40:59 [2021-12-21T14:40:59.191Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
14:40:59 [2021-12-21T14:40:59.759Z] --- PASS: TestUpdateRestartWithAutoRemove (0.61s)
14:40:59 [2021-12-21T14:40:59.759Z] === RUN   TestWaitNonBlocked
14:40:59 [2021-12-21T14:40:59.759Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:40:59 [2021-12-21T14:40:59.759Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:40:59 [2021-12-21T14:40:59.759Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:40:59 [2021-12-21T14:40:59.759Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:40:59 [2021-12-21T14:40:59.759Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:40:59 [2021-12-21T14:40:59.759Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:41:01 [2021-12-21T14:41:01.138Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
14:41:01 [2021-12-21T14:41:01.138Z] --- PASS: TestWaitNonBlocked (0.02s)
14:41:01 [2021-12-21T14:41:01.138Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.31s)
14:41:01 [2021-12-21T14:41:01.138Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.40s)
14:41:01 [2021-12-21T14:41:01.138Z] === RUN   TestWaitBlocked
14:41:01 [2021-12-21T14:41:01.138Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
14:41:01 [2021-12-21T14:41:01.138Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
14:41:01 [2021-12-21T14:41:01.138Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
14:41:01 [2021-12-21T14:41:01.138Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
14:41:01 [2021-12-21T14:41:01.138Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
14:41:01 [2021-12-21T14:41:01.138Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
14:41:01 [2021-12-21T14:41:01.706Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
14:41:02 [2021-12-21T14:41:02.273Z] --- PASS: TestWaitBlocked (0.03s)
14:41:02 [2021-12-21T14:41:02.273Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.05s)
14:41:02 [2021-12-21T14:41:02.273Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.10s)
14:41:02 [2021-12-21T14:41:02.273Z] === CONT  TestContainerStartOnDaemonRestart
14:41:02 [2021-12-21T14:41:02.273Z] === CONT  TestRestartDaemonWithRestartingContainer
14:41:03 [2021-12-21T14:41:03.293Z] --- PASS: TestDockerNetworkConnectAlias (4.25s)
14:41:03 [2021-12-21T14:41:03.293Z] === RUN   TestDockerNetworkReConnect
14:41:05 [2021-12-21T14:41:05.560Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
14:41:05 [2021-12-21T14:41:05.560Z] --- PASS: TestContainerStartOnDaemonRestart (3.31s)
14:41:05 [2021-12-21T14:41:05.560Z] === CONT  TestIpcModeOlderClient
14:41:05 [2021-12-21T14:41:05.560Z] --- PASS: TestIpcModeOlderClient (0.09s)
14:41:05 [2021-12-21T14:41:05.560Z] === CONT  TestContainerKillOnDaemonStart
14:41:05 [2021-12-21T14:41:05.560Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
14:41:05 [2021-12-21T14:41:05.819Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.62s)
14:41:05 [2021-12-21T14:41:05.819Z] === CONT  TestDaemonHostGatewayIP
14:41:05 [2021-12-21T14:41:05.978Z] .........                                                                [ 85%]
14:41:06 [2021-12-21T14:41:06.557Z] --- PASS: TestDockerNetworkReConnect (3.43s)
14:41:06 [2021-12-21T14:41:06.558Z] === RUN   TestServicePlugin
14:41:07 [2021-12-21T14:41:07.721Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
14:41:07 [2021-12-21T14:41:07.721Z]     docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows
14:41:07 [2021-12-21T14:41:07.721Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
14:41:07 [2021-12-21T14:41:07.721Z]     docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows
14:41:07 [2021-12-21T14:41:07.721Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
14:41:07 [2021-12-21T14:41:07.721Z]     docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows
14:41:07 [2021-12-21T14:41:07.721Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
14:41:07 [2021-12-21T14:41:07.721Z]     docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows
14:41:07 [2021-12-21T14:41:07.721Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
14:41:08 [2021-12-21T14:41:08.347Z] --- PASS: TestCheckoutGit (38.51s)
14:41:08 [2021-12-21T14:41:08.347Z] === RUN   TestValidGitTransport
14:41:08 [2021-12-21T14:41:08.347Z] --- PASS: TestValidGitTransport (0.00s)
14:41:08 [2021-12-21T14:41:08.347Z] === RUN   TestGitInvalidRef
14:41:08 [2021-12-21T14:41:08.347Z] --- PASS: TestGitInvalidRef (0.24s)
14:41:08 [2021-12-21T14:41:08.347Z] PASS
14:41:08 [2021-12-21T14:41:08.347Z] coverage: 86.3% of statements
14:41:08 [2021-12-21T14:41:08.347Z] ok  	github.com/docker/docker/builder/remotecontext/git	38.877s	coverage: 86.3% of statements
14:41:09 [2021-12-21T14:41:09.333Z] ?   	github.com/docker/docker/cli	[no test files]
14:41:09 [2021-12-21T14:41:09.333Z] ?   	github.com/docker/docker/cli/config	[no test files]
14:41:09 [2021-12-21T14:41:09.625Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
14:41:09 [2021-12-21T14:41:09.701Z] --- PASS: TestServiceWithDataPathPortInit (13.47s)
14:41:09 [2021-12-21T14:41:09.701Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:41:09 [2021-12-21T14:41:09.883Z] --- PASS: TestDaemonHostGatewayIP (4.17s)
14:41:09 [2021-12-21T14:41:09.883Z] === CONT  TestDaemonRestartIpcMode
14:41:10 [2021-12-21T14:41:10.283Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:l67ut71jk6uzojnua5tid5znm Created:2021-12-21 14:41:09.099417654 +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[1c4e3ef53f63af63e63dc50d97628887caa6a34a4312e07e1af3e1b6cbca9071:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qj61dau9uauzw51n3eyibfo6i EndpointID:a70bc08bd648d6e23b297208f0665b31b146278ad16e2d14724ab41868f54a5c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b725ef17b854976172830de4e544559189d5fd41d77dbe934d6b3c00ce0b9598 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:063c8f99b090 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qj61dau9uauzw51n3eyibfo6i EndpointID:a70bc08bd648d6e23b297208f0665b31b146278ad16e2d14724ab41868f54a5c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
14:41:10 [2021-12-21T14:41:10.605Z] tests/integration/models_images_test.py ...............                  [ 89%]
14:41:10 [2021-12-21T14:41:10.721Z]     plugin_test.go:61: [d718e04c5065a] joining swarm manager [d0b11bf3fbe0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:41:11 [2021-12-21T14:41:11.259Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
14:41:11 [2021-12-21T14:41:11.282Z]     plugin_test.go:64: [d4ed2c9c959df] joining swarm manager [d0b11bf3fbe0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:41:12 [2021-12-21T14:41:12.065Z] tests/integration/models_networks_test.py ....                           [ 90%]
14:41:13 [2021-12-21T14:41:13.164Z] --- PASS: TestDaemonRestartIpcMode (3.27s)
14:41:13 [2021-12-21T14:41:13.423Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
14:41:14 [2021-12-21T14:41:14.107Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
14:41:14 [2021-12-21T14:41:14.107Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
14:41:14 [2021-12-21T14:41:14.107Z] === RUN   TestLoadDaemonCliConfigWithTLS
14:41:14 [2021-12-21T14:41:14.107Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
14:41:14 [2021-12-21T14:41:14.107Z] === RUN   TestLoadDaemonCliConfigWithConflicts
14:41:14 [2021-12-21T14:41:14.107Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
14:41:14 [2021-12-21T14:41:14.107Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
14:41:14 [2021-12-21T14:41:14.107Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
14:41:14 [2021-12-21T14:41:14.107Z] === RUN   TestLoadDaemonCliWithConflictingLabels
14:41:14 [2021-12-21T14:41:14.107Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
14:41:14 [2021-12-21T14:41:14.107Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
14:41:14 [2021-12-21T14:41:14.471Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.64s)
14:41:14 [2021-12-21T14:41:14.471Z] PASS
14:41:14 [2021-12-21T14:41:14.471Z] 
14:41:14 [2021-12-21T14:41:14.471Z] === Skipped
14:41:14 [2021-12-21T14:41:14.471Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:41:14 [2021-12-21T14:41:14.471Z]     service_test.go:243: FLAKY_TEST
14:41:14 [2021-12-21T14:41:14.471Z] 
14:41:14 [2021-12-21T14:41:14.471Z] DONE 26 tests, 1 skipped in 42.602s
14:41:14 [2021-12-21T14:41:14.471Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
14:41:14 [2021-12-21T14:41:14.471Z] ++ 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
14:41:14 [2021-12-21T14:41:14.471Z] ++ set -e
14:41:14 [2021-12-21T14:41:14.471Z] ++ '[' -n 0 ']'
14:41:14 [2021-12-21T14:41:14.471Z] ++ set -x
14:41:14 [2021-12-21T14:41:14.471Z] ++ env -i DEST=/go/src/github.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
14:41:14 [2021-12-21T14:41:14.471Z] INFO: Testing against a local daemon
14:41:14 [2021-12-21T14:41:14.471Z] === RUN   TestDockerNetworkIpvlanPersistance
14:41:14 [2021-12-21T14:41:14.471Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:41:14 [2021-12-21T14:41:14.471Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
14:41:14 [2021-12-21T14:41:14.471Z] === RUN   TestDockerNetworkIpvlan
14:41:14 [2021-12-21T14:41:14.471Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:41:14 [2021-12-21T14:41:14.471Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
14:41:14 [2021-12-21T14:41:14.471Z] PASS
14:41:14 [2021-12-21T14:41:14.471Z] 
14:41:14 [2021-12-21T14:41:14.471Z] === Skipped
14:41:14 [2021-12-21T14:41:14.471Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
14:41:14 [2021-12-21T14:41:14.471Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:41:14 [2021-12-21T14:41:14.471Z] 
14:41:14 [2021-12-21T14:41:14.471Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
14:41:14 [2021-12-21T14:41:14.471Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:41:14 [2021-12-21T14:41:14.471Z] 
14:41:14 [2021-12-21T14:41:14.471Z] DONE 2 tests, 2 skipped in 0.086s
14:41:14 [2021-12-21T14:41:14.576Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
14:41:14 [2021-12-21T14:41:14.576Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
14:41:14 [2021-12-21T14:41:14.576Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s)
14:41:14 [2021-12-21T14:41:14.576Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
14:41:14 [2021-12-21T14:41:14.576Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
14:41:14 [2021-12-21T14:41:14.576Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
14:41:14 [2021-12-21T14:41:14.576Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
14:41:14 [2021-12-21T14:41:14.576Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
14:41:14 [2021-12-21T14:41:14.576Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
14:41:14 [2021-12-21T14:41:14.576Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
14:41:14 [2021-12-21T14:41:14.576Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
14:41:14 [2021-12-21T14:41:14.576Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
14:41:14 [2021-12-21T14:41:14.576Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
14:41:14 [2021-12-21T14:41:14.576Z] === RUN   TestConfigureDaemonLogs
14:41:14 [2021-12-21T14:41:14.576Z] --- PASS: TestConfigureDaemonLogs (0.00s)
14:41:14 [2021-12-21T14:41:14.576Z] === RUN   TestCommonOptionsInstallFlags
14:41:14 [2021-12-21T14:41:14.576Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
14:41:14 [2021-12-21T14:41:14.576Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
14:41:14 [2021-12-21T14:41:14.576Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
14:41:14 [2021-12-21T14:41:14.576Z] PASS
14:41:14 [2021-12-21T14:41:14.576Z] coverage: 18.6% of statements
14:41:14 [2021-12-21T14:41:14.576Z] ok  	github.com/docker/docker/cmd/dockerd	0.231s	coverage: 18.6% of statements
14:41:14 [2021-12-21T14:41:14.576Z] ?   	github.com/docker/docker/cmd/dockerd/trap	[no test files]
14:41:14 [2021-12-21T14:41:14.576Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
14:41:14 [2021-12-21T14:41:14.727Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
14:41:14 [2021-12-21T14:41:14.727Z] ++ 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
14:41:14 [2021-12-21T14:41:14.727Z] ++ set -e
14:41:14 [2021-12-21T14:41:14.727Z] ++ '[' -n 0 ']'
14:41:14 [2021-12-21T14:41:14.727Z] ++ set -x
14:41:14 [2021-12-21T14:41:14.727Z] ++ env -i DEST=/go/src/github.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
14:41:14 [2021-12-21T14:41:14.727Z] INFO: Testing against a local daemon
14:41:14 [2021-12-21T14:41:14.727Z] === RUN   TestDockerNetworkMacvlanPersistance
14:41:15 [2021-12-21T14:41:15.955Z]     check_test.go:308: [d32e07db714ef] daemon is not started
14:41:15 [2021-12-21T14:41:15.955Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
14:41:15 [2021-12-21T14:41:15.955Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
14:41:16 [2021-12-21T14:41:16.092Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.34s)
14:41:16 [2021-12-21T14:41:16.092Z] === RUN   TestDockerNetworkMacvlan
14:41:16 [2021-12-21T14:41:16.141Z] === RUN   TestContainerStopSignal
14:41:16 [2021-12-21T14:41:16.141Z] --- PASS: TestContainerStopSignal (0.00s)
14:41:16 [2021-12-21T14:41:16.141Z] === RUN   TestContainerStopTimeout
14:41:16 [2021-12-21T14:41:16.141Z] --- PASS: TestContainerStopTimeout (0.00s)
14:41:16 [2021-12-21T14:41:16.141Z] === RUN   TestContainerSecretReferenceDestTarget
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestContainerLogPathSetForJSONFileLogger
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestContainerLogPathSetForRingLogger
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestReplaceAndAppendEnvVars
14:41:16 [2021-12-21T14:41:16.142Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestNewMemoryStore
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestNewMemoryStore (0.00s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestAddContainers
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestAddContainers (0.00s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestGetContainer
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestGetContainer (0.00s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestDeleteContainer
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestDeleteContainer (0.00s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestListContainers
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestListContainers (0.00s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestFirstContainer
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestFirstContainer (0.00s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestApplyAllContainer
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestApplyAllContainer (0.00s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestIsValidHealthString
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestIsValidHealthString (0.00s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestStateRunStop
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestStateRunStop (0.00s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestStateTimeoutWait
14:41:16 [2021-12-21T14:41:16.142Z]     state_test.go:141: Stop callback fired
14:41:16 [2021-12-21T14:41:16.142Z]     state_test.go:165: Stop callback fired
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestStateTimeoutWait (0.10s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestIsValidStateString
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestIsValidStateString (0.00s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestViewSaveDelete
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestViewSaveDelete (0.02s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestViewAll
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestViewAll (0.02s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestViewGet
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestViewGet (0.01s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestNames
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestNames (0.00s)
14:41:16 [2021-12-21T14:41:16.142Z] === RUN   TestViewWithHealthCheck
14:41:16 [2021-12-21T14:41:16.142Z] --- PASS: TestViewWithHealthCheck (0.01s)
14:41:16 [2021-12-21T14:41:16.142Z] PASS
14:41:16 [2021-12-21T14:41:16.142Z] coverage: 41.7% of statements
14:41:16 [2021-12-21T14:41:16.142Z] ok  	github.com/docker/docker/container	0.294s	coverage: 41.7% of statements
14:41:16 [2021-12-21T14:41:16.142Z] ?   	github.com/docker/docker/container/stream	[no test files]
14:41:16 [2021-12-21T14:41:16.142Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
14:41:16 [2021-12-21T14:41:16.142Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
14:41:16 [2021-12-21T14:41:16.142Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
14:41:16 [2021-12-21T14:41:16.654Z] === RUN   TestDockerNetworkMacvlan/Subinterface
14:41:17 [2021-12-21T14:41:17.386Z] tests/integration/models_nodes_test.py .                                 [ 90%]
14:41:17 [2021-12-21T14:41:17.581Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
14:41:17 [2021-12-21T14:41:17.710Z] === RUN   TestPrepare
14:41:17 [2021-12-21T14:41:17.710Z] --- PASS: TestPrepare (0.00s)
14:41:17 [2021-12-21T14:41:17.710Z] === RUN   TestStart
14:41:17 [2021-12-21T14:41:17.710Z] --- PASS: TestStart (0.00s)
14:41:17 [2021-12-21T14:41:17.710Z] === RUN   TestWaitCancel
14:41:17 [2021-12-21T14:41:17.710Z] --- PASS: TestWaitCancel (0.00s)
14:41:17 [2021-12-21T14:41:17.710Z] === RUN   TestWaitDisabled
14:41:17 [2021-12-21T14:41:17.710Z] --- PASS: TestWaitDisabled (0.00s)
14:41:17 [2021-12-21T14:41:17.710Z] === RUN   TestWaitEnabled
14:41:17 [2021-12-21T14:41:17.710Z] --- PASS: TestWaitEnabled (0.00s)
14:41:17 [2021-12-21T14:41:17.710Z] === RUN   TestRemove
14:41:17 [2021-12-21T14:41:17.710Z] --- PASS: TestRemove (0.00s)
14:41:17 [2021-12-21T14:41:17.710Z] PASS
14:41:17 [2021-12-21T14:41:17.710Z] coverage: 65.3% of statements
14:41:17 [2021-12-21T14:41:17.710Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.075s	coverage: 65.3% of statements
14:41:17 [2021-12-21T14:41:17.859Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
14:41:17 [2021-12-21T14:41:17.859Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
14:41:18 [2021-12-21T14:41:18.117Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
14:41:18 [2021-12-21T14:41:18.143Z] === RUN   TestDockerNetworkMacvlan/NilParent
14:41:18 [2021-12-21T14:41:18.325Z] tests/integration/models_resources_test.py .                             [ 91%]
14:41:18 [2021-12-21T14:41:18.377Z] --- PASS: TestContainerKillOnDaemonStart (12.72s)
14:41:18 [2021-12-21T14:41:18.377Z] PASS
14:41:18 [2021-12-21T14:41:18.377Z] 
14:41:18 [2021-12-21T14:41:18.377Z] === Skipped
14:41:18 [2021-12-21T14:41:18.377Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
14:41:18 [2021-12-21T14:41:18.377Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:41:18 [2021-12-21T14:41:18.377Z] 
14:41:18 [2021-12-21T14:41:18.377Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
14:41:18 [2021-12-21T14:41:18.377Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:41:18 [2021-12-21T14:41:18.377Z] 
14:41:18 [2021-12-21T14:41:18.377Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
14:41:18 [2021-12-21T14:41:18.377Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:41:18 [2021-12-21T14:41:18.377Z] 
14:41:18 [2021-12-21T14:41:18.377Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
14:41:18 [2021-12-21T14:41:18.377Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
14:41:18 [2021-12-21T14:41:18.377Z] 
14:41:18 [2021-12-21T14:41:18.377Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
14:41:18 [2021-12-21T14:41:18.377Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
14:41:18 [2021-12-21T14:41:18.377Z] 
14:41:18 [2021-12-21T14:41:18.377Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
14:41:18 [2021-12-21T14:41:18.377Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
14:41:18 [2021-12-21T14:41:18.377Z] 
14:41:18 [2021-12-21T14:41:18.377Z] DONE 200 tests, 6 skipped in 159.303s
14:41:18 [2021-12-21T14:41:18.377Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
14:41:18 [2021-12-21T14:41:18.377Z] ++ 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
14:41:18 [2021-12-21T14:41:18.377Z] ++ set -e
14:41:18 [2021-12-21T14:41:18.377Z] ++ '[' -n 0 ']'
14:41:18 [2021-12-21T14:41:18.377Z] ++ set -x
14:41:18 [2021-12-21T14:41:18.377Z] ++ env -i DEST=/go/src/github.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
14:41:18 [2021-12-21T14:41:18.635Z] === RUN   TestConfigDaemonLibtrustID
14:41:19 [2021-12-21T14:41:19.201Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
14:41:19 [2021-12-21T14:41:19.201Z] === RUN   TestDaemonConfigValidation
14:41:19 [2021-12-21T14:41:19.201Z] === RUN   TestDaemonConfigValidation/config_with_no_content
14:41:19 [2021-12-21T14:41:19.201Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
14:41:19 [2021-12-21T14:41:19.201Z] === RUN   TestDaemonConfigValidation/config_with_{}
14:41:19 [2021-12-21T14:41:19.201Z] === PAUSE TestDaemonConfigValidation/config_with_{}
14:41:19 [2021-12-21T14:41:19.201Z] === RUN   TestDaemonConfigValidation/invalid_config
14:41:19 [2021-12-21T14:41:19.201Z] === PAUSE TestDaemonConfigValidation/invalid_config
14:41:19 [2021-12-21T14:41:19.201Z] === RUN   TestDaemonConfigValidation/malformed_config
14:41:19 [2021-12-21T14:41:19.201Z] === PAUSE TestDaemonConfigValidation/malformed_config
14:41:19 [2021-12-21T14:41:19.201Z] === RUN   TestDaemonConfigValidation/valid_config
14:41:19 [2021-12-21T14:41:19.201Z] === PAUSE TestDaemonConfigValidation/valid_config
14:41:19 [2021-12-21T14:41:19.201Z] === CONT  TestDaemonConfigValidation/config_with_no_content
14:41:19 [2021-12-21T14:41:19.201Z] === CONT  TestDaemonConfigValidation/malformed_config
14:41:19 [2021-12-21T14:41:19.201Z] === CONT  TestDaemonConfigValidation/valid_config
14:41:19 [2021-12-21T14:41:19.201Z] === CONT  TestDaemonConfigValidation/invalid_config
14:41:19 [2021-12-21T14:41:19.201Z] === CONT  TestDaemonConfigValidation/config_with_{}
14:41:19 [2021-12-21T14:41:19.276Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
14:41:19 [2021-12-21T14:41:19.276Z] === RUN   TestNewListSecretsFilters
14:41:19 [2021-12-21T14:41:19.276Z] --- PASS: TestNewListSecretsFilters (0.00s)
14:41:19 [2021-12-21T14:41:19.276Z] === RUN   TestNewListConfigsFilters
14:41:19 [2021-12-21T14:41:19.276Z] --- PASS: TestNewListConfigsFilters (0.00s)
14:41:19 [2021-12-21T14:41:19.276Z] PASS
14:41:19 [2021-12-21T14:41:19.276Z] coverage: 0.5% of statements
14:41:19 [2021-12-21T14:41:19.276Z] ok  	github.com/docker/docker/daemon/cluster	0.307s	coverage: 0.5% of statements
14:41:19 [2021-12-21T14:41:19.460Z] --- PASS: TestDaemonConfigValidation (0.00s)
14:41:19 [2021-12-21T14:41:19.460Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s)
14:41:19 [2021-12-21T14:41:19.460Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.16s)
14:41:19 [2021-12-21T14:41:19.460Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.13s)
14:41:19 [2021-12-21T14:41:19.460Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.11s)
14:41:19 [2021-12-21T14:41:19.460Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s)
14:41:19 [2021-12-21T14:41:19.460Z] === RUN   TestConfigDaemonSeccompProfiles
14:41:19 [2021-12-21T14:41:19.460Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
14:41:19 [2021-12-21T14:41:19.744Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.22s)
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
14:41:19 [2021-12-21T14:41:19.744Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
14:41:19 [2021-12-21T14:41:19.744Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
14:41:19 [2021-12-21T14:41:19.744Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCContainerRuntime
14:41:19 [2021-12-21T14:41:19.744Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
14:41:19 [2021-12-21T14:41:19.744Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCIsolation
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCIsolation/empty
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCIsolation/default
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCIsolation/process
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
14:41:19 [2021-12-21T14:41:19.744Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertFromGRPCIsolation
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertFromGRPCIsolation/default
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertFromGRPCIsolation/process
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
14:41:19 [2021-12-21T14:41:19.744Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCCredentialSpec
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
14:41:19 [2021-12-21T14:41:19.744Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
14:41:19 [2021-12-21T14:41:19.744Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
14:41:19 [2021-12-21T14:41:19.744Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
14:41:20 [2021-12-21T14:41:20.031Z] === RUN   TestDockerNetworkMacvlan/InternalMode
14:41:20 [2021-12-21T14:41:20.213Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
14:41:20 [2021-12-21T14:41:20.213Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
14:41:20 [2021-12-21T14:41:20.213Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
14:41:20 [2021-12-21T14:41:20.213Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
14:41:20 [2021-12-21T14:41:20.213Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
14:41:20 [2021-12-21T14:41:20.213Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
14:41:20 [2021-12-21T14:41:20.213Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
14:41:20 [2021-12-21T14:41:20.213Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
14:41:20 [2021-12-21T14:41:20.213Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
14:41:20 [2021-12-21T14:41:20.213Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
14:41:20 [2021-12-21T14:41:20.213Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
14:41:20 [2021-12-21T14:41:20.213Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
14:41:20 [2021-12-21T14:41:20.213Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
14:41:20 [2021-12-21T14:41:20.213Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
14:41:20 [2021-12-21T14:41:20.213Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
14:41:20 [2021-12-21T14:41:20.213Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
14:41:20 [2021-12-21T14:41:20.213Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
14:41:20 [2021-12-21T14:41:20.213Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
14:41:20 [2021-12-21T14:41:20.213Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
14:41:20 [2021-12-21T14:41:20.213Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
14:41:20 [2021-12-21T14:41:20.213Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
14:41:20 [2021-12-21T14:41:20.352Z] tests/integration/models_services_test.py ................X.             [ 95%]
14:41:20 [2021-12-21T14:41:20.394Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
14:41:20 [2021-12-21T14:41:20.681Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
14:41:20 [2021-12-21T14:41:20.681Z] === RUN   TestServiceConvertFromGRPCConfigs
14:41:20 [2021-12-21T14:41:20.681Z] === RUN   TestServiceConvertFromGRPCConfigs/file
14:41:20 [2021-12-21T14:41:20.681Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
14:41:20 [2021-12-21T14:41:20.681Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
14:41:20 [2021-12-21T14:41:20.681Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
14:41:20 [2021-12-21T14:41:20.681Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
14:41:20 [2021-12-21T14:41:20.681Z] === RUN   TestServiceConvertToGRPCConfigs
14:41:20 [2021-12-21T14:41:20.681Z] === RUN   TestServiceConvertToGRPCConfigs/file
14:41:20 [2021-12-21T14:41:20.681Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
14:41:20 [2021-12-21T14:41:20.681Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
14:41:20 [2021-12-21T14:41:20.681Z] === RUN   TestServiceConvertToGRPCConfigs/none
14:41:20 [2021-12-21T14:41:20.681Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
14:41:20 [2021-12-21T14:41:20.681Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
14:41:20 [2021-12-21T14:41:20.681Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
14:41:20 [2021-12-21T14:41:20.681Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
14:41:20 [2021-12-21T14:41:20.681Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
14:41:20 [2021-12-21T14:41:20.681Z] PASS
14:41:20 [2021-12-21T14:41:20.681Z] coverage: 35.9% of statements
14:41:20 [2021-12-21T14:41:20.681Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.559s	coverage: 35.9% of statements
14:41:21 [2021-12-21T14:41:21.405Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
14:41:21 [2021-12-21T14:41:21.769Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
14:41:22 [2021-12-21T14:41:22.027Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
14:41:22 [2021-12-21T14:41:22.594Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
14:41:22 [2021-12-21T14:41:22.594Z] === CONT  TestConfigDaemonSeccompProfiles
14:41:22 [2021-12-21T14:41:22.594Z]     daemon_test.go:156: [d276f74368905] daemon is not started
14:41:22 [2021-12-21T14:41:22.594Z] --- PASS: TestConfigDaemonSeccompProfiles (3.28s)
14:41:22 [2021-12-21T14:41:22.594Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.10s)
14:41:22 [2021-12-21T14:41:22.594Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s)
14:41:22 [2021-12-21T14:41:22.594Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.11s)
14:41:22 [2021-12-21T14:41:22.594Z] === RUN   TestDaemonProxy
14:41:22 [2021-12-21T14:41:22.594Z] === RUN   TestDaemonProxy/environment_variables
14:41:23 [2021-12-21T14:41:23.112Z] tests/integration/models_swarm_test.py ..                                [ 96%]
14:41:23 [2021-12-21T14:41:23.112Z] tests/integration/models_volumes_test.py ..                              [ 96%]
14:41:23 [2021-12-21T14:41:23.530Z]     check_test.go:308: [d2d95ea1c26f0] daemon is not started
14:41:23 [2021-12-21T14:41:23.530Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
14:41:23 [2021-12-21T14:41:23.634Z] === RUN   TestBuilderGC
14:41:23 [2021-12-21T14:41:23.634Z] --- PASS: TestBuilderGC (0.00s)
14:41:23 [2021-12-21T14:41:23.634Z] === RUN   TestDaemonConfigurationNotFound
14:41:23 [2021-12-21T14:41:23.634Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
14:41:23 [2021-12-21T14:41:23.634Z] === RUN   TestDaemonBrokenConfiguration
14:41:23 [2021-12-21T14:41:23.634Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
14:41:23 [2021-12-21T14:41:23.634Z] === RUN   TestParseClusterAdvertiseSettings
14:41:23 [2021-12-21T14:41:23.634Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
14:41:23 [2021-12-21T14:41:23.634Z] === RUN   TestFindConfigurationConflicts
14:41:23 [2021-12-21T14:41:23.634Z] --- PASS: TestFindConfigurationConflicts (0.00s)
14:41:23 [2021-12-21T14:41:23.634Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
14:41:23 [2021-12-21T14:41:23.634Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
14:41:23 [2021-12-21T14:41:23.634Z] === RUN   TestDaemonConfigurationMergeConflicts
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestDaemonConfigurationMergeConcurrent
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestDaemonConfigurationMergeConcurrentError
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestFindConfigurationConflictsWithMergedValues
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfigurationErrors
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestValidateConfigurationErrors (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfiguration
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfiguration/with_label
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfiguration/with_dns
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfiguration/with_dns-search
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfiguration/with_max-download-attempts
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestValidateConfiguration/with_node_generic_resources
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestValidateConfiguration (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestModifiedDiscoverySettings
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestReloadSetConfigFileNotExist
14:41:24 [2021-12-21T14:41:24.108Z] time="2021-12-21T14:41:23Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestReloadSetConfigFileNotExist (0.25s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestReloadDefaultConfigNotExist
14:41:24 [2021-12-21T14:41:24.108Z]     config_test.go:526: os.Getuid() != 0: skipping test that requires root
14:41:24 [2021-12-21T14:41:24.108Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestReloadBadDefaultConfig
14:41:24 [2021-12-21T14:41:24.108Z] time="2021-12-21T14:41:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2545315101"
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestReloadWithConflictingLabels
14:41:24 [2021-12-21T14:41:24.108Z] time="2021-12-21T14:41:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3852137376"
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestReloadWithDuplicateLabels
14:41:24 [2021-12-21T14:41:24.108Z] time="2021-12-21T14:41:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3221804353"
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestMaskURLCredentials
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestMaskURLCredentials (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestDaemonConfigurationMerge
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] PASS
14:41:24 [2021-12-21T14:41:24.108Z] coverage: 80.0% of statements
14:41:24 [2021-12-21T14:41:24.108Z] ok  	github.com/docker/docker/daemon/config	0.422s	coverage: 80.0% of statements
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestDiscoveryOptsErrors
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] === RUN   TestDiscoveryOpts
14:41:24 [2021-12-21T14:41:24.108Z] --- PASS: TestDiscoveryOpts (0.00s)
14:41:24 [2021-12-21T14:41:24.108Z] PASS
14:41:24 [2021-12-21T14:41:24.108Z] coverage: 30.0% of statements
14:41:24 [2021-12-21T14:41:24.108Z] ok  	github.com/docker/docker/daemon/discovery	0.066s	coverage: 30.0% of statements
14:41:24 [2021-12-21T14:41:24.466Z] === RUN   TestDaemonProxy/command-line_options
14:41:24 [2021-12-21T14:41:24.673Z] === RUN   TestDockerNetworkMacvlan/Addressing
14:41:24 [2021-12-21T14:41:24.929Z] --- PASS: TestDockerNetworkMacvlan (8.88s)
14:41:24 [2021-12-21T14:41:24.929Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
14:41:24 [2021-12-21T14:41:24.929Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
14:41:24 [2021-12-21T14:41:24.929Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.75s)
14:41:24 [2021-12-21T14:41:24.929Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.70s)
14:41:24 [2021-12-21T14:41:24.929Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.72s)
14:41:24 [2021-12-21T14:41:24.929Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.52s)
14:41:24 [2021-12-21T14:41:24.929Z] PASS
14:41:24 [2021-12-21T14:41:24.929Z] 
14:41:24 [2021-12-21T14:41:24.929Z] DONE 8 tests in 10.291s
14:41:24 [2021-12-21T14:41:24.929Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
14:41:24 [2021-12-21T14:41:24.929Z] ++ 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
14:41:24 [2021-12-21T14:41:24.929Z] ++ set -e
14:41:24 [2021-12-21T14:41:24.929Z] ++ '[' -n 0 ']'
14:41:24 [2021-12-21T14:41:24.929Z] ++ set -x
14:41:24 [2021-12-21T14:41:24.929Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
14:41:24 [2021-12-21T14:41:24.929Z] testing: warning: no tests to run
14:41:24 [2021-12-21T14:41:24.929Z] PASS
14:41:24 [2021-12-21T14:41:24.929Z] 
14:41:24 [2021-12-21T14:41:24.929Z] DONE 0 tests in 0.020s
14:41:24 [2021-12-21T14:41:24.929Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
14:41:24 [2021-12-21T14:41:24.929Z] ++ 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
14:41:24 [2021-12-21T14:41:24.929Z] ++ set -e
14:41:24 [2021-12-21T14:41:24.929Z] ++ '[' -n 0 ']'
14:41:24 [2021-12-21T14:41:24.929Z] ++ set -x
14:41:24 [2021-12-21T14:41:24.929Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
14:41:24 [2021-12-21T14:41:24.929Z] INFO: Testing against a local daemon
14:41:24 [2021-12-21T14:41:24.929Z] === RUN   TestAuthZPluginAllowRequest
14:41:25 [2021-12-21T14:41:25.095Z] === RUN   TestWaitNodeAttachment
14:41:25 [2021-12-21T14:41:25.564Z] --- PASS: TestWaitNodeAttachment (0.40s)
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestIsolationConversion
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestIsolationConversion/default
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestIsolationConversion/process
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestIsolationConversion/hyperv
14:41:25 [2021-12-21T14:41:25.564Z] --- PASS: TestIsolationConversion (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z]     --- PASS: TestIsolationConversion/default (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z]     --- PASS: TestIsolationConversion/process (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestContainerLabels
14:41:25 [2021-12-21T14:41:25.564Z] --- PASS: TestContainerLabels (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestCredentialSpecConversion
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestCredentialSpecConversion/none
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestCredentialSpecConversion/config
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestCredentialSpecConversion/file
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestCredentialSpecConversion/registry
14:41:25 [2021-12-21T14:41:25.564Z] --- PASS: TestCredentialSpecConversion (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestControllerValidateMountBind
14:41:25 [2021-12-21T14:41:25.564Z] --- PASS: TestControllerValidateMountBind (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestControllerValidateMountVolume
14:41:25 [2021-12-21T14:41:25.564Z] --- PASS: TestControllerValidateMountVolume (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestControllerValidateMountTarget
14:41:25 [2021-12-21T14:41:25.564Z] --- PASS: TestControllerValidateMountTarget (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestControllerValidateMountTmpfs
14:41:25 [2021-12-21T14:41:25.564Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestControllerValidateMountInvalidType
14:41:25 [2021-12-21T14:41:25.564Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestControllerValidateMountNamedPipe
14:41:25 [2021-12-21T14:41:25.564Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z] PASS
14:41:25 [2021-12-21T14:41:25.564Z] coverage: 11.0% of statements
14:41:25 [2021-12-21T14:41:25.564Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.628s	coverage: 11.0% of statements
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestEventsLog
14:41:25 [2021-12-21T14:41:25.564Z] --- PASS: TestEventsLog (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestEventsLogTimeout
14:41:25 [2021-12-21T14:41:25.564Z] --- PASS: TestEventsLogTimeout (0.00s)
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestLogEvents
14:41:25 [2021-12-21T14:41:25.564Z] --- PASS: TestLogEvents (0.07s)
14:41:25 [2021-12-21T14:41:25.564Z] === RUN   TestLoadBufferedEvents
14:41:26 [2021-12-21T14:41:26.039Z] --- PASS: TestLoadBufferedEvents (0.22s)
14:41:26 [2021-12-21T14:41:26.039Z] === RUN   TestLoadBufferedEventsOnlyFromPast
14:41:26 [2021-12-21T14:41:26.039Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
14:41:26 [2021-12-21T14:41:26.039Z] === RUN   TestIgnoreBufferedWhenNoTimes
14:41:26 [2021-12-21T14:41:26.039Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
14:41:26 [2021-12-21T14:41:26.039Z] PASS
14:41:26 [2021-12-21T14:41:26.039Z] coverage: 50.0% of statements
14:41:26 [2021-12-21T14:41:26.039Z] ok  	github.com/docker/docker/daemon/events	0.432s	coverage: 50.0% of statements
14:41:26 [2021-12-21T14:41:26.294Z] --- PASS: TestAuthZPluginAllowRequest (1.07s)
14:41:26 [2021-12-21T14:41:26.295Z] === RUN   TestAuthZPluginTLS
14:41:26 [2021-12-21T14:41:26.366Z] === RUN   TestDaemonProxy/configuration_file
14:41:26 [2021-12-21T14:41:26.366Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
14:41:26 [2021-12-21T14:41:26.507Z] === RUN   TestIsEmptyDir
14:41:26 [2021-12-21T14:41:26.507Z] --- PASS: TestIsEmptyDir (0.01s)
14:41:26 [2021-12-21T14:41:26.507Z] PASS
14:41:26 [2021-12-21T14:41:26.507Z] coverage: 2.3% of statements
14:41:26 [2021-12-21T14:41:26.507Z] ok  	github.com/docker/docker/daemon/graphdriver	0.097s	coverage: 2.3% of statements
14:41:26 [2021-12-21T14:41:26.551Z] --- PASS: TestAuthZPluginTLS (0.55s)
14:41:26 [2021-12-21T14:41:26.551Z] === RUN   TestAuthZPluginDenyRequest
14:41:26 [2021-12-21T14:41:26.624Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestVerifyNetworkingConfig
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestGetContainer
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestGetContainer (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestValidContainerNames
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestValidContainerNames (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestContainerInitDNS
14:41:26 [2021-12-21T14:41:26.981Z]     daemon_test.go:146: root required
14:41:26 [2021-12-21T14:41:26.981Z] --- SKIP: TestContainerInitDNS (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestMerge
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestMerge (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestValidateContainerIsolation
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestValidateContainerIsolation (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestFindNetworkErrorType
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestFindNetworkErrorType (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestEnsureServicesExist
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestEnsureServicesExist (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestEnsureServicesExistErrors
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestContainerDelete
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestContainerDelete (0.01s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestContainerDoubleDelete
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestContainerDoubleDelete (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestLogContainerEventCopyLabels
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestLogContainerEventWithAttributes
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestNoneHealthcheck
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestNoneHealthcheck (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestHealthStates
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestLinkNaming
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestLinkNaming (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestLinkNew
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestLinkNew (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestLinkEnv
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestLinkEnv (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestLinkMultipleEnv
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestLinkMultipleEnv (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestLinkPortRangeEnv
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestLinkPortRangeEnv (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] PASS
14:41:26 [2021-12-21T14:41:26.981Z] coverage: 93.0% of statements
14:41:26 [2021-12-21T14:41:26.981Z] time="2021-12-21T14:41: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"
14:41:26 [2021-12-21T14:41:26.981Z] time="2021-12-21T14:41: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"
14:41:26 [2021-12-21T14:41:26.981Z] time="2021-12-21T14:41: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"
14:41:26 [2021-12-21T14:41:26.981Z] time="2021-12-21T14:41: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"
14:41:26 [2021-12-21T14:41:26.981Z] time="2021-12-21T14:41: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"
14:41:26 [2021-12-21T14:41:26.981Z] time="2021-12-21T14:41: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"
14:41:26 [2021-12-21T14:41:26.981Z] time="2021-12-21T14:41: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"
14:41:26 [2021-12-21T14:41:26.981Z] time="2021-12-21T14:41: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"
14:41:26 [2021-12-21T14:41:26.981Z] time="2021-12-21T14:41: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"
14:41:26 [2021-12-21T14:41:26.981Z] time="2021-12-21T14:41: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"
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestHealthStates (0.21s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestGetInspectData
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestGetInspectData (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestFillLicense
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestFillLicense (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestListInvalidFilter
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestListInvalidFilter (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestNameFilter
14:41:26 [2021-12-21T14:41:26.981Z] ok  	github.com/docker/docker/daemon/links	0.049s	coverage: 93.0% of statements
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestNameFilter (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
14:41:26 [2021-12-21T14:41:26.981Z] === 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
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
14:41:26 [2021-12-21T14:41:26.981Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
14:41:26 [2021-12-21T14:41:26.981Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
14:41:26 [2021-12-21T14:41:26.981Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
14:41:26 [2021-12-21T14:41:26.981Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
14:41:26 [2021-12-21T14:41:26.982Z]     --- 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)
14:41:26 [2021-12-21T14:41:26.982Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
14:41:26 [2021-12-21T14:41:26.982Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
14:41:26 [2021-12-21T14:41:26.982Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
14:41:26 [2021-12-21T14:41:26.982Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
14:41:26 [2021-12-21T14:41:26.982Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
14:41:26 [2021-12-21T14:41:26.982Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
14:41:26 [2021-12-21T14:41:26.982Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
14:41:26 [2021-12-21T14:41:26.982Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
14:41:26 [2021-12-21T14:41:26.982Z] === RUN   TestDaemonReloadLabels
14:41:26 [2021-12-21T14:41:26.982Z] --- PASS: TestDaemonReloadLabels (0.00s)
14:41:26 [2021-12-21T14:41:26.982Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
14:41:26 [2021-12-21T14:41:26.982Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
14:41:26 [2021-12-21T14:41:26.982Z] === RUN   TestDaemonReloadMirrors
14:41:26 [2021-12-21T14:41:26.982Z] --- PASS: TestDaemonReloadMirrors (0.00s)
14:41:26 [2021-12-21T14:41:26.982Z] === RUN   TestDaemonReloadInsecureRegistries
14:41:26 [2021-12-21T14:41:26.982Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
14:41:26 [2021-12-21T14:41:26.982Z] === RUN   TestDaemonReloadNotAffectOthers
14:41:26 [2021-12-21T14:41:26.982Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
14:41:26 [2021-12-21T14:41:26.982Z] === RUN   TestDaemonDiscoveryReload
14:41:27 [2021-12-21T14:41:27.048Z] tests/integration/regression_test.py ......                              [ 98%]
14:41:27 [2021-12-21T14:41:27.112Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
14:41:27 [2021-12-21T14:41:27.112Z] === RUN   TestAuthZPluginAPIDenyResponse
14:41:27 [2021-12-21T14:41:27.191Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
14:41:27 [2021-12-21T14:41:27.449Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
14:41:27 [2021-12-21T14:41:27.568Z] tests/integration/credentials/store_test.py ......                       [ 99%]
14:41:27 [2021-12-21T14:41:27.568Z] tests/integration/credentials/utils_test.py .                            [100%]
14:41:27 [2021-12-21T14:41:27.568Z] 
14:41:27 [2021-12-21T14:41:27.568Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
14:41:27 [2021-12-21T14:41:27.568Z] =========================== short test summary info ============================
14:41:27 [2021-12-21T14:41:27.568Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
14:41:27 [2021-12-21T14:41:27.568Z]   CONFIG_RT_GROUP_SCHED isn't enabled
14:41:27 [2021-12-21T14:41:27.568Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
14:41:27 [2021-12-21T14:41:27.568Z]   Not supported on most drivers
14:41:27 [2021-12-21T14:41:27.568Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
14:41:27 [2021-12-21T14:41:27.568Z]   Output of docker top depends on host distro, and is not formalized.
14:41:27 [2021-12-21T14:41:27.568Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
14:41:27 [2021-12-21T14:41:27.568Z]   Output of docker top depends on host distro, and is not formalized.
14:41:27 [2021-12-21T14:41:27.568Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
14:41:27 [2021-12-21T14:41:27.568Z]   Can fail if eth0 has multiple IP addresses
14:41:27 [2021-12-21T14:41:27.568Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
14:41:27 [2021-12-21T14:41:27.568Z]   This doesn't seem to be taken into account by the engine
14:41:27 [2021-12-21T14:41:27.568Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
14:41:27 [2021-12-21T14:41:27.568Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
14:41:27 [2021-12-21T14:41:27.568Z] = 384 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 288.97 seconds ==
14:41:27 [2021-12-21T14:41:27.673Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
14:41:27 [2021-12-21T14:41:27.673Z] === RUN   TestAuthZPluginDenyResponse
14:41:27 [2021-12-21T14:41:27.827Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
14:41:27 [2021-12-21T14:41:27.973Z] --- PASS: TestDaemonDiscoveryReload (1.01s)
14:41:27 [2021-12-21T14:41:27.973Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
14:41:28 [2021-12-21T14:41:28.014Z] === RUN   TestDaemonProxy/conflicting_options
14:41:28 [2021-12-21T14:41:28.041Z] === RUN   TestBoolValue
14:41:28 [2021-12-21T14:41:28.041Z] --- PASS: TestBoolValue (0.00s)
14:41:28 [2021-12-21T14:41:28.041Z] === RUN   TestBoolValueOrDefault
14:41:28 [2021-12-21T14:41:28.041Z] --- PASS: TestBoolValueOrDefault (0.00s)
14:41:28 [2021-12-21T14:41:28.041Z] === RUN   TestInt64ValueOrZero
14:41:28 [2021-12-21T14:41:28.041Z] --- PASS: TestInt64ValueOrZero (0.00s)
14:41:28 [2021-12-21T14:41:28.041Z] === RUN   TestInt64ValueOrDefault
14:41:28 [2021-12-21T14:41:28.041Z] --- PASS: TestInt64ValueOrDefault (0.00s)
14:41:28 [2021-12-21T14:41:28.041Z] === RUN   TestInt64ValueOrDefaultWithError
14:41:28 [2021-12-21T14:41:28.041Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
14:41:28 [2021-12-21T14:41:28.041Z] === RUN   TestJsonContentType
14:41:28 [2021-12-21T14:41:28.041Z] --- PASS: TestJsonContentType (0.00s)
14:41:28 [2021-12-21T14:41:28.041Z] PASS
14:41:28 [2021-12-21T14:41:28.041Z] coverage: 14.7% of statements
14:41:28 [2021-12-21T14:41:28.041Z] ok  	github.com/docker/docker/api/server/httputils	0.054s	coverage: 14.7% of statements
14:41:28 [2021-12-21T14:41:28.041Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
14:41:28 [2021-12-21T14:41:28.235Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
14:41:28 [2021-12-21T14:41:28.235Z] === RUN   TestAuthZPluginAllowEventStream
14:41:28 [2021-12-21T14:41:28.580Z] === RUN   TestDaemonProxy/reload_sanitized
14:41:28 [2021-12-21T14:41:28.960Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.53s)
14:41:28 [2021-12-21T14:41:28.960Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
14:41:29 [2021-12-21T14:41:29.147Z] --- PASS: TestDaemonProxy (6.33s)
14:41:29 [2021-12-21T14:41:29.147Z]     --- PASS: TestDaemonProxy/environment_variables (1.80s)
14:41:29 [2021-12-21T14:41:29.147Z]     --- PASS: TestDaemonProxy/command-line_options (1.76s)
14:41:29 [2021-12-21T14:41:29.147Z]     --- PASS: TestDaemonProxy/configuration_file (1.72s)
14:41:29 [2021-12-21T14:41:29.147Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
14:41:29 [2021-12-21T14:41:29.147Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.54s)
14:41:29 [2021-12-21T14:41:29.147Z] PASS
14:41:29 [2021-12-21T14:41:29.147Z] 
14:41:29 [2021-12-21T14:41:29.147Z] DONE 17 tests in 10.689s
14:41:29 [2021-12-21T14:41:29.147Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
14:41:29 [2021-12-21T14:41:29.147Z] ++ 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
14:41:29 [2021-12-21T14:41:29.147Z] ++ set -e
14:41:29 [2021-12-21T14:41:29.147Z] ++ '[' -n 0 ']'
14:41:29 [2021-12-21T14:41:29.147Z] ++ set -x
14:41:29 [2021-12-21T14:41:29.147Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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
14:41:29 [2021-12-21T14:41:29.427Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
14:41:29 [2021-12-21T14:41:29.428Z]     reload_test.go:520: root required
14:41:29 [2021-12-21T14:41:29.428Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestAdapterReadLogs
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestAdapterReadLogs (0.00s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestCopier
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestCopier (0.00s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestCopierLongLines
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestCopierLongLines (0.00s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestCopierSlow
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestParseVolumesFrom
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestParseVolumesFrom (0.00s)
14:41:29 [2021-12-21T14:41:29.428Z] PASS
14:41:29 [2021-12-21T14:41:29.428Z] coverage: 9.0% of statements
14:41:29 [2021-12-21T14:41:29.428Z] ok  	github.com/docker/docker/daemon	2.511s	coverage: 9.0% of statements
14:41:29 [2021-12-21T14:41:29.428Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
14:41:29 [2021-12-21T14:41:29.428Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
14:41:29 [2021-12-21T14:41:29.428Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
14:41:29 [2021-12-21T14:41:29.428Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
14:41:29 [2021-12-21T14:41:29.428Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
14:41:29 [2021-12-21T14:41:29.428Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
14:41:29 [2021-12-21T14:41:29.428Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
14:41:29 [2021-12-21T14:41:29.428Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
14:41:29 [2021-12-21T14:41:29.428Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
14:41:29 [2021-12-21T14:41:29.428Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
14:41:29 [2021-12-21T14:41:29.428Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
14:41:29 [2021-12-21T14:41:29.428Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
14:41:29 [2021-12-21T14:41:29.428Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
14:41:29 [2021-12-21T14:41:29.428Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestCopierSlow (0.20s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestCopierWithSized
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestCopierWithSized/as_is
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestCopierWithSized/With_RingLogger
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestCopierWithSized (0.01s)
14:41:29 [2021-12-21T14:41:29.428Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
14:41:29 [2021-12-21T14:41:29.428Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.01s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestCopierWithPartial
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestCopierWithPartial (0.00s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestRingLogger
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestRingLogger (0.00s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestRingCap
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestRingCap (0.00s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestRingClose
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestRingClose (0.00s)
14:41:29 [2021-12-21T14:41:29.428Z] === RUN   TestRingDrain
14:41:29 [2021-12-21T14:41:29.428Z] --- PASS: TestRingDrain (0.00s)
14:41:29 [2021-12-21T14:41:29.428Z] PASS
14:41:29 [2021-12-21T14:41:29.428Z] coverage: 43.8% of statements
14:41:29 [2021-12-21T14:41:29.428Z] ok  	github.com/docker/docker/daemon/logger	0.294s	coverage: 43.8% of statements
14:41:29 [2021-12-21T14:41:29.600Z] --- PASS: TestAuthZPluginAllowEventStream (1.06s)
14:41:29 [2021-12-21T14:41:29.600Z] === RUN   TestAuthZPluginErrorResponse
14:41:29 [2021-12-21T14:41:29.713Z] INFO: Testing against a local daemon
14:41:29 [2021-12-21T14:41:29.713Z] === RUN   TestCommitInheritsEnv
14:41:29 [2021-12-21T14:41:29.855Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
14:41:29 [2021-12-21T14:41:29.855Z] === RUN   TestAuthZPluginErrorRequest
14:41:30 [2021-12-21T14:41:30.280Z] --- PASS: TestCommitInheritsEnv (0.52s)
14:41:30 [2021-12-21T14:41:30.280Z] === RUN   TestImportExtremelyLargeImageWorks
14:41:30 [2021-12-21T14:41:30.280Z] === PAUSE TestImportExtremelyLargeImageWorks
14:41:30 [2021-12-21T14:41:30.280Z] === RUN   TestImagesFilterMultiReference
14:41:30 [2021-12-21T14:41:30.280Z] --- PASS: TestImagesFilterMultiReference (0.10s)
14:41:30 [2021-12-21T14:41:30.280Z] === RUN   TestImagePullPlatformInvalid
14:41:30 [2021-12-21T14:41:30.280Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
14:41:30 [2021-12-21T14:41:30.280Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
14:41:30 [2021-12-21T14:41:30.280Z] === RUN   TestRemoveImageOrphaning
14:41:30 [2021-12-21T14:41:30.413Z] === RUN   TestNewStreamConfig
14:41:30 [2021-12-21T14:41:30.413Z] === RUN   TestNewStreamConfig/defaults
14:41:30 [2021-12-21T14:41:30.413Z] === RUN   TestNewStreamConfig/invalid_create_group
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestNewStreamConfig/invalid_flush_interval
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestNewStreamConfig/flush_interval_at_15
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
14:41:30 [2021-12-21T14:41:30.414Z] --- PASS: TestNewStreamConfig (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestNewAWSLogsClientUserAgentHandler
14:41:30 [2021-12-21T14:41:30.414Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestNewAWSLogsClientLogFormatHeaderHandler
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestNewAWSLogsClientLogFormatHeaderHandler/json/emf
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestNewAWSLogsClientLogFormatHeaderHandler/#00
14:41:30 [2021-12-21T14:41:30.414Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z]     --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z]     --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
14:41:30 [2021-12-21T14:41:30.414Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestNewAWSLogsClientRegionDetect
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestSearchRegistryForImagesErrors
14:41:30 [2021-12-21T14:41:30.414Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestSearchRegistryForImages
14:41:30 [2021-12-21T14:41:30.414Z] --- PASS: TestSearchRegistryForImages (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestOnlyPlatformWithFallback
14:41:30 [2021-12-21T14:41:30.414Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestImageDelete
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestImageDelete/no_lease
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestImageDelete/lease_exists
14:41:30 [2021-12-21T14:41:30.414Z] time="2021-12-21T14:41:30Z" level=info msg="Trying to get region from EC2 Metadata"
14:41:30 [2021-12-21T14:41:30.414Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.22s)
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestCreateSuccess
14:41:30 [2021-12-21T14:41:30.414Z] --- PASS: TestCreateSuccess (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestCreateStreamSkipped
14:41:30 [2021-12-21T14:41:30.414Z] time="2021-12-21T14:41:30Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName
14:41:30 [2021-12-21T14:41:30.414Z] --- PASS: TestCreateStreamSkipped (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestCreateLogGroupSuccess
14:41:30 [2021-12-21T14:41:30.414Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestCreateError
14:41:30 [2021-12-21T14:41:30.414Z] --- PASS: TestCreateError (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestCreateAlreadyExists
14:41:30 [2021-12-21T14:41:30.414Z] time="2021-12-21T14:41:30Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
14:41:30 [2021-12-21T14:41:30.414Z] --- PASS: TestCreateAlreadyExists (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestLogClosed
14:41:30 [2021-12-21T14:41:30.414Z] --- PASS: TestLogClosed (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestLogBlocking
14:41:30 [2021-12-21T14:41:30.414Z] --- PASS: TestLogBlocking (0.00s)
14:41:30 [2021-12-21T14:41:30.414Z] === RUN   TestLogNonBlockingBufferEmpty
14:41:30 [2021-12-21T14:41:30.417Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
14:41:30 [2021-12-21T14:41:30.417Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
14:41:30 [2021-12-21T14:41:30.540Z] --- PASS: TestRemoveImageOrphaning (0.32s)
14:41:30 [2021-12-21T14:41:30.540Z] === RUN   TestRemoveImageGarbageCollector
14:41:30 [2021-12-21T14:41:30.540Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
14:41:30 [2021-12-21T14:41:30.800Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestLogNonBlockingBufferFull
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestPublishBatchSuccess
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestPublishBatchSuccess (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestPublishBatchError
14:41:30 [2021-12-21T14:41:30.886Z] time="2021-12-21T14:41:30Z" level=error msg=Error
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestPublishBatchError (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestPublishBatchInvalidSeqSuccess
14:41:30 [2021-12-21T14:41:30.886Z] time="2021-12-21T14:41:30Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestPublishBatchAlreadyAccepted
14:41:30 [2021-12-21T14:41:30.886Z] time="2021-12-21T14:41:30Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestImageDelete (0.04s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestImageDelete/no_lease (0.01s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestImageDelete/lease_exists (0.01s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestContentStoreForPull
14:41:30 [2021-12-21T14:41:30.886Z] time="2021-12-21T14:41:30Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestCollectBatchSimple
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestCollectBatchSimple (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestCollectBatchTicker
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestCollectBatchTicker (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestCollectBatchMultilinePattern
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestCollectBatchClose
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestCollectBatchClose (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestEffectiveLen
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestEffectiveLen/0/Hello
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestEffectiveLen/2/🙃
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestEffectiveLen/3/����
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestEffectiveLen/4/He��o
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestEffectiveLen/5/
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestEffectiveLen (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestFindValidSplit
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestFindValidSplit/0/
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1105: 
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1106: 
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestFindValidSplit/1/Hello
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1105: Hello
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1106: 
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestFindValidSplit/2/Hello
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1105: He
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1106: llo
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestFindValidSplit/3/Hello
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1105: 
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1106: Hello
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestFindValidSplit/4/🙃
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1105: 
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1106: 🙃
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestFindValidSplit/5/🙃
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1105: 🙃
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1106: 
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestFindValidSplit/6/a�
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1105: a
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1106: �
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestFindValidSplit/7/a�
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1105: a�
14:41:30 [2021-12-21T14:41:30.886Z]     cloudwatchlogs_test.go:1106: 
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestFindValidSplit (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestProcessEventEmoji
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestProcessEventEmoji (0.01s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestCollectBatchLineSplit
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestCollectBatchLineSplit (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestCollectBatchLineSplitWithBinary
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestCollectBatchMaxEvents
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestCollectBatchMaxEvents (0.09s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestCollectBatchMaxTotalBytes
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestCollectBatchMaxTotalBytes (0.15s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestCollectBatchWithDuplicateTimestamps
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestContentStoreForPull (0.28s)
14:41:30 [2021-12-21T14:41:30.886Z] PASS
14:41:30 [2021-12-21T14:41:30.886Z] coverage: 6.7% of statements
14:41:30 [2021-12-21T14:41:30.886Z] ok  	github.com/docker/docker/daemon/images	0.425s	coverage: 6.7% of statements
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestParseLogOptionsMultilinePattern
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestParseLogOptionsDatetimeFormat
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
14:41:30 [2021-12-21T14:41:30.886Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
14:41:30 [2021-12-21T14:41:30.886Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
14:41:30 [2021-12-21T14:41:30.886Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
14:41:30 [2021-12-21T14:41:30.937Z] === RUN   TestMaskSecretKeys
14:41:30 [2021-12-21T14:41:30.937Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
14:41:30 [2021-12-21T14:41:30.937Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
14:41:30 [2021-12-21T14:41:30.937Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
14:41:30 [2021-12-21T14:41:30.937Z] --- PASS: TestMaskSecretKeys (0.00s)
14:41:30 [2021-12-21T14:41:30.937Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
14:41:30 [2021-12-21T14:41:30.937Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
14:41:30 [2021-12-21T14:41:30.937Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
14:41:30 [2021-12-21T14:41:30.937Z] === RUN   TestVersionMiddlewareVersion
14:41:30 [2021-12-21T14:41:30.937Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
14:41:30 [2021-12-21T14:41:30.937Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
14:41:30 [2021-12-21T14:41:30.937Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
14:41:30 [2021-12-21T14:41:30.937Z] PASS
14:41:30 [2021-12-21T14:41:30.937Z] coverage: 37.7% of statements
14:41:30 [2021-12-21T14:41:30.937Z] ok  	github.com/docker/docker/api/server/middleware	0.070s	coverage: 37.7% of statements
14:41:30 [2021-12-21T14:41:30.937Z] ?   	github.com/docker/docker/api/server/router	[no test files]
14:41:30 [2021-12-21T14:41:30.937Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
14:41:30 [2021-12-21T14:41:30.937Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
14:41:30 [2021-12-21T14:41:30.937Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
14:41:30 [2021-12-21T14:41:30.937Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
14:41:30 [2021-12-21T14:41:30.937Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
14:41:30 [2021-12-21T14:41:30.937Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
14:41:30 [2021-12-21T14:41:30.937Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
14:41:30 [2021-12-21T14:41:30.937Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
14:41:30 [2021-12-21T14:41:30.937Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
14:41:30 [2021-12-21T14:41:30.937Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
14:41:30 [2021-12-21T14:41:30.978Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
14:41:30 [2021-12-21T14:41:30.978Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
14:41:31 [2021-12-21T14:41:31.356Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
14:41:31 [2021-12-21T14:41:31.356Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestValidateLogOptionsFormat
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestValidateLogOptionsFormat/0/json/emf
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestValidateLogOptionsFormat/1/random
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestValidateLogOptionsFormat/2/
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestValidateLogOptionsFormat/3/json/emf
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestValidateLogOptionsFormat/4/json/emf
14:41:31 [2021-12-21T14:41:31.356Z] --- PASS: TestValidateLogOptionsFormat (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z]     --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z]     --- PASS: TestValidateLogOptionsFormat/1/random (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z]     --- PASS: TestValidateLogOptionsFormat/2/ (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z]     --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z]     --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestCreateTagSuccess
14:41:31 [2021-12-21T14:41:31.356Z] --- PASS: TestCreateTagSuccess (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
14:41:31 [2021-12-21T14:41:31.356Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
14:41:31 [2021-12-21T14:41:31.356Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
14:41:31 [2021-12-21T14:41:31.356Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z] PASS
14:41:31 [2021-12-21T14:41:31.356Z] coverage: 78.0% of statements
14:41:31 [2021-12-21T14:41:31.356Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.661s	coverage: 78.0% of statements
14:41:31 [2021-12-21T14:41:31.356Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
14:41:31 [2021-12-21T14:41:31.356Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
14:41:31 [2021-12-21T14:41:31.356Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
14:41:31 [2021-12-21T14:41:31.356Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
14:41:31 [2021-12-21T14:41:31.356Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
14:41:31 [2021-12-21T14:41:31.356Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
14:41:31 [2021-12-21T14:41:31.356Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestJSONLogsMarshalJSONBuf
14:41:31 [2021-12-21T14:41:31.356Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
14:41:31 [2021-12-21T14:41:31.356Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.21s)
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestFastTimeMarshalJSON
14:41:31 [2021-12-21T14:41:31.356Z] --- PASS: TestFastTimeMarshalJSON (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z] PASS
14:41:31 [2021-12-21T14:41:31.356Z] coverage: 87.2% of statements
14:41:31 [2021-12-21T14:41:31.356Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.265s	coverage: 87.2% of statements
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestJSONFileLogger
14:41:31 [2021-12-21T14:41:31.356Z] --- PASS: TestJSONFileLogger (0.01s)
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestJSONFileLoggerWithTags
14:41:31 [2021-12-21T14:41:31.356Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestJSONFileLoggerWithOpts
14:41:31 [2021-12-21T14:41:31.356Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s)
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestJSONFileLoggerWithLabelsEnv
14:41:31 [2021-12-21T14:41:31.356Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestEncodeDecode
14:41:31 [2021-12-21T14:41:31.356Z] === PAUSE TestEncodeDecode
14:41:31 [2021-12-21T14:41:31.356Z] === RUN   TestUnexpectedEOF
14:41:31 [2021-12-21T14:41:31.393Z] === RUN   TestStrSliceMarshalJSON
14:41:31 [2021-12-21T14:41:31.394Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
14:41:31 [2021-12-21T14:41:31.394Z] === RUN   TestStrSliceUnmarshalJSON
14:41:31 [2021-12-21T14:41:31.394Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
14:41:31 [2021-12-21T14:41:31.394Z] === RUN   TestStrSliceUnmarshalString
14:41:31 [2021-12-21T14:41:31.394Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
14:41:31 [2021-12-21T14:41:31.394Z] === RUN   TestStrSliceUnmarshalSlice
14:41:31 [2021-12-21T14:41:31.394Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
14:41:31 [2021-12-21T14:41:31.394Z] PASS
14:41:31 [2021-12-21T14:41:31.394Z] coverage: 90.0% of statements
14:41:31 [2021-12-21T14:41:31.394Z] ok  	github.com/docker/docker/api/types/strslice	0.045s	coverage: 90.0% of statements
14:41:31 [2021-12-21T14:41:31.735Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
14:41:31 [2021-12-21T14:41:31.824Z] time="2021-12-21T14:41:31Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
14:41:31 [2021-12-21T14:41:31.824Z] time="2021-12-21T14:41:31Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
14:41:31 [2021-12-21T14:41:31.824Z] --- PASS: TestUnexpectedEOF (0.22s)
14:41:31 [2021-12-21T14:41:31.824Z] === CONT  TestEncodeDecode
14:41:31 [2021-12-21T14:41:31.824Z] --- PASS: TestEncodeDecode (0.00s)
14:41:31 [2021-12-21T14:41:31.824Z] PASS
14:41:31 [2021-12-21T14:41:31.824Z] coverage: 69.9% of statements
14:41:31 [2021-12-21T14:41:31.824Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.337s	coverage: 69.9% of statements
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestAdjustForAPIVersion
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestAdjustForAPIVersion (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] PASS
14:41:31 [2021-12-21T14:41:31.851Z] coverage: 5.7% of statements
14:41:31 [2021-12-21T14:41:31.851Z] ok  	github.com/docker/docker/api/server/router/swarm	0.051s	coverage: 5.7% of statements
14:41:31 [2021-12-21T14:41:31.851Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
14:41:31 [2021-12-21T14:41:31.851Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
14:41:31 [2021-12-21T14:41:31.851Z] ?   	github.com/docker/docker/api/types	[no test files]
14:41:31 [2021-12-21T14:41:31.851Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
14:41:31 [2021-12-21T14:41:31.851Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
14:41:31 [2021-12-21T14:41:31.851Z] ?   	github.com/docker/docker/api/types/container	[no test files]
14:41:31 [2021-12-21T14:41:31.851Z] ?   	github.com/docker/docker/api/types/events	[no test files]
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestToJSON
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestToJSON (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestToParamWithVersion
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestToParamWithVersion (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestFromJSON
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestFromJSON (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestEmpty
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestEmpty (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestArgsMatchKVListEmptySources
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestArgsMatchKVList
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestArgsMatchKVList (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestArgsMatch
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestArgsMatch (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestAdd
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestAdd (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestDel
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestDel (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestLen
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestLen (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestExactMatch
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestExactMatch (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestOnlyOneExactMatch
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestOnlyOneExactMatch (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestContains
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestContains (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestValidate
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestValidate (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestWalkValues
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestWalkValues (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestFuzzyMatch
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestFuzzyMatch (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestClone
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestClone (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] PASS
14:41:31 [2021-12-21T14:41:31.851Z] coverage: 92.2% of statements
14:41:31 [2021-12-21T14:41:31.851Z] ok  	github.com/docker/docker/api/types/filters	0.055s	coverage: 92.2% of statements
14:41:31 [2021-12-21T14:41:31.851Z] ?   	github.com/docker/docker/api/types/image	[no test files]
14:41:31 [2021-12-21T14:41:31.851Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
14:41:31 [2021-12-21T14:41:31.851Z] ?   	github.com/docker/docker/api/types/network	[no test files]
14:41:31 [2021-12-21T14:41:31.851Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
14:41:31 [2021-12-21T14:41:31.851Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
14:41:31 [2021-12-21T14:41:31.851Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
14:41:31 [2021-12-21T14:41:31.851Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestDurationToSecondsString
14:41:31 [2021-12-21T14:41:31.851Z] --- PASS: TestDurationToSecondsString (0.00s)
14:41:31 [2021-12-21T14:41:31.851Z] === RUN   TestGetTimestamp
14:41:32 [2021-12-21T14:41:32.303Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
14:41:32 [2021-12-21T14:41:32.312Z] --- PASS: TestGetTimestamp (0.21s)
14:41:32 [2021-12-21T14:41:32.312Z] === RUN   TestParseTimestamps
14:41:32 [2021-12-21T14:41:32.312Z] --- PASS: TestParseTimestamps (0.00s)
14:41:32 [2021-12-21T14:41:32.312Z] PASS
14:41:32 [2021-12-21T14:41:32.312Z] coverage: 100.0% of statements
14:41:32 [2021-12-21T14:41:32.312Z] ok  	github.com/docker/docker/api/types/time	0.254s	coverage: 100.0% of statements
14:41:32 [2021-12-21T14:41:32.312Z] === RUN   TestCompareVersion
14:41:32 [2021-12-21T14:41:32.312Z] --- PASS: TestCompareVersion (0.00s)
14:41:32 [2021-12-21T14:41:32.312Z] PASS
14:41:32 [2021-12-21T14:41:32.312Z] coverage: 77.3% of statements
14:41:32 [2021-12-21T14:41:32.312Z] ok  	github.com/docker/docker/api/types/versions	0.042s	coverage: 77.3% of statements
14:41:32 [2021-12-21T14:41:32.312Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
14:41:32 [2021-12-21T14:41:32.312Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
14:41:32 [2021-12-21T14:41:32.312Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
14:41:32 [2021-12-21T14:41:32.312Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
14:41:32 [2021-12-21T14:41:32.312Z] ?   	github.com/docker/docker/builder	[no test files]
14:41:32 [2021-12-21T14:41:32.312Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
14:41:32 [2021-12-21T14:41:32.312Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
14:41:32 [2021-12-21T14:41:32.312Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
14:41:32 [2021-12-21T14:41:32.312Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
14:41:32 [2021-12-21T14:41:32.312Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
14:41:32 [2021-12-21T14:41:32.312Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
14:41:32 [2021-12-21T14:41:32.312Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
14:41:32 [2021-12-21T14:41:32.343Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.32s)
14:41:32 [2021-12-21T14:41:32.343Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
14:41:32 [2021-12-21T14:41:32.562Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
14:41:32 [2021-12-21T14:41:32.811Z] === RUN   TestLog
14:41:32 [2021-12-21T14:41:32.811Z] === RUN   TestWriteLog
14:41:32 [2021-12-21T14:41:32.811Z] === PAUSE TestWriteLog
14:41:32 [2021-12-21T14:41:32.811Z] === RUN   TestReadLog
14:41:32 [2021-12-21T14:41:32.811Z] === PAUSE TestReadLog
14:41:32 [2021-12-21T14:41:32.811Z] === CONT  TestWriteLog
14:41:32 [2021-12-21T14:41:32.811Z] --- PASS: TestLog (0.01s)
14:41:32 [2021-12-21T14:41:32.811Z] PASS
14:41:32 [2021-12-21T14:41:32.811Z] coverage: 31.5% of statements
14:41:32 [2021-12-21T14:41:32.811Z] === CONT  TestReadLog
14:41:33 [2021-12-21T14:41:33.129Z] --- PASS: TestRemoveImageGarbageCollector (2.36s)
14:41:33 [2021-12-21T14:41:33.129Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:41:33 [2021-12-21T14:41:33.129Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
14:41:33 [2021-12-21T14:41:33.129Z] === RUN   TestTagInvalidReference
14:41:33 [2021-12-21T14:41:33.129Z] --- PASS: TestTagInvalidReference (0.02s)
14:41:33 [2021-12-21T14:41:33.129Z] === RUN   TestTagValidPrefixedRepo
14:41:33 [2021-12-21T14:41:33.129Z] --- PASS: TestTagValidPrefixedRepo (0.08s)
14:41:33 [2021-12-21T14:41:33.129Z] === RUN   TestTagExistedNameWithoutForce
14:41:33 [2021-12-21T14:41:33.130Z] --- PASS: TestTagExistedNameWithoutForce (0.05s)
14:41:33 [2021-12-21T14:41:33.130Z] === RUN   TestTagOfficialNames
14:41:33 [2021-12-21T14:41:33.130Z] --- PASS: TestTagOfficialNames (0.08s)
14:41:33 [2021-12-21T14:41:33.130Z] === RUN   TestTagMatchesDigest
14:41:33 [2021-12-21T14:41:33.130Z] --- PASS: TestTagMatchesDigest (0.02s)
14:41:33 [2021-12-21T14:41:33.130Z] === CONT  TestImportExtremelyLargeImageWorks
14:41:33 [2021-12-21T14:41:33.279Z] === RUN   TestReadLog/tail_exact
14:41:33 [2021-12-21T14:41:33.279Z] --- PASS: TestWriteLog (0.01s)
14:41:33 [2021-12-21T14:41:33.279Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.088s	coverage: 31.5% of statements
14:41:33 [2021-12-21T14:41:33.279Z] === RUN   TestOpenFileDelete
14:41:33 [2021-12-21T14:41:33.279Z] --- PASS: TestOpenFileDelete (0.00s)
14:41:33 [2021-12-21T14:41:33.279Z] === RUN   TestOpenFileRename
14:41:33 [2021-12-21T14:41:33.279Z] --- PASS: TestOpenFileRename (0.01s)
14:41:33 [2021-12-21T14:41:33.279Z] === RUN   TestParseLogTagDefaultTag
14:41:33 [2021-12-21T14:41:33.279Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
14:41:33 [2021-12-21T14:41:33.279Z] === RUN   TestParseLogTag
14:41:33 [2021-12-21T14:41:33.279Z] --- PASS: TestParseLogTag (0.00s)
14:41:33 [2021-12-21T14:41:33.279Z] === RUN   TestParseLogTagEmptyTag
14:41:33 [2021-12-21T14:41:33.279Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
14:41:33 [2021-12-21T14:41:33.279Z] === RUN   TestTailFiles
14:41:33 [2021-12-21T14:41:33.279Z] --- PASS: TestTailFiles (0.00s)
14:41:33 [2021-12-21T14:41:33.279Z] === RUN   TestFollowLogsConsumerGone
14:41:33 [2021-12-21T14:41:33.279Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
14:41:33 [2021-12-21T14:41:33.279Z] === RUN   TestFollowLogsProducerGone
14:41:33 [2021-12-21T14:41:33.279Z]     logfile_test.go:178: logDecode() closed after sending 1224 messages
14:41:33 [2021-12-21T14:41:33.279Z]     logfile_test.go:231: messages sent: 1224, received: 1224
14:41:33 [2021-12-21T14:41:33.279Z] --- PASS: TestFollowLogsProducerGone (0.00s)
14:41:33 [2021-12-21T14:41:33.279Z] === RUN   TestCheckCapacityAndRotate
14:41:33 [2021-12-21T14:41:33.279Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
14:41:33 [2021-12-21T14:41:33.279Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
14:41:33 [2021-12-21T14:41:33.279Z] --- PASS: TestCheckCapacityAndRotate (0.05s)
14:41:33 [2021-12-21T14:41:33.279Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
14:41:33 [2021-12-21T14:41:33.279Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s)
14:41:33 [2021-12-21T14:41:33.279Z] PASS
14:41:33 [2021-12-21T14:41:33.279Z] coverage: 53.7% of statements
14:41:33 [2021-12-21T14:41:33.279Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.125s	coverage: 53.7% of statements
14:41:33 [2021-12-21T14:41:33.279Z] === RUN   TestReadLog/tail_less_than_available
14:41:33 [2021-12-21T14:41:33.279Z] === RUN   TestReadLog/tail_more_than_available
14:41:33 [2021-12-21T14:41:33.279Z] --- PASS: TestReadLog (0.23s)
14:41:33 [2021-12-21T14:41:33.279Z]     --- PASS: TestReadLog/tail_exact (0.22s)
14:41:33 [2021-12-21T14:41:33.279Z]     --- PASS: TestReadLog/tail_less_than_available (0.01s)
14:41:33 [2021-12-21T14:41:33.279Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
14:41:33 [2021-12-21T14:41:33.279Z] PASS
14:41:33 [2021-12-21T14:41:33.279Z] coverage: 75.2% of statements
14:41:33 [2021-12-21T14:41:33.279Z] ok  	github.com/docker/docker/daemon/logger/local	0.355s	coverage: 75.2% of statements
14:41:33 [2021-12-21T14:41:33.279Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
14:41:33 [2021-12-21T14:41:33.388Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
14:41:33 [2021-12-21T14:41:33.647Z] === RUN   TestDockerSuite/TestBuildDockerignore
14:41:33 [2021-12-21T14:41:33.709Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.29s)
14:41:33 [2021-12-21T14:41:33.709Z] === RUN   TestAuthZPluginHeader
14:41:33 [2021-12-21T14:41:33.847Z] === RUN   TestParseRemoteURL
14:41:33 [2021-12-21T14:41:33.847Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
14:41:33 [2021-12-21T14:41:33.847Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
14:41:33 [2021-12-21T14:41:33.847Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
14:41:33 [2021-12-21T14:41:33.847Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
14:41:33 [2021-12-21T14:41:33.847Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
14:41:33 [2021-12-21T14:41:33.847Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
14:41:33 [2021-12-21T14:41:33.847Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
14:41:33 [2021-12-21T14:41:33.847Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
14:41:33 [2021-12-21T14:41:33.847Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
14:41:33 [2021-12-21T14:41:33.847Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
14:41:33 [2021-12-21T14:41:33.847Z] --- PASS: TestParseRemoteURL (0.00s)
14:41:33 [2021-12-21T14:41:33.847Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
14:41:33 [2021-12-21T14:41:33.847Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
14:41:33 [2021-12-21T14:41:33.847Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
14:41:33 [2021-12-21T14:41:33.847Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
14:41:33 [2021-12-21T14:41:33.847Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
14:41:33 [2021-12-21T14:41:33.847Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
14:41:33 [2021-12-21T14:41:33.847Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
14:41:33 [2021-12-21T14:41:33.847Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
14:41:33 [2021-12-21T14:41:33.847Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
14:41:33 [2021-12-21T14:41:33.847Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
14:41:33 [2021-12-21T14:41:33.847Z] === RUN   TestCloneArgsSmartHttp
14:41:33 [2021-12-21T14:41:33.847Z] --- PASS: TestCloneArgsSmartHttp (0.07s)
14:41:33 [2021-12-21T14:41:33.847Z] === RUN   TestCloneArgsDumbHttp
14:41:33 [2021-12-21T14:41:33.847Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
14:41:33 [2021-12-21T14:41:33.847Z] === RUN   TestCloneArgsGit
14:41:33 [2021-12-21T14:41:33.847Z] --- PASS: TestCloneArgsGit (0.00s)
14:41:33 [2021-12-21T14:41:33.847Z] === RUN   TestCheckoutGit
14:41:33 [2021-12-21T14:41:33.906Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestNewParse
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestNewParse (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] PASS
14:41:34 [2021-12-21T14:41:34.266Z] coverage: 8.3% of statements
14:41:34 [2021-12-21T14:41:34.266Z] ok  	github.com/docker/docker/daemon/logger/templates	0.119s	coverage: 8.3% of statements
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestValidateLogOpt
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestValidateLogOpt (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestNewMissedConfig
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestNewMissedConfig (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestNewMissedUrl
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestNewMissedUrl (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestNewMissedToken
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestNewMissedToken (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestNewWithProxy
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestNewWithProxy (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestDefault
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestDefault (0.01s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestInlineFormatWithNonDefaultOptions
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestJsonFormat
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestJsonFormat (0.01s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestRawFormat
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestRawFormat (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestRawFormatWithLabels
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestRawFormatWithLabels (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestRawFormatWithoutTag
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestRawFormatWithoutTag (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestBatching
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestParseLogFormat
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestParseLogFormat (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestValidateLogOptEmpty
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestValidateLogOptEmpty (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestValidateSyslogAddress
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestValidateSyslogAddress (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestParseAddressDefaultPort
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestParseAddressDefaultPort (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestValidateSyslogFacility
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestValidateSyslogFacility (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestValidateLogOptSyslogFormat
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] === RUN   TestValidateLogOpt
14:41:34 [2021-12-21T14:41:34.266Z] --- PASS: TestValidateLogOpt (0.00s)
14:41:34 [2021-12-21T14:41:34.266Z] PASS
14:41:34 [2021-12-21T14:41:34.266Z] coverage: 46.8% of statements
14:41:34 [2021-12-21T14:41:34.266Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.066s	coverage: 46.8% of statements
14:41:34 [2021-12-21T14:41:34.271Z] --- PASS: TestAuthZPluginHeader (0.68s)
14:41:34 [2021-12-21T14:41:34.271Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
14:41:34 [2021-12-21T14:41:34.271Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:41:34 [2021-12-21T14:41:34.271Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
14:41:34 [2021-12-21T14:41:34.271Z] === RUN   TestAuthZPluginV2Disable
14:41:34 [2021-12-21T14:41:34.271Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:41:34 [2021-12-21T14:41:34.271Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
14:41:34 [2021-12-21T14:41:34.271Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
14:41:34 [2021-12-21T14:41:34.271Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:41:34 [2021-12-21T14:41:34.271Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
14:41:34 [2021-12-21T14:41:34.271Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
14:41:34 [2021-12-21T14:41:34.271Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:41:34 [2021-12-21T14:41:34.271Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
14:41:34 [2021-12-21T14:41:34.271Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
14:41:34 [2021-12-21T14:41:34.735Z] --- PASS: TestBatching (0.27s)
14:41:34 [2021-12-21T14:41:34.735Z] === RUN   TestFrequency
14:41:34 [2021-12-21T14:41:34.735Z] --- PASS: TestFrequency (0.18s)
14:41:34 [2021-12-21T14:41:34.735Z] === RUN   TestOneMessagePerRequest
14:41:34 [2021-12-21T14:41:34.735Z] --- PASS: TestOneMessagePerRequest (0.00s)
14:41:34 [2021-12-21T14:41:34.735Z] === RUN   TestVerify
14:41:34 [2021-12-21T14:41:34.735Z] --- PASS: TestVerify (0.00s)
14:41:34 [2021-12-21T14:41:34.735Z] === RUN   TestSkipVerify
14:41:34 [2021-12-21T14:41:34.843Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
14:41:34 [2021-12-21T14:41:34.843Z]     docker_cli_daemon_test.go:2887: Checking IpcMode private set from config
14:41:35 [2021-12-21T14:41:35.102Z]     docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config
14:41:35 [2021-12-21T14:41:35.203Z] time="2021-12-21T14:41:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:41:35 [2021-12-21T14:41:35.204Z] time="2021-12-21T14:41:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:41:35 [2021-12-21T14:41:35.204Z] time="2021-12-21T14:41:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:41:35 [2021-12-21T14:41:35.384Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
14:41:35 [2021-12-21T14:41:35.384Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s)
14:41:35 [2021-12-21T14:41:35.384Z] === RUN   TestProcessNoDockerignore
14:41:35 [2021-12-21T14:41:35.384Z] --- PASS: TestProcessNoDockerignore (0.00s)
14:41:35 [2021-12-21T14:41:35.384Z] === RUN   TestProcessShouldLeaveAllFiles
14:41:35 [2021-12-21T14:41:35.384Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
14:41:35 [2021-12-21T14:41:35.384Z] === RUN   TestDetectContentType
14:41:35 [2021-12-21T14:41:35.384Z] --- PASS: TestDetectContentType (0.00s)
14:41:35 [2021-12-21T14:41:35.384Z] === RUN   TestSelectAcceptableMIME
14:41:35 [2021-12-21T14:41:35.384Z] --- PASS: TestSelectAcceptableMIME (0.00s)
14:41:35 [2021-12-21T14:41:35.384Z] === RUN   TestInspectEmptyResponse
14:41:35 [2021-12-21T14:41:35.384Z] --- PASS: TestInspectEmptyResponse (0.00s)
14:41:35 [2021-12-21T14:41:35.384Z] === RUN   TestInspectResponseBinary
14:41:35 [2021-12-21T14:41:35.384Z] --- PASS: TestInspectResponseBinary (0.00s)
14:41:35 [2021-12-21T14:41:35.384Z] === RUN   TestResponseUnsupportedContentType
14:41:35 [2021-12-21T14:41:35.384Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
14:41:35 [2021-12-21T14:41:35.384Z] === RUN   TestInspectResponseTextSimple
14:41:35 [2021-12-21T14:41:35.384Z] --- PASS: TestInspectResponseTextSimple (0.00s)
14:41:35 [2021-12-21T14:41:35.384Z] === RUN   TestInspectResponseEmptyContentType
14:41:35 [2021-12-21T14:41:35.384Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
14:41:35 [2021-12-21T14:41:35.384Z] === RUN   TestUnknownContentLength
14:41:35 [2021-12-21T14:41:35.384Z] --- PASS: TestUnknownContentLength (0.00s)
14:41:35 [2021-12-21T14:41:35.384Z] === RUN   TestDownloadRemote
14:41:35 [2021-12-21T14:41:35.670Z]     docker_cli_daemon_test.go:2887: Checking IpcMode host set from config
14:41:35 [2021-12-21T14:41:35.678Z] --- PASS: TestSkipVerify (0.90s)
14:41:35 [2021-12-21T14:41:35.678Z] === RUN   TestBufferMaximum
14:41:35 [2021-12-21T14:41:35.678Z] time="2021-12-21T14:41:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:41:35 [2021-12-21T14:41:35.678Z] time="2021-12-21T14:41:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:41:35 [2021-12-21T14:41:35.678Z] time="2021-12-21T14:41:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:41:35 [2021-12-21T14:41:35.678Z] time="2021-12-21T14:41:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:41:35 [2021-12-21T14:41:35.678Z] time="2021-12-21T14:41:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:41:35 [2021-12-21T14:41:35.678Z] time="2021-12-21T14:41:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097695.459466\",\"host\":\"fc10673139d0\"}'"
14:41:35 [2021-12-21T14:41:35.678Z] time="2021-12-21T14:41:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097695.459466\",\"host\":\"fc10673139d0\"}'"
14:41:35 [2021-12-21T14:41:35.678Z] --- PASS: TestBufferMaximum (0.00s)
14:41:35 [2021-12-21T14:41:35.678Z] === RUN   TestServerAlwaysDown
14:41:35 [2021-12-21T14:41:35.678Z] time="2021-12-21T14:41:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:41:35 [2021-12-21T14:41:35.678Z] time="2021-12-21T14:41:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:41:35 [2021-12-21T14:41:35.678Z] time="2021-12-21T14:41:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097695.462483\",\"host\":\"fc10673139d0\"}'"
14:41:35 [2021-12-21T14:41:35.678Z] time="2021-12-21T14:41:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097695.462483\",\"host\":\"fc10673139d0\"}'"
14:41:35 [2021-12-21T14:41:35.678Z] time="2021-12-21T14:41:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:41:35 [2021-12-21T14:41:35.678Z] time="2021-12-21T14:41:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097695.462483\",\"host\":\"fc10673139d0\"}'"
14:41:35 [2021-12-21T14:41:35.678Z] time="2021-12-21T14:41:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097695.463483\",\"host\":\"fc10673139d0\"}'"
14:41:35 [2021-12-21T14:41:35.678Z] time="2021-12-21T14:41:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097695.463483\",\"host\":\"fc10673139d0\"}'"
14:41:35 [2021-12-21T14:41:35.678Z] --- PASS: TestServerAlwaysDown (0.00s)
14:41:35 [2021-12-21T14:41:35.678Z] === RUN   TestCannotSendAfterClose
14:41:35 [2021-12-21T14:41:35.678Z] --- PASS: TestCannotSendAfterClose (0.00s)
14:41:35 [2021-12-21T14:41:35.678Z] === RUN   TestDeadlockOnBlockedEndpoint
14:41:35 [2021-12-21T14:41:35.841Z] === RUN   TestEnable
14:41:35 [2021-12-21T14:41:35.841Z] --- PASS: TestEnable (0.00s)
14:41:35 [2021-12-21T14:41:35.841Z] === RUN   TestDisable
14:41:35 [2021-12-21T14:41:35.841Z] --- PASS: TestDisable (0.00s)
14:41:35 [2021-12-21T14:41:35.841Z] === RUN   TestEnabled
14:41:35 [2021-12-21T14:41:35.841Z] --- PASS: TestEnabled (0.00s)
14:41:35 [2021-12-21T14:41:35.841Z] PASS
14:41:35 [2021-12-21T14:41:35.841Z] coverage: 100.0% of statements
14:41:35 [2021-12-21T14:41:35.841Z] ok  	github.com/docker/docker/cli/debug	0.054s	coverage: 100.0% of statements
14:41:35 [2021-12-21T14:41:35.841Z] --- PASS: TestDownloadRemote (0.10s)
14:41:35 [2021-12-21T14:41:35.841Z] === RUN   TestGetWithStatusError
14:41:35 [2021-12-21T14:41:35.841Z] --- PASS: TestGetWithStatusError (0.00s)
14:41:35 [2021-12-21T14:41:35.841Z] === RUN   TestCloseRootDirectory
14:41:35 [2021-12-21T14:41:35.841Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:41:35 [2021-12-21T14:41:35.841Z] --- SKIP: TestCloseRootDirectory (0.01s)
14:41:35 [2021-12-21T14:41:35.841Z] === RUN   TestHashFile
14:41:35 [2021-12-21T14:41:35.841Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:41:35 [2021-12-21T14:41:35.841Z] --- SKIP: TestHashFile (0.00s)
14:41:35 [2021-12-21T14:41:35.841Z] === RUN   TestHashSubdir
14:41:35 [2021-12-21T14:41:35.841Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:41:35 [2021-12-21T14:41:35.841Z] --- SKIP: TestHashSubdir (0.01s)
14:41:35 [2021-12-21T14:41:35.841Z] === RUN   TestRemoveDirectory
14:41:35 [2021-12-21T14:41:35.841Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:41:35 [2021-12-21T14:41:35.841Z] --- SKIP: TestRemoveDirectory (0.01s)
14:41:35 [2021-12-21T14:41:35.841Z] PASS
14:41:35 [2021-12-21T14:41:35.841Z] coverage: 9.3% of statements
14:41:35 [2021-12-21T14:41:35.841Z] ok  	github.com/docker/docker/builder/remotecontext	0.289s	coverage: 9.3% of statements
14:41:36 [2021-12-21T14:41:36.149Z] === RUN   TestV1IDService
14:41:36 [2021-12-21T14:41:36.149Z] --- PASS: TestV1IDService (0.02s)
14:41:36 [2021-12-21T14:41:36.149Z] === RUN   TestV2MetadataService
14:41:36 [2021-12-21T14:41:36.237Z]     docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestGetAllAllowed
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestGetAllAllowed (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestGetAllMeta
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestGetAllMeta (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestWarnOnUnusedBuildArgs
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestIsUnreferencedBuiltin
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestIsExistingDirectory
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestIsExistingDirectory (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestGetFilenameForDownload
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestGetFilenameForDownload (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestEnv2Variables
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestEnv2Variables (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestEnvValueWithExistingRunConfigEnv
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestMaintainer
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestMaintainer (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestLabel
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestLabel (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestFromScratch
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestFromScratch (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestFromWithArg
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestFromWithArg (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestFromWithArgButBuildArgsNotGiven
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestFromWithUndefinedArg
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestFromWithUndefinedArg (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestFromMultiStageWithNamedStage
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestOnbuild
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestOnbuild (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestWorkdir
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestWorkdir (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestCmd
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestCmd (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestHealthcheckNone
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestHealthcheckNone (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestHealthcheckCmd
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestHealthcheckCmd (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestEntrypoint
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestEntrypoint (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestExpose
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestExpose (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestUser
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestUser (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestVolume
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestVolume (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestStopSignal
14:41:36 [2021-12-21T14:41:36.300Z]     dispatchers_test.go:377: Windows does not support stopsignal
14:41:36 [2021-12-21T14:41:36.300Z] --- SKIP: TestStopSignal (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestArg
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestArg (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestShell
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestShell (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestPrependEnvOnCmd
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestPrependEnvOnCmd (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestRunWithBuildArgs
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestRunWithBuildArgs (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestRunIgnoresHealthcheck
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestDispatchUnsupportedOptions
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestNormalizeWorkdir
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestNormalizeWorkdir (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestDispatch
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestDispatch/ADD_multiple_files_to_file
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestDispatch/COPY_multiple_files_to_file
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestDispatch/COPY_wildcard_no_files
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestDispatch/COPY_url
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestDispatch (0.08s)
14:41:36 [2021-12-21T14:41:36.300Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s)
14:41:36 [2021-12-21T14:41:36.300Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
14:41:36 [2021-12-21T14:41:36.300Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
14:41:36 [2021-12-21T14:41:36.300Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
14:41:36 [2021-12-21T14:41:36.300Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
14:41:36 [2021-12-21T14:41:36.300Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z]     --- PASS: TestDispatch/COPY_url (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestAddScratchImageAddsToMounts
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestAddFromScratchPopulatesPlatform
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestImageSourceGetAddsToMounts
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestEmptyDockerfile
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestEmptyDockerfile (0.01s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestSymlinkDockerfile
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestSymlinkDockerfile (0.01s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestDockerfileOutsideTheBuildContext
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestNonExistingDockerfile
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestNonExistingDockerfile (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestCopyRunConfig
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestCopyRunConfig (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestDeepCopyRunConfig
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestDeepCopyRunConfig (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestExportImage
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestExportImage (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] === RUN   TestNormalizeDest
14:41:36 [2021-12-21T14:41:36.300Z] --- PASS: TestNormalizeDest (0.00s)
14:41:36 [2021-12-21T14:41:36.300Z] PASS
14:41:36 [2021-12-21T14:41:36.300Z] coverage: 46.8% of statements
14:41:36 [2021-12-21T14:41:36.300Z] ok  	github.com/docker/docker/builder/dockerfile	0.259s	coverage: 46.8% of statements
14:41:36 [2021-12-21T14:41:36.626Z] time="2021-12-21T14:41:36Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk
14:41:36 [2021-12-21T14:41:36.626Z] time="2021-12-21T14:41:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"fc10673139d0\"}'"
14:41:36 [2021-12-21T14:41:36.626Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
14:41:36 [2021-12-21T14:41:36.626Z] PASS
14:41:36 [2021-12-21T14:41:36.626Z] coverage: 82.5% of statements
14:41:36 [2021-12-21T14:41:36.626Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.449s	coverage: 82.5% of statements
14:41:36 [2021-12-21T14:41:36.626Z] ?   	github.com/docker/docker/daemon/names	[no test files]
14:41:36 [2021-12-21T14:41:36.626Z] ?   	github.com/docker/docker/daemon/network	[no test files]
14:41:36 [2021-12-21T14:41:36.626Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
14:41:36 [2021-12-21T14:41:36.757Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
14:41:36 [2021-12-21T14:41:36.757Z] === RUN   TestTCP4Proxy
14:41:36 [2021-12-21T14:41:36.804Z]     docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config
14:41:37 [2021-12-21T14:41:37.094Z] === RUN   TestSuccessfulDownload
14:41:37 [2021-12-21T14:41:37.094Z]     download_test.go:267: Needs fixing on Windows
14:41:37 [2021-12-21T14:41:37.094Z] --- SKIP: TestSuccessfulDownload (0.00s)
14:41:37 [2021-12-21T14:41:37.094Z] === RUN   TestCancelledDownload
14:41:37 [2021-12-21T14:41:37.094Z] --- PASS: TestCancelledDownload (0.00s)
14:41:37 [2021-12-21T14:41:37.094Z] === RUN   TestMaxDownloadAttempts
14:41:37 [2021-12-21T14:41:37.094Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
14:41:37 [2021-12-21T14:41:37.094Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
14:41:37 [2021-12-21T14:41:37.094Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
14:41:37 [2021-12-21T14:41:37.094Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
14:41:37 [2021-12-21T14:41:37.094Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
14:41:37 [2021-12-21T14:41:37.094Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
14:41:37 [2021-12-21T14:41:37.094Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
14:41:37 [2021-12-21T14:41:37.094Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
14:41:37 [2021-12-21T14:41:37.094Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
14:41:37 [2021-12-21T14:41:37.094Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
14:41:37 [2021-12-21T14:41:37.094Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
14:41:37 [2021-12-21T14:41:37.094Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
14:41:37 [2021-12-21T14:41:37.094Z] --- PASS: TestV2MetadataService (1.32s)
14:41:37 [2021-12-21T14:41:37.094Z] PASS
14:41:37 [2021-12-21T14:41:37.094Z] coverage: 48.2% of statements
14:41:37 [2021-12-21T14:41:37.094Z] ok  	github.com/docker/docker/distribution/metadata	1.431s	coverage: 48.2% of statements
14:41:37 [2021-12-21T14:41:37.215Z] --- PASS: TestTCP4Proxy (0.01s)
14:41:37 [2021-12-21T14:41:37.215Z] === RUN   TestTCP4ProxyHalfClose
14:41:37 [2021-12-21T14:41:37.215Z] --- PASS: TestTCP4ProxyHalfClose (0.00s)
14:41:37 [2021-12-21T14:41:37.215Z] === RUN   TestTCP6Proxy
14:41:37 [2021-12-21T14:41:37.215Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
14:41:37 [2021-12-21T14:41:37.215Z] --- SKIP: TestTCP6Proxy (0.00s)
14:41:37 [2021-12-21T14:41:37.215Z] === RUN   TestTCPDualStackProxy
14:41:37 [2021-12-21T14:41:37.215Z]     network_proxy_test.go:208: No support for dual stack yet
14:41:37 [2021-12-21T14:41:37.215Z] --- SKIP: TestTCPDualStackProxy (0.00s)
14:41:37 [2021-12-21T14:41:37.215Z] === RUN   TestUDP4Proxy
14:41:37 [2021-12-21T14:41:37.215Z] --- PASS: TestUDP4Proxy (0.00s)
14:41:37 [2021-12-21T14:41:37.215Z] === RUN   TestUDP6Proxy
14:41:37 [2021-12-21T14:41:37.215Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
14:41:37 [2021-12-21T14:41:37.215Z] --- SKIP: TestUDP6Proxy (0.00s)
14:41:37 [2021-12-21T14:41:37.215Z] === RUN   TestUDPWriteError
14:41:37 [2021-12-21T14:41:37.215Z] --- PASS: TestUDPWriteError (0.00s)
14:41:37 [2021-12-21T14:41:37.215Z] === RUN   TestSCTP4Proxy
14:41:37 [2021-12-21T14:41:37.215Z]     network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows
14:41:37 [2021-12-21T14:41:37.215Z] --- SKIP: TestSCTP4Proxy (0.00s)
14:41:37 [2021-12-21T14:41:37.215Z] === RUN   TestSCTP6Proxy
14:41:37 [2021-12-21T14:41:37.215Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
14:41:37 [2021-12-21T14:41:37.215Z] --- SKIP: TestSCTP6Proxy (0.00s)
14:41:37 [2021-12-21T14:41:37.215Z] PASS
14:41:37 [2021-12-21T14:41:37.215Z] coverage: 49.4% of statements
14:41:37 [2021-12-21T14:41:37.215Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.094s	coverage: 49.4% of statements
14:41:37 [2021-12-21T14:41:37.370Z]     docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli
14:41:37 [2021-12-21T14:41:37.562Z] === RUN   TestContinueOnError_NonMirrorEndpoint
14:41:37 [2021-12-21T14:41:37.562Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
14:41:37 [2021-12-21T14:41:37.562Z] === RUN   TestContinueOnError_MirrorEndpoint
14:41:37 [2021-12-21T14:41:37.562Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
14:41:37 [2021-12-21T14:41:37.562Z] === RUN   TestContinueOnError_NeverContinue
14:41:37 [2021-12-21T14:41:37.562Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
14:41:37 [2021-12-21T14:41:37.562Z] === RUN   TestManifestStore
14:41:37 [2021-12-21T14:41:37.562Z] === RUN   TestManifestStore/no_remote_or_local
14:41:37 [2021-12-21T14:41:37.562Z] time="2021-12-21T14:41:37Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:41:37 [2021-12-21T14:41:37.562Z] time="2021-12-21T14:41:37Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:41:37 [2021-12-21T14:41:37.562Z] time="2021-12-21T14:41:37Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:41:37 [2021-12-21T14:41:37.562Z] time="2021-12-21T14:41:37Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:41:37 [2021-12-21T14:41:37.562Z] --- PASS: TestMaxDownloadAttempts (0.00s)
14:41:37 [2021-12-21T14:41:37.562Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.51s)
14:41:37 [2021-12-21T14:41:37.562Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.51s)
14:41:37 [2021-12-21T14:41:37.562Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.51s)
14:41:37 [2021-12-21T14:41:37.562Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.51s)
14:41:37 [2021-12-21T14:41:37.562Z] === RUN   TestTransfer
14:41:37 [2021-12-21T14:41:37.562Z] time="2021-12-21T14:41:37Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2459373154\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
14:41:37 [2021-12-21T14:41:37.562Z] === RUN   TestManifestStore/no_local_cache
14:41:37 [2021-12-21T14:41:37.562Z] === RUN   TestManifestStore/with_local_cache
14:41:37 [2021-12-21T14:41:37.562Z] === RUN   TestManifestStore/unknown_media_type
14:41:37 [2021-12-21T14:41:37.562Z] === RUN   TestManifestStore/unknown_media_type/no_cache
14:41:37 [2021-12-21T14:41:37.562Z] time="2021-12-21T14:41:37Z" level=warning msg="reference for unknown type: "
14:41:37 [2021-12-21T14:41:37.562Z] time="2021-12-21T14:41:37Z" level=warning msg="reference for unknown type: "
14:41:37 [2021-12-21T14:41:37.562Z] === RUN   TestManifestStore/unknown_media_type/with_cache
14:41:37 [2021-12-21T14:41:37.562Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
14:41:37 [2021-12-21T14:41:37.563Z] time="2021-12-21T14:41:37Z" level=warning msg="reference for unknown type: "
14:41:37 [2021-12-21T14:41:37.563Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
14:41:37 [2021-12-21T14:41:37.563Z] time="2021-12-21T14:41:37Z" level=warning msg="reference for unknown type: "
14:41:37 [2021-12-21T14:41:37.563Z] time="2021-12-21T14:41:37Z" level=warning msg="reference for unknown type: "
14:41:37 [2021-12-21T14:41:37.563Z] === RUN   TestManifestStore/error_persisting_manifest
14:41:37 [2021-12-21T14:41:37.563Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
14:41:37 [2021-12-21T14:41:37.563Z] --- PASS: TestTransfer (0.12s)
14:41:37 [2021-12-21T14:41:37.563Z] === RUN   TestConcurrencyLimit
14:41:37 [2021-12-21T14:41:37.563Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
14:41:37 [2021-12-21T14:41:37.563Z] time="2021-12-21T14:41:37Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
14:41:37 [2021-12-21T14:41:37.563Z] --- PASS: TestManifestStore (0.43s)
14:41:37 [2021-12-21T14:41:37.563Z]     --- PASS: TestManifestStore/no_remote_or_local (0.30s)
14:41:37 [2021-12-21T14:41:37.563Z]     --- PASS: TestManifestStore/no_local_cache (0.02s)
14:41:37 [2021-12-21T14:41:37.563Z]     --- PASS: TestManifestStore/with_local_cache (0.02s)
14:41:37 [2021-12-21T14:41:37.563Z]     --- PASS: TestManifestStore/unknown_media_type (0.06s)
14:41:37 [2021-12-21T14:41:37.563Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s)
14:41:37 [2021-12-21T14:41:37.563Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s)
14:41:37 [2021-12-21T14:41:37.563Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s)
14:41:37 [2021-12-21T14:41:37.563Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s)
14:41:37 [2021-12-21T14:41:37.563Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.02s)
14:41:37 [2021-12-21T14:41:37.563Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s)
14:41:37 [2021-12-21T14:41:37.563Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s)
14:41:37 [2021-12-21T14:41:37.563Z] === RUN   TestDetectManifestBlobMediaType
14:41:37 [2021-12-21T14:41:37.563Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
14:41:37 [2021-12-21T14:41:37.563Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
14:41:37 [2021-12-21T14:41:37.563Z] === RUN   TestDetectManifestBlobMediaType/schema1
14:41:37 [2021-12-21T14:41:37.810Z] --- PASS: TestServicePlugin (29.59s)
14:41:37 [2021-12-21T14:41:37.811Z] === RUN   TestServiceUpdateLabel
14:41:37 [2021-12-21T14:41:37.938Z]     docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
14:41:38 [2021-12-21T14:41:38.037Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaTypeInvalid
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/config_and_manifests
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers
14:41:38 [2021-12-21T14:41:38.037Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestFixManifestLayers
14:41:38 [2021-12-21T14:41:38.037Z] --- PASS: TestFixManifestLayers (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestFixManifestLayersBaseLayerParent
14:41:38 [2021-12-21T14:41:38.037Z]     pull_v2_test.go:73: Needs fixing on Windows
14:41:38 [2021-12-21T14:41:38.037Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestFixManifestLayersBadParent
14:41:38 [2021-12-21T14:41:38.037Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestValidateManifest
14:41:38 [2021-12-21T14:41:38.037Z]     pull_v2_test.go:118: Needs fixing on Windows
14:41:38 [2021-12-21T14:41:38.037Z] --- SKIP: TestValidateManifest (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestFormatPlatform
14:41:38 [2021-12-21T14:41:38.037Z] --- PASS: TestFormatPlatform (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestGetRepositoryMountCandidates
14:41:38 [2021-12-21T14:41:38.037Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestLayerAlreadyExists
14:41:38 [2021-12-21T14:41:38.037Z]     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}
14:41:38 [2021-12-21T14:41:38.037Z]     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}
14:41:38 [2021-12-21T14:41:38.037Z]     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}
14:41:38 [2021-12-21T14:41:38.037Z]     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}
14:41:38 [2021-12-21T14:41:38.037Z]     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}
14:41:38 [2021-12-21T14:41:38.037Z]     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}
14:41:38 [2021-12-21T14:41:38.037Z] --- PASS: TestLayerAlreadyExists (0.00s)
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestWhenEmptyAuthConfig
14:41:38 [2021-12-21T14:41:38.037Z] --- PASS: TestConcurrencyLimit (0.36s)
14:41:38 [2021-12-21T14:41:38.037Z] === RUN   TestInactiveJobs
14:41:38 [2021-12-21T14:41:38.197Z]     docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli
14:41:38 [2021-12-21T14:41:38.371Z] --- PASS: TestServiceUpdateLabel (2.15s)
14:41:38 [2021-12-21T14:41:38.371Z] === RUN   TestServiceUpdateSecrets
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestNotFound
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestNotFound (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestConflict
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestConflict (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestForbidden
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestForbidden (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestInvalidParameter
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestInvalidParameter (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestNotImplemented
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestNotImplemented (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestNotModified
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestNotModified (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestUnauthorized
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestUnauthorized (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestUnknown
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestUnknown (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestCancelled
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestCancelled (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestDeadline
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestDeadline (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestDataLoss
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestDataLoss (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestUnavailable
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestUnavailable (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestSystem
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestSystem (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestFromStatusCode
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestFromStatusCode/Not_Found
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestFromStatusCode/Bad_Request
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestFromStatusCode/Conflict
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestFromStatusCode/Unauthorized
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestFromStatusCode/Service_Unavailable
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestFromStatusCode/Forbidden
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestFromStatusCode/Not_Modified
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestFromStatusCode/Not_Implemented
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestFromStatusCode/Internal_Server_Error
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestFromStatusCode (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z] PASS
14:41:38 [2021-12-21T14:41:38.506Z] coverage: 53.1% of statements
14:41:38 [2021-12-21T14:41:38.506Z] ok  	github.com/docker/docker/errdefs	0.047s	coverage: 53.1% of statements
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestInactiveJobs (0.42s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestWatchRelease
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestWatchRelease (0.04s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestWatchFinishedTransfer
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestWatchFinishedTransfer (0.00s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestDuplicateTransfer
14:41:38 [2021-12-21T14:41:38.506Z] --- PASS: TestDuplicateTransfer (0.04s)
14:41:38 [2021-12-21T14:41:38.506Z] === RUN   TestSuccessfulUpload
14:41:38 [2021-12-21T14:41:38.764Z]     docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli
14:41:38 [2021-12-21T14:41:38.975Z] time="2021-12-21T14:41:38Z" level=error msg="Upload failed, retrying: simulating retry"
14:41:38 [2021-12-21T14:41:38.975Z] --- PASS: TestWhenEmptyAuthConfig (1.20s)
14:41:38 [2021-12-21T14:41:38.975Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
14:41:38 [2021-12-21T14:41:38.975Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
14:41:38 [2021-12-21T14:41:38.975Z] === RUN   TestTokenPassThru
14:41:38 [2021-12-21T14:41:38.975Z] --- PASS: TestTokenPassThru (0.01s)
14:41:38 [2021-12-21T14:41:38.975Z] === RUN   TestTokenPassThruDifferentHost
14:41:38 [2021-12-21T14:41:38.975Z] --- PASS: TestSuccessfulUpload (0.38s)
14:41:38 [2021-12-21T14:41:38.975Z] === RUN   TestCancelledUpload
14:41:38 [2021-12-21T14:41:38.975Z] --- PASS: TestCancelledUpload (0.00s)
14:41:38 [2021-12-21T14:41:38.975Z] PASS
14:41:38 [2021-12-21T14:41:38.975Z] coverage: 77.3% of statements
14:41:38 [2021-12-21T14:41:38.975Z] --- PASS: TestTokenPassThruDifferentHost (0.01s)
14:41:38 [2021-12-21T14:41:38.975Z] PASS
14:41:38 [2021-12-21T14:41:38.975Z] coverage: 24.6% of statements
14:41:38 [2021-12-21T14:41:38.975Z] ok  	github.com/docker/docker/distribution/xfer	2.019s	coverage: 77.3% of statements
14:41:38 [2021-12-21T14:41:38.975Z] ok  	github.com/docker/docker/distribution	1.744s	coverage: 24.6% of statements
14:41:39 [2021-12-21T14:41:39.332Z]     docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli
14:41:39 [2021-12-21T14:41:39.446Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
14:41:39 [2021-12-21T14:41:39.446Z] ?   	github.com/docker/docker/dockerversion	[no test files]
14:41:39 [2021-12-21T14:41:39.446Z] === RUN   TestFSGetInvalidData
14:41:39 [2021-12-21T14:41:39.446Z] --- PASS: TestFSGetInvalidData (0.05s)
14:41:39 [2021-12-21T14:41:39.446Z] === RUN   TestFSInvalidSet
14:41:39 [2021-12-21T14:41:39.446Z] --- PASS: TestFSInvalidSet (0.02s)
14:41:39 [2021-12-21T14:41:39.446Z] === RUN   TestFSInvalidRoot
14:41:39 [2021-12-21T14:41:39.446Z] --- PASS: TestFSInvalidRoot (0.02s)
14:41:39 [2021-12-21T14:41:39.446Z] === RUN   TestFSMetadataGetSet
14:41:39 [2021-12-21T14:41:39.898Z]     check_test.go:308: [d164552a1ab6c] daemon is not started
14:41:39 [2021-12-21T14:41:39.898Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestFSMetadataGetSet (0.07s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestFSInvalidWalker
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestFSInvalidWalker (0.03s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestFSGetSet
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestFSGetSet (0.02s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestFSGetUnsetKey
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestFSGetUnsetKey (0.01s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestFSGetEmptyData
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestFSGetEmptyData (0.01s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestFSDelete
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestFSDelete (0.03s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestFSWalker
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestFSWalker (0.03s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestFSWalkerStopOnError
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestFSWalkerStopOnError (0.02s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestNewFromJSON
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestNewFromJSON (0.00s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestNewFromJSONWithInvalidJSON
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestMarshalKeyOrder
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestMarshalKeyOrder (0.00s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestHistoryEqual
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestCompare
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestCompare (0.00s)
14:41:39 [2021-12-21T14:41:39.925Z] PASS
14:41:39 [2021-12-21T14:41:39.925Z] coverage: 19.2% of statements
14:41:39 [2021-12-21T14:41:39.925Z] ok  	github.com/docker/docker/image/cache	0.098s	coverage: 19.2% of statements
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestHistoryEqual (0.22s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestImage
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestImage (0.00s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestImageOSNotEmpty
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestImageOSNotEmpty (0.00s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestNewChildImageFromImageWithRootFS
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestCreate
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestCreate (0.01s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestRestore
14:41:39 [2021-12-21T14:41:39.925Z] time="2021-12-21T14:41:39Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestRestore (0.04s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestAddDelete
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestAddDelete (0.03s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestSearchAfterDelete
14:41:39 [2021-12-21T14:41:39.925Z] --- PASS: TestSearchAfterDelete (0.01s)
14:41:39 [2021-12-21T14:41:39.925Z] === RUN   TestParentReset
14:41:40 [2021-12-21T14:41:40.039Z] Leaving: AppArmorNo profiles have been unloaded.
14:41:40 [2021-12-21T14:41:40.039Z] 
14:41:40 [2021-12-21T14:41:40.039Z] Unloading profiles will leave already running processes permanently
14:41:40 [2021-12-21T14:41:40.039Z] unconfined, which can lead to unexpected situations.
14:41:40 [2021-12-21T14:41:40.039Z] 
14:41:40 [2021-12-21T14:41:40.039Z] To set a process to complain mode, use the command line tool
14:41:40 [2021-12-21T14:41:40.039Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:41:40 [2021-12-21T14:41:40.039Z] 
Post stage
[Pipeline] junit
14:41:40 [2021-12-21T14:41:40.054Z] Recording test results
14:41:40 [2021-12-21T14:41:40.393Z] --- PASS: TestParentReset (0.04s)
14:41:40 [2021-12-21T14:41:40.393Z] === RUN   TestGetAndSetLastUpdated
14:41:40 [2021-12-21T14:41:40.393Z] --- PASS: TestGetAndSetLastUpdated (0.04s)
14:41:40 [2021-12-21T14:41:40.393Z] === RUN   TestStoreLen
14:41:40 [2021-12-21T14:41:40.393Z] --- PASS: TestStoreLen (0.08s)
14:41:40 [2021-12-21T14:41:40.393Z] PASS
14:41:40 [2021-12-21T14:41:40.393Z] coverage: 86.6% of statements
14:41:40 [2021-12-21T14:41:40.393Z] ok  	github.com/docker/docker/image	0.896s	coverage: 86.6% of statements
14:41:40 [2021-12-21T14:41:40.393Z] === RUN   TestMakeV1ConfigFromConfig
14:41:40 [2021-12-21T14:41:40.393Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
14:41:40 [2021-12-21T14:41:40.393Z] PASS
14:41:40 [2021-12-21T14:41:40.393Z] coverage: 25.0% of statements
14:41:40 [2021-12-21T14:41:40.393Z] ok  	github.com/docker/docker/image/v1	0.080s	coverage: 25.0% of statements
14:41:40 [2021-12-21T14:41:40.832Z]     check_test.go:308: [da486384e7b0b] daemon is not started
14:41:40 [2021-12-21T14:41:40.832Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
14:41:40 [2021-12-21T14:41:40.863Z] === RUN   TestValidateManifest
14:41:40 [2021-12-21T14:41:40.863Z] === RUN   TestValidateManifest/nil
14:41:40 [2021-12-21T14:41:40.863Z] === RUN   TestValidateManifest/non-nil
14:41:40 [2021-12-21T14:41:40.863Z] --- PASS: TestValidateManifest (0.00s)
14:41:40 [2021-12-21T14:41:40.863Z]     --- PASS: TestValidateManifest/nil (0.00s)
14:41:40 [2021-12-21T14:41:40.863Z]     --- PASS: TestValidateManifest/non-nil (0.00s)
14:41:40 [2021-12-21T14:41:40.863Z] PASS
14:41:40 [2021-12-21T14:41:40.863Z] coverage: 0.7% of statements
14:41:40 [2021-12-21T14:41:40.863Z] ok  	github.com/docker/docker/image/tarexport	0.110s	coverage: 0.7% of statements
14:41:40 [2021-12-21T14:41:40.863Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
14:41:41 [2021-12-21T14:41:41.037Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
14:41:41 [2021-12-21T14:41:41.320Z] + echo Ensuring container killed.
14:41:41 [2021-12-21T14:41:41.320Z] Ensuring container killed.
14:41:41 [2021-12-21T14:41:41.320Z] + docker rm -vf docker-pr44
14:41:41 [2021-12-21T14:41:41.320Z] Error: No such container: docker-pr44
[Pipeline] sh
14:41:41 [2021-12-21T14:41:41.398Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
14:41:41 [2021-12-21T14:41:41.606Z] + echo Chowning /workspace to jenkins user
14:41:41 [2021-12-21T14:41:41.606Z] Chowning /workspace to jenkins user
14:41:41 [2021-12-21T14:41:41.606Z] + id -u
14:41:41 [2021-12-21T14:41:41.606Z] + id -g
14:41:41 [2021-12-21T14:41:41.606Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43075:/workspace busybox chown -R 1000:1000 /workspace
14:41:41 [2021-12-21T14:41:41.606Z] Unable to find image 'busybox:latest' locally
14:41:41 [2021-12-21T14:41:41.606Z] latest: Pulling from library/busybox
14:41:41 [2021-12-21T14:41:41.849Z] === RUN   TestSerialization
14:41:41 [2021-12-21T14:41:41.849Z] --- PASS: TestSerialization (0.02s)
14:41:41 [2021-12-21T14:41:41.849Z] PASS
14:41:41 [2021-12-21T14:41:41.849Z] coverage: 100.0% of statements
14:41:41 [2021-12-21T14:41:41.849Z] ok  	github.com/docker/docker/libcontainerd/queue	0.065s	coverage: 100.0% of statements
14:41:41 [2021-12-21T14:41:41.868Z] 3cb635b06aa2: Pulling fs layer
14:41:41 [2021-12-21T14:41:41.868Z] 3cb635b06aa2: Verifying Checksum
14:41:41 [2021-12-21T14:41:41.868Z] 3cb635b06aa2: Download complete
14:41:41 [2021-12-21T14:41:41.868Z] 3cb635b06aa2: Pull complete
14:41:41 [2021-12-21T14:41:41.868Z] Digest: sha256:b5cfd4befc119a590ca1a81d6bb0fa1fb19f1fbebd0397f25fae164abe1e8a6a
14:41:41 [2021-12-21T14:41:41.868Z] Status: Downloaded newer image for busybox:latest
14:41:42 [2021-12-21T14:41:42.336Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
14:41:42 [2021-12-21T14:41:42.835Z] === RUN   TestEnvironmentParsing
14:41:42 [2021-12-21T14:41:42.835Z] --- PASS: TestEnvironmentParsing (0.00s)
14:41:42 [2021-12-21T14:41:42.835Z] PASS
14:41:42 [2021-12-21T14:41:42.835Z] coverage: 1.2% of statements
14:41:42 [2021-12-21T14:41:42.835Z] ok  	github.com/docker/docker/libcontainerd/local	0.064s	coverage: 1.2% of statements
14:41:42 [2021-12-21T14:41:42.904Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
14:41:43 [2021-12-21T14:41:43.162Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
14:41:43 [2021-12-21T14:41:43.304Z] === RUN   TestEmptyLayer
14:41:43 [2021-12-21T14:41:43.304Z] --- PASS: TestEmptyLayer (0.00s)
14:41:43 [2021-12-21T14:41:43.304Z] === RUN   TestCommitFailure
14:41:43 [2021-12-21T14:41:43.304Z] --- PASS: TestCommitFailure (0.01s)
14:41:43 [2021-12-21T14:41:43.304Z] === RUN   TestStartTransactionFailure
14:41:43 [2021-12-21T14:41:43.304Z] --- PASS: TestStartTransactionFailure (0.00s)
14:41:43 [2021-12-21T14:41:43.304Z] === RUN   TestGetOrphan
14:41:43 [2021-12-21T14:41:43.304Z] --- PASS: TestGetOrphan (0.01s)
14:41:43 [2021-12-21T14:41:43.304Z] === RUN   TestMountAndRegister
14:41:43 [2021-12-21T14:41:43.304Z]     layer_test.go:270: Layer size: 14
14:41:43 [2021-12-21T14:41:43.304Z] --- PASS: TestMountAndRegister (0.08s)
14:41:43 [2021-12-21T14:41:43.304Z] === RUN   TestLayerRelease
14:41:43 [2021-12-21T14:41:43.304Z]     layer_test.go:303: Failing on Windows
14:41:43 [2021-12-21T14:41:43.304Z] --- SKIP: TestLayerRelease (0.00s)
14:41:43 [2021-12-21T14:41:43.304Z] === RUN   TestStoreRestore
14:41:43 [2021-12-21T14:41:43.304Z]     layer_test.go:352: Failing on Windows
14:41:43 [2021-12-21T14:41:43.304Z] --- SKIP: TestStoreRestore (0.00s)
14:41:43 [2021-12-21T14:41:43.304Z] === RUN   TestTarStreamStability
14:41:43 [2021-12-21T14:41:43.304Z]     layer_test.go:467: Failing on Windows
14:41:43 [2021-12-21T14:41:43.304Z] --- SKIP: TestTarStreamStability (0.00s)
14:41:43 [2021-12-21T14:41:43.304Z] === RUN   TestRegisterExistingLayer
14:41:43 [2021-12-21T14:41:43.777Z] --- PASS: TestRegisterExistingLayer (0.14s)
14:41:43 [2021-12-21T14:41:43.777Z] === RUN   TestTarStreamVerification
14:41:43 [2021-12-21T14:41:43.777Z]     layer_test.go:696: Failing on Windows
14:41:43 [2021-12-21T14:41:43.777Z] --- SKIP: TestTarStreamVerification (0.00s)
14:41:43 [2021-12-21T14:41:43.777Z] === RUN   TestLayerMigration
14:41:43 [2021-12-21T14:41:43.777Z]     migration_test.go:45: Failing on Windows
14:41:43 [2021-12-21T14:41:43.777Z] --- SKIP: TestLayerMigration (0.00s)
14:41:43 [2021-12-21T14:41:43.777Z] === RUN   TestLayerMigrationNoTarsplit
14:41:43 [2021-12-21T14:41:43.777Z]     migration_test.go:181: Failing on Windows
14:41:43 [2021-12-21T14:41:43.777Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
14:41:43 [2021-12-21T14:41:43.777Z] === RUN   TestMountInit
14:41:43 [2021-12-21T14:41:43.777Z]     mount_test.go:17: Failing on Windows
14:41:43 [2021-12-21T14:41:43.777Z] --- SKIP: TestMountInit (0.00s)
14:41:43 [2021-12-21T14:41:43.777Z] === RUN   TestMountSize
14:41:43 [2021-12-21T14:41:43.777Z]     mount_test.go:76: Failing on Windows
14:41:43 [2021-12-21T14:41:43.777Z] --- SKIP: TestMountSize (0.00s)
14:41:43 [2021-12-21T14:41:43.777Z] === RUN   TestMountChanges
14:41:43 [2021-12-21T14:41:43.777Z]     mount_test.go:125: Failing on Windows
14:41:43 [2021-12-21T14:41:43.777Z] --- SKIP: TestMountChanges (0.00s)
14:41:43 [2021-12-21T14:41:43.777Z] === RUN   TestMountApply
14:41:43 [2021-12-21T14:41:43.777Z]     mount_test.go:212: Failing on Windows
14:41:43 [2021-12-21T14:41:43.777Z] --- SKIP: TestMountApply (0.00s)
14:41:43 [2021-12-21T14:41:43.777Z] PASS
14:41:43 [2021-12-21T14:41:43.777Z] coverage: 30.1% of statements
14:41:43 [2021-12-21T14:41:43.777Z] ok  	github.com/docker/docker/layer	0.339s	coverage: 30.1% of statements
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:41:44 [2021-12-21T14:41:44.086Z] + bundleName=docker-py
14:41:44 [2021-12-21T14:41:44.086Z] + echo Creating docker-py-bundles.tar.gz
14:41:44 [2021-12-21T14:41:44.086Z] Creating docker-py-bundles.tar.gz
14:41:44 [2021-12-21T14:41:44.086Z] + 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
14:41:44 [2021-12-21T14:41:44.101Z] Archiving artifacts
14:41:44 [2021-12-21T14:41:44.246Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
14:41:44 [2021-12-21T14:41:44.246Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
14:41:44 [2021-12-21T14:41:44.246Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
14:41:44 [2021-12-21T14:41:44.246Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestSequenceGetAvailableBit
14:41:44 [2021-12-21T14:41:44.246Z] --- PASS: TestSequenceGetAvailableBit (0.00s)
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestSequenceEqual
14:41:44 [2021-12-21T14:41:44.246Z] --- PASS: TestSequenceEqual (0.00s)
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestSequenceCopy
14:41:44 [2021-12-21T14:41:44.246Z] --- PASS: TestSequenceCopy (0.00s)
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestGetFirstAvailable
14:41:44 [2021-12-21T14:41:44.246Z] --- PASS: TestGetFirstAvailable (0.00s)
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestFindSequence
14:41:44 [2021-12-21T14:41:44.246Z] --- PASS: TestFindSequence (0.00s)
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestCheckIfAvailable
14:41:44 [2021-12-21T14:41:44.246Z] --- PASS: TestCheckIfAvailable (0.00s)
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestMergeSequences
14:41:44 [2021-12-21T14:41:44.246Z] --- PASS: TestMergeSequences (0.00s)
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestPushReservation
14:41:44 [2021-12-21T14:41:44.246Z] --- PASS: TestPushReservation (0.00s)
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestSerializeDeserialize
14:41:44 [2021-12-21T14:41:44.246Z] --- PASS: TestSerializeDeserialize (0.00s)
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestSet
14:41:44 [2021-12-21T14:41:44.246Z] --- PASS: TestSet (0.00s)
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestSetUnset
14:41:44 [2021-12-21T14:41:44.246Z] --- PASS: TestSetUnset (0.00s)
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestOffsetSetUnset
14:41:44 [2021-12-21T14:41:44.246Z] --- PASS: TestOffsetSetUnset (0.00s)
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestSetInRange
14:41:44 [2021-12-21T14:41:44.246Z] --- PASS: TestSetInRange (0.00s)
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestSetAnyInRange
14:41:44 [2021-12-21T14:41:44.246Z] --- PASS: TestSetAnyInRange (0.00s)
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestMethods
14:41:44 [2021-12-21T14:41:44.246Z] --- PASS: TestMethods (0.00s)
14:41:44 [2021-12-21T14:41:44.246Z] === RUN   TestRandomAllocateDeallocate
14:41:46 [2021-12-21T14:41:46.146Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43075/44/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
14:41:46 [2021-12-21T14:41:46.450Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
14:41:46 [2021-12-21T14:41:46.450Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
14:41:46 [2021-12-21T14:41:46.450Z]     check_test.go:308: [d534e469c4769] daemon is not started
14:41:46 [2021-12-21T14:41:46.450Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
14:41:46 [2021-12-21T14:41:46.467Z] === RUN   TestInvalidConfig
14:41:46 [2021-12-21T14:41:46.467Z] --- PASS: TestInvalidConfig (0.00s)
14:41:46 [2021-12-21T14:41:46.467Z] === RUN   TestConfig
14:41:46 [2021-12-21T14:41:46.467Z] --- PASS: TestConfig (0.00s)
14:41:46 [2021-12-21T14:41:46.467Z] === RUN   TestOptionsLabels
14:41:46 [2021-12-21T14:41:46.467Z] --- PASS: TestOptionsLabels (0.00s)
14:41:46 [2021-12-21T14:41:46.468Z] === RUN   TestValidName
14:41:46 [2021-12-21T14:41:46.468Z] --- PASS: TestValidName (0.00s)
14:41:46 [2021-12-21T14:41:46.468Z] === RUN   TestTLSConfiguration
14:41:46 [2021-12-21T14:41:46.468Z] time="2021-12-21T14:41:45Z" level=info msg="Option Initializing KV with TLS"
14:41:46 [2021-12-21T14:41:46.468Z] --- PASS: TestTLSConfiguration (0.22s)
14:41:46 [2021-12-21T14:41:46.468Z] PASS
14:41:46 [2021-12-21T14:41:46.468Z] coverage: 24.0% of statements
14:41:46 [2021-12-21T14:41:46.468Z] ok  	github.com/docker/docker/libnetwork/config	0.302s	coverage: 24.0% of statements
14:41:46 [2021-12-21T14:41:46.518Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43075/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4 -e DOCKER_GRAPHDRIVER docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 hack/make.sh binary
14:41:46 [2021-12-21T14:41:46.936Z] === RUN   TestKey
14:41:46 [2021-12-21T14:41:46.936Z] --- PASS: TestKey (0.00s)
14:41:46 [2021-12-21T14:41:46.936Z] === RUN   TestParseKey
14:41:46 [2021-12-21T14:41:46.936Z] --- PASS: TestParseKey (0.00s)
14:41:46 [2021-12-21T14:41:46.936Z] === RUN   TestInvalidDataStore
14:41:46 [2021-12-21T14:41:46.936Z] --- PASS: TestInvalidDataStore (0.00s)
14:41:46 [2021-12-21T14:41:46.936Z] === RUN   TestKVObjectFlatKey
14:41:46 [2021-12-21T14:41:46.936Z] --- PASS: TestKVObjectFlatKey (0.00s)
14:41:46 [2021-12-21T14:41:46.936Z] === RUN   TestAtomicKVObjectFlatKey
14:41:46 [2021-12-21T14:41:46.936Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s)
14:41:46 [2021-12-21T14:41:46.936Z] PASS
14:41:46 [2021-12-21T14:41:46.936Z] coverage: 21.9% of statements
14:41:46 [2021-12-21T14:41:46.936Z] ok  	github.com/docker/docker/libnetwork/datastore	0.051s	coverage: 21.9% of statements
14:41:47 [2021-12-21T14:41:47.090Z] 
14:41:47 [2021-12-21T14:41:47.353Z] Removing bundles/
14:41:47 [2021-12-21T14:41:47.353Z] 
14:41:47 [2021-12-21T14:41:47.353Z] ---> Making bundle: binary (in bundles/binary)
14:41:47 [2021-12-21T14:41:47.353Z] Building: bundles/binary-daemon/dockerd-dev
14:41:47 [2021-12-21T14:41:47.353Z] GOOS="" GOARCH="" GOARM=""
14:41:47 [2021-12-21T14:41:47.405Z] === RUN   TestErrorInterfaces
14:41:47 [2021-12-21T14:41:47.405Z] --- PASS: TestErrorInterfaces (0.00s)
14:41:47 [2021-12-21T14:41:47.405Z] === RUN   TestNetworkMarshalling
14:41:47 [2021-12-21T14:41:47.405Z] --- PASS: TestNetworkMarshalling (0.22s)
14:41:47 [2021-12-21T14:41:47.405Z] === RUN   TestEndpointMarshalling
14:41:47 [2021-12-21T14:41:47.405Z] --- PASS: TestEndpointMarshalling (0.00s)
14:41:47 [2021-12-21T14:41:47.405Z] === RUN   TestAuxAddresses
14:41:47 [2021-12-21T14:41:47.405Z] time="2021-12-21T14:41:47Z" level=info msg="Restoring existing overlay networks from HNS into docker"
14:41:47 [2021-12-21T14:41:47.405Z] --- PASS: TestAuxAddresses (0.02s)
14:41:47 [2021-12-21T14:41:47.405Z] === RUN   TestSRVServiceQuery
14:41:47 [2021-12-21T14:41:47.405Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
14:41:47 [2021-12-21T14:41:47.405Z] --- SKIP: TestSRVServiceQuery (0.00s)
14:41:47 [2021-12-21T14:41:47.405Z] === RUN   TestServiceVIPReuse
14:41:47 [2021-12-21T14:41:47.405Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
14:41:47 [2021-12-21T14:41:47.405Z] --- SKIP: TestServiceVIPReuse (0.00s)
14:41:47 [2021-12-21T14:41:47.405Z] === RUN   TestIpamReleaseOnNetDriverFailures
14:41:47 [2021-12-21T14:41:47.405Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
14:41:47 [2021-12-21T14:41:47.405Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s)
14:41:47 [2021-12-21T14:41:47.405Z] === RUN   TestDNSIPQuery
14:41:47 [2021-12-21T14:41:47.405Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
14:41:47 [2021-12-21T14:41:47.405Z] --- SKIP: TestDNSIPQuery (0.00s)
14:41:47 [2021-12-21T14:41:47.405Z] === RUN   TestDNSProxyServFail
14:41:47 [2021-12-21T14:41:47.405Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
14:41:47 [2021-12-21T14:41:47.405Z] --- SKIP: TestDNSProxyServFail (0.00s)
14:41:47 [2021-12-21T14:41:47.405Z] === RUN   TestSandboxAddEmpty
14:41:47 [2021-12-21T14:41:47.405Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:41:47 [2021-12-21T14:41:47.405Z] --- SKIP: TestSandboxAddEmpty (0.00s)
14:41:47 [2021-12-21T14:41:47.405Z] === RUN   TestSandboxAddMultiPrio
14:41:47 [2021-12-21T14:41:47.405Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:41:47 [2021-12-21T14:41:47.405Z] --- SKIP: TestSandboxAddMultiPrio (0.00s)
14:41:47 [2021-12-21T14:41:47.405Z] === RUN   TestSandboxAddSamePrio
14:41:47 [2021-12-21T14:41:47.405Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:41:47 [2021-12-21T14:41:47.405Z] --- SKIP: TestSandboxAddSamePrio (0.00s)
14:41:47 [2021-12-21T14:41:47.405Z] === RUN   TestCleanupServiceDiscovery
14:41:47 [2021-12-21T14:41:47.405Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
14:41:47 [2021-12-21T14:41:47.405Z] --- SKIP: TestCleanupServiceDiscovery (0.00s)
14:41:47 [2021-12-21T14:41:47.405Z] === RUN   TestDNSOptions
14:41:47 [2021-12-21T14:41:47.405Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
14:41:47 [2021-12-21T14:41:47.405Z] --- SKIP: TestDNSOptions (0.00s)
14:41:47 [2021-12-21T14:41:47.405Z] === RUN   TestMultipleControllersWithSameStore
14:41:47 [2021-12-21T14:41:47.405Z] time="2021-12-21T14:41:47Z" level=info msg="Restoring existing overlay networks from HNS into docker"
14:41:47 [2021-12-21T14:41:47.405Z] time="2021-12-21T14:41:47Z" level=info msg="Restoring existing overlay networks from HNS into docker"
14:41:47 [2021-12-21T14:41:47.405Z] --- PASS: TestMultipleControllersWithSameStore (0.03s)
14:41:47 [2021-12-21T14:41:47.405Z] PASS
14:41:47 [2021-12-21T14:41:47.405Z] coverage: 8.6% of statements
14:41:47 [2021-12-21T14:41:47.405Z] ok  	github.com/docker/docker/libnetwork	0.391s	coverage: 8.6% of statements
14:41:47 [2021-12-21T14:41:47.874Z] === RUN   TestIPDataMarshalling
14:41:47 [2021-12-21T14:41:47.874Z] --- PASS: TestIPDataMarshalling (0.00s)
14:41:47 [2021-12-21T14:41:47.874Z] === RUN   TestValidateAndIsV6
14:41:47 [2021-12-21T14:41:47.874Z] --- PASS: TestValidateAndIsV6 (0.00s)
14:41:47 [2021-12-21T14:41:47.874Z] PASS
14:41:47 [2021-12-21T14:41:47.874Z] coverage: 68.9% of statements
14:41:47 [2021-12-21T14:41:47.874Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.049s	coverage: 68.9% of statements
14:41:48 [2021-12-21T14:41:48.343Z] === RUN   TestDriver
14:41:48 [2021-12-21T14:41:48.343Z] --- PASS: TestDriver (0.00s)
14:41:48 [2021-12-21T14:41:48.343Z] PASS
14:41:48 [2021-12-21T14:41:48.343Z] coverage: 34.8% of statements
14:41:48 [2021-12-21T14:41:48.343Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.056s	coverage: 34.8% of statements
14:41:48 [2021-12-21T14:41:48.810Z] === RUN   TestDriver
14:41:48 [2021-12-21T14:41:48.810Z] --- PASS: TestDriver (0.00s)
14:41:48 [2021-12-21T14:41:48.810Z] PASS
14:41:48 [2021-12-21T14:41:48.810Z] coverage: 34.8% of statements
14:41:48 [2021-12-21T14:41:48.810Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.048s	coverage: 34.8% of statements
14:41:49 [2021-12-21T14:41:49.279Z] === RUN   TestNetworkAllocateFree
14:41:49 [2021-12-21T14:41:49.279Z] --- PASS: TestNetworkAllocateFree (0.00s)
14:41:49 [2021-12-21T14:41:49.279Z] === RUN   TestNetworkAllocateUserDefinedVNIs
14:41:49 [2021-12-21T14:41:49.279Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s)
14:41:49 [2021-12-21T14:41:49.279Z] PASS
14:41:49 [2021-12-21T14:41:49.279Z] coverage: 63.6% of statements
14:41:49 [2021-12-21T14:41:49.279Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.046s	coverage: 63.6% of statements
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCheckpointCreateError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCheckpointCreateError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCheckpointCreate
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCheckpointCreate (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCheckpointDeleteError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCheckpointDeleteError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCheckpointDelete
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCheckpointDelete (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCheckpointListError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCheckpointListError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCheckpointList
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCheckpointList (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCheckpointListContainerNotFound
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestNewClientWithOpsFromEnv
14:41:49 [2021-12-21T14:41:49.576Z]     client_test.go:23: runtime.GOOS == "windows"
14:41:49 [2021-12-21T14:41:49.576Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestGetAPIPath
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestGetAPIPath (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestParseHostURL
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestParseHostURL (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestNegotiateAPIVersionEmpty
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestNegotiateAPIVersion
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestNegotiateAPIVersion (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestNegotiateAPVersionOverride
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestNegotiateAPIVersionAutomatic
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestClientRedirect
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestClientRedirect (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigCreateUnsupported
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigCreateUnsupported (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigCreateError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigCreateError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigCreate
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigCreate (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigInspectNotFound
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigInspectNotFound (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigInspectWithEmptyID
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigInspectUnsupported
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigInspectUnsupported (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigInspectError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigInspectError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigInspectConfigNotFound
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigInspect
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigInspect (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigListUnsupported
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigListUnsupported (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigListError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigListError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigList
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigList (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigRemoveUnsupported
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigRemoveError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigRemoveError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigRemove
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigRemove (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigUpdateUnsupported
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigUpdateError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigUpdateError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestConfigUpdate
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestConfigUpdate (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerCommitError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerCommitError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerCommit
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerCommit (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerStatPathError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerStatPathError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerStatPathNotFoundError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerStatPathNoHeaderError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerStatPath
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerStatPath (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCopyToContainerError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCopyToContainerError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCopyToContainerNotFoundError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCopyToContainerNotStatusOKError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCopyToContainer
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCopyToContainer (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCopyFromContainerError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCopyFromContainerError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCopyFromContainerNotFoundError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCopyFromContainerNotStatusOKError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCopyFromContainerNoHeaderError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestCopyFromContainer
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestCopyFromContainer (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerCreateError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerCreateError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerCreateImageNotFound
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerCreateWithName
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerCreateWithName (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerCreateAutoRemove
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerDiffError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerDiffError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerDiff
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerDiff (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerExecCreateError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerExecCreateError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerExecCreate
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerExecCreate (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerExecStartError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerExecStartError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerExecStart
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerExecStart (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerExecInspectError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerExecInspectError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerExecInspect
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerExecInspect (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerExportError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerExportError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerExport
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerExport (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerInspectError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerInspectError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerInspectContainerNotFound
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerInspectWithEmptyID
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerInspect
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerInspect (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerInspectNode
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerInspectNode (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerKillError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerKillError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerKill
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerKill (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerListError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerListError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerList
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerList (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerLogsNotFoundError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerLogsError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerLogsError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerLogs
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerLogs (0.25s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerPauseError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerPauseError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerPause
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerPause (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainersPruneError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainersPruneError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainersPrune
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainersPrune (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerRemoveError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerRemoveError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerRemoveNotFoundError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerRemove
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerRemove (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerRenameError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerRenameError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerRename
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerRename (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerResizeError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerResizeError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerExecResizeError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerExecResizeError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerResize
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerResize (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerExecResize
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerExecResize (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerRestartError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerRestartError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerRestart
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerRestart (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerStartError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerStartError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerStart
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerStart (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerStatsError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerStatsError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerStats
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerStats (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerStopError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerStopError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerStop
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerStop (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerTopError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerTopError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerTop
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerTop (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerUnpauseError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerUnpauseError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerUnpause
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerUnpause (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerUpdateError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerUpdateError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerUpdate
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerUpdate (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerWaitError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerWaitError (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestContainerWait
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestContainerWait (0.00s)
14:41:49 [2021-12-21T14:41:49.576Z] === RUN   TestDiskUsageError
14:41:49 [2021-12-21T14:41:49.576Z] --- PASS: TestDiskUsageError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestDiskUsage
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestDiskUsage (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestDistributionInspectUnsupported
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestDistributionInspectWithEmptyID
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestEventsErrorInOptions
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestEventsErrorInOptions (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestEventsErrorFromServer
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestEventsErrorFromServer (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestEvents
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestEvents (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestTLSCloseWriter
14:41:49 [2021-12-21T14:41:49.577Z] === PAUSE TestTLSCloseWriter
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageBuildError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageBuildError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageBuild
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageBuild (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestGetDockerOS
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestGetDockerOS (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageCreateError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageCreateError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageCreate
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageCreate (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageHistoryError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageHistoryError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageHistory
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageHistory (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageImportError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageImportError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageImport
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageImport (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageInspectError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageInspectError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageInspectImageNotFound
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageInspectImageNotFound (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageInspectWithEmptyID
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageInspect
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageInspect (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageListError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageListError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageList
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageList (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageListApiBefore125
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageListApiBefore125 (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageLoadError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageLoadError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageLoad
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageLoad (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagesPruneError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagesPruneError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagesPrune
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagesPrune (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePullReferenceParseError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagePullReferenceParseError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePullAnyError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagePullAnyError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePullStatusUnauthorizedError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePullWithPrivilegedFuncNoError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePullWithoutErrors
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagePullWithoutErrors (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePushReferenceError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagePushReferenceError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePushAnyError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagePushAnyError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePushStatusUnauthorizedError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePushWithPrivilegedFuncNoError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePushWithoutErrors
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImagePushWithoutErrors (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageRemoveError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageRemoveError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageRemoveImageNotFound
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageRemove
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageRemove (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageSaveError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageSaveError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageSave
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageSave (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageSearchAnyError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageSearchAnyError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageSearchStatusUnauthorizedError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageSearchWithoutErrors
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageTagError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageTagError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageTagInvalidReference
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageTagInvalidReference (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageTagInvalidSourceImageName
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageTagHexSource
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageTagHexSource (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestImageTag
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestImageTag (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestInfoServerError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestInfoServerError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestInfoInvalidResponseJSONError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestInfo
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestInfo (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkConnectError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNetworkConnectError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkConnect
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNetworkConnect (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkCreateError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNetworkCreateError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkCreate
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNetworkCreate (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkDisconnectError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNetworkDisconnectError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkDisconnect
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNetworkDisconnect (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkInspect
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkInspect/empty_ID
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkInspect/no_options
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkInspect/verbose
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkInspect/global_scope
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkInspect/unknown_network
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkInspect/server_error
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNetworkInspect (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z]     --- PASS: TestNetworkInspect/empty_ID (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z]     --- PASS: TestNetworkInspect/no_options (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z]     --- PASS: TestNetworkInspect/verbose (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z]     --- PASS: TestNetworkInspect/global_scope (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z]     --- PASS: TestNetworkInspect/unknown_network (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z]     --- PASS: TestNetworkInspect/server_error (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkListError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNetworkListError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkList
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNetworkList (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworksPruneError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNetworksPruneError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworksPrune
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNetworksPrune (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkRemoveError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNetworkRemoveError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNetworkRemove
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNetworkRemove (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNodeInspectError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNodeInspectError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNodeInspectNodeNotFound
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNodeInspectWithEmptyID
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNodeInspect
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNodeInspect (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNodeListError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNodeListError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNodeList
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNodeList (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNodeRemoveError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNodeRemoveError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNodeRemove
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNodeRemove (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNodeUpdateError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNodeUpdateError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestNodeUpdate
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestNodeUpdate (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestOptionWithTimeout
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestOptionWithTimeout (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPingFail
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPingFail (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPingWithError
14:41:49 [2021-12-21T14:41:49.577Z] 2021/12/21 14:41:48 RoundTripper returned a response & error; ignoring response
14:41:49 [2021-12-21T14:41:49.577Z] 2021/12/21 14:41:48 RoundTripper returned a response & error; ignoring response
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPingWithError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPingSuccess
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPingSuccess (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPingHeadFallback
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPingHeadFallback/OK
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPingHeadFallback/Internal_Server_Error
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPingHeadFallback/Not_Found
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPingHeadFallback (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPluginDisableError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPluginDisableError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPluginDisable
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPluginDisable (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPluginEnableError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPluginEnableError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPluginEnable
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPluginEnable (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPluginInspectError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPluginInspectError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPluginInspectWithEmptyID
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPluginInspect
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPluginInspect (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPluginListError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPluginListError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPluginList
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPluginList (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPluginPushError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPluginPushError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPluginPush
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPluginPush (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPluginRemoveError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPluginRemoveError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPluginRemove
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPluginRemove (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPluginSetError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPluginSetError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPluginSet
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPluginSet (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestSetHostHeader
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestSetHostHeader (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestPlainTextError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestPlainTextError (0.00s)
14:41:49 [2021-12-21T14:41:49.577Z] === RUN   TestInfiniteError
14:41:49 [2021-12-21T14:41:49.577Z] --- PASS: TestInfiniteError (0.04s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestCanceledContext
14:41:49 [2021-12-21T14:41:49.578Z] 2021/12/21 14:41:48 RoundTripper returned a response & error; ignoring response
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestCanceledContext (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestDeadlineExceededContext
14:41:49 [2021-12-21T14:41:49.578Z] 2021/12/21 14:41:48 RoundTripper returned a response & error; ignoring response
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestDeadlineExceededContext (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretCreateUnsupported
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretCreateUnsupported (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretCreateError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretCreateError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretCreate
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretCreate (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretInspectUnsupported
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretInspectUnsupported (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretInspectError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretInspectError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretInspectSecretNotFound
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretInspectWithEmptyID
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretInspect
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretInspect (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretListUnsupported
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretListUnsupported (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretListError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretListError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretList
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretList (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretRemoveUnsupported
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretRemoveError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretRemoveError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretRemove
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretRemove (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretUpdateUnsupported
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretUpdateError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretUpdateError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSecretUpdate
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSecretUpdate (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceCreateError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceCreateError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceCreate
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceCreate (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceCreateCompatiblePlatforms
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceCreateDigestPinning
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceInspectError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceInspectError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceInspectServiceNotFound
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceInspectWithEmptyID
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceInspect
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceInspect (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceListError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceListError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceList
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceList (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceLogsError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceLogsError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceLogs
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceLogs (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceRemoveError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceRemoveError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceRemoveNotFoundError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceRemove
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceRemove (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceUpdateError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceUpdateError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestServiceUpdate
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestServiceUpdate (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSwarmGetUnlockKeyError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSwarmGetUnlockKey
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSwarmInitError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSwarmInitError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSwarmInit
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSwarmInit (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSwarmInspectError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSwarmInspectError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSwarmInspect
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSwarmInspect (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSwarmJoinError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSwarmJoinError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSwarmJoin
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSwarmJoin (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSwarmLeaveError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSwarmLeaveError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSwarmLeave
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSwarmLeave (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSwarmUnlockError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSwarmUnlockError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSwarmUnlock
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSwarmUnlock (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSwarmUpdateError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSwarmUpdateError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestSwarmUpdate
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestSwarmUpdate (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestTaskInspectError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestTaskInspectError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestTaskInspectWithEmptyID
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestTaskInspect
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestTaskInspect (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestTaskListError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestTaskListError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestTaskList
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestTaskList (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestVolumeCreateError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestVolumeCreateError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestVolumeCreate
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestVolumeCreate (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestVolumeInspectError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestVolumeInspectError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestVolumeInspectNotFound
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestVolumeInspectNotFound (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestVolumeInspectWithEmptyID
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestVolumeInspect
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestVolumeInspect (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestVolumeListError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestVolumeListError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestVolumeList
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestVolumeList (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestVolumeRemoveError
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestVolumeRemoveError (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === RUN   TestVolumeRemove
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestVolumeRemove (0.00s)
14:41:49 [2021-12-21T14:41:49.578Z] === CONT  TestTLSCloseWriter
14:41:49 [2021-12-21T14:41:49.578Z] --- PASS: TestTLSCloseWriter (0.02s)
14:41:49 [2021-12-21T14:41:49.578Z] PASS
14:41:49 [2021-12-21T14:41:49.578Z] coverage: 75.1% of statements
14:41:49 [2021-12-21T14:41:49.578Z] ok  	github.com/docker/docker/client	0.484s	coverage: 75.1% of statements
14:41:49 [2021-12-21T14:41:49.748Z] === RUN   TestGetEmptyCapabilities
14:41:49 [2021-12-21T14:41:49.748Z] --- PASS: TestGetEmptyCapabilities (0.02s)
14:41:49 [2021-12-21T14:41:49.748Z] === RUN   TestGetExtraCapabilities
14:41:49 [2021-12-21T14:41:49.748Z] --- PASS: TestGetExtraCapabilities (0.01s)
14:41:49 [2021-12-21T14:41:49.748Z] === RUN   TestGetInvalidCapabilities
14:41:49 [2021-12-21T14:41:49.748Z] --- PASS: TestGetInvalidCapabilities (0.01s)
14:41:49 [2021-12-21T14:41:49.748Z] === RUN   TestRemoteDriver
14:41:49 [2021-12-21T14:41:49.748Z] --- PASS: TestRemoteDriver (0.01s)
14:41:49 [2021-12-21T14:41:49.748Z] === RUN   TestDriverError
14:41:49 [2021-12-21T14:41:49.748Z] --- PASS: TestDriverError (0.01s)
14:41:49 [2021-12-21T14:41:49.748Z] === RUN   TestMissingValues
14:41:49 [2021-12-21T14:41:49.748Z] --- PASS: TestMissingValues (0.01s)
14:41:49 [2021-12-21T14:41:49.748Z] === RUN   TestRollback
14:41:49 [2021-12-21T14:41:49.748Z] --- PASS: TestRollback (0.01s)
14:41:49 [2021-12-21T14:41:49.748Z] PASS
14:41:49 [2021-12-21T14:41:49.748Z] coverage: 57.4% of statements
14:41:49 [2021-12-21T14:41:49.748Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.113s	coverage: 57.4% of statements
14:41:49 [2021-12-21T14:41:49.748Z] --- PASS: TestRandomAllocateDeallocate (5.59s)
14:41:49 [2021-12-21T14:41:49.748Z] === RUN   TestAllocateRandomDeallocate
14:41:49 [2021-12-21T14:41:49.783Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestNAT
14:41:50 [2021-12-21T14:41:50.734Z]     windows_test.go:58: Test does not work on CI and was never running to begin with
14:41:50 [2021-12-21T14:41:50.734Z] --- SKIP: TestNAT (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestTransparent
14:41:50 [2021-12-21T14:41:50.734Z]     windows_test.go:63: Test does not work on CI and was never running to begin with
14:41:50 [2021-12-21T14:41:50.734Z] --- SKIP: TestTransparent (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] PASS
14:41:50 [2021-12-21T14:41:50.734Z] coverage: 0.0% of statements
14:41:50 [2021-12-21T14:41:50.734Z] ok  	github.com/docker/docker/libnetwork/drivers/windows	0.058s	coverage: 0.0% of statements
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestNew
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestNew (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestAddDriver
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestAddDriver (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestAddDuplicateDriver
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestAddDuplicateDriver (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestIPAMDefaultAddressSpaces
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestDriver
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestDriver (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestIPAM
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestIPAM (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestWalkIPAMs
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestWalkIPAMs (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestWalkDrivers
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestWalkDrivers (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] PASS
14:41:50 [2021-12-21T14:41:50.734Z] coverage: 82.4% of statements
14:41:50 [2021-12-21T14:41:50.734Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.087s	coverage: 82.4% of statements
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestBuildDefault
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestBuildDefault (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestBuildHostnameDomainname
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestBuildHostnameDomainname (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestBuildHostname
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestBuildHostname (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestBuildHostnameFQDN
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestBuildHostnameFQDN (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestBuildNoIP
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestBuildNoIP (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestUpdate
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestUpdate (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestUpdateIgnoresPrefixedHostname
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestDeleteIgnoresPrefixedHostname
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestAddEmpty
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestAddEmpty (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestAdd
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestAdd (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestDeleteEmpty
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestDeleteEmpty (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestDeleteNewline
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestDeleteNewline (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestDelete
14:41:50 [2021-12-21T14:41:50.734Z] --- PASS: TestDelete (0.00s)
14:41:50 [2021-12-21T14:41:50.734Z] === RUN   TestConcurrentWrites
14:41:51 [2021-12-21T14:41:51.179Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
14:41:51 [2021-12-21T14:41:51.202Z] --- PASS: TestAllocateRandomDeallocate (1.18s)
14:41:51 [2021-12-21T14:41:51.202Z] === RUN   TestAllocateRandomDeallocateSerialize
14:41:51 [2021-12-21T14:41:51.202Z] --- PASS: TestConcurrentWrites (0.27s)
14:41:51 [2021-12-21T14:41:51.202Z] PASS
14:41:51 [2021-12-21T14:41:51.202Z] coverage: 81.2% of statements
14:41:51 [2021-12-21T14:41:51.202Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.342s	coverage: 81.2% of statements
14:41:51 [2021-12-21T14:41:51.670Z] === RUN   TestNew
14:41:51 [2021-12-21T14:41:51.670Z] --- PASS: TestNew (0.00s)
14:41:51 [2021-12-21T14:41:51.670Z] === RUN   TestAllocate
14:41:51 [2021-12-21T14:41:51.670Z] --- PASS: TestAllocate (0.00s)
14:41:51 [2021-12-21T14:41:51.670Z] === RUN   TestUninitialized
14:41:51 [2021-12-21T14:41:51.670Z] --- PASS: TestUninitialized (0.00s)
14:41:51 [2021-12-21T14:41:51.670Z] === RUN   TestAllocateInRange
14:41:51 [2021-12-21T14:41:51.670Z] --- PASS: TestAllocateInRange (0.00s)
14:41:51 [2021-12-21T14:41:51.670Z] === RUN   TestAllocateSerial
14:41:51 [2021-12-21T14:41:51.670Z] --- PASS: TestAllocateSerial (0.00s)
14:41:51 [2021-12-21T14:41:51.670Z] PASS
14:41:51 [2021-12-21T14:41:51.670Z] coverage: 87.5% of statements
14:41:51 [2021-12-21T14:41:51.670Z] ok  	github.com/docker/docker/libnetwork/idm	0.050s	coverage: 87.5% of statements
14:41:51 [2021-12-21T14:41:51.670Z] === RUN   TestDiff
14:41:51 [2021-12-21T14:41:51.670Z] --- PASS: TestDiff (0.00s)
14:41:51 [2021-12-21T14:41:51.670Z] === RUN   TestAddedCallback
14:41:51 [2021-12-21T14:41:51.670Z] --- PASS: TestAddedCallback (0.00s)
14:41:51 [2021-12-21T14:41:51.670Z] === RUN   TestRemovedCallback
14:41:51 [2021-12-21T14:41:51.670Z] --- PASS: TestRemovedCallback (0.00s)
14:41:51 [2021-12-21T14:41:51.670Z] === RUN   TestNoCallback
14:41:51 [2021-12-21T14:41:51.670Z] --- PASS: TestNoCallback (0.00s)
14:41:51 [2021-12-21T14:41:51.670Z] PASS
14:41:51 [2021-12-21T14:41:51.670Z] coverage: 48.1% of statements
14:41:51 [2021-12-21T14:41:51.670Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.052s	coverage: 48.1% of statements
14:41:52 [2021-12-21T14:41:52.139Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.02s)
14:41:52 [2021-12-21T14:41:52.139Z] === RUN   TestRetrieveFromStore
14:41:52 [2021-12-21T14:41:52.139Z] === RUN   TestCaller
14:41:52 [2021-12-21T14:41:52.139Z] --- PASS: TestCaller (0.00s)
14:41:52 [2021-12-21T14:41:52.139Z] PASS
14:41:52 [2021-12-21T14:41:52.139Z] coverage: 100.0% of statements
14:41:52 [2021-12-21T14:41:52.139Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.047s	coverage: 100.0% of statements
14:41:52 [2021-12-21T14:41:52.314Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s)
14:41:52 [2021-12-21T14:41:52.314Z] PASS
14:41:52 [2021-12-21T14:41:52.314Z] 
14:41:52 [2021-12-21T14:41:52.314Z] === Skipped
14:41:52 [2021-12-21T14:41:52.314Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
14:41:52 [2021-12-21T14:41:52.314Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:41:52 [2021-12-21T14:41:52.314Z] 
14:41:52 [2021-12-21T14:41:52.314Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
14:41:52 [2021-12-21T14:41:52.314Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:41:52 [2021-12-21T14:41:52.314Z] 
14:41:52 [2021-12-21T14:41:52.314Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
14:41:52 [2021-12-21T14:41:52.314Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:41:52 [2021-12-21T14:41:52.314Z] 
14:41:52 [2021-12-21T14:41:52.314Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
14:41:52 [2021-12-21T14:41:52.314Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:41:52 [2021-12-21T14:41:52.314Z] 
14:41:52 [2021-12-21T14:41:52.314Z] DONE 17 tests, 4 skipped in 25.835s
14:41:52 [2021-12-21T14:41:52.314Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
14:41:52 [2021-12-21T14:41:52.314Z] ++ 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
14:41:52 [2021-12-21T14:41:52.314Z] ++ set -e
14:41:52 [2021-12-21T14:41:52.314Z] ++ '[' -n 0 ']'
14:41:52 [2021-12-21T14:41:52.314Z] ++ set -x
14:41:52 [2021-12-21T14:41:52.314Z] ++ env -i DEST=/go/src/github.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
14:41:52 [2021-12-21T14:41:52.314Z] INFO: Testing against a local daemon
14:41:52 [2021-12-21T14:41:52.314Z] === RUN   TestPluginInvalidJSON
14:41:52 [2021-12-21T14:41:52.314Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:41:52 [2021-12-21T14:41:52.314Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:41:52 [2021-12-21T14:41:52.314Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:41:52 [2021-12-21T14:41:52.314Z] --- PASS: TestPluginInvalidJSON (0.01s)
14:41:52 [2021-12-21T14:41:52.314Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
14:41:52 [2021-12-21T14:41:52.314Z] === RUN   TestPluginInstall
14:41:52 [2021-12-21T14:41:52.314Z] === RUN   TestPluginInstall/no_auth
14:41:52 [2021-12-21T14:41:52.314Z] time="2021-12-21T14:41:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:41:52 [2021-12-21T14:41:52.314Z] time="2021-12-21T14:41:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aa1f8e52e7002efeab51ef68ce0eb4279520f62393a23bed480966790a474118" mediatype=application/vnd.docker.plugin.v1+json size=522
14:41:52 [2021-12-21T14:41:52.314Z] time="2021-12-21T14:41:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:41:52 [2021-12-21T14:41:52.314Z] time="2021-12-21T14:41:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:aa1f8e52e7002efeab51ef68ce0eb4279520f62393a23bed480966790a474118" mediatype=application/vnd.docker.plugin.v1+json size=522
14:41:52 [2021-12-21T14:41:52.314Z] === RUN   TestPluginInstall/with_htpasswd
14:41:52 [2021-12-21T14:41:52.570Z] time="2021-12-21T14:41:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:41:52 [2021-12-21T14:41:52.570Z] time="2021-12-21T14:41:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4fd34388871e9d0f197eba59ad05f34fbb3de104e2aa70cc7df632296e55df8f" mediatype=application/vnd.docker.plugin.v1+json size=522
14:41:52 [2021-12-21T14:41:52.570Z] time="2021-12-21T14:41:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:41:52 [2021-12-21T14:41:52.570Z] time="2021-12-21T14:41:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4fd34388871e9d0f197eba59ad05f34fbb3de104e2aa70cc7df632296e55df8f" mediatype=application/vnd.docker.plugin.v1+json size=522
14:41:52 [2021-12-21T14:41:52.607Z] === RUN   TestSetSerialInsertDelete
14:41:52 [2021-12-21T14:41:52.607Z] --- PASS: TestSetSerialInsertDelete (0.00s)
14:41:52 [2021-12-21T14:41:52.607Z] === RUN   TestSetParallelInsertDelete
14:41:52 [2021-12-21T14:41:52.607Z] --- PASS: TestRetrieveFromStore (0.50s)
14:41:52 [2021-12-21T14:41:52.607Z] === RUN   TestIsCorrupted
14:41:52 [2021-12-21T14:41:52.607Z] --- PASS: TestIsCorrupted (0.01s)
14:41:52 [2021-12-21T14:41:52.607Z] === RUN   TestSetRollover
14:41:52 [2021-12-21T14:41:52.826Z] === RUN   TestPluginInstall/with_insecure
14:41:53 [2021-12-21T14:41:53.202Z] --- PASS: TestServiceUpdateSecrets (14.54s)
14:41:53 [2021-12-21T14:41:53.202Z] === RUN   TestServiceUpdateConfigs
14:41:53 [2021-12-21T14:41:53.754Z] time="2021-12-21T14:41:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:41:53 [2021-12-21T14:41:53.754Z] time="2021-12-21T14:41:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9c0a3ff2f7c06e262f266137682fdace939c4602d7274e95367c6a00bea81337" mediatype=application/vnd.docker.plugin.v1+json size=522
14:41:53 [2021-12-21T14:41:53.754Z] time="2021-12-21T14:41:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:41:53 [2021-12-21T14:41:53.754Z] time="2021-12-21T14:41:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9c0a3ff2f7c06e262f266137682fdace939c4602d7274e95367c6a00bea81337" mediatype=application/vnd.docker.plugin.v1+json size=522
14:41:53 [2021-12-21T14:41:53.754Z]     plugin_test.go:165: [db858964c1a6d] daemon is not started
14:41:53 [2021-12-21T14:41:53.754Z] --- PASS: TestPluginInstall (2.99s)
14:41:53 [2021-12-21T14:41:53.754Z]     --- PASS: TestPluginInstall/no_auth (1.42s)
14:41:53 [2021-12-21T14:41:53.754Z]     --- PASS: TestPluginInstall/with_htpasswd (0.56s)
14:41:53 [2021-12-21T14:41:53.754Z]     --- PASS: TestPluginInstall/with_insecure (1.01s)
14:41:53 [2021-12-21T14:41:53.754Z] === RUN   TestPluginsWithRuntimes
14:41:54 [2021-12-21T14:41:54.180Z] === RUN   TestInt2IP2IntConversion
14:41:54 [2021-12-21T14:41:54.180Z] --- PASS: TestSetRollover (1.51s)
14:41:54 [2021-12-21T14:41:54.180Z] === RUN   TestSetRolloverSerial
14:41:54 [2021-12-21T14:41:54.180Z] === RUN   TestPoolRequest
14:41:54 [2021-12-21T14:41:54.180Z] --- PASS: TestPoolRequest (0.00s)
14:41:54 [2021-12-21T14:41:54.180Z] === RUN   TestOtherRequests
14:41:54 [2021-12-21T14:41:54.180Z] --- PASS: TestOtherRequests (0.00s)
14:41:54 [2021-12-21T14:41:54.180Z] PASS
14:41:54 [2021-12-21T14:41:54.180Z] coverage: 57.1% of statements
14:41:54 [2021-12-21T14:41:54.180Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.047s	coverage: 57.1% of statements
14:41:54 [2021-12-21T14:41:54.648Z] --- PASS: TestInt2IP2IntConversion (0.58s)
14:41:54 [2021-12-21T14:41:54.648Z] === RUN   TestGetAddressVersion
14:41:54 [2021-12-21T14:41:54.648Z] --- PASS: TestGetAddressVersion (0.00s)
14:41:54 [2021-12-21T14:41:54.648Z] === RUN   TestKeyString
14:41:54 [2021-12-21T14:41:54.648Z] --- PASS: TestKeyString (0.00s)
14:41:54 [2021-12-21T14:41:54.648Z] === RUN   TestPoolDataMarshal
14:41:54 [2021-12-21T14:41:54.648Z] --- PASS: TestPoolDataMarshal (0.00s)
14:41:54 [2021-12-21T14:41:54.648Z] === RUN   TestSubnetsMarshal
14:41:54 [2021-12-21T14:41:54.648Z] --- PASS: TestSubnetsMarshal (0.05s)
14:41:54 [2021-12-21T14:41:54.648Z] === RUN   TestAddSubnets
14:41:54 [2021-12-21T14:41:54.648Z] --- PASS: TestAddSubnets (0.06s)
14:41:54 [2021-12-21T14:41:54.648Z] === RUN   TestDoublePoolRelease
14:41:54 [2021-12-21T14:41:54.648Z] --- PASS: TestDoublePoolRelease (0.02s)
14:41:54 [2021-12-21T14:41:54.648Z] === RUN   TestAddReleasePoolID
14:41:54 [2021-12-21T14:41:54.648Z] --- PASS: TestAddReleasePoolID (0.07s)
14:41:54 [2021-12-21T14:41:54.648Z] === RUN   TestPredefinedPool
14:41:54 [2021-12-21T14:41:54.648Z] --- PASS: TestPredefinedPool (0.04s)
14:41:54 [2021-12-21T14:41:54.648Z] === RUN   TestRemoveSubnet
14:41:55 [2021-12-21T14:41:55.125Z] --- PASS: TestRemoveSubnet (0.17s)
14:41:55 [2021-12-21T14:41:55.125Z] === RUN   TestGetSameAddress
14:41:55 [2021-12-21T14:41:55.125Z] --- PASS: TestGetSameAddress (0.02s)
14:41:55 [2021-12-21T14:41:55.125Z] === RUN   TestPoolAllocationReuse
14:41:55 [2021-12-21T14:41:55.372Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
14:41:55 [2021-12-21T14:41:55.594Z] === RUN   TestGetCapabilities
14:41:55 [2021-12-21T14:41:55.594Z] --- PASS: TestGetCapabilities (0.01s)
14:41:55 [2021-12-21T14:41:55.594Z] === RUN   TestGetCapabilitiesFromLegacyDriver
14:41:55 [2021-12-21T14:41:55.594Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s)
14:41:55 [2021-12-21T14:41:55.594Z] === RUN   TestGetDefaultAddressSpaces
14:41:55 [2021-12-21T14:41:55.594Z] --- PASS: TestGetDefaultAddressSpaces (0.00s)
14:41:55 [2021-12-21T14:41:55.594Z] === RUN   TestRemoteDriver
14:41:55 [2021-12-21T14:41:55.594Z] --- PASS: TestRemoteDriver (0.01s)
14:41:55 [2021-12-21T14:41:55.594Z] PASS
14:41:55 [2021-12-21T14:41:55.594Z] coverage: 47.4% of statements
14:41:55 [2021-12-21T14:41:55.594Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.080s	coverage: 47.4% of statements
14:41:55 [2021-12-21T14:41:55.594Z] --- PASS: TestSetRolloverSerial (1.48s)
14:41:55 [2021-12-21T14:41:55.594Z] === RUN   TestGetFirstAvailableFromCurrent
14:41:55 [2021-12-21T14:41:55.594Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s)
14:41:55 [2021-12-21T14:41:55.594Z] PASS
14:41:55 [2021-12-21T14:41:55.594Z] coverage: 84.4% of statements
14:41:55 [2021-12-21T14:41:55.594Z] ok  	github.com/docker/docker/libnetwork/bitseq	11.492s	coverage: 84.4% of statements
14:41:55 [2021-12-21T14:41:55.642Z] === RUN   TestPluginsWithRuntimes/No_Args
14:41:55 [2021-12-21T14:41:55.941Z]     check_test.go:308: [dee72b3ca4d16] daemon is not started
14:41:55 [2021-12-21T14:41:55.941Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
14:41:56 [2021-12-21T14:41:56.205Z] === RUN   TestPluginsWithRuntimes/With_Args
14:41:56 [2021-12-21T14:41:56.602Z] === RUN   TestWindowsIPAM
14:41:56 [2021-12-21T14:41:56.602Z] --- PASS: TestWindowsIPAM (0.00s)
14:41:56 [2021-12-21T14:41:56.602Z] PASS
14:41:56 [2021-12-21T14:41:56.602Z] coverage: 71.4% of statements
14:41:56 [2021-12-21T14:41:56.602Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.050s	coverage: 71.4% of statements
14:41:56 [2021-12-21T14:41:56.602Z] --- PASS: TestPoolAllocationReuse (1.65s)
14:41:56 [2021-12-21T14:41:56.602Z] === RUN   TestGetAddressSubPoolEqualPool
14:41:56 [2021-12-21T14:41:56.602Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s)
14:41:56 [2021-12-21T14:41:56.602Z] === RUN   TestRequestReleaseAddressFromSubPool
14:41:57 [2021-12-21T14:41:57.133Z] --- PASS: TestPluginsWithRuntimes (3.13s)
14:41:57 [2021-12-21T14:41:57.133Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.81s)
14:41:57 [2021-12-21T14:41:57.133Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.80s)
14:41:57 [2021-12-21T14:41:57.133Z] === RUN   TestPluginBackCompatMediaTypes
14:41:57 [2021-12-21T14:41:57.323Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
14:41:57 [2021-12-21T14:41:57.595Z] === RUN   TestDefaultNetwork
14:41:57 [2021-12-21T14:41:57.595Z] --- PASS: TestDefaultNetwork (0.30s)
14:41:57 [2021-12-21T14:41:57.595Z] === RUN   TestConfigGlobalScopeDefaultNetworks
14:41:57 [2021-12-21T14:41:57.696Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s)
14:41:57 [2021-12-21T14:41:57.696Z] PASS
14:41:57 [2021-12-21T14:41:57.696Z] 
14:41:57 [2021-12-21T14:41:57.696Z] DONE 10 tests in 6.776s
14:41:57 [2021-12-21T14:41:57.696Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
14:41:57 [2021-12-21T14:41:57.696Z] ++ 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
14:41:57 [2021-12-21T14:41:57.696Z] ++ set -e
14:41:57 [2021-12-21T14:41:57.696Z] ++ '[' -n 0 ']'
14:41:57 [2021-12-21T14:41:57.696Z] ++ set -x
14:41:57 [2021-12-21T14:41:57.696Z] ++ env -i DEST=/go/src/github.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
14:41:57 [2021-12-21T14:41:57.696Z] INFO: Testing against a local daemon
14:41:57 [2021-12-21T14:41:57.696Z] === RUN   TestExternalGraphDriver
14:41:57 [2021-12-21T14:41:57.696Z] === RUN   TestExternalGraphDriver/json
14:41:58 [2021-12-21T14:41:58.066Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.31s)
14:41:58 [2021-12-21T14:41:58.066Z] === RUN   TestInitAddressPools
14:41:58 [2021-12-21T14:41:58.066Z] --- PASS: TestInitAddressPools (0.00s)
14:41:58 [2021-12-21T14:41:58.066Z] PASS
14:41:58 [2021-12-21T14:41:58.066Z] coverage: 74.0% of statements
14:41:58 [2021-12-21T14:41:58.066Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.682s	coverage: 74.0% of statements
14:41:58 [2021-12-21T14:41:58.535Z] === RUN   TestKeyValue
14:41:58 [2021-12-21T14:41:58.535Z] --- PASS: TestKeyValue (0.00s)
14:41:58 [2021-12-21T14:41:58.535Z] PASS
14:41:58 [2021-12-21T14:41:58.535Z] coverage: 60.0% of statements
14:41:58 [2021-12-21T14:41:58.535Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.044s	coverage: 60.0% of statements
14:41:58 [2021-12-21T14:41:58.701Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
14:41:58 [2021-12-21T14:41:58.701Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
14:41:59 [2021-12-21T14:41:59.003Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.20s)
14:41:59 [2021-12-21T14:41:59.003Z] === RUN   TestSerializeRequestReleaseAddressFromSubPool
14:41:59 [2021-12-21T14:41:59.588Z] === RUN   TestExternalGraphDriver/spec
14:42:00 [2021-12-21T14:42:00.604Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
14:42:00 [2021-12-21T14:42:00.953Z] === RUN   TestExternalGraphDriver/pull
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
14:42:01 [2021-12-21T14:42:01.222Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
14:42:01 [2021-12-21T14:42:01.690Z] === RUN   TestNetworkDBSimple
14:42:01 [2021-12-21T14:42:01.690Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.88s)
14:42:01 [2021-12-21T14:42:01.690Z] === RUN   TestGetAddress
14:42:02 [2021-12-21T14:42:02.158Z] === RUN   TestGenerate
14:42:02 [2021-12-21T14:42:02.158Z] --- PASS: TestGenerate (0.00s)
14:42:02 [2021-12-21T14:42:02.158Z] === RUN   TestGeneratePtr
14:42:02 [2021-12-21T14:42:02.158Z] --- PASS: TestGeneratePtr (0.00s)
14:42:02 [2021-12-21T14:42:02.158Z] === RUN   TestGenerateMissingField
14:42:02 [2021-12-21T14:42:02.158Z] --- PASS: TestGenerateMissingField (0.00s)
14:42:02 [2021-12-21T14:42:02.158Z] === RUN   TestFieldCannotBeSet
14:42:02 [2021-12-21T14:42:02.158Z] --- PASS: TestFieldCannotBeSet (0.00s)
14:42:02 [2021-12-21T14:42:02.158Z] === RUN   TestTypeMismatchError
14:42:02 [2021-12-21T14:42:02.158Z] --- PASS: TestTypeMismatchError (0.00s)
14:42:02 [2021-12-21T14:42:02.158Z] PASS
14:42:02 [2021-12-21T14:42:02.158Z] coverage: 100.0% of statements
14:42:02 [2021-12-21T14:42:02.158Z] ok  	github.com/docker/docker/libnetwork/options	0.044s	coverage: 100.0% of statements
14:42:02 [2021-12-21T14:42:02.320Z] --- PASS: TestExternalGraphDriver (4.68s)
14:42:02 [2021-12-21T14:42:02.320Z]     --- PASS: TestExternalGraphDriver/json (1.52s)
14:42:02 [2021-12-21T14:42:02.320Z]     --- PASS: TestExternalGraphDriver/spec (1.52s)
14:42:02 [2021-12-21T14:42:02.320Z]     --- PASS: TestExternalGraphDriver/pull (1.61s)
14:42:02 [2021-12-21T14:42:02.320Z] === RUN   TestGraphdriverPluginV2
14:42:02 [2021-12-21T14:42:02.320Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:42:02 [2021-12-21T14:42:02.320Z] --- SKIP: TestGraphdriverPluginV2 (0.02s)
14:42:02 [2021-12-21T14:42:02.320Z] PASS
14:42:02 [2021-12-21T14:42:02.320Z] 
14:42:02 [2021-12-21T14:42:02.320Z] === Skipped
14:42:02 [2021-12-21T14:42:02.320Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s)
14:42:02 [2021-12-21T14:42:02.320Z]     external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:42:02 [2021-12-21T14:42:02.320Z] 
14:42:02 [2021-12-21T14:42:02.320Z] DONE 5 tests, 1 skipped in 4.789s
14:42:02 [2021-12-21T14:42:02.320Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
14:42:02 [2021-12-21T14:42:02.320Z] ++ 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
14:42:02 [2021-12-21T14:42:02.320Z] ++ set -e
14:42:02 [2021-12-21T14:42:02.320Z] ++ '[' -n 0 ']'
14:42:02 [2021-12-21T14:42:02.320Z] ++ set -x
14:42:02 [2021-12-21T14:42:02.320Z] ++ env -i DEST=/go/src/github.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
14:42:02 [2021-12-21T14:42:02.576Z] INFO: Testing against a local daemon
14:42:02 [2021-12-21T14:42:02.576Z] === RUN   TestContinueAfterPluginCrash
14:42:02 [2021-12-21T14:42:02.576Z] === PAUSE TestContinueAfterPluginCrash
14:42:02 [2021-12-21T14:42:02.576Z] === RUN   TestReadPluginNoRead
14:42:02 [2021-12-21T14:42:02.576Z] === PAUSE TestReadPluginNoRead
14:42:02 [2021-12-21T14:42:02.576Z] === RUN   TestDaemonStartWithLogOpt
14:42:02 [2021-12-21T14:42:02.576Z] === PAUSE TestDaemonStartWithLogOpt
14:42:02 [2021-12-21T14:42:02.576Z] === CONT  TestContinueAfterPluginCrash
14:42:02 [2021-12-21T14:42:02.576Z] === CONT  TestDaemonStartWithLogOpt
14:42:02 [2021-12-21T14:42:02.627Z] --- PASS: TestSetParallelInsertDelete (10.00s)
14:42:02 [2021-12-21T14:42:02.627Z] PASS
14:42:02 [2021-12-21T14:42:02.627Z] coverage: 100.0% of statements
14:42:02 [2021-12-21T14:42:02.627Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.056s	coverage: 100.0% of statements
14:42:02 [2021-12-21T14:42:02.627Z] 2021/12/21 14:42:02 Closing DB instances...
14:42:02 [2021-12-21T14:42:02.627Z] testing: warning: no tests to run
14:42:02 [2021-12-21T14:42:02.627Z] PASS
14:42:02 [2021-12-21T14:42:02.627Z] coverage: 0.0% of statements
14:42:02 [2021-12-21T14:42:02.627Z] ok  	github.com/docker/docker/libnetwork/osl	0.050s	coverage: 0.0% of statements [no tests to run]
14:42:03 [2021-12-21T14:42:03.138Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
14:42:03 [2021-12-21T14:42:03.615Z] === RUN   TestRequestNewPort
14:42:03 [2021-12-21T14:42:03.615Z] --- PASS: TestRequestNewPort (0.00s)
14:42:03 [2021-12-21T14:42:03.615Z] === RUN   TestRequestSpecificPort
14:42:03 [2021-12-21T14:42:03.615Z] --- PASS: TestRequestSpecificPort (0.00s)
14:42:03 [2021-12-21T14:42:03.615Z] === RUN   TestReleasePort
14:42:03 [2021-12-21T14:42:03.615Z] --- PASS: TestReleasePort (0.00s)
14:42:03 [2021-12-21T14:42:03.615Z] === RUN   TestReuseReleasedPort
14:42:03 [2021-12-21T14:42:03.615Z] --- PASS: TestReuseReleasedPort (0.00s)
14:42:03 [2021-12-21T14:42:03.615Z] === RUN   TestReleaseUnreadledPort
14:42:03 [2021-12-21T14:42:03.615Z] --- PASS: TestReleaseUnreadledPort (0.00s)
14:42:03 [2021-12-21T14:42:03.615Z] === RUN   TestUnknowProtocol
14:42:03 [2021-12-21T14:42:03.615Z] --- PASS: TestUnknowProtocol (0.00s)
14:42:03 [2021-12-21T14:42:03.615Z] === RUN   TestAllocateAllPorts
14:42:03 [2021-12-21T14:42:03.615Z] --- PASS: TestAllocateAllPorts (0.00s)
14:42:03 [2021-12-21T14:42:03.615Z] === RUN   TestPortAllocation
14:42:03 [2021-12-21T14:42:03.615Z] --- PASS: TestPortAllocation (0.00s)
14:42:03 [2021-12-21T14:42:03.615Z] === RUN   TestPortAllocationWithCustomRange
14:42:03 [2021-12-21T14:42:03.615Z] --- PASS: TestPortAllocationWithCustomRange (0.00s)
14:42:03 [2021-12-21T14:42:03.615Z] === RUN   TestNoDuplicateBPR
14:42:03 [2021-12-21T14:42:03.615Z] --- PASS: TestNoDuplicateBPR (0.00s)
14:42:03 [2021-12-21T14:42:03.615Z] === RUN   TestChangePortRange
14:42:03 [2021-12-21T14:42:03.615Z]     portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0
14:42:03 [2021-12-21T14:42:03.615Z]     portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0
14:42:03 [2021-12-21T14:42:03.615Z]     portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0
14:42:03 [2021-12-21T14:42:03.615Z]     portallocator_test.go:343: test: port allocate range 60100-65010, setErr=<nil>, reqPort=60100
14:42:03 [2021-12-21T14:42:03.615Z]     portallocator_test.go:343: test: port allocate range 0-0, setErr=<nil>, reqPort=60000
14:42:03 [2021-12-21T14:42:03.615Z]     portallocator_test.go:343: test: port allocate range 59900-65000, setErr=<nil>, reqPort=60001
14:42:03 [2021-12-21T14:42:03.615Z] --- PASS: TestChangePortRange (0.00s)
14:42:03 [2021-12-21T14:42:03.615Z] PASS
14:42:03 [2021-12-21T14:42:03.615Z] coverage: 88.6% of statements
14:42:03 [2021-12-21T14:42:03.615Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.060s	coverage: 88.6% of statements
14:42:03 [2021-12-21T14:42:03.615Z] testing: warning: no tests to run
14:42:03 [2021-12-21T14:42:03.615Z] PASS
14:42:03 [2021-12-21T14:42:03.615Z] coverage: 0.0% of statements
14:42:03 [2021-12-21T14:42:03.615Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.051s	coverage: 0.0% of statements [no tests to run]
14:42:04 [2021-12-21T14:42:04.074Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
14:42:04 [2021-12-21T14:42:04.088Z] --- PASS: TestNetworkDBSimple (2.44s)
14:42:04 [2021-12-21T14:42:04.088Z] === RUN   TestNetworkDBJoinLeaveNetwork
14:42:04 [2021-12-21T14:42:04.559Z] === RUN   TestHashData
14:42:04 [2021-12-21T14:42:04.559Z] --- PASS: TestHashData (0.00s)
14:42:04 [2021-12-21T14:42:04.559Z] PASS
14:42:04 [2021-12-21T14:42:04.559Z] coverage: 2.8% of statements
14:42:04 [2021-12-21T14:42:04.559Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.046s	coverage: 2.8% of statements
14:42:04 [2021-12-21T14:42:04.559Z] === RUN   TestErrorConstructors
14:42:04 [2021-12-21T14:42:04.559Z] --- PASS: TestErrorConstructors (0.00s)
14:42:04 [2021-12-21T14:42:04.559Z] === RUN   TestCompareIPMask
14:42:04 [2021-12-21T14:42:04.559Z] --- PASS: TestCompareIPMask (0.00s)
14:42:04 [2021-12-21T14:42:04.559Z] === RUN   TestUtilGetHostPartIP
14:42:04 [2021-12-21T14:42:04.559Z] --- PASS: TestUtilGetHostPartIP (0.00s)
14:42:04 [2021-12-21T14:42:04.559Z] === RUN   TestUtilGetBroadcastIP
14:42:04 [2021-12-21T14:42:04.559Z] --- PASS: TestUtilGetBroadcastIP (0.00s)
14:42:04 [2021-12-21T14:42:04.559Z] === RUN   TestParseCIDR
14:42:04 [2021-12-21T14:42:04.559Z] --- PASS: TestParseCIDR (0.00s)
14:42:04 [2021-12-21T14:42:04.559Z] PASS
14:42:04 [2021-12-21T14:42:04.559Z] coverage: 37.3% of statements
14:42:04 [2021-12-21T14:42:04.559Z] ok  	github.com/docker/docker/libnetwork/types	0.050s	coverage: 37.3% of statements
14:42:05 [2021-12-21T14:42:05.452Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
14:42:05 [2021-12-21T14:42:05.546Z] 2021/12/21 14:42:05 Closing DB instances...
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
14:42:05 [2021-12-21T14:42:05.546Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
14:42:05 [2021-12-21T14:42:05.546Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
14:42:05 [2021-12-21T14:42:05.546Z] PASS
14:42:05 [2021-12-21T14:42:05.546Z] coverage: 50.0% of statements
14:42:05 [2021-12-21T14:42:05.546Z] ok  	github.com/docker/docker/oci	0.050s	coverage: 50.0% of statements
14:42:05 [2021-12-21T14:42:05.843Z] --- PASS: TestDaemonStartWithLogOpt (3.02s)
14:42:05 [2021-12-21T14:42:05.843Z] === CONT  TestReadPluginNoRead
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestAddressPoolOpt
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestAddressPoolOpt (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/a
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/something
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/_=a
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/env1=value1
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/_env1=value1
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/env2=value2=value3
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/env3=abc!qwe
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/env_4=value_4
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/PATH
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/=a
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/PATH=
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/PATH=something
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/asd!qwe
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/1asd
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/123
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/some_space
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/__some_space_before
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/some_space_after__
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/=
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateEnv/PaTh
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestValidateEnv (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/a (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/something (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/_=a (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/PATH (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/=a (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/1asd (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/123 (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/some_space (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/= (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestParseHost
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestParseHost (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestParseDockerDaemonHost
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestParseDockerDaemonHost (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestParseTCP
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestParseTCP (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestParseInvalidUnixAddrInvalid
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateExtraHosts
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestValidateExtraHosts (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestIpOptString
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestIpOptString (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestNewIpOptInvalidDefaultVal
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestNewIpOptValidDefaultVal
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestIpOptSetInvalidVal
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateIPAddress
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestValidateIPAddress (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestMapOpts
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestMapOpts (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestListOptsWithoutValidator
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestListOptsWithoutValidator (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestListOptsWithValidator
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestListOptsWithValidator (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateDNSSearch
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestValidateDNSSearch (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateLabel
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateLabel/label_with_general_format
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateLabel/label_with_more_than_one_=
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateLabel/label_with_one_more
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestValidateLabel (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestNamedListOpts
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestNamedListOpts (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestNamedMapOpts
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestNamedMapOpts (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestParseLink
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestParseLink (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestQuotedStringSetWithQuotes
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestQuotedStringSetWithNoQuotes
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestUlimitOpt
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestUlimitOpt (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] PASS
14:42:06 [2021-12-21T14:42:06.539Z] coverage: 67.1% of statements
14:42:06 [2021-12-21T14:42:06.539Z] ok  	github.com/docker/docker/opts	0.087s	coverage: 67.1% of statements
14:42:06 [2021-12-21T14:42:06.539Z] === RUN   TestParseVersion
14:42:06 [2021-12-21T14:42:06.539Z] --- PASS: TestParseVersion (0.00s)
14:42:06 [2021-12-21T14:42:06.539Z] PASS
14:42:06 [2021-12-21T14:42:06.539Z] coverage: 52.9% of statements
14:42:06 [2021-12-21T14:42:06.539Z] ok  	github.com/docker/docker/pkg/aaparser	0.045s	coverage: 52.9% of statements
14:42:06 [2021-12-21T14:42:06.830Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
14:42:07 [2021-12-21T14:42:07.010Z] --- PASS: TestNetworkDBJoinLeaveNetwork (3.04s)
14:42:07 [2021-12-21T14:42:07.010Z] === RUN   TestNetworkDBJoinLeaveNetworks
14:42:07 [2021-12-21T14:42:07.398Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
14:42:07 [2021-12-21T14:42:07.733Z] === RUN   TestReadPluginNoRead/default
14:42:08 [2021-12-21T14:42:08.034Z] --- PASS: TestServiceUpdateConfigs (14.33s)
14:42:08 [2021-12-21T14:42:08.034Z] === RUN   TestServiceUpdateNetwork
14:42:08 [2021-12-21T14:42:08.576Z] 2021/12/21 14:42:07 Closing DB instances...
14:42:08 [2021-12-21T14:42:08.576Z] === RUN   TestPeerCertificateMarshalJSON
14:42:09 [2021-12-21T14:42:09.049Z] === RUN   TestIsArchivePathDir
14:42:09 [2021-12-21T14:42:09.049Z] --- PASS: TestIsArchivePathDir (0.07s)
14:42:09 [2021-12-21T14:42:09.049Z] === RUN   TestIsArchivePathInvalidFile
14:42:09 [2021-12-21T14:42:09.049Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
14:42:09 [2021-12-21T14:42:09.049Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
14:42:09 [2021-12-21T14:42:09.049Z] --- PASS: TestPeerCertificateMarshalJSON (0.61s)
14:42:09 [2021-12-21T14:42:09.049Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
14:42:09 [2021-12-21T14:42:09.049Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
14:42:09 [2021-12-21T14:42:09.049Z] === RUN   TestMiddleware
14:42:09 [2021-12-21T14:42:09.049Z] --- PASS: TestMiddleware (0.00s)
14:42:09 [2021-12-21T14:42:09.049Z] === RUN   TestNewResponseModifier
14:42:09 [2021-12-21T14:42:09.049Z] --- PASS: TestNewResponseModifier (0.00s)
14:42:09 [2021-12-21T14:42:09.049Z] PASS
14:42:09 [2021-12-21T14:42:09.049Z] coverage: 26.8% of statements
14:42:09 [2021-12-21T14:42:09.049Z] ok  	github.com/docker/docker/pkg/authorization	0.664s	coverage: 26.8% of statements
14:42:09 [2021-12-21T14:42:09.049Z] --- PASS: TestIsArchivePathInvalidFile (0.27s)
14:42:09 [2021-12-21T14:42:09.049Z] === RUN   TestIsArchivePathTar
14:42:09 [2021-12-21T14:42:09.098Z] === RUN   TestReadPluginNoRead/disabled_caching
14:42:09 [2021-12-21T14:42:09.666Z] --- PASS: TestIsArchivePathTar (0.22s)
14:42:09 [2021-12-21T14:42:09.666Z] === RUN   TestDecompressStreamGzip
14:42:09 [2021-12-21T14:42:09.666Z] --- PASS: TestDecompressStreamGzip (0.26s)
14:42:09 [2021-12-21T14:42:09.666Z] === RUN   TestDecompressStreamBzip2
14:42:09 [2021-12-21T14:42:09.666Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.65s)
14:42:09 [2021-12-21T14:42:09.666Z] === RUN   TestNetworkDBCRUDTableEntry
14:42:09 [2021-12-21T14:42:09.666Z] === RUN   TestUnbuffered
14:42:09 [2021-12-21T14:42:09.666Z] --- PASS: TestUnbuffered (0.00s)
14:42:09 [2021-12-21T14:42:09.666Z] === RUN   TestRaceUnbuffered
14:42:09 [2021-12-21T14:42:09.666Z] --- PASS: TestRaceUnbuffered (0.00s)
14:42:09 [2021-12-21T14:42:09.666Z] PASS
14:42:09 [2021-12-21T14:42:09.666Z] coverage: 100.0% of statements
14:42:09 [2021-12-21T14:42:09.666Z] ok  	github.com/docker/docker/pkg/broadcaster	0.049s	coverage: 100.0% of statements
14:42:09 [2021-12-21T14:42:09.666Z] --- PASS: TestDecompressStreamBzip2 (0.14s)
14:42:09 [2021-12-21T14:42:09.666Z] === RUN   TestDecompressStreamXz
14:42:09 [2021-12-21T14:42:09.666Z]     archive_test.go:133: Xz not present in msys2
14:42:09 [2021-12-21T14:42:09.666Z] --- SKIP: TestDecompressStreamXz (0.00s)
14:42:09 [2021-12-21T14:42:09.666Z] === RUN   TestDecompressStreamZstd
14:42:09 [2021-12-21T14:42:09.666Z]     archive_test.go:140: zstd not installed
14:42:09 [2021-12-21T14:42:09.666Z] --- SKIP: TestDecompressStreamZstd (0.03s)
14:42:09 [2021-12-21T14:42:09.666Z] === RUN   TestCompressStreamXzUnsupported
14:42:09 [2021-12-21T14:42:09.666Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
14:42:09 [2021-12-21T14:42:09.666Z] === RUN   TestCompressStreamBzip2Unsupported
14:42:09 [2021-12-21T14:42:09.666Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
14:42:09 [2021-12-21T14:42:09.666Z] === RUN   TestCompressStreamInvalid
14:42:09 [2021-12-21T14:42:09.931Z]     check_test.go:308: [db487452b3754] daemon is not started
14:42:09 [2021-12-21T14:42:09.931Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
14:42:10 [2021-12-21T14:42:10.026Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
14:42:10 [2021-12-21T14:42:10.135Z] --- PASS: TestCompressStreamInvalid (0.00s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestExtensionInvalid
14:42:10 [2021-12-21T14:42:10.135Z] --- PASS: TestExtensionInvalid (0.00s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestExtensionUncompressed
14:42:10 [2021-12-21T14:42:10.135Z] --- PASS: TestExtensionUncompressed (0.00s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestExtensionBzip2
14:42:10 [2021-12-21T14:42:10.135Z] --- PASS: TestExtensionBzip2 (0.00s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestExtensionGzip
14:42:10 [2021-12-21T14:42:10.135Z] --- PASS: TestExtensionGzip (0.00s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestExtensionXz
14:42:10 [2021-12-21T14:42:10.135Z] --- PASS: TestExtensionXz (0.00s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestExtensionZstd
14:42:10 [2021-12-21T14:42:10.135Z] --- PASS: TestExtensionZstd (0.00s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestCmdStreamLargeStderr
14:42:10 [2021-12-21T14:42:10.135Z] --- PASS: TestCmdStreamLargeStderr (0.09s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestCmdStreamBad
14:42:10 [2021-12-21T14:42:10.135Z]     archive_test.go:252: Failing on Windows CI machines
14:42:10 [2021-12-21T14:42:10.135Z] --- SKIP: TestCmdStreamBad (0.00s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestCmdStreamGood
14:42:10 [2021-12-21T14:42:10.135Z] --- PASS: TestCmdStreamGood (0.05s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestUntarPathWithInvalidDest
14:42:10 [2021-12-21T14:42:10.135Z] --- PASS: TestUntarPathWithInvalidDest (0.08s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestUntarPathWithInvalidSrc
14:42:10 [2021-12-21T14:42:10.135Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestUntarPath
14:42:10 [2021-12-21T14:42:10.135Z] --- PASS: TestUntarPath (0.08s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestUntarPathWithDestinationFile
14:42:10 [2021-12-21T14:42:10.135Z] --- PASS: TestUntarPathWithDestinationFile (0.07s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
14:42:10 [2021-12-21T14:42:10.135Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestCopyWithTarInvalidSrc
14:42:10 [2021-12-21T14:42:10.135Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
14:42:10 [2021-12-21T14:42:10.135Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
14:42:10 [2021-12-21T14:42:10.190Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
14:42:10 [2021-12-21T14:42:10.282Z] --- PASS: TestContinueAfterPluginCrash (7.87s)
14:42:10 [2021-12-21T14:42:10.603Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestCopyWithTarSrcFile
14:42:10 [2021-12-21T14:42:10.604Z] --- PASS: TestCopyWithTarSrcFile (0.01s)
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestCopyWithTarSrcFolder
14:42:10 [2021-12-21T14:42:10.604Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestCopyFileWithTarInvalidSrc
14:42:10 [2021-12-21T14:42:10.604Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
14:42:10 [2021-12-21T14:42:10.604Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestCopyFileWithTarSrcFolder
14:42:10 [2021-12-21T14:42:10.604Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestCopyFileWithTarSrcFile
14:42:10 [2021-12-21T14:42:10.604Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s)
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestTarFiles
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestMatch
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestMatch/[[]]
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestMatch/[[foo]]
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestMatch/[[bar]_[foo]]
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestMatch/[[foo_bar]]
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestMatch/[[qux]_[foo]]
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestMatch/[]
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestMatch/[]#01
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestMatch/[[qux]]
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestMatch/[[foo_bar_qux]]
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestMatch/[[qux]_[baz]]
14:42:10 [2021-12-21T14:42:10.604Z] === RUN   TestMatch/[[foo_baz]]
14:42:10 [2021-12-21T14:42:10.604Z] --- PASS: TestMatch (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z]     --- PASS: TestMatch/[[]] (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z]     --- PASS: TestMatch/[[foo]] (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z]     --- PASS: TestMatch/[] (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z]     --- PASS: TestMatch/[]#01 (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z]     --- PASS: TestMatch/[[qux]] (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
14:42:10 [2021-12-21T14:42:10.604Z] PASS
14:42:10 [2021-12-21T14:42:10.604Z] coverage: 87.5% of statements
14:42:10 [2021-12-21T14:42:10.604Z] ok  	github.com/docker/docker/pkg/capabilities	0.046s	coverage: 87.5% of statements
14:42:10 [2021-12-21T14:42:10.655Z] --- PASS: TestCheckoutGit (36.60s)
14:42:10 [2021-12-21T14:42:10.655Z] === RUN   TestValidGitTransport
14:42:10 [2021-12-21T14:42:10.655Z] --- PASS: TestValidGitTransport (0.00s)
14:42:10 [2021-12-21T14:42:10.655Z] === RUN   TestGitInvalidRef
14:42:10 [2021-12-21T14:42:10.655Z] --- PASS: TestGitInvalidRef (0.21s)
14:42:10 [2021-12-21T14:42:10.655Z] PASS
14:42:10 [2021-12-21T14:42:10.655Z] coverage: 86.3% of statements
14:42:10 [2021-12-21T14:42:10.655Z] ok  	github.com/docker/docker/builder/remotecontext/git	37.080s	coverage: 86.3% of statements
14:42:10 [2021-12-21T14:42:10.757Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
14:42:10 [2021-12-21T14:42:10.844Z] === CONT  TestReadPluginNoRead
14:42:10 [2021-12-21T14:42:10.844Z]     read_test.go:92: [d007d58b87bb8] daemon is not started
14:42:10 [2021-12-21T14:42:10.844Z] --- PASS: TestReadPluginNoRead (5.49s)
14:42:10 [2021-12-21T14:42:10.844Z]     --- PASS: TestReadPluginNoRead/default (1.27s)
14:42:10 [2021-12-21T14:42:10.844Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.07s)
14:42:10 [2021-12-21T14:42:10.844Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.09s)
14:42:10 [2021-12-21T14:42:10.844Z] PASS
14:42:11 [2021-12-21T14:42:11.100Z] 
14:42:11 [2021-12-21T14:42:11.100Z] DONE 6 tests in 8.597s
14:42:11 [2021-12-21T14:42:11.100Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
14:42:11 [2021-12-21T14:42:11.100Z] ++ 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
14:42:11 [2021-12-21T14:42:11.100Z] ++ set -e
14:42:11 [2021-12-21T14:42:11.100Z] ++ '[' -n 0 ']'
14:42:11 [2021-12-21T14:42:11.100Z] ++ set -x
14:42:11 [2021-12-21T14:42:11.100Z] ++ env -i DEST=/go/src/github.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
14:42:11 [2021-12-21T14:42:11.100Z] testing: warning: no tests to run
14:42:11 [2021-12-21T14:42:11.100Z] PASS
14:42:11 [2021-12-21T14:42:11.100Z] 
14:42:11 [2021-12-21T14:42:11.100Z] DONE 0 tests in 0.025s
14:42:11 [2021-12-21T14:42:11.100Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
14:42:11 [2021-12-21T14:42:11.100Z] ++ 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
14:42:11 [2021-12-21T14:42:11.100Z] ++ set -e
14:42:11 [2021-12-21T14:42:11.100Z] ++ '[' -n 0 ']'
14:42:11 [2021-12-21T14:42:11.100Z] ++ set -x
14:42:11 [2021-12-21T14:42:11.100Z] ++ env -i DEST=/go/src/github.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
14:42:11 [2021-12-21T14:42:11.100Z] INFO: Testing against a local daemon
14:42:11 [2021-12-21T14:42:11.100Z] === RUN   TestPluginWithDevMounts
14:42:11 [2021-12-21T14:42:11.100Z] === PAUSE TestPluginWithDevMounts
14:42:11 [2021-12-21T14:42:11.100Z] === CONT  TestPluginWithDevMounts
14:42:11 [2021-12-21T14:42:11.324Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
14:42:11 [2021-12-21T14:42:11.595Z] === RUN   TestChrootTarUntar
14:42:11 [2021-12-21T14:42:11.595Z]     archive_test.go:44: os.Getuid() != 0: skipping test that requires root
14:42:11 [2021-12-21T14:42:11.595Z] --- SKIP: TestChrootTarUntar (0.00s)
14:42:11 [2021-12-21T14:42:11.595Z] === RUN   TestChrootUntarWithHugeExcludesList
14:42:11 [2021-12-21T14:42:11.595Z]     archive_test.go:76: os.Getuid() != 0: skipping test that requires root
14:42:11 [2021-12-21T14:42:11.595Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
14:42:11 [2021-12-21T14:42:11.595Z] === RUN   TestChrootUntarEmptyArchive
14:42:11 [2021-12-21T14:42:11.595Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
14:42:11 [2021-12-21T14:42:11.595Z] === RUN   TestChrootTarUntarWithSymlink
14:42:11 [2021-12-21T14:42:11.595Z]     archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:42:11 [2021-12-21T14:42:11.595Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
14:42:11 [2021-12-21T14:42:11.595Z] === RUN   TestChrootCopyWithTar
14:42:11 [2021-12-21T14:42:11.595Z]     archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:42:11 [2021-12-21T14:42:11.595Z] --- SKIP: TestChrootCopyWithTar (0.00s)
14:42:11 [2021-12-21T14:42:11.595Z] === RUN   TestChrootCopyFileWithTar
14:42:11 [2021-12-21T14:42:11.595Z]     archive_test.go:248: os.Getuid() != 0: skipping test that requires root
14:42:11 [2021-12-21T14:42:11.595Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
14:42:11 [2021-12-21T14:42:11.595Z] === RUN   TestChrootUntarPath
14:42:11 [2021-12-21T14:42:11.595Z]     archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:42:11 [2021-12-21T14:42:11.595Z] --- SKIP: TestChrootUntarPath (0.00s)
14:42:11 [2021-12-21T14:42:11.595Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
14:42:11 [2021-12-21T14:42:11.595Z]     archive_test.go:355: os.Getuid() != 0: skipping test that requires root
14:42:11 [2021-12-21T14:42:11.595Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
14:42:11 [2021-12-21T14:42:11.595Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
14:42:11 [2021-12-21T14:42:11.595Z]     archive_test.go:372: os.Getuid() != 0: skipping test that requires root
14:42:11 [2021-12-21T14:42:11.595Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.01s)
14:42:11 [2021-12-21T14:42:11.595Z] === RUN   TestChrootApplyDotDotFile
14:42:11 [2021-12-21T14:42:11.595Z]     archive_test.go:389: os.Getuid() != 0: skipping test that requires root
14:42:11 [2021-12-21T14:42:11.595Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
14:42:11 [2021-12-21T14:42:11.595Z] PASS
14:42:11 [2021-12-21T14:42:11.595Z] coverage: 15.1% of statements
14:42:11 [2021-12-21T14:42:11.595Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.108s	coverage: 15.1% of statements
14:42:11 [2021-12-21T14:42:11.620Z] ?   	github.com/docker/docker/cli	[no test files]
14:42:11 [2021-12-21T14:42:11.620Z] ?   	github.com/docker/docker/cli/config	[no test files]
14:42:12 [2021-12-21T14:42:12.064Z] 2021/12/21 14:42:11 Closing DB instances...
14:42:12 [2021-12-21T14:42:12.501Z] --- PASS: TestPluginWithDevMounts (1.51s)
14:42:12 [2021-12-21T14:42:12.501Z] PASS
14:42:12 [2021-12-21T14:42:12.501Z] 
14:42:12 [2021-12-21T14:42:12.501Z] DONE 1 tests in 1.597s
14:42:12 [2021-12-21T14:42:12.532Z] === RUN   TestSizeEmpty
14:42:12 [2021-12-21T14:42:12.532Z] --- PASS: TestSizeEmpty (0.00s)
14:42:12 [2021-12-21T14:42:12.532Z] === RUN   TestSizeEmptyFile
14:42:12 [2021-12-21T14:42:12.532Z] --- PASS: TestSizeEmptyFile (0.00s)
14:42:12 [2021-12-21T14:42:12.532Z] === RUN   TestSizeNonemptyFile
14:42:12 [2021-12-21T14:42:12.532Z] --- PASS: TestSizeNonemptyFile (0.00s)
14:42:12 [2021-12-21T14:42:12.532Z] === RUN   TestSizeNestedDirectoryEmpty
14:42:12 [2021-12-21T14:42:12.532Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
14:42:12 [2021-12-21T14:42:12.532Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
14:42:12 [2021-12-21T14:42:12.532Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
14:42:12 [2021-12-21T14:42:12.532Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
14:42:12 [2021-12-21T14:42:12.532Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
14:42:12 [2021-12-21T14:42:12.532Z] === RUN   TestMoveToSubdir
14:42:12 [2021-12-21T14:42:12.532Z] --- PASS: TestMoveToSubdir (0.01s)
14:42:12 [2021-12-21T14:42:12.532Z] === RUN   TestSizeNonExistingDirectory
14:42:12 [2021-12-21T14:42:12.532Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
14:42:12 [2021-12-21T14:42:12.532Z] PASS
14:42:12 [2021-12-21T14:42:12.532Z] coverage: 80.0% of statements
14:42:12 [2021-12-21T14:42:12.532Z] ok  	github.com/docker/docker/pkg/directory	0.060s	coverage: 80.0% of statements
14:42:12 [2021-12-21T14:42:12.760Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
14:42:12 [2021-12-21T14:42:12.760Z] ++ 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
14:42:12 [2021-12-21T14:42:12.760Z] ++ set -e
14:42:12 [2021-12-21T14:42:12.760Z] ++ '[' -n 0 ']'
14:42:12 [2021-12-21T14:42:12.760Z] ++ set -x
14:42:12 [2021-12-21T14:42:12.760Z] ++ env -i DEST=/go/src/github.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
14:42:12 [2021-12-21T14:42:12.760Z] INFO: Testing against a local daemon
14:42:12 [2021-12-21T14:42:12.760Z] === RUN   TestSecretInspect
14:42:13 [2021-12-21T14:42:13.228Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
14:42:13 [2021-12-21T14:42:13.228Z]     check_test.go:308: [d5459d98a0a3b] daemon is not started
14:42:13 [2021-12-21T14:42:13.228Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
14:42:13 [2021-12-21T14:42:13.228Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
14:42:14 [2021-12-21T14:42:14.097Z] === RUN   Test
14:42:14 [2021-12-21T14:42:14.097Z] === RUN   Test/TestContainsEntry
14:42:14 [2021-12-21T14:42:14.097Z] === RUN   Test/TestCreateEntries
14:42:14 [2021-12-21T14:42:14.097Z] === RUN   Test/TestEntriesDiff
14:42:14 [2021-12-21T14:42:14.097Z] === RUN   Test/TestEntriesEquality
14:42:14 [2021-12-21T14:42:14.097Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
14:42:14 [2021-12-21T14:42:14.097Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
14:42:14 [2021-12-21T14:42:14.097Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
14:42:14 [2021-12-21T14:42:14.097Z] === RUN   Test/TestGeneratorNotGenerate
14:42:14 [2021-12-21T14:42:14.097Z] === RUN   Test/TestGeneratorWithPort
14:42:14 [2021-12-21T14:42:14.097Z] === RUN   Test/TestGeneratorWithPortNotGenerate
14:42:14 [2021-12-21T14:42:14.097Z] === RUN   Test/TestNewEntry
14:42:14 [2021-12-21T14:42:14.097Z] === RUN   Test/TestParse
14:42:14 [2021-12-21T14:42:14.097Z] --- PASS: Test (0.00s)
14:42:14 [2021-12-21T14:42:14.097Z]     --- PASS: Test/TestContainsEntry (0.00s)
14:42:14 [2021-12-21T14:42:14.097Z]     --- PASS: Test/TestCreateEntries (0.00s)
14:42:14 [2021-12-21T14:42:14.097Z]     --- PASS: Test/TestEntriesDiff (0.00s)
14:42:14 [2021-12-21T14:42:14.097Z]     --- PASS: Test/TestEntriesEquality (0.00s)
14:42:14 [2021-12-21T14:42:14.097Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
14:42:14 [2021-12-21T14:42:14.097Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
14:42:14 [2021-12-21T14:42:14.097Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
14:42:14 [2021-12-21T14:42:14.097Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
14:42:14 [2021-12-21T14:42:14.097Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
14:42:14 [2021-12-21T14:42:14.097Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
14:42:14 [2021-12-21T14:42:14.097Z]     --- PASS: Test/TestNewEntry (0.00s)
14:42:14 [2021-12-21T14:42:14.097Z]     --- PASS: Test/TestParse (0.00s)
14:42:14 [2021-12-21T14:42:14.097Z] PASS
14:42:14 [2021-12-21T14:42:14.097Z] coverage: 58.3% of statements
14:42:14 [2021-12-21T14:42:14.097Z] ok  	github.com/docker/docker/pkg/discovery	0.051s	coverage: 58.3% of statements
14:42:14 [2021-12-21T14:42:14.097Z] --- PASS: TestNetworkDBCRUDTableEntry (4.08s)
14:42:14 [2021-12-21T14:42:14.097Z] === RUN   TestNetworkDBCRUDTableEntries
14:42:14 [2021-12-21T14:42:14.565Z] === RUN   Test
14:42:14 [2021-12-21T14:42:14.565Z] === RUN   Test/TestContent
14:42:14 [2021-12-21T14:42:14.565Z] === RUN   Test/TestInitialize
14:42:14 [2021-12-21T14:42:14.565Z] === RUN   Test/TestNew
14:42:14 [2021-12-21T14:42:14.565Z] === RUN   Test/TestParsingContentsWithComments
14:42:14 [2021-12-21T14:42:14.565Z] === RUN   Test/TestRegister
14:42:14 [2021-12-21T14:42:14.565Z] === RUN   Test/TestWatch
14:42:14 [2021-12-21T14:42:14.565Z] --- PASS: Test (0.01s)
14:42:14 [2021-12-21T14:42:14.566Z]     --- PASS: Test/TestContent (0.00s)
14:42:14 [2021-12-21T14:42:14.566Z]     --- PASS: Test/TestInitialize (0.00s)
14:42:14 [2021-12-21T14:42:14.566Z]     --- PASS: Test/TestNew (0.00s)
14:42:14 [2021-12-21T14:42:14.566Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
14:42:14 [2021-12-21T14:42:14.566Z]     --- PASS: Test/TestRegister (0.00s)
14:42:14 [2021-12-21T14:42:14.566Z]     --- PASS: Test/TestWatch (0.00s)
14:42:14 [2021-12-21T14:42:14.566Z] PASS
14:42:14 [2021-12-21T14:42:14.566Z] coverage: 97.6% of statements
14:42:15 [2021-12-21T14:42:15.043Z] ok  	github.com/docker/docker/pkg/discovery/file	0.053s	coverage: 97.6% of statements
14:42:15 [2021-12-21T14:42:15.276Z] --- PASS: TestSecretInspect (2.11s)
14:42:15 [2021-12-21T14:42:15.276Z] === RUN   TestSecretList
14:42:15 [2021-12-21T14:42:15.763Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
14:42:15 [2021-12-21T14:42:15.763Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
14:42:16 [2021-12-21T14:42:16.030Z] 2021/12/21 14:42:15 Closing DB instances...
14:42:16 [2021-12-21T14:42:16.498Z] === RUN   Test
14:42:16 [2021-12-21T14:42:16.498Z] === RUN   Test/TestInitialize
14:42:16 [2021-12-21T14:42:16.498Z] time="2021-12-21T14:42:16Z" level=info msg="Initializing discovery without TLS"
14:42:16 [2021-12-21T14:42:16.498Z] time="2021-12-21T14:42:16Z" level=info msg="Initializing discovery without TLS"
14:42:16 [2021-12-21T14:42:16.498Z] time="2021-12-21T14:42:16Z" level=info msg="Initializing discovery without TLS"
14:42:16 [2021-12-21T14:42:16.498Z] === RUN   Test/TestInitializeWithCerts
14:42:16 [2021-12-21T14:42:16.498Z] time="2021-12-21T14:42:16Z" level=info msg="Initializing discovery with TLS"
14:42:16 [2021-12-21T14:42:16.498Z] === RUN   Test/TestWatch
14:42:16 [2021-12-21T14:42:16.498Z] time="2021-12-21T14:42:16Z" level=info msg="Initializing discovery without TLS"
14:42:16 [2021-12-21T14:42:16.498Z] --- PASS: TestTarFiles (6.23s)
14:42:16 [2021-12-21T14:42:16.498Z] === RUN   TestDetectCompressionZstd
14:42:16 [2021-12-21T14:42:16.498Z] --- PASS: TestDetectCompressionZstd (0.00s)
14:42:16 [2021-12-21T14:42:16.498Z] === RUN   TestTarUntar
14:42:16 [2021-12-21T14:42:16.498Z] --- PASS: TestTarUntar (0.06s)
14:42:16 [2021-12-21T14:42:16.498Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
14:42:16 [2021-12-21T14:42:16.498Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s)
14:42:16 [2021-12-21T14:42:16.498Z] === RUN   TestTarWithOptions
14:42:16 [2021-12-21T14:42:16.641Z] --- PASS: TestSecretList (1.68s)
14:42:16 [2021-12-21T14:42:16.641Z] === RUN   TestSecretsCreateAndDelete
14:42:16 [2021-12-21T14:42:16.967Z] --- PASS: TestTarWithOptions (0.04s)
14:42:16 [2021-12-21T14:42:16.967Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
14:42:16 [2021-12-21T14:42:16.967Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
14:42:16 [2021-12-21T14:42:16.967Z] === RUN   TestUntarUstarGnuConflict
14:42:16 [2021-12-21T14:42:16.967Z] --- PASS: TestUntarUstarGnuConflict (0.01s)
14:42:16 [2021-12-21T14:42:16.967Z] === RUN   TestUntarInvalidFilenames
14:42:16 [2021-12-21T14:42:16.967Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1965519732\\dest"
14:42:16 [2021-12-21T14:42:16.967Z] --- PASS: TestUntarInvalidFilenames (0.23s)
14:42:16 [2021-12-21T14:42:16.967Z] === RUN   TestUntarHardlinkToSymlink
14:42:16 [2021-12-21T14:42:16.967Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
14:42:16 [2021-12-21T14:42:16.967Z] === RUN   TestUntarInvalidHardlink
14:42:16 [2021-12-21T14:42:16.967Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2128611309\\victim\\hello" -> "../victim/hello"
14:42:16 [2021-12-21T14:42:16.967Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3074801676\\victim\\hello" -> "/../victim/hello"
14:42:16 [2021-12-21T14:42:16.967Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3548450232\\victim" -> "../victim"
14:42:16 [2021-12-21T14:42:16.967Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink964199348\\victim" -> "../victim"
14:42:16 [2021-12-21T14:42:16.967Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2995261729\\victim" -> "../victim"
14:42:16 [2021-12-21T14:42:16.967Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3902759002\\victim" -> "../victim"
14:42:16 [2021-12-21T14:42:16.967Z] --- PASS: TestUntarInvalidHardlink (0.04s)
14:42:16 [2021-12-21T14:42:16.967Z] === RUN   TestUntarInvalidSymlink
14:42:16 [2021-12-21T14:42:16.967Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3632443329\\dest\\dotdot" -> "../victim/hello"
14:42:16 [2021-12-21T14:42:16.967Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2407525240\\dest\\slash-dotdot" -> "/../victim/hello"
14:42:16 [2021-12-21T14:42:16.967Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink500099555\\dest\\loophole-victim" -> "../victim"
14:42:16 [2021-12-21T14:42:16.967Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3596567585\\dest\\loophole-victim" -> "../victim"
14:42:16 [2021-12-21T14:42:16.967Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3541851841\\dest\\loophole-victim" -> "../victim"
14:42:16 [2021-12-21T14:42:16.967Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1077784796\\dest\\loophole-victim" -> "../victim"
14:42:16 [2021-12-21T14:42:16.967Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3304495084\\dest\\dir\\loophole" -> "../../victim"
14:42:16 [2021-12-21T14:42:16.967Z] --- PASS: TestUntarInvalidSymlink (0.05s)
14:42:16 [2021-12-21T14:42:16.967Z] === RUN   TestTempArchiveCloseMultipleTimes
14:42:16 [2021-12-21T14:42:16.967Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
14:42:16 [2021-12-21T14:42:16.967Z] === RUN   TestXGlobalNoParent
14:42:16 [2021-12-21T14:42:16.967Z] --- PASS: TestXGlobalNoParent (0.00s)
14:42:16 [2021-12-21T14:42:16.967Z] === RUN   TestReplaceFileTarWrapper
14:42:17 [2021-12-21T14:42:17.394Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
14:42:17 [2021-12-21T14:42:17.394Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
14:42:17 [2021-12-21T14:42:17.394Z] === RUN   TestLoadDaemonCliConfigWithTLS
14:42:17 [2021-12-21T14:42:17.394Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
14:42:17 [2021-12-21T14:42:17.394Z] === RUN   TestLoadDaemonCliConfigWithConflicts
14:42:17 [2021-12-21T14:42:17.394Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
14:42:17 [2021-12-21T14:42:17.394Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
14:42:17 [2021-12-21T14:42:17.394Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
14:42:17 [2021-12-21T14:42:17.394Z] === RUN   TestLoadDaemonCliWithConflictingLabels
14:42:17 [2021-12-21T14:42:17.394Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
14:42:17 [2021-12-21T14:42:17.394Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
14:42:17 [2021-12-21T14:42:17.394Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
14:42:17 [2021-12-21T14:42:17.394Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
14:42:17 [2021-12-21T14:42:17.394Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
14:42:17 [2021-12-21T14:42:17.394Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
14:42:17 [2021-12-21T14:42:17.394Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
14:42:17 [2021-12-21T14:42:17.394Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
14:42:17 [2021-12-21T14:42:17.394Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
14:42:17 [2021-12-21T14:42:17.394Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
14:42:17 [2021-12-21T14:42:17.394Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
14:42:17 [2021-12-21T14:42:17.394Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
14:42:17 [2021-12-21T14:42:17.394Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
14:42:17 [2021-12-21T14:42:17.394Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
14:42:17 [2021-12-21T14:42:17.394Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
14:42:17 [2021-12-21T14:42:17.394Z] === RUN   TestConfigureDaemonLogs
14:42:17 [2021-12-21T14:42:17.394Z] --- PASS: TestConfigureDaemonLogs (0.00s)
14:42:17 [2021-12-21T14:42:17.394Z] === RUN   TestCommonOptionsInstallFlags
14:42:17 [2021-12-21T14:42:17.394Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
14:42:17 [2021-12-21T14:42:17.394Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
14:42:17 [2021-12-21T14:42:17.394Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
14:42:17 [2021-12-21T14:42:17.394Z] PASS
14:42:17 [2021-12-21T14:42:17.394Z] coverage: 18.6% of statements
14:42:17 [2021-12-21T14:42:17.394Z] ok  	github.com/docker/docker/cmd/dockerd	0.245s	coverage: 18.6% of statements
14:42:17 [2021-12-21T14:42:17.394Z] ?   	github.com/docker/docker/cmd/dockerd/trap	[no test files]
14:42:17 [2021-12-21T14:42:17.394Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
14:42:17 [2021-12-21T14:42:17.435Z] --- PASS: TestReplaceFileTarWrapper (0.21s)
14:42:17 [2021-12-21T14:42:17.435Z] === RUN   TestPrefixHeaderReadable
14:42:17 [2021-12-21T14:42:17.435Z] --- PASS: TestNetworkDBCRUDTableEntries (3.44s)
14:42:17 [2021-12-21T14:42:17.435Z] === RUN   TestNetworkDBNodeLeave
14:42:17 [2021-12-21T14:42:17.435Z] --- PASS: TestPrefixHeaderReadable (0.04s)
14:42:17 [2021-12-21T14:42:17.435Z] === RUN   TestDisablePigz
14:42:17 [2021-12-21T14:42:17.435Z]     archive_test.go:1372: Test will not check full path when Pigz not installed
14:42:17 [2021-12-21T14:42:17.435Z] --- PASS: TestDisablePigz (0.26s)
14:42:17 [2021-12-21T14:42:17.435Z] === RUN   TestPigz
14:42:17 [2021-12-21T14:42:17.665Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
14:42:17 [2021-12-21T14:42:17.903Z]     archive_test.go:1401: Tested whether Pigz is not used, as it not installed
14:42:17 [2021-12-21T14:42:17.903Z] --- PASS: TestPigz (0.28s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestCopyFileWithInvalidDest
14:42:17 [2021-12-21T14:42:17.903Z]     archive_windows_test.go:16: Currently fails
14:42:17 [2021-12-21T14:42:17.903Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestCanonicalTarNameForPath
14:42:17 [2021-12-21T14:42:17.903Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestCanonicalTarName
14:42:17 [2021-12-21T14:42:17.903Z] --- PASS: TestCanonicalTarName (0.00s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestChmodTarEntry
14:42:17 [2021-12-21T14:42:17.903Z] --- PASS: TestChmodTarEntry (0.00s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestHardLinkOrder
14:42:17 [2021-12-21T14:42:17.903Z] --- PASS: TestHardLinkOrder (0.09s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestChangeString
14:42:17 [2021-12-21T14:42:17.903Z] --- PASS: TestChangeString (0.00s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestChangesWithNoChanges
14:42:17 [2021-12-21T14:42:17.903Z] --- PASS: TestChangesWithNoChanges (0.03s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestChangesWithChanges
14:42:17 [2021-12-21T14:42:17.903Z] --- PASS: TestChangesWithChanges (0.04s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestChangesWithChangesGH13590
14:42:17 [2021-12-21T14:42:17.903Z]     changes_test.go:195: needs more investigation
14:42:17 [2021-12-21T14:42:17.903Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestChangesDirsEmpty
14:42:17 [2021-12-21T14:42:17.903Z]     changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846
14:42:17 [2021-12-21T14:42:17.903Z] --- SKIP: TestChangesDirsEmpty (0.00s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestChangesDirsMutated
14:42:17 [2021-12-21T14:42:17.903Z]     changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846
14:42:17 [2021-12-21T14:42:17.903Z] --- SKIP: TestChangesDirsMutated (0.00s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestApplyLayer
14:42:17 [2021-12-21T14:42:17.903Z]     changes_test.go:432: needs further investigation
14:42:17 [2021-12-21T14:42:17.903Z] --- SKIP: TestApplyLayer (0.00s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestChangesSizeWithHardlinks
14:42:17 [2021-12-21T14:42:17.903Z]     changes_test.go:468: needs further investigation
14:42:17 [2021-12-21T14:42:17.903Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestChangesSizeWithNoChanges
14:42:17 [2021-12-21T14:42:17.903Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
14:42:17 [2021-12-21T14:42:17.903Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestChangesSize
14:42:17 [2021-12-21T14:42:17.903Z] --- PASS: TestChangesSize (0.00s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestApplyLayerInvalidFilenames
14:42:17 [2021-12-21T14:42:17.903Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames440893166\\dest"
14:42:17 [2021-12-21T14:42:17.903Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestApplyLayerInvalidHardlink
14:42:17 [2021-12-21T14:42:17.903Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2962976198\\victim\\hello" -> "../victim/hello"
14:42:17 [2021-12-21T14:42:17.903Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink351775032\\victim\\hello" -> "/../victim/hello"
14:42:17 [2021-12-21T14:42:17.903Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3257643463\\victim" -> "../victim"
14:42:17 [2021-12-21T14:42:17.903Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3223222674\\victim" -> "../victim"
14:42:17 [2021-12-21T14:42:17.903Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink739019474\\victim" -> "../victim"
14:42:17 [2021-12-21T14:42:17.903Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2286152656\\victim" -> "../victim"
14:42:17 [2021-12-21T14:42:17.903Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s)
14:42:17 [2021-12-21T14:42:17.903Z] === RUN   TestApplyLayerInvalidSymlink
14:42:17 [2021-12-21T14:42:17.903Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2796556226\\dest\\dotdot" -> "../victim/hello"
14:42:17 [2021-12-21T14:42:17.903Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink256242963\\dest\\slash-dotdot" -> "/../victim/hello"
14:42:17 [2021-12-21T14:42:17.903Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink157384472\\dest\\loophole-victim" -> "../victim"
14:42:17 [2021-12-21T14:42:17.903Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2152357381\\dest\\loophole-victim" -> "../victim"
14:42:17 [2021-12-21T14:42:17.903Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2844073678\\dest\\loophole-victim" -> "../victim"
14:42:17 [2021-12-21T14:42:17.924Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestContainerStopSignal
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestContainerStopSignal (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestContainerStopTimeout
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestContainerStopTimeout (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestContainerSecretReferenceDestTarget
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestContainerLogPathSetForJSONFileLogger
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestContainerLogPathSetForRingLogger
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestReplaceAndAppendEnvVars
14:42:18 [2021-12-21T14:42:18.359Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestNewMemoryStore
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestNewMemoryStore (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestAddContainers
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestAddContainers (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestGetContainer
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestGetContainer (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestDeleteContainer
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestDeleteContainer (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestListContainers
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestListContainers (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestFirstContainer
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestFirstContainer (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestApplyAllContainer
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestApplyAllContainer (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestIsValidHealthString
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestIsValidHealthString (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestStateRunStop
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestStateRunStop (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestStateTimeoutWait
14:42:18 [2021-12-21T14:42:18.359Z]     state_test.go:141: Stop callback fired
14:42:18 [2021-12-21T14:42:18.359Z]     state_test.go:165: Stop callback fired
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestStateTimeoutWait (0.10s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestIsValidStateString
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestIsValidStateString (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestViewSaveDelete
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestViewSaveDelete (0.01s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestViewAll
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestViewAll (0.02s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestViewGet
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestViewGet (0.01s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestNames
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestNames (0.00s)
14:42:18 [2021-12-21T14:42:18.359Z] === RUN   TestViewWithHealthCheck
14:42:18 [2021-12-21T14:42:18.359Z] --- PASS: TestViewWithHealthCheck (0.01s)
14:42:18 [2021-12-21T14:42:18.359Z] PASS
14:42:18 [2021-12-21T14:42:18.359Z] coverage: 41.7% of statements
14:42:18 [2021-12-21T14:42:18.359Z] ok  	github.com/docker/docker/container	0.262s	coverage: 41.7% of statements
14:42:18 [2021-12-21T14:42:18.359Z] ?   	github.com/docker/docker/container/stream	[no test files]
14:42:18 [2021-12-21T14:42:18.359Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
14:42:18 [2021-12-21T14:42:18.359Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
14:42:18 [2021-12-21T14:42:18.359Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
14:42:18 [2021-12-21T14:42:18.372Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3350304211\\dest\\loophole-victim" -> "../victim"
14:42:18 [2021-12-21T14:42:18.372Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s)
14:42:18 [2021-12-21T14:42:18.372Z] === RUN   TestApplyLayerWhiteouts
14:42:18 [2021-12-21T14:42:18.372Z] --- PASS: TestApplyLayerWhiteouts (0.09s)
14:42:18 [2021-12-21T14:42:18.372Z] === RUN   TestGenerateEmptyFile
14:42:18 [2021-12-21T14:42:18.372Z] --- PASS: TestGenerateEmptyFile (0.00s)
14:42:18 [2021-12-21T14:42:18.372Z] === RUN   TestGenerateWithContent
14:42:18 [2021-12-21T14:42:18.372Z] --- PASS: TestGenerateWithContent (0.00s)
14:42:18 [2021-12-21T14:42:18.372Z] PASS
14:42:18 [2021-12-21T14:42:18.372Z] coverage: 62.0% of statements
14:42:18 [2021-12-21T14:42:18.372Z] ok  	github.com/docker/docker/pkg/archive	9.387s	coverage: 62.0% of statements
14:42:18 [2021-12-21T14:42:18.530Z] --- PASS: TestSecretsCreateAndDelete (2.07s)
14:42:18 [2021-12-21T14:42:18.530Z] === RUN   TestSecretsUpdate
14:42:19 [2021-12-21T14:42:19.358Z] --- PASS: Test (3.22s)
14:42:19 [2021-12-21T14:42:19.358Z]     --- PASS: Test/TestInitialize (0.21s)
14:42:19 [2021-12-21T14:42:19.358Z]     --- PASS: Test/TestInitializeWithCerts (0.01s)
14:42:19 [2021-12-21T14:42:19.358Z]     --- PASS: Test/TestWatch (3.00s)
14:42:19 [2021-12-21T14:42:19.358Z] PASS
14:42:19 [2021-12-21T14:42:19.358Z] coverage: 84.1% of statements
14:42:19 [2021-12-21T14:42:19.358Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.281s	coverage: 84.1% of statements
14:42:19 [2021-12-21T14:42:19.893Z] === RUN   TestPrepare
14:42:19 [2021-12-21T14:42:19.893Z] --- PASS: TestPrepare (0.00s)
14:42:19 [2021-12-21T14:42:19.893Z] === RUN   TestStart
14:42:19 [2021-12-21T14:42:19.893Z] --- PASS: TestStart (0.00s)
14:42:19 [2021-12-21T14:42:19.893Z] === RUN   TestWaitCancel
14:42:19 [2021-12-21T14:42:19.893Z] --- PASS: TestWaitCancel (0.00s)
14:42:19 [2021-12-21T14:42:19.893Z] === RUN   TestWaitDisabled
14:42:19 [2021-12-21T14:42:19.893Z] --- PASS: TestWaitDisabled (0.00s)
14:42:19 [2021-12-21T14:42:19.893Z] === RUN   TestWaitEnabled
14:42:19 [2021-12-21T14:42:19.893Z] --- PASS: TestWaitEnabled (0.00s)
14:42:19 [2021-12-21T14:42:19.893Z] === RUN   TestRemove
14:42:19 [2021-12-21T14:42:19.893Z] --- PASS: TestRemove (0.00s)
14:42:19 [2021-12-21T14:42:19.893Z] PASS
14:42:19 [2021-12-21T14:42:19.893Z] coverage: 65.3% of statements
14:42:19 [2021-12-21T14:42:19.893Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.066s	coverage: 65.3% of statements
14:42:20 [2021-12-21T14:42:20.199Z] --- PASS: TestServiceUpdateNetwork (12.34s)
14:42:20 [2021-12-21T14:42:20.199Z] === RUN   TestServiceUpdatePidsLimit
14:42:20 [2021-12-21T14:42:20.347Z] --- PASS: TestNetworkDBNodeLeave (2.83s)
14:42:20 [2021-12-21T14:42:20.347Z] === RUN   TestNetworkDBWatch
14:42:20 [2021-12-21T14:42:20.347Z] === RUN   Test
14:42:20 [2021-12-21T14:42:20.347Z] === RUN   Test/TestWatch
14:42:20 [2021-12-21T14:42:20.347Z] --- PASS: Test (0.00s)
14:42:20 [2021-12-21T14:42:20.347Z]     --- PASS: Test/TestWatch (0.00s)
14:42:20 [2021-12-21T14:42:20.347Z] PASS
14:42:20 [2021-12-21T14:42:20.347Z] coverage: 92.3% of statements
14:42:20 [2021-12-21T14:42:20.347Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.052s	coverage: 92.3% of statements
14:42:20 [2021-12-21T14:42:20.421Z] --- PASS: TestSecretsUpdate (1.70s)
14:42:20 [2021-12-21T14:42:20.421Z] === RUN   TestTemplatedSecret
14:42:20 [2021-12-21T14:42:20.761Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
14:42:21 [2021-12-21T14:42:21.324Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
14:42:21 [2021-12-21T14:42:21.334Z] === RUN   Test
14:42:21 [2021-12-21T14:42:21.334Z] === RUN   Test/TestInitialize
14:42:21 [2021-12-21T14:42:21.334Z] === RUN   Test/TestInitializeWithPattern
14:42:21 [2021-12-21T14:42:21.334Z] === RUN   Test/TestRegister
14:42:21 [2021-12-21T14:42:21.334Z] === RUN   Test/TestWatch
14:42:21 [2021-12-21T14:42:21.334Z] --- PASS: Test (0.00s)
14:42:21 [2021-12-21T14:42:21.334Z]     --- PASS: Test/TestInitialize (0.00s)
14:42:21 [2021-12-21T14:42:21.334Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
14:42:21 [2021-12-21T14:42:21.334Z]     --- PASS: Test/TestRegister (0.00s)
14:42:21 [2021-12-21T14:42:21.334Z]     --- PASS: Test/TestWatch (0.00s)
14:42:21 [2021-12-21T14:42:21.334Z] PASS
14:42:21 [2021-12-21T14:42:21.334Z] coverage: 93.8% of statements
14:42:21 [2021-12-21T14:42:21.334Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.053s	coverage: 93.8% of statements
14:42:21 [2021-12-21T14:42:21.805Z] 2021/12/21 14:42:21 Closing DB instances...
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
14:42:22 [2021-12-21T14:42:22.067Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s)
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
14:42:22 [2021-12-21T14:42:22.067Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
14:42:22 [2021-12-21T14:42:22.067Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
14:42:22 [2021-12-21T14:42:22.067Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCContainerRuntime
14:42:22 [2021-12-21T14:42:22.067Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
14:42:22 [2021-12-21T14:42:22.067Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCIsolation
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCIsolation/empty
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCIsolation/default
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCIsolation/process
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
14:42:22 [2021-12-21T14:42:22.067Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertFromGRPCIsolation
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertFromGRPCIsolation/default
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertFromGRPCIsolation/process
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
14:42:22 [2021-12-21T14:42:22.067Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCCredentialSpec
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
14:42:22 [2021-12-21T14:42:22.067Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
14:42:22 [2021-12-21T14:42:22.067Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
14:42:22 [2021-12-21T14:42:22.067Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
14:42:22 [2021-12-21T14:42:22.114Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
14:42:22 [2021-12-21T14:42:22.273Z] === RUN   TestPollerAddRemove
14:42:22 [2021-12-21T14:42:22.273Z] --- PASS: TestPollerAddRemove (0.00s)
14:42:22 [2021-12-21T14:42:22.273Z] === RUN   TestPollerEvent
14:42:22 [2021-12-21T14:42:22.273Z]     poller_test.go:40: No chmod on Windows
14:42:22 [2021-12-21T14:42:22.273Z] --- SKIP: TestPollerEvent (0.00s)
14:42:22 [2021-12-21T14:42:22.273Z] === RUN   TestPollerClose
14:42:22 [2021-12-21T14:42:22.273Z] --- PASS: TestPollerClose (0.00s)
14:42:22 [2021-12-21T14:42:22.273Z] PASS
14:42:22 [2021-12-21T14:42:22.273Z] coverage: 45.7% of statements
14:42:22 [2021-12-21T14:42:22.273Z] ok  	github.com/docker/docker/pkg/filenotify	0.047s	coverage: 45.7% of statements
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
14:42:22 [2021-12-21T14:42:22.524Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
14:42:22 [2021-12-21T14:42:22.524Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
14:42:22 [2021-12-21T14:42:22.524Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
14:42:22 [2021-12-21T14:42:22.524Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestServiceConvertFromGRPCConfigs
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestServiceConvertFromGRPCConfigs/file
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
14:42:22 [2021-12-21T14:42:22.524Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestServiceConvertToGRPCConfigs
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestServiceConvertToGRPCConfigs/file
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestServiceConvertToGRPCConfigs/none
14:42:22 [2021-12-21T14:42:22.524Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z] PASS
14:42:22 [2021-12-21T14:42:22.524Z] coverage: 35.9% of statements
14:42:22 [2021-12-21T14:42:22.524Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.563s	coverage: 35.9% of statements
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestNewListSecretsFilters
14:42:22 [2021-12-21T14:42:22.524Z] --- PASS: TestNewListSecretsFilters (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z] === RUN   TestNewListConfigsFilters
14:42:22 [2021-12-21T14:42:22.524Z] --- PASS: TestNewListConfigsFilters (0.00s)
14:42:22 [2021-12-21T14:42:22.524Z] PASS
14:42:22 [2021-12-21T14:42:22.524Z] coverage: 0.5% of statements
14:42:22 [2021-12-21T14:42:22.524Z] ok  	github.com/docker/docker/daemon/cluster	1.204s	coverage: 0.5% of statements
14:42:22 [2021-12-21T14:42:22.939Z] --- PASS: TestTemplatedSecret (2.38s)
14:42:22 [2021-12-21T14:42:22.939Z] === RUN   TestSecretCreateResolve
14:42:23 [2021-12-21T14:42:23.268Z] --- PASS: TestNetworkDBWatch (3.03s)
14:42:23 [2021-12-21T14:42:23.268Z] === RUN   TestNetworkDBBulkSync
14:42:23 [2021-12-21T14:42:23.268Z] === RUN   TestCopyFileWithInvalidSrc
14:42:23 [2021-12-21T14:42:23.268Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
14:42:23 [2021-12-21T14:42:23.268Z] === RUN   TestCopyFileWithInvalidDest
14:42:23 [2021-12-21T14:42:23.268Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
14:42:23 [2021-12-21T14:42:23.268Z] === RUN   TestCopyFileWithSameSrcAndDest
14:42:23 [2021-12-21T14:42:23.268Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
14:42:23 [2021-12-21T14:42:23.268Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
14:42:23 [2021-12-21T14:42:23.268Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
14:42:23 [2021-12-21T14:42:23.268Z] === RUN   TestCopyFile
14:42:23 [2021-12-21T14:42:23.268Z] --- PASS: TestCopyFile (0.00s)
14:42:23 [2021-12-21T14:42:23.268Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
14:42:23 [2021-12-21T14:42:23.268Z]     fileutils_test.go:133: Needs porting to Windows
14:42:23 [2021-12-21T14:42:23.268Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
14:42:23 [2021-12-21T14:42:23.268Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
14:42:23 [2021-12-21T14:42:23.268Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
14:42:23 [2021-12-21T14:42:23.268Z] === RUN   TestReadSymlinkedDirectoryToFile
14:42:23 [2021-12-21T14:42:23.268Z]     fileutils_test.go:179: Needs porting to Windows
14:42:23 [2021-12-21T14:42:23.268Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
14:42:23 [2021-12-21T14:42:23.268Z] === RUN   TestWildcardMatches
14:42:23 [2021-12-21T14:42:23.268Z] --- PASS: TestWildcardMatches (0.00s)
14:42:23 [2021-12-21T14:42:23.268Z] === RUN   TestPatternMatches
14:42:23 [2021-12-21T14:42:23.268Z] --- PASS: TestPatternMatches (0.00s)
14:42:23 [2021-12-21T14:42:23.268Z] === RUN   TestExclusionPatternMatchesPatternBefore
14:42:23 [2021-12-21T14:42:23.268Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
14:42:23 [2021-12-21T14:42:23.268Z] === RUN   TestPatternMatchesFolderExclusions
14:42:23 [2021-12-21T14:42:23.268Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
14:42:23 [2021-12-21T14:42:23.268Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
14:42:23 [2021-12-21T14:42:23.269Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
14:42:23 [2021-12-21T14:42:23.269Z] === RUN   TestPatternMatchesFolderWildcardExclusions
14:42:23 [2021-12-21T14:42:23.269Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
14:42:23 [2021-12-21T14:42:23.269Z] === RUN   TestExclusionPatternMatchesPatternAfter
14:42:23 [2021-12-21T14:42:23.269Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
14:42:23 [2021-12-21T14:42:23.269Z] === RUN   TestExclusionPatternMatchesWholeDirectory
14:42:23 [2021-12-21T14:42:23.269Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
14:42:23 [2021-12-21T14:42:23.269Z] === RUN   TestSingleExclamationError
14:42:23 [2021-12-21T14:42:23.269Z] --- PASS: TestSingleExclamationError (0.00s)
14:42:23 [2021-12-21T14:42:23.269Z] === RUN   TestMatchesWithNoPatterns
14:42:23 [2021-12-21T14:42:23.269Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
14:42:23 [2021-12-21T14:42:23.269Z] === RUN   TestMatchesWithMalformedPatterns
14:42:23 [2021-12-21T14:42:23.269Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
14:42:23 [2021-12-21T14:42:23.269Z] === RUN   TestMatches
14:42:23 [2021-12-21T14:42:23.269Z] === RUN   TestMatches/MatchesOrParentMatches
14:42:23 [2021-12-21T14:42:23.494Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
14:42:23 [2021-12-21T14:42:23.738Z] === RUN   TestMatches/MatchesUsingParentResult
14:42:23 [2021-12-21T14:42:23.738Z] === RUN   TestMatches/MatchesUsingParentResults
14:42:23 [2021-12-21T14:42:23.738Z] === RUN   TestMatches/MatchesUsingParentResultsNoContext
14:42:23 [2021-12-21T14:42:23.738Z] --- PASS: TestMatches (0.01s)
14:42:23 [2021-12-21T14:42:23.738Z]     --- PASS: TestMatches/MatchesOrParentMatches (0.00s)
14:42:23 [2021-12-21T14:42:23.738Z]     --- PASS: TestMatches/MatchesUsingParentResult (0.00s)
14:42:23 [2021-12-21T14:42:23.738Z]     --- PASS: TestMatches/MatchesUsingParentResults (0.00s)
14:42:23 [2021-12-21T14:42:23.738Z]     --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s)
14:42:23 [2021-12-21T14:42:23.738Z] === RUN   TestCleanPatterns
14:42:23 [2021-12-21T14:42:23.738Z] --- PASS: TestCleanPatterns (0.00s)
14:42:23 [2021-12-21T14:42:23.738Z] === RUN   TestCleanPatternsStripEmptyPatterns
14:42:23 [2021-12-21T14:42:23.738Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
14:42:23 [2021-12-21T14:42:23.738Z] === RUN   TestCleanPatternsExceptionFlag
14:42:23 [2021-12-21T14:42:23.738Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
14:42:23 [2021-12-21T14:42:23.738Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
14:42:23 [2021-12-21T14:42:23.738Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
14:42:23 [2021-12-21T14:42:23.738Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
14:42:23 [2021-12-21T14:42:23.738Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
14:42:23 [2021-12-21T14:42:23.738Z] === RUN   TestCleanPatternsErrorSingleException
14:42:23 [2021-12-21T14:42:23.738Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
14:42:23 [2021-12-21T14:42:23.738Z] === RUN   TestCreateIfNotExistsDir
14:42:23 [2021-12-21T14:42:23.738Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
14:42:23 [2021-12-21T14:42:23.738Z] === RUN   TestCreateIfNotExistsFile
14:42:23 [2021-12-21T14:42:23.738Z] --- PASS: TestCreateIfNotExistsFile (0.01s)
14:42:23 [2021-12-21T14:42:23.738Z] === RUN   TestMatch
14:42:23 [2021-12-21T14:42:23.738Z] --- PASS: TestMatch (0.00s)
14:42:23 [2021-12-21T14:42:23.738Z] PASS
14:42:23 [2021-12-21T14:42:23.738Z] coverage: 84.0% of statements
14:42:23 [2021-12-21T14:42:23.738Z] ok  	github.com/docker/docker/pkg/fileutils	0.105s	coverage: 84.0% of statements
14:42:24 [2021-12-21T14:42:24.206Z] === RUN   TestGet
14:42:24 [2021-12-21T14:42:24.206Z] --- PASS: TestGet (0.00s)
14:42:24 [2021-12-21T14:42:24.206Z] === RUN   TestGetShortcutString
14:42:24 [2021-12-21T14:42:24.206Z] --- PASS: TestGetShortcutString (0.00s)
14:42:24 [2021-12-21T14:42:24.206Z] PASS
14:42:24 [2021-12-21T14:42:24.206Z] coverage: 42.9% of statements
14:42:24 [2021-12-21T14:42:24.206Z] ok  	github.com/docker/docker/pkg/homedir	0.046s	coverage: 42.9% of statements
14:42:24 [2021-12-21T14:42:24.674Z] 2021/12/21 14:42:24 Closing DB instances...
14:42:24 [2021-12-21T14:42:24.828Z] --- PASS: TestSecretCreateResolve (2.05s)
14:42:24 [2021-12-21T14:42:24.828Z] PASS
14:42:24 [2021-12-21T14:42:24.828Z] 
14:42:24 [2021-12-21T14:42:24.828Z] DONE 6 tests in 12.091s
14:42:24 [2021-12-21T14:42:24.828Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
14:42:24 [2021-12-21T14:42:24.828Z] ++ 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
14:42:24 [2021-12-21T14:42:24.828Z] ++ set -e
14:42:24 [2021-12-21T14:42:24.828Z] ++ '[' -n 0 ']'
14:42:24 [2021-12-21T14:42:24.828Z] ++ set -x
14:42:24 [2021-12-21T14:42:24.828Z] ++ env -i DEST=/go/src/github.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
14:42:24 [2021-12-21T14:42:24.828Z] INFO: Testing against a local daemon
14:42:24 [2021-12-21T14:42:24.828Z] === RUN   TestServiceCreateInit
14:42:24 [2021-12-21T14:42:24.828Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:42:25 [2021-12-21T14:42:25.143Z] === RUN   TestCreateIDMapOrder
14:42:25 [2021-12-21T14:42:25.143Z] --- PASS: TestCreateIDMapOrder (0.00s)
14:42:25 [2021-12-21T14:42:25.143Z] PASS
14:42:25 [2021-12-21T14:42:25.143Z] coverage: 7.2% of statements
14:42:25 [2021-12-21T14:42:25.143Z] ok  	github.com/docker/docker/pkg/idtools	0.046s	coverage: 7.2% of statements
14:42:25 [2021-12-21T14:42:25.396Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
14:42:25 [2021-12-21T14:42:25.418Z] === RUN   TestBuilderGC
14:42:25 [2021-12-21T14:42:25.419Z] --- PASS: TestBuilderGC (0.01s)
14:42:25 [2021-12-21T14:42:25.419Z] === RUN   TestDaemonConfigurationNotFound
14:42:25 [2021-12-21T14:42:25.879Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestDaemonBrokenConfiguration
14:42:25 [2021-12-21T14:42:25.879Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestParseClusterAdvertiseSettings
14:42:25 [2021-12-21T14:42:25.879Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestFindConfigurationConflicts
14:42:25 [2021-12-21T14:42:25.879Z] --- PASS: TestFindConfigurationConflicts (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
14:42:25 [2021-12-21T14:42:25.879Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestDaemonConfigurationMergeConflicts
14:42:25 [2021-12-21T14:42:25.879Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestDaemonConfigurationMergeConcurrent
14:42:25 [2021-12-21T14:42:25.879Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestDaemonConfigurationMergeConcurrentError
14:42:25 [2021-12-21T14:42:25.879Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
14:42:25 [2021-12-21T14:42:25.879Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
14:42:25 [2021-12-21T14:42:25.879Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
14:42:25 [2021-12-21T14:42:25.879Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestFindConfigurationConflictsWithMergedValues
14:42:25 [2021-12-21T14:42:25.879Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfigurationErrors
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
14:42:25 [2021-12-21T14:42:25.879Z] --- PASS: TestValidateConfigurationErrors (0.01s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfiguration
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfiguration/with_label
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfiguration/with_dns
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfiguration/with_dns-search
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfiguration/with_max-download-attempts
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestValidateConfiguration/with_node_generic_resources
14:42:25 [2021-12-21T14:42:25.879Z] --- PASS: TestValidateConfiguration (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
14:42:25 [2021-12-21T14:42:25.879Z] === RUN   TestModifiedDiscoverySettings
14:42:25 [2021-12-21T14:42:25.879Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
14:42:26 [2021-12-21T14:42:26.134Z] --- PASS: TestNetworkDBBulkSync (2.87s)
14:42:26 [2021-12-21T14:42:26.134Z] === RUN   TestNetworkDBCRUDMediumCluster
14:42:26 [2021-12-21T14:42:26.336Z] === RUN   TestReloadSetConfigFileNotExist
14:42:26 [2021-12-21T14:42:26.336Z] time="2021-12-21T14:42:25Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
14:42:26 [2021-12-21T14:42:26.336Z] --- PASS: TestReloadSetConfigFileNotExist (0.19s)
14:42:26 [2021-12-21T14:42:26.336Z] === RUN   TestReloadDefaultConfigNotExist
14:42:26 [2021-12-21T14:42:26.336Z]     config_test.go:526: os.Getuid() != 0: skipping test that requires root
14:42:26 [2021-12-21T14:42:26.336Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s)
14:42:26 [2021-12-21T14:42:26.336Z] === RUN   TestReloadBadDefaultConfig
14:42:26 [2021-12-21T14:42:26.336Z] time="2021-12-21T14:42:25Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2922020254"
14:42:26 [2021-12-21T14:42:26.336Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
14:42:26 [2021-12-21T14:42:26.336Z] === RUN   TestReloadWithConflictingLabels
14:42:26 [2021-12-21T14:42:26.336Z] time="2021-12-21T14:42:25Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-942811145"
14:42:26 [2021-12-21T14:42:26.336Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
14:42:26 [2021-12-21T14:42:26.336Z] === RUN   TestReloadWithDuplicateLabels
14:42:26 [2021-12-21T14:42:26.336Z] time="2021-12-21T14:42:25Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2960065395"
14:42:26 [2021-12-21T14:42:26.336Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
14:42:26 [2021-12-21T14:42:26.336Z] === RUN   TestMaskURLCredentials
14:42:26 [2021-12-21T14:42:26.336Z] --- PASS: TestMaskURLCredentials (0.00s)
14:42:26 [2021-12-21T14:42:26.336Z] === RUN   TestDaemonConfigurationMerge
14:42:26 [2021-12-21T14:42:26.336Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
14:42:26 [2021-12-21T14:42:26.336Z] PASS
14:42:26 [2021-12-21T14:42:26.336Z] coverage: 80.0% of statements
14:42:26 [2021-12-21T14:42:26.336Z] ok  	github.com/docker/docker/daemon/config	0.581s	coverage: 80.0% of statements
14:42:26 [2021-12-21T14:42:26.336Z] === RUN   TestDiscoveryOptsErrors
14:42:26 [2021-12-21T14:42:26.336Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
14:42:26 [2021-12-21T14:42:26.336Z] === RUN   TestDiscoveryOpts
14:42:26 [2021-12-21T14:42:26.336Z] --- PASS: TestDiscoveryOpts (0.00s)
14:42:26 [2021-12-21T14:42:26.336Z] PASS
14:42:26 [2021-12-21T14:42:26.336Z] coverage: 30.0% of statements
14:42:26 [2021-12-21T14:42:26.336Z] ok  	github.com/docker/docker/daemon/discovery	0.052s	coverage: 30.0% of statements
14:42:26 [2021-12-21T14:42:26.336Z] === RUN   TestWaitNodeAttachment
14:42:26 [2021-12-21T14:42:26.607Z] === RUN   TestFixedBufferCap
14:42:26 [2021-12-21T14:42:26.607Z] --- PASS: TestFixedBufferCap (0.00s)
14:42:26 [2021-12-21T14:42:26.607Z] === RUN   TestFixedBufferLen
14:42:26 [2021-12-21T14:42:26.607Z] --- PASS: TestFixedBufferLen (0.00s)
14:42:26 [2021-12-21T14:42:26.607Z] === RUN   TestFixedBufferString
14:42:26 [2021-12-21T14:42:26.607Z] --- PASS: TestFixedBufferString (0.00s)
14:42:26 [2021-12-21T14:42:26.607Z] === RUN   TestFixedBufferWrite
14:42:26 [2021-12-21T14:42:26.607Z] --- PASS: TestFixedBufferWrite (0.00s)
14:42:26 [2021-12-21T14:42:26.607Z] === RUN   TestFixedBufferRead
14:42:26 [2021-12-21T14:42:26.607Z] --- PASS: TestFixedBufferRead (0.00s)
14:42:26 [2021-12-21T14:42:26.607Z] === RUN   TestBytesPipeRead
14:42:26 [2021-12-21T14:42:26.607Z] --- PASS: TestBytesPipeRead (0.00s)
14:42:26 [2021-12-21T14:42:26.607Z] === RUN   TestBytesPipeWrite
14:42:26 [2021-12-21T14:42:26.607Z] --- PASS: TestBytesPipeWrite (0.00s)
14:42:26 [2021-12-21T14:42:26.607Z] === RUN   TestBytesPipeWriteRandomChunks
14:42:26 [2021-12-21T14:42:26.795Z] --- PASS: TestWaitNodeAttachment (0.41s)
14:42:26 [2021-12-21T14:42:26.795Z] === RUN   TestIsolationConversion
14:42:26 [2021-12-21T14:42:26.795Z] === RUN   TestIsolationConversion/default
14:42:26 [2021-12-21T14:42:26.795Z] === RUN   TestIsolationConversion/process
14:42:26 [2021-12-21T14:42:26.795Z] === RUN   TestIsolationConversion/hyperv
14:42:26 [2021-12-21T14:42:26.795Z] --- PASS: TestIsolationConversion (0.00s)
14:42:26 [2021-12-21T14:42:26.795Z]     --- PASS: TestIsolationConversion/default (0.00s)
14:42:26 [2021-12-21T14:42:26.795Z]     --- PASS: TestIsolationConversion/process (0.00s)
14:42:27 [2021-12-21T14:42:27.082Z] --- PASS: TestGetAddress (25.43s)
14:42:27 [2021-12-21T14:42:27.082Z] === RUN   TestRequestSyntaxCheck
14:42:27 [2021-12-21T14:42:27.082Z] --- PASS: TestRequestSyntaxCheck (0.02s)
14:42:27 [2021-12-21T14:42:27.082Z] === RUN   TestRequest
14:42:27 [2021-12-21T14:42:27.253Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
14:42:27 [2021-12-21T14:42:27.253Z] === RUN   TestContainerLabels
14:42:27 [2021-12-21T14:42:27.253Z] --- PASS: TestContainerLabels (0.00s)
14:42:27 [2021-12-21T14:42:27.253Z] === RUN   TestCredentialSpecConversion
14:42:27 [2021-12-21T14:42:27.253Z] === RUN   TestCredentialSpecConversion/none
14:42:27 [2021-12-21T14:42:27.253Z] === RUN   TestCredentialSpecConversion/config
14:42:27 [2021-12-21T14:42:27.253Z] === RUN   TestCredentialSpecConversion/file
14:42:27 [2021-12-21T14:42:27.253Z] === RUN   TestCredentialSpecConversion/registry
14:42:27 [2021-12-21T14:42:27.253Z] --- PASS: TestCredentialSpecConversion (0.00s)
14:42:27 [2021-12-21T14:42:27.253Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
14:42:27 [2021-12-21T14:42:27.253Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
14:42:27 [2021-12-21T14:42:27.253Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
14:42:27 [2021-12-21T14:42:27.253Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
14:42:27 [2021-12-21T14:42:27.253Z] === RUN   TestControllerValidateMountBind
14:42:27 [2021-12-21T14:42:27.253Z] --- PASS: TestControllerValidateMountBind (0.01s)
14:42:27 [2021-12-21T14:42:27.253Z] === RUN   TestControllerValidateMountVolume
14:42:27 [2021-12-21T14:42:27.253Z] --- PASS: TestControllerValidateMountVolume (0.00s)
14:42:27 [2021-12-21T14:42:27.253Z] === RUN   TestControllerValidateMountTarget
14:42:27 [2021-12-21T14:42:27.253Z] --- PASS: TestControllerValidateMountTarget (0.00s)
14:42:27 [2021-12-21T14:42:27.253Z] === RUN   TestControllerValidateMountTmpfs
14:42:27 [2021-12-21T14:42:27.253Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
14:42:27 [2021-12-21T14:42:27.253Z] === RUN   TestControllerValidateMountInvalidType
14:42:27 [2021-12-21T14:42:27.253Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
14:42:27 [2021-12-21T14:42:27.253Z] === RUN   TestControllerValidateMountNamedPipe
14:42:27 [2021-12-21T14:42:27.253Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
14:42:27 [2021-12-21T14:42:27.253Z] PASS
14:42:27 [2021-12-21T14:42:27.253Z] coverage: 11.0% of statements
14:42:27 [2021-12-21T14:42:27.253Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.636s	coverage: 11.0% of statements
14:42:27 [2021-12-21T14:42:27.552Z] --- PASS: TestBytesPipeWriteRandomChunks (0.58s)
14:42:27 [2021-12-21T14:42:27.552Z] === RUN   TestAtomicWriteToFile
14:42:27 [2021-12-21T14:42:27.552Z] --- PASS: TestAtomicWriteToFile (0.01s)
14:42:27 [2021-12-21T14:42:27.552Z] === RUN   TestAtomicWriteSetCommit
14:42:27 [2021-12-21T14:42:27.552Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
14:42:27 [2021-12-21T14:42:27.552Z] === RUN   TestAtomicWriteSetCancel
14:42:27 [2021-12-21T14:42:27.552Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
14:42:27 [2021-12-21T14:42:27.552Z] === RUN   TestReadCloserWrapperClose
14:42:27 [2021-12-21T14:42:27.552Z] --- PASS: TestReadCloserWrapperClose (0.00s)
14:42:27 [2021-12-21T14:42:27.552Z] === RUN   TestReaderErrWrapperReadOnError
14:42:27 [2021-12-21T14:42:27.552Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
14:42:27 [2021-12-21T14:42:27.552Z] === RUN   TestReaderErrWrapperRead
14:42:27 [2021-12-21T14:42:27.552Z] --- PASS: TestReaderErrWrapperRead (0.00s)
14:42:27 [2021-12-21T14:42:27.552Z] === RUN   TestCancelReadCloser
14:42:27 [2021-12-21T14:42:27.552Z] --- PASS: TestCancelReadCloser (0.10s)
14:42:27 [2021-12-21T14:42:27.552Z] === RUN   TestWriteCloserWrapperClose
14:42:27 [2021-12-21T14:42:27.552Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
14:42:27 [2021-12-21T14:42:27.552Z] === RUN   TestNopWriteCloser
14:42:27 [2021-12-21T14:42:27.552Z] --- PASS: TestNopWriteCloser (0.00s)
14:42:27 [2021-12-21T14:42:27.552Z] === RUN   TestNopWriter
14:42:27 [2021-12-21T14:42:27.552Z] --- PASS: TestNopWriter (0.00s)
14:42:27 [2021-12-21T14:42:27.552Z] === RUN   TestWriteCounter
14:42:27 [2021-12-21T14:42:27.552Z] --- PASS: TestWriteCounter (0.00s)
14:42:27 [2021-12-21T14:42:27.552Z] PASS
14:42:27 [2021-12-21T14:42:27.552Z] coverage: 70.1% of statements
14:42:27 [2021-12-21T14:42:27.552Z] ok  	github.com/docker/docker/pkg/ioutils	0.762s	coverage: 70.1% of statements
14:42:27 [2021-12-21T14:42:27.710Z] === RUN   TestEventsLog
14:42:27 [2021-12-21T14:42:27.710Z] --- PASS: TestEventsLog (0.00s)
14:42:27 [2021-12-21T14:42:27.710Z] === RUN   TestEventsLogTimeout
14:42:27 [2021-12-21T14:42:27.710Z] --- PASS: TestEventsLogTimeout (0.00s)
14:42:27 [2021-12-21T14:42:27.710Z] === RUN   TestLogEvents
14:42:27 [2021-12-21T14:42:27.710Z] --- PASS: TestLogEvents (0.06s)
14:42:27 [2021-12-21T14:42:27.710Z] === RUN   TestLoadBufferedEvents
14:42:27 [2021-12-21T14:42:27.710Z] --- PASS: TestLoadBufferedEvents (0.18s)
14:42:27 [2021-12-21T14:42:27.710Z] === RUN   TestLoadBufferedEventsOnlyFromPast
14:42:27 [2021-12-21T14:42:27.710Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
14:42:27 [2021-12-21T14:42:27.710Z] === RUN   TestIgnoreBufferedWhenNoTimes
14:42:27 [2021-12-21T14:42:27.710Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
14:42:27 [2021-12-21T14:42:27.710Z] PASS
14:42:27 [2021-12-21T14:42:27.710Z] coverage: 50.0% of statements
14:42:27 [2021-12-21T14:42:27.710Z] ok  	github.com/docker/docker/daemon/events	0.294s	coverage: 50.0% of statements
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestVerifyNetworkingConfig
14:42:28 [2021-12-21T14:42:28.169Z] --- PASS: TestVerifyNetworkingConfig (0.01s)
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestGetContainer
14:42:28 [2021-12-21T14:42:28.169Z] --- PASS: TestGetContainer (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestValidContainerNames
14:42:28 [2021-12-21T14:42:28.169Z] --- PASS: TestValidContainerNames (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestContainerInitDNS
14:42:28 [2021-12-21T14:42:28.169Z]     daemon_test.go:146: root required
14:42:28 [2021-12-21T14:42:28.169Z] --- SKIP: TestContainerInitDNS (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestMerge
14:42:28 [2021-12-21T14:42:28.169Z] --- PASS: TestMerge (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestValidateContainerIsolation
14:42:28 [2021-12-21T14:42:28.169Z] --- PASS: TestValidateContainerIsolation (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestFindNetworkErrorType
14:42:28 [2021-12-21T14:42:28.169Z] --- PASS: TestFindNetworkErrorType (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestEnsureServicesExist
14:42:28 [2021-12-21T14:42:28.169Z] --- PASS: TestEnsureServicesExist (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestEnsureServicesExistErrors
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
14:42:28 [2021-12-21T14:42:28.169Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestContainerDelete
14:42:28 [2021-12-21T14:42:28.169Z] --- PASS: TestContainerDelete (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestContainerDoubleDelete
14:42:28 [2021-12-21T14:42:28.169Z] --- PASS: TestContainerDoubleDelete (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestLogContainerEventCopyLabels
14:42:28 [2021-12-21T14:42:28.169Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestLogContainerEventWithAttributes
14:42:28 [2021-12-21T14:42:28.169Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestNoneHealthcheck
14:42:28 [2021-12-21T14:42:28.169Z] --- PASS: TestNoneHealthcheck (0.00s)
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestHealthStates
14:42:28 [2021-12-21T14:42:28.169Z] === RUN   TestIsEmptyDir
14:42:28 [2021-12-21T14:42:28.169Z] --- PASS: TestIsEmptyDir (0.01s)
14:42:28 [2021-12-21T14:42:28.169Z] PASS
14:42:28 [2021-12-21T14:42:28.169Z] coverage: 2.3% of statements
14:42:28 [2021-12-21T14:42:28.169Z] ok  	github.com/docker/docker/daemon/graphdriver	0.087s	coverage: 2.3% of statements
14:42:28 [2021-12-21T14:42:28.562Z] === RUN   TestError
14:42:28 [2021-12-21T14:42:28.562Z] --- PASS: TestError (0.00s)
14:42:28 [2021-12-21T14:42:28.562Z] === RUN   TestProgressString
14:42:28 [2021-12-21T14:42:28.562Z] === RUN   TestProgressString/no_progress
14:42:28 [2021-12-21T14:42:28.562Z] === RUN   TestProgressString/progress_1
14:42:28 [2021-12-21T14:42:28.562Z] === RUN   TestProgressString/some_progress_with_a_start_time
14:42:28 [2021-12-21T14:42:28.562Z] === RUN   TestProgressString/some_progress_without_a_start_time
14:42:28 [2021-12-21T14:42:28.562Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
14:42:28 [2021-12-21T14:42:28.562Z] === RUN   TestProgressString/with_units
14:42:28 [2021-12-21T14:42:28.562Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
14:42:28 [2021-12-21T14:42:28.562Z] === RUN   TestProgressString/hide_counts
14:42:28 [2021-12-21T14:42:28.562Z] --- PASS: TestProgressString (0.00s)
14:42:28 [2021-12-21T14:42:28.562Z]     --- PASS: TestProgressString/no_progress (0.00s)
14:42:28 [2021-12-21T14:42:28.562Z]     --- PASS: TestProgressString/progress_1 (0.00s)
14:42:28 [2021-12-21T14:42:28.562Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
14:42:28 [2021-12-21T14:42:28.562Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
14:42:28 [2021-12-21T14:42:28.562Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
14:42:28 [2021-12-21T14:42:28.562Z]     --- PASS: TestProgressString/with_units (0.00s)
14:42:28 [2021-12-21T14:42:28.562Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
14:42:28 [2021-12-21T14:42:28.562Z]     --- PASS: TestProgressString/hide_counts (0.00s)
14:42:28 [2021-12-21T14:42:28.562Z] === RUN   TestJSONMessageDisplay
14:42:28 [2021-12-21T14:42:28.562Z] --- PASS: TestJSONMessageDisplay (0.21s)
14:42:28 [2021-12-21T14:42:28.562Z] === RUN   TestJSONMessageDisplayWithJSONError
14:42:28 [2021-12-21T14:42:28.562Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
14:42:28 [2021-12-21T14:42:28.562Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
14:42:28 [2021-12-21T14:42:28.562Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
14:42:28 [2021-12-21T14:42:28.562Z] === RUN   TestDisplayJSONMessagesStream
14:42:28 [2021-12-21T14:42:28.562Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
14:42:28 [2021-12-21T14:42:28.562Z] PASS
14:42:28 [2021-12-21T14:42:28.562Z] coverage: 91.7% of statements
14:42:28 [2021-12-21T14:42:28.562Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.266s	coverage: 91.7% of statements
14:42:28 [2021-12-21T14:42:28.626Z] time="2021-12-21T14:42:27Z" 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"
14:42:28 [2021-12-21T14:42:28.626Z] time="2021-12-21T14:42:28Z" 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"
14:42:28 [2021-12-21T14:42:28.626Z] time="2021-12-21T14:42:28Z" 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"
14:42:28 [2021-12-21T14:42:28.626Z] time="2021-12-21T14:42:28Z" 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"
14:42:28 [2021-12-21T14:42:28.626Z] time="2021-12-21T14:42:28Z" 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"
14:42:28 [2021-12-21T14:42:28.626Z] time="2021-12-21T14:42:28Z" 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"
14:42:28 [2021-12-21T14:42:28.626Z] time="2021-12-21T14:42:28Z" 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"
14:42:28 [2021-12-21T14:42:28.626Z] time="2021-12-21T14:42:28Z" 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"
14:42:28 [2021-12-21T14:42:28.626Z] time="2021-12-21T14:42:28Z" 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"
14:42:28 [2021-12-21T14:42:28.626Z] time="2021-12-21T14:42:28Z" 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"
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestHealthStates (0.21s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestGetInspectData
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestGetInspectData (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestFillLicense
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestFillLicense (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestListInvalidFilter
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestListInvalidFilter (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestNameFilter
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestNameFilter (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
14:42:28 [2021-12-21T14:42:28.626Z] === 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
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- 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)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestDaemonReloadLabels
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestDaemonReloadLabels (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestDaemonReloadMirrors
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestDaemonReloadMirrors (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestDaemonReloadInsecureRegistries
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestDaemonReloadNotAffectOthers
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestDaemonDiscoveryReload
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestLinkNaming
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestLinkNaming (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestLinkNew
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestLinkNew (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestLinkEnv
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestLinkEnv (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestLinkMultipleEnv
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestLinkMultipleEnv (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] === RUN   TestLinkPortRangeEnv
14:42:28 [2021-12-21T14:42:28.626Z] --- PASS: TestLinkPortRangeEnv (0.00s)
14:42:28 [2021-12-21T14:42:28.626Z] PASS
14:42:28 [2021-12-21T14:42:28.626Z] coverage: 93.0% of statements
14:42:28 [2021-12-21T14:42:28.626Z] ok  	github.com/docker/docker/daemon/links	0.042s	coverage: 93.0% of statements
14:42:28 [2021-12-21T14:42:28.686Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
14:42:28 [2021-12-21T14:42:28.994Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:42:29 [2021-12-21T14:42:29.031Z] 2021/12/21 14:42:28 Closing DB instances...
14:42:29 [2021-12-21T14:42:29.031Z] time="2021-12-21T14:42:28Z" level=error msg="node: e955be1248ef is unknown to memberlist"
14:42:29 [2021-12-21T14:42:29.401Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
14:42:29 [2021-12-21T14:42:29.499Z] === RUN   TestStandardLongPath
14:42:29 [2021-12-21T14:42:29.499Z] --- PASS: TestStandardLongPath (0.00s)
14:42:29 [2021-12-21T14:42:29.499Z] === RUN   TestUNCLongPath
14:42:29 [2021-12-21T14:42:29.499Z] --- PASS: TestUNCLongPath (0.00s)
14:42:29 [2021-12-21T14:42:29.499Z] PASS
14:42:29 [2021-12-21T14:42:29.499Z] coverage: 100.0% of statements
14:42:29 [2021-12-21T14:42:29.499Z] ok  	github.com/docker/docker/pkg/longpath	0.040s	coverage: 100.0% of statements
14:42:29 [2021-12-21T14:42:29.590Z] --- PASS: TestDaemonDiscoveryReload (1.03s)
14:42:29 [2021-12-21T14:42:29.590Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
14:42:30 [2021-12-21T14:42:30.047Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
14:42:30 [2021-12-21T14:42:30.047Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
14:42:30 [2021-12-21T14:42:30.493Z] === RUN   TestNameFormat
14:42:30 [2021-12-21T14:42:30.493Z] --- PASS: TestNameFormat (0.00s)
14:42:30 [2021-12-21T14:42:30.493Z] === RUN   TestNameRetries
14:42:30 [2021-12-21T14:42:30.493Z] --- PASS: TestNameRetries (0.00s)
14:42:30 [2021-12-21T14:42:30.493Z] PASS
14:42:30 [2021-12-21T14:42:30.493Z] coverage: 85.7% of statements
14:42:30 [2021-12-21T14:42:30.493Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.047s	coverage: 85.7% of statements
14:42:30 [2021-12-21T14:42:30.504Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.59s)
14:42:30 [2021-12-21T14:42:30.504Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
14:42:30 [2021-12-21T14:42:30.504Z]     reload_test.go:520: root required
14:42:30 [2021-12-21T14:42:30.504Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
14:42:30 [2021-12-21T14:42:30.504Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
14:42:30 [2021-12-21T14:42:30.504Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
14:42:30 [2021-12-21T14:42:30.504Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
14:42:30 [2021-12-21T14:42:30.504Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s)
14:42:30 [2021-12-21T14:42:30.504Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
14:42:30 [2021-12-21T14:42:30.504Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.04s)
14:42:30 [2021-12-21T14:42:30.504Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
14:42:30 [2021-12-21T14:42:30.504Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.03s)
14:42:30 [2021-12-21T14:42:30.504Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
14:42:30 [2021-12-21T14:42:30.504Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
14:42:30 [2021-12-21T14:42:30.504Z] === RUN   TestParseVolumesFrom
14:42:30 [2021-12-21T14:42:30.504Z] --- PASS: TestParseVolumesFrom (0.00s)
14:42:30 [2021-12-21T14:42:30.504Z] PASS
14:42:30 [2021-12-21T14:42:30.504Z] coverage: 9.0% of statements
14:42:30 [2021-12-21T14:42:30.504Z] ok  	github.com/docker/docker/daemon	2.642s	coverage: 9.0% of statements
14:42:30 [2021-12-21T14:42:30.961Z] === RUN   TestAdapterReadLogs
14:42:30 [2021-12-21T14:42:30.961Z] --- PASS: TestAdapterReadLogs (0.00s)
14:42:30 [2021-12-21T14:42:30.961Z] === RUN   TestCopier
14:42:30 [2021-12-21T14:42:30.961Z] --- PASS: TestCopier (0.00s)
14:42:30 [2021-12-21T14:42:30.961Z] === RUN   TestCopierLongLines
14:42:30 [2021-12-21T14:42:30.961Z] --- PASS: TestCopierLongLines (0.00s)
14:42:30 [2021-12-21T14:42:30.961Z] === RUN   TestCopierSlow
14:42:30 [2021-12-21T14:42:30.961Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
14:42:30 [2021-12-21T14:42:30.961Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
14:42:30 [2021-12-21T14:42:30.961Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
14:42:30 [2021-12-21T14:42:30.961Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
14:42:30 [2021-12-21T14:42:30.961Z] === RUN   TestParseKeyValueOpt
14:42:30 [2021-12-21T14:42:30.961Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
14:42:30 [2021-12-21T14:42:30.961Z] --- PASS: TestParseKeyValueOpt (0.00s)
14:42:30 [2021-12-21T14:42:30.961Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
14:42:30 [2021-12-21T14:42:30.961Z] === RUN   TestParseUintList
14:42:30 [2021-12-21T14:42:30.961Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
14:42:30 [2021-12-21T14:42:30.961Z] --- PASS: TestParseUintList (0.00s)
14:42:30 [2021-12-21T14:42:30.961Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
14:42:30 [2021-12-21T14:42:30.961Z] === RUN   TestParseUintListMaximumLimits
14:42:30 [2021-12-21T14:42:30.962Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
14:42:30 [2021-12-21T14:42:30.962Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
14:42:30 [2021-12-21T14:42:30.962Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
14:42:30 [2021-12-21T14:42:30.962Z] PASS
14:42:30 [2021-12-21T14:42:30.962Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
14:42:30 [2021-12-21T14:42:30.962Z] coverage: 97.0% of statements
14:42:30 [2021-12-21T14:42:30.962Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
14:42:30 [2021-12-21T14:42:30.962Z] ok  	github.com/docker/docker/pkg/parsers	0.043s	coverage: 97.0% of statements
14:42:30 [2021-12-21T14:42:30.962Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
14:42:30 [2021-12-21T14:42:30.962Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
14:42:30 [2021-12-21T14:42:30.962Z] --- PASS: TestCopierSlow (0.21s)
14:42:30 [2021-12-21T14:42:30.962Z] === RUN   TestCopierWithSized
14:42:30 [2021-12-21T14:42:30.962Z] === RUN   TestCopierWithSized/as_is
14:42:30 [2021-12-21T14:42:30.962Z] === RUN   TestCopierWithSized/With_RingLogger
14:42:30 [2021-12-21T14:42:30.962Z] --- PASS: TestCopierWithSized (0.05s)
14:42:30 [2021-12-21T14:42:30.962Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
14:42:30 [2021-12-21T14:42:30.962Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.03s)
14:42:30 [2021-12-21T14:42:30.962Z] === RUN   TestCopierWithPartial
14:42:30 [2021-12-21T14:42:30.962Z] --- PASS: TestCopierWithPartial (0.01s)
14:42:30 [2021-12-21T14:42:30.962Z] === RUN   TestRingLogger
14:42:30 [2021-12-21T14:42:30.962Z] --- PASS: TestRingLogger (0.00s)
14:42:30 [2021-12-21T14:42:30.962Z] === RUN   TestRingCap
14:42:30 [2021-12-21T14:42:30.962Z] --- PASS: TestRingCap (0.00s)
14:42:30 [2021-12-21T14:42:30.962Z] === RUN   TestRingClose
14:42:30 [2021-12-21T14:42:30.962Z] --- PASS: TestRingClose (0.00s)
14:42:30 [2021-12-21T14:42:30.962Z] === RUN   TestRingDrain
14:42:30 [2021-12-21T14:42:30.962Z] --- PASS: TestRingDrain (0.00s)
14:42:30 [2021-12-21T14:42:30.962Z] PASS
14:42:30 [2021-12-21T14:42:30.962Z] coverage: 43.8% of statements
14:42:30 [2021-12-21T14:42:30.962Z] ok  	github.com/docker/docker/daemon/logger	0.361s	coverage: 43.8% of statements
14:42:31 [2021-12-21T14:42:31.431Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.44s)
14:42:31 [2021-12-21T14:42:31.431Z] === RUN   TestNetworkDBNodeJoinLeaveIteration
14:42:31 [2021-12-21T14:42:31.900Z] === RUN   TestNewAndRemove
14:42:31 [2021-12-21T14:42:31.900Z] --- PASS: TestNewAndRemove (0.00s)
14:42:31 [2021-12-21T14:42:31.900Z] === RUN   TestRemoveInvalidPath
14:42:31 [2021-12-21T14:42:31.900Z] --- PASS: TestRemoveInvalidPath (0.00s)
14:42:31 [2021-12-21T14:42:31.900Z] PASS
14:42:31 [2021-12-21T14:42:31.900Z] coverage: 82.6% of statements
14:42:31 [2021-12-21T14:42:31.900Z] ok  	github.com/docker/docker/pkg/pidfile	0.043s	coverage: 82.6% of statements
14:42:31 [2021-12-21T14:42:31.926Z] === RUN   TestNewStreamConfig
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewStreamConfig/defaults
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewStreamConfig/invalid_create_group
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewStreamConfig/invalid_flush_interval
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewStreamConfig/flush_interval_at_15
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestNewStreamConfig (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewAWSLogsClientUserAgentHandler
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewAWSLogsClientLogFormatHeaderHandler
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewAWSLogsClientLogFormatHeaderHandler/json/emf
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewAWSLogsClientLogFormatHeaderHandler/#00
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewAWSLogsClientRegionDetect
14:42:31 [2021-12-21T14:42:31.927Z] time="2021-12-21T14:42:31Z" level=info msg="Trying to get region from EC2 Metadata"
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCreateSuccess
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCreateSuccess (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCreateStreamSkipped
14:42:31 [2021-12-21T14:42:31.927Z] time="2021-12-21T14:42:31Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCreateStreamSkipped (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCreateLogGroupSuccess
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCreateError
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCreateError (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCreateAlreadyExists
14:42:31 [2021-12-21T14:42:31.927Z] time="2021-12-21T14:42:31Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCreateAlreadyExists (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestLogClosed
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestLogClosed (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestLogBlocking
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestLogBlocking (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestLogNonBlockingBufferEmpty
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestLogNonBlockingBufferFull
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestPublishBatchSuccess
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestPublishBatchSuccess (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestPublishBatchError
14:42:31 [2021-12-21T14:42:31.927Z] time="2021-12-21T14:42:31Z" level=error msg=Error
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestPublishBatchError (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestPublishBatchInvalidSeqSuccess
14:42:31 [2021-12-21T14:42:31.927Z] time="2021-12-21T14:42:31Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestPublishBatchAlreadyAccepted
14:42:31 [2021-12-21T14:42:31.927Z] time="2021-12-21T14:42:31Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
14:42:31 [2021-12-21T14:42:31.927Z] time="2021-12-21T14:42:31Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCollectBatchSimple
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCollectBatchSimple (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCollectBatchTicker
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCollectBatchTicker (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCollectBatchMultilinePattern
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCollectBatchClose
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCollectBatchClose (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestEffectiveLen
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestEffectiveLen/0/Hello
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestEffectiveLen/2/🙃
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestEffectiveLen/3/����
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestEffectiveLen/4/He��o
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestEffectiveLen/5/
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestEffectiveLen (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestFindValidSplit
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestFindValidSplit/0/
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1105: 
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1106: 
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestFindValidSplit/1/Hello
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1105: Hello
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1106: 
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestFindValidSplit/2/Hello
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1105: He
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1106: llo
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestFindValidSplit/3/Hello
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1105: 
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1106: Hello
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestFindValidSplit/4/🙃
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1105: 
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1106: 🙃
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestFindValidSplit/5/🙃
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1105: 🙃
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1106: 
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestFindValidSplit/6/a�
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1105: a
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1106: �
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestFindValidSplit/7/a�
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1105: a�
14:42:31 [2021-12-21T14:42:31.927Z]     cloudwatchlogs_test.go:1106: 
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestFindValidSplit (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestProcessEventEmoji
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestProcessEventEmoji (0.01s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCollectBatchLineSplit
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCollectBatchLineSplit (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCollectBatchLineSplitWithBinary
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCollectBatchMaxEvents
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCollectBatchMaxEvents (0.02s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCollectBatchMaxTotalBytes
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCollectBatchWithDuplicateTimestamps
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestSearchRegistryForImagesErrors
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestSearchRegistryForImages
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestSearchRegistryForImages (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestOnlyPlatformWithFallback
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestImageDelete
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestImageDelete/no_lease
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestImageDelete/lease_exists
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestParseLogOptionsMultilinePattern
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestParseLogOptionsDatetimeFormat
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsFormat
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsFormat/0/json/emf
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsFormat/1/random
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsFormat/2/
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsFormat/3/json/emf
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestValidateLogOptionsFormat/4/json/emf
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestValidateLogOptionsFormat (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestValidateLogOptionsFormat/1/random (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestValidateLogOptionsFormat/2/ (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestCreateTagSuccess
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestCreateTagSuccess (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
14:42:31 [2021-12-21T14:42:31.927Z] PASS
14:42:31 [2021-12-21T14:42:31.927Z] coverage: 78.0% of statements
14:42:31 [2021-12-21T14:42:31.927Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.464s	coverage: 78.0% of statements
14:42:31 [2021-12-21T14:42:31.927Z] --- PASS: TestImageDelete (0.07s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestImageDelete/no_lease (0.01s)
14:42:31 [2021-12-21T14:42:31.927Z]     --- PASS: TestImageDelete/lease_exists (0.04s)
14:42:31 [2021-12-21T14:42:31.927Z] === RUN   TestContentStoreForPull
14:42:31 [2021-12-21T14:42:31.973Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
14:42:32 [2021-12-21T14:42:32.262Z] --- PASS: TestServiceCreateInit (7.03s)
14:42:32 [2021-12-21T14:42:32.262Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.63s)
14:42:32 [2021-12-21T14:42:32.262Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.38s)
14:42:32 [2021-12-21T14:42:32.262Z] === RUN   TestCreateServiceMultipleTimes
14:42:32 [2021-12-21T14:42:32.375Z] 2021/12/21 14:42:32 Closing DB instances...
14:42:32 [2021-12-21T14:42:32.385Z] === RUN   TestJSONLogsMarshalJSONBuf
14:42:32 [2021-12-21T14:42:32.385Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
14:42:32 [2021-12-21T14:42:32.385Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
14:42:32 [2021-12-21T14:42:32.385Z] --- PASS: TestContentStoreForPull (0.26s)
14:42:32 [2021-12-21T14:42:32.385Z] PASS
14:42:32 [2021-12-21T14:42:32.385Z] coverage: 6.7% of statements
14:42:32 [2021-12-21T14:42:32.385Z] ok  	github.com/docker/docker/daemon/images	0.468s	coverage: 6.7% of statements
14:42:32 [2021-12-21T14:42:32.385Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
14:42:32 [2021-12-21T14:42:32.385Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
14:42:32 [2021-12-21T14:42:32.385Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
14:42:32 [2021-12-21T14:42:32.385Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
14:42:32 [2021-12-21T14:42:32.385Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
14:42:32 [2021-12-21T14:42:32.385Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
14:42:32 [2021-12-21T14:42:32.385Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
14:42:32 [2021-12-21T14:42:32.385Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.22s)
14:42:32 [2021-12-21T14:42:32.385Z] === RUN   TestFastTimeMarshalJSON
14:42:32 [2021-12-21T14:42:32.385Z] --- PASS: TestFastTimeMarshalJSON (0.02s)
14:42:32 [2021-12-21T14:42:32.385Z] PASS
14:42:32 [2021-12-21T14:42:32.385Z] coverage: 87.2% of statements
14:42:32 [2021-12-21T14:42:32.541Z] === RUN   TestDockerSuite/TestBuildDotDotFile
14:42:32 [2021-12-21T14:42:32.800Z] === RUN   TestDockerSuite/TestBuildEOLInLine
14:42:32 [2021-12-21T14:42:32.841Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.321s	coverage: 87.2% of statements
14:42:32 [2021-12-21T14:42:32.841Z] === RUN   TestJSONFileLogger
14:42:32 [2021-12-21T14:42:32.841Z] --- PASS: TestJSONFileLogger (0.00s)
14:42:32 [2021-12-21T14:42:32.841Z] === RUN   TestJSONFileLoggerWithTags
14:42:32 [2021-12-21T14:42:32.841Z] --- PASS: TestJSONFileLoggerWithTags (0.01s)
14:42:32 [2021-12-21T14:42:32.841Z] === RUN   TestJSONFileLoggerWithOpts
14:42:32 [2021-12-21T14:42:32.841Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
14:42:32 [2021-12-21T14:42:32.841Z] === RUN   TestJSONFileLoggerWithLabelsEnv
14:42:32 [2021-12-21T14:42:32.841Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
14:42:32 [2021-12-21T14:42:32.841Z] === RUN   TestEncodeDecode
14:42:32 [2021-12-21T14:42:32.841Z] === PAUSE TestEncodeDecode
14:42:32 [2021-12-21T14:42:32.841Z] === RUN   TestUnexpectedEOF
14:42:33 [2021-12-21T14:42:33.300Z] time="2021-12-21T14:42:32Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
14:42:33 [2021-12-21T14:42:33.300Z] time="2021-12-21T14:42:32Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
14:42:33 [2021-12-21T14:42:33.300Z] --- PASS: TestUnexpectedEOF (0.21s)
14:42:33 [2021-12-21T14:42:33.300Z] === CONT  TestEncodeDecode
14:42:33 [2021-12-21T14:42:33.300Z] --- PASS: TestEncodeDecode (0.00s)
14:42:33 [2021-12-21T14:42:33.300Z] PASS
14:42:33 [2021-12-21T14:42:33.300Z] coverage: 69.9% of statements
14:42:33 [2021-12-21T14:42:33.300Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.346s	coverage: 69.9% of statements
14:42:33 [2021-12-21T14:42:33.364Z] === RUN   TestFailedConnection
14:42:34 [2021-12-21T14:42:34.264Z] === RUN   TestWriteLog
14:42:34 [2021-12-21T14:42:34.264Z] === PAUSE TestWriteLog
14:42:34 [2021-12-21T14:42:34.264Z] === RUN   TestReadLog
14:42:34 [2021-12-21T14:42:34.264Z] === PAUSE TestReadLog
14:42:34 [2021-12-21T14:42:34.264Z] === CONT  TestWriteLog
14:42:34 [2021-12-21T14:42:34.264Z] === CONT  TestReadLog
14:42:34 [2021-12-21T14:42:34.264Z] === RUN   TestReadLog/tail_exact
14:42:34 [2021-12-21T14:42:34.264Z] --- PASS: TestWriteLog (0.02s)
14:42:34 [2021-12-21T14:42:34.264Z] === RUN   TestLog
14:42:34 [2021-12-21T14:42:34.264Z] --- PASS: TestLog (0.01s)
14:42:34 [2021-12-21T14:42:34.264Z] PASS
14:42:34 [2021-12-21T14:42:34.264Z] coverage: 31.5% of statements
14:42:34 [2021-12-21T14:42:34.264Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.057s	coverage: 31.5% of statements
14:42:34 [2021-12-21T14:42:34.350Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s)
14:42:34 [2021-12-21T14:42:34.350Z] === RUN   TestNetworkDBGarbageCollection
14:42:34 [2021-12-21T14:42:34.721Z] === RUN   TestReadLog/tail_less_than_available
14:42:34 [2021-12-21T14:42:34.721Z] === RUN   TestReadLog/tail_more_than_available
14:42:34 [2021-12-21T14:42:34.721Z] --- PASS: TestReadLog (0.21s)
14:42:34 [2021-12-21T14:42:34.721Z]     --- PASS: TestReadLog/tail_exact (0.20s)
14:42:34 [2021-12-21T14:42:34.721Z]     --- PASS: TestReadLog/tail_less_than_available (0.01s)
14:42:34 [2021-12-21T14:42:34.721Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
14:42:34 [2021-12-21T14:42:34.721Z] PASS
14:42:34 [2021-12-21T14:42:34.721Z] coverage: 75.2% of statements
14:42:34 [2021-12-21T14:42:34.721Z] === RUN   TestOpenFileDelete
14:42:34 [2021-12-21T14:42:34.721Z] --- PASS: TestOpenFileDelete (0.00s)
14:42:34 [2021-12-21T14:42:34.721Z] === RUN   TestOpenFileRename
14:42:34 [2021-12-21T14:42:34.721Z] ok  	github.com/docker/docker/daemon/logger/local	0.521s	coverage: 75.2% of statements
14:42:34 [2021-12-21T14:42:34.721Z] --- PASS: TestOpenFileRename (0.01s)
14:42:34 [2021-12-21T14:42:34.721Z] === RUN   TestParseLogTagDefaultTag
14:42:34 [2021-12-21T14:42:34.721Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
14:42:34 [2021-12-21T14:42:34.721Z] === RUN   TestParseLogTag
14:42:34 [2021-12-21T14:42:34.721Z] --- PASS: TestParseLogTag (0.00s)
14:42:34 [2021-12-21T14:42:34.721Z] === RUN   TestParseLogTagEmptyTag
14:42:34 [2021-12-21T14:42:34.721Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
14:42:34 [2021-12-21T14:42:34.721Z] === RUN   TestTailFiles
14:42:34 [2021-12-21T14:42:34.721Z] --- PASS: TestTailFiles (0.00s)
14:42:34 [2021-12-21T14:42:34.721Z] === RUN   TestFollowLogsConsumerGone
14:42:34 [2021-12-21T14:42:34.721Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
14:42:34 [2021-12-21T14:42:34.721Z] === RUN   TestFollowLogsProducerGone
14:42:34 [2021-12-21T14:42:34.721Z]     logfile_test.go:231: messages sent: 4098, received: 4098
14:42:34 [2021-12-21T14:42:34.721Z]     logfile_test.go:178: logDecode() closed after sending 4098 messages
14:42:34 [2021-12-21T14:42:34.721Z] --- PASS: TestFollowLogsProducerGone (0.00s)
14:42:34 [2021-12-21T14:42:34.721Z] === RUN   TestCheckCapacityAndRotate
14:42:34 [2021-12-21T14:42:34.721Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
14:42:34 [2021-12-21T14:42:34.721Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
14:42:34 [2021-12-21T14:42:34.721Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
14:42:34 [2021-12-21T14:42:34.721Z] --- PASS: TestCheckCapacityAndRotate (0.06s)
14:42:34 [2021-12-21T14:42:34.721Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
14:42:34 [2021-12-21T14:42:34.721Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s)
14:42:34 [2021-12-21T14:42:34.721Z] PASS
14:42:34 [2021-12-21T14:42:34.721Z] coverage: 53.7% of statements
14:42:34 [2021-12-21T14:42:34.721Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.158s	coverage: 53.7% of statements
14:42:35 [2021-12-21T14:42:35.687Z] === RUN   TestNewParse
14:42:35 [2021-12-21T14:42:35.687Z] --- PASS: TestNewParse (0.00s)
14:42:35 [2021-12-21T14:42:35.687Z] PASS
14:42:35 [2021-12-21T14:42:35.687Z] coverage: 8.3% of statements
14:42:35 [2021-12-21T14:42:35.687Z] ok  	github.com/docker/docker/daemon/logger/templates	0.043s	coverage: 8.3% of statements
14:42:35 [2021-12-21T14:42:35.687Z] === RUN   TestValidateLogOpt
14:42:35 [2021-12-21T14:42:35.687Z] --- PASS: TestValidateLogOpt (0.00s)
14:42:35 [2021-12-21T14:42:35.687Z] === RUN   TestNewMissedConfig
14:42:35 [2021-12-21T14:42:35.687Z] --- PASS: TestNewMissedConfig (0.00s)
14:42:35 [2021-12-21T14:42:35.687Z] === RUN   TestNewMissedUrl
14:42:35 [2021-12-21T14:42:35.687Z] --- PASS: TestNewMissedUrl (0.00s)
14:42:35 [2021-12-21T14:42:35.687Z] === RUN   TestNewMissedToken
14:42:35 [2021-12-21T14:42:35.687Z] --- PASS: TestNewMissedToken (0.00s)
14:42:35 [2021-12-21T14:42:35.687Z] === RUN   TestNewWithProxy
14:42:35 [2021-12-21T14:42:35.687Z] --- PASS: TestNewWithProxy (0.00s)
14:42:35 [2021-12-21T14:42:35.687Z] === RUN   TestDefault
14:42:35 [2021-12-21T14:42:35.687Z] --- PASS: TestDefault (0.01s)
14:42:35 [2021-12-21T14:42:35.687Z] === RUN   TestInlineFormatWithNonDefaultOptions
14:42:35 [2021-12-21T14:42:35.687Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
14:42:35 [2021-12-21T14:42:35.687Z] === RUN   TestJsonFormat
14:42:35 [2021-12-21T14:42:35.687Z] --- PASS: TestJsonFormat (0.01s)
14:42:35 [2021-12-21T14:42:35.687Z] === RUN   TestRawFormat
14:42:35 [2021-12-21T14:42:35.687Z] --- PASS: TestRawFormat (0.00s)
14:42:35 [2021-12-21T14:42:35.687Z] === RUN   TestRawFormatWithLabels
14:42:35 [2021-12-21T14:42:35.687Z] --- PASS: TestRawFormatWithLabels (0.00s)
14:42:35 [2021-12-21T14:42:35.687Z] === RUN   TestRawFormatWithoutTag
14:42:35 [2021-12-21T14:42:35.687Z] --- PASS: TestRawFormatWithoutTag (0.00s)
14:42:35 [2021-12-21T14:42:35.687Z] === RUN   TestBatching
14:42:35 [2021-12-21T14:42:35.915Z] --- PASS: TestFailedConnection (2.24s)
14:42:35 [2021-12-21T14:42:35.915Z] === RUN   TestFailOnce
14:42:35 [2021-12-21T14:42:35.915Z] 2021/12/21 14:42:35 http: panic serving 127.0.0.1:49294: Plugin not ready
14:42:35 [2021-12-21T14:42:35.915Z] goroutine 3 [running]:
14:42:35 [2021-12-21T14:42:35.915Z] net/http.(*conn).serve.func1()
14:42:35 [2021-12-21T14:42:35.915Z] 	c:/go/src/net/http/server.go:1802 +0xb9
14:42:35 [2021-12-21T14:42:35.915Z] panic({0x44ac40, 0x557350})
14:42:35 [2021-12-21T14:42:35.915Z] 	c:/go/src/runtime/panic.go:1047 +0x266
14:42:35 [2021-12-21T14:42:35.915Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xe87965d706f9c76b}, 0xc000089a98)
14:42:35 [2021-12-21T14:42:35.915Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d
14:42:35 [2021-12-21T14:42:35.915Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x5640d0, 0xc0000b8000}, 0x39f106)
14:42:35 [2021-12-21T14:42:35.915Z] 	c:/go/src/net/http/server.go:2047 +0x2f
14:42:35 [2021-12-21T14:42:35.915Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x5640d0, 0xc0000b8000}, 0xc000056000)
14:42:35 [2021-12-21T14:42:35.915Z] 	c:/go/src/net/http/server.go:2425 +0x149
14:42:35 [2021-12-21T14:42:35.915Z] net/http.serverHandler.ServeHTTP({0x5626d0}, {0x5640d0, 0xc0000b8000}, 0xc000056000)
14:42:35 [2021-12-21T14:42:35.915Z] 	c:/go/src/net/http/server.go:2879 +0x43b
14:42:35 [2021-12-21T14:42:35.915Z] net/http.(*conn).serve(0xc000048000, {0x565fa0, 0xc0000980c0})
14:42:35 [2021-12-21T14:42:35.915Z] 	c:/go/src/net/http/server.go:1930 +0xb08
14:42:35 [2021-12-21T14:42:35.915Z] created by net/http.(*Server).Serve
14:42:35 [2021-12-21T14:42:35.915Z] 	c:/go/src/net/http/server.go:3034 +0x4e8
14:42:35 [2021-12-21T14:42:35.915Z] time="2021-12-21T14:42:35Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.FailOnce: Post \"http://127.0.0.1:49293/Test.FailOnce\": EOF, retrying in 1s"
14:42:35 [2021-12-21T14:42:35.932Z] --- PASS: TestServiceUpdatePidsLimit (15.94s)
14:42:35 [2021-12-21T14:42:35.933Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
14:42:35 [2021-12-21T14:42:35.933Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s)
14:42:35 [2021-12-21T14:42:35.933Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
14:42:35 [2021-12-21T14:42:35.933Z] PASS
14:42:35 [2021-12-21T14:42:35.933Z] 
14:42:35 [2021-12-21T14:42:35.933Z] === Skipped
14:42:35 [2021-12-21T14:42:35.933Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
14:42:35 [2021-12-21T14:42:35.933Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:42:35 [2021-12-21T14:42:35.933Z] 
14:42:35 [2021-12-21T14:42:35.933Z] DONE 27 tests, 1 skipped in 182.235s
14:42:35 [2021-12-21T14:42:35.933Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
14:42:35 [2021-12-21T14:42:35.933Z] INFO: Testing against a local daemon
14:42:35 [2021-12-21T14:42:35.933Z] === RUN   TestSessionCreate
14:42:35 [2021-12-21T14:42:35.933Z] --- PASS: TestSessionCreate (0.02s)
14:42:35 [2021-12-21T14:42:35.933Z] === RUN   TestSessionCreateWithBadUpgrade
14:42:35 [2021-12-21T14:42:35.933Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
14:42:35 [2021-12-21T14:42:35.933Z] PASS
14:42:35 [2021-12-21T14:42:35.933Z] 
14:42:35 [2021-12-21T14:42:35.933Z] DONE 2 tests in 0.067s
14:42:35 [2021-12-21T14:42:35.933Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
14:42:35 [2021-12-21T14:42:35.933Z] INFO: Testing against a local daemon
14:42:35 [2021-12-21T14:42:35.933Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:42:35 [2021-12-21T14:42:35.933Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
14:42:35 [2021-12-21T14:42:35.933Z] === RUN   TestDiskUsage
14:42:35 [2021-12-21T14:42:35.933Z] === PAUSE TestDiskUsage
14:42:35 [2021-12-21T14:42:35.933Z] === RUN   TestEventsExecDie
14:42:36 [2021-12-21T14:42:36.086Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
14:42:36 [2021-12-21T14:42:36.145Z] === RUN   TestParseLogFormat
14:42:36 [2021-12-21T14:42:36.145Z] --- PASS: TestParseLogFormat (0.00s)
14:42:36 [2021-12-21T14:42:36.145Z] === RUN   TestValidateLogOptEmpty
14:42:36 [2021-12-21T14:42:36.145Z] --- PASS: TestValidateLogOptEmpty (0.00s)
14:42:36 [2021-12-21T14:42:36.145Z] === RUN   TestValidateSyslogAddress
14:42:36 [2021-12-21T14:42:36.145Z] --- PASS: TestValidateSyslogAddress (0.00s)
14:42:36 [2021-12-21T14:42:36.145Z] === RUN   TestParseAddressDefaultPort
14:42:36 [2021-12-21T14:42:36.145Z] --- PASS: TestParseAddressDefaultPort (0.00s)
14:42:36 [2021-12-21T14:42:36.145Z] === RUN   TestValidateSyslogFacility
14:42:36 [2021-12-21T14:42:36.145Z] --- PASS: TestValidateSyslogFacility (0.00s)
14:42:36 [2021-12-21T14:42:36.145Z] === RUN   TestValidateLogOptSyslogFormat
14:42:36 [2021-12-21T14:42:36.145Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
14:42:36 [2021-12-21T14:42:36.145Z] === RUN   TestValidateLogOpt
14:42:36 [2021-12-21T14:42:36.145Z] --- PASS: TestValidateLogOpt (0.00s)
14:42:36 [2021-12-21T14:42:36.145Z] PASS
14:42:36 [2021-12-21T14:42:36.145Z] coverage: 46.8% of statements
14:42:36 [2021-12-21T14:42:36.145Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.148s	coverage: 46.8% of statements
14:42:36 [2021-12-21T14:42:36.145Z] --- PASS: TestBatching (0.42s)
14:42:36 [2021-12-21T14:42:36.145Z] === RUN   TestFrequency
14:42:36 [2021-12-21T14:42:36.145Z] --- PASS: TestFrequency (0.19s)
14:42:36 [2021-12-21T14:42:36.145Z] === RUN   TestOneMessagePerRequest
14:42:36 [2021-12-21T14:42:36.145Z] --- PASS: TestOneMessagePerRequest (0.00s)
14:42:36 [2021-12-21T14:42:36.145Z] === RUN   TestVerify
14:42:36 [2021-12-21T14:42:36.145Z] --- PASS: TestVerify (0.00s)
14:42:36 [2021-12-21T14:42:36.145Z] === RUN   TestSkipVerify
14:42:36 [2021-12-21T14:42:36.188Z] --- PASS: TestEventsExecDie (0.53s)
14:42:36 [2021-12-21T14:42:36.188Z] === RUN   TestEventsBackwardsCompatible
14:42:36 [2021-12-21T14:42:36.188Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
14:42:36 [2021-12-21T14:42:36.188Z] === RUN   TestEventsVolumeCreate
14:42:36 [2021-12-21T14:42:36.188Z] --- PASS: TestEventsVolumeCreate (0.05s)
14:42:36 [2021-12-21T14:42:36.188Z] === RUN   TestInfoBinaryCommits
14:42:36 [2021-12-21T14:42:36.188Z] --- PASS: TestInfoBinaryCommits (0.02s)
14:42:36 [2021-12-21T14:42:36.188Z] === RUN   TestInfoAPIVersioned
14:42:36 [2021-12-21T14:42:36.188Z] --- PASS: TestInfoAPIVersioned (0.01s)
14:42:36 [2021-12-21T14:42:36.188Z] === RUN   TestInfoDiscoveryBackend
14:42:36 [2021-12-21T14:42:36.385Z] --- PASS: TestRequest (9.34s)
14:42:36 [2021-12-21T14:42:36.385Z] === RUN   TestOverlappingRequests
14:42:36 [2021-12-21T14:42:36.602Z] time="2021-12-21T14:42:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:42:36 [2021-12-21T14:42:36.602Z] time="2021-12-21T14:42:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:42:36 [2021-12-21T14:42:36.602Z] time="2021-12-21T14:42:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:42:36 [2021-12-21T14:42:36.752Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
14:42:36 [2021-12-21T14:42:36.752Z] === RUN   TestInfoDiscoveryInvalidAdvertise
14:42:36 [2021-12-21T14:42:36.854Z] --- PASS: TestOverlappingRequests (0.47s)
14:42:36 [2021-12-21T14:42:36.854Z] === RUN   TestRelease
14:42:36 [2021-12-21T14:42:36.854Z] --- PASS: TestFailOnce (1.21s)
14:42:36 [2021-12-21T14:42:36.854Z] === RUN   TestEchoInputOutput
14:42:36 [2021-12-21T14:42:36.854Z] --- PASS: TestEchoInputOutput (0.00s)
14:42:36 [2021-12-21T14:42:36.854Z] === RUN   TestBackoff
14:42:36 [2021-12-21T14:42:36.854Z] --- PASS: TestBackoff (0.00s)
14:42:36 [2021-12-21T14:42:36.854Z] === RUN   TestAbortRetry
14:42:36 [2021-12-21T14:42:36.854Z] --- PASS: TestAbortRetry (0.00s)
14:42:36 [2021-12-21T14:42:36.854Z] === RUN   TestClientScheme
14:42:36 [2021-12-21T14:42:36.854Z] --- PASS: TestClientScheme (0.00s)
14:42:36 [2021-12-21T14:42:36.854Z] === RUN   TestNewClientWithTimeout
14:42:37 [2021-12-21T14:42:37.059Z] --- PASS: TestSkipVerify (0.59s)
14:42:37 [2021-12-21T14:42:37.059Z] === RUN   TestBufferMaximum
14:42:37 [2021-12-21T14:42:37.059Z] time="2021-12-21T14:42:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:42:37 [2021-12-21T14:42:37.059Z] time="2021-12-21T14:42:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:42:37 [2021-12-21T14:42:37.059Z] time="2021-12-21T14:42:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:42:37 [2021-12-21T14:42:37.059Z] time="2021-12-21T14:42:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:42:37 [2021-12-21T14:42:37.059Z] time="2021-12-21T14:42:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:42:37 [2021-12-21T14:42:37.059Z] time="2021-12-21T14:42:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097756.661163\",\"host\":\"21aa218883a0\"}'"
14:42:37 [2021-12-21T14:42:37.059Z] time="2021-12-21T14:42:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097756.661163\",\"host\":\"21aa218883a0\"}'"
14:42:37 [2021-12-21T14:42:37.059Z] --- PASS: TestBufferMaximum (0.01s)
14:42:37 [2021-12-21T14:42:37.059Z] === RUN   TestServerAlwaysDown
14:42:37 [2021-12-21T14:42:37.059Z] time="2021-12-21T14:42:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:42:37 [2021-12-21T14:42:37.059Z] time="2021-12-21T14:42:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:42:37 [2021-12-21T14:42:37.059Z] time="2021-12-21T14:42:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097756.667284\",\"host\":\"21aa218883a0\"}'"
14:42:37 [2021-12-21T14:42:37.059Z] time="2021-12-21T14:42:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097756.667284\",\"host\":\"21aa218883a0\"}'"
14:42:37 [2021-12-21T14:42:37.059Z] time="2021-12-21T14:42:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:42:37 [2021-12-21T14:42:37.059Z] time="2021-12-21T14:42:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097756.667284\",\"host\":\"21aa218883a0\"}'"
14:42:37 [2021-12-21T14:42:37.059Z] time="2021-12-21T14:42:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097756.668285\",\"host\":\"21aa218883a0\"}'"
14:42:37 [2021-12-21T14:42:37.059Z] time="2021-12-21T14:42:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097756.668285\",\"host\":\"21aa218883a0\"}'"
14:42:37 [2021-12-21T14:42:37.059Z] --- PASS: TestServerAlwaysDown (0.00s)
14:42:37 [2021-12-21T14:42:37.059Z] === RUN   TestCannotSendAfterClose
14:42:37 [2021-12-21T14:42:37.059Z] --- PASS: TestCannotSendAfterClose (0.00s)
14:42:37 [2021-12-21T14:42:37.059Z] === RUN   TestDeadlockOnBlockedEndpoint
14:42:37 [2021-12-21T14:42:37.323Z] time="2021-12-21T14:42:37Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49298/Test.Echo: Post \"http://127.0.0.1:49298/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
14:42:37 [2021-12-21T14:42:37.461Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
14:42:37 [2021-12-21T14:42:37.516Z] === RUN   TestV1IDService
14:42:37 [2021-12-21T14:42:37.516Z] --- PASS: TestV1IDService (0.02s)
14:42:37 [2021-12-21T14:42:37.516Z] === RUN   TestV2MetadataService
14:42:37 [2021-12-21T14:42:37.721Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
14:42:37 [2021-12-21T14:42:37.721Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
14:42:37 [2021-12-21T14:42:37.973Z] time="2021-12-21T14:42:37Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk
14:42:37 [2021-12-21T14:42:37.974Z] time="2021-12-21T14:42:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"21aa218883a0\"}'"
14:42:37 [2021-12-21T14:42:37.974Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
14:42:37 [2021-12-21T14:42:37.974Z] PASS
14:42:37 [2021-12-21T14:42:37.974Z] coverage: 82.5% of statements
14:42:37 [2021-12-21T14:42:37.974Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.335s	coverage: 82.5% of statements
14:42:37 [2021-12-21T14:42:37.974Z] === RUN   TestContinueOnError_NonMirrorEndpoint
14:42:37 [2021-12-21T14:42:37.974Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
14:42:37 [2021-12-21T14:42:37.974Z] === RUN   TestContinueOnError_MirrorEndpoint
14:42:37 [2021-12-21T14:42:37.974Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
14:42:37 [2021-12-21T14:42:37.974Z] === RUN   TestContinueOnError_NeverContinue
14:42:37 [2021-12-21T14:42:37.974Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
14:42:37 [2021-12-21T14:42:37.974Z] === RUN   TestManifestStore
14:42:37 [2021-12-21T14:42:37.974Z] === RUN   TestManifestStore/no_remote_or_local
14:42:37 [2021-12-21T14:42:37.974Z] ?   	github.com/docker/docker/daemon/names	[no test files]
14:42:37 [2021-12-21T14:42:37.974Z] ?   	github.com/docker/docker/daemon/network	[no test files]
14:42:37 [2021-12-21T14:42:37.974Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
14:42:37 [2021-12-21T14:42:37.974Z] time="2021-12-21T14:42:37Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3242261699\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
14:42:37 [2021-12-21T14:42:37.974Z] === RUN   TestManifestStore/no_local_cache
14:42:37 [2021-12-21T14:42:37.980Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
14:42:38 [2021-12-21T14:42:38.115Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
14:42:38 [2021-12-21T14:42:38.116Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
14:42:38 [2021-12-21T14:42:38.371Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
14:42:38 [2021-12-21T14:42:38.371Z] === RUN   TestInfoAPI
14:42:38 [2021-12-21T14:42:38.371Z] --- PASS: TestInfoAPI (0.02s)
14:42:38 [2021-12-21T14:42:38.371Z] === RUN   TestInfoAPIWarnings
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestManifestStore/with_local_cache
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestManifestStore/unknown_media_type
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestManifestStore/unknown_media_type/no_cache
14:42:38 [2021-12-21T14:42:38.430Z] time="2021-12-21T14:42:37Z" level=warning msg="reference for unknown type: "
14:42:38 [2021-12-21T14:42:38.430Z] time="2021-12-21T14:42:37Z" level=warning msg="reference for unknown type: "
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestManifestStore/unknown_media_type/with_cache
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestSuccessfulDownload
14:42:38 [2021-12-21T14:42:38.430Z]     download_test.go:267: Needs fixing on Windows
14:42:38 [2021-12-21T14:42:38.430Z] --- SKIP: TestSuccessfulDownload (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestCancelledDownload
14:42:38 [2021-12-21T14:42:38.430Z] --- PASS: TestCancelledDownload (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestMaxDownloadAttempts
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
14:42:38 [2021-12-21T14:42:38.430Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
14:42:38 [2021-12-21T14:42:38.430Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
14:42:38 [2021-12-21T14:42:38.430Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
14:42:38 [2021-12-21T14:42:38.430Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
14:42:38 [2021-12-21T14:42:38.430Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
14:42:38 [2021-12-21T14:42:38.430Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
14:42:38 [2021-12-21T14:42:38.430Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
14:42:38 [2021-12-21T14:42:38.430Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
14:42:38 [2021-12-21T14:42:38.430Z] time="2021-12-21T14:42:37Z" level=warning msg="reference for unknown type: "
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
14:42:38 [2021-12-21T14:42:38.430Z] time="2021-12-21T14:42:38Z" level=warning msg="reference for unknown type: "
14:42:38 [2021-12-21T14:42:38.430Z] time="2021-12-21T14:42:38Z" level=warning msg="reference for unknown type: "
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestManifestStore/error_persisting_manifest
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
14:42:38 [2021-12-21T14:42:38.430Z] time="2021-12-21T14:42:38Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
14:42:38 [2021-12-21T14:42:38.430Z] --- PASS: TestManifestStore (0.35s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestManifestStore/no_remote_or_local (0.23s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestManifestStore/no_local_cache (0.02s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestManifestStore/with_local_cache (0.02s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestManifestStore/unknown_media_type (0.06s)
14:42:38 [2021-12-21T14:42:38.430Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s)
14:42:38 [2021-12-21T14:42:38.430Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s)
14:42:38 [2021-12-21T14:42:38.430Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s)
14:42:38 [2021-12-21T14:42:38.430Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.02s)
14:42:38 [2021-12-21T14:42:38.430Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s)
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaType
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaType/schema1
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
14:42:38 [2021-12-21T14:42:38.430Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaTypeInvalid
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/config_and_manifests
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers
14:42:38 [2021-12-21T14:42:38.430Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestFixManifestLayers
14:42:38 [2021-12-21T14:42:38.430Z] --- PASS: TestFixManifestLayers (0.00s)
14:42:38 [2021-12-21T14:42:38.430Z] === RUN   TestFixManifestLayersBaseLayerParent
14:42:38 [2021-12-21T14:42:38.431Z]     pull_v2_test.go:73: Needs fixing on Windows
14:42:38 [2021-12-21T14:42:38.431Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
14:42:38 [2021-12-21T14:42:38.431Z] === RUN   TestFixManifestLayersBadParent
14:42:38 [2021-12-21T14:42:38.431Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
14:42:38 [2021-12-21T14:42:38.431Z] === RUN   TestValidateManifest
14:42:38 [2021-12-21T14:42:38.431Z]     pull_v2_test.go:118: Needs fixing on Windows
14:42:38 [2021-12-21T14:42:38.431Z] --- SKIP: TestValidateManifest (0.00s)
14:42:38 [2021-12-21T14:42:38.431Z] === RUN   TestFormatPlatform
14:42:38 [2021-12-21T14:42:38.431Z] --- PASS: TestFormatPlatform (0.00s)
14:42:38 [2021-12-21T14:42:38.431Z] === RUN   TestGetRepositoryMountCandidates
14:42:38 [2021-12-21T14:42:38.431Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
14:42:38 [2021-12-21T14:42:38.431Z] === RUN   TestLayerAlreadyExists
14:42:38 [2021-12-21T14:42:38.431Z]     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}
14:42:38 [2021-12-21T14:42:38.431Z]     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}
14:42:38 [2021-12-21T14:42:38.431Z]     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}
14:42:38 [2021-12-21T14:42:38.431Z]     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}
14:42:38 [2021-12-21T14:42:38.431Z]     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}
14:42:38 [2021-12-21T14:42:38.432Z]     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}
14:42:38 [2021-12-21T14:42:38.432Z] --- PASS: TestLayerAlreadyExists (0.00s)
14:42:38 [2021-12-21T14:42:38.432Z] === RUN   TestWhenEmptyAuthConfig
14:42:38 [2021-12-21T14:42:38.432Z] --- PASS: TestV2MetadataService (1.02s)
14:42:38 [2021-12-21T14:42:38.432Z] PASS
14:42:38 [2021-12-21T14:42:38.432Z] coverage: 48.2% of statements
14:42:38 [2021-12-21T14:42:38.432Z] ok  	github.com/docker/docker/distribution/metadata	1.141s	coverage: 48.2% of statements
14:42:38 [2021-12-21T14:42:38.888Z] --- PASS: TestRelease (1.76s)
14:42:38 [2021-12-21T14:42:38.888Z] === RUN   TestAllocateRandomDeallocate
14:42:38 [2021-12-21T14:42:38.888Z] time="2021-12-21T14:42:38Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49298/Test.Echo: Post \"http://127.0.0.1:49298/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
14:42:38 [2021-12-21T14:42:38.888Z] time="2021-12-21T14:42:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:42:38 [2021-12-21T14:42:38.888Z] time="2021-12-21T14:42:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:42:38 [2021-12-21T14:42:38.888Z] time="2021-12-21T14:42:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:42:38 [2021-12-21T14:42:38.888Z] time="2021-12-21T14:42:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:42:38 [2021-12-21T14:42:38.888Z] --- PASS: TestMaxDownloadAttempts (0.00s)
14:42:38 [2021-12-21T14:42:38.888Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.48s)
14:42:38 [2021-12-21T14:42:38.888Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.48s)
14:42:38 [2021-12-21T14:42:38.888Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.48s)
14:42:38 [2021-12-21T14:42:38.888Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.48s)
14:42:38 [2021-12-21T14:42:38.888Z] === RUN   TestTransfer
14:42:38 [2021-12-21T14:42:38.888Z] --- PASS: TestTransfer (0.11s)
14:42:38 [2021-12-21T14:42:38.888Z] === RUN   TestConcurrencyLimit
14:42:38 [2021-12-21T14:42:38.915Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
14:42:38 [2021-12-21T14:42:38.915Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
14:42:39 [2021-12-21T14:42:39.174Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestConcurrencyLimit (0.35s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestInactiveJobs
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestNotFound
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestNotFound (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestConflict
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestConflict (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestForbidden
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestForbidden (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestInvalidParameter
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestInvalidParameter (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestNotImplemented
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestNotImplemented (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestNotModified
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestNotModified (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestUnauthorized
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestUnauthorized (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestUnknown
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestUnknown (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestCancelled
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestCancelled (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestDeadline
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestDeadline (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestDataLoss
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestDataLoss (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestUnavailable
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestUnavailable (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestSystem
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestSystem (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestFromStatusCode
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestFromStatusCode/Not_Found
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestFromStatusCode/Bad_Request
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestFromStatusCode/Conflict
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestFromStatusCode/Unauthorized
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestFromStatusCode/Service_Unavailable
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestFromStatusCode/Forbidden
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestFromStatusCode/Not_Modified
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestFromStatusCode/Not_Implemented
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestFromStatusCode/Internal_Server_Error
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestFromStatusCode (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z] PASS
14:42:39 [2021-12-21T14:42:39.345Z] coverage: 53.1% of statements
14:42:39 [2021-12-21T14:42:39.345Z] ok  	github.com/docker/docker/errdefs	0.069s	coverage: 53.1% of statements
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestWhenEmptyAuthConfig (1.21s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestTokenPassThru
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestTokenPassThru (0.01s)
14:42:39 [2021-12-21T14:42:39.345Z] === RUN   TestTokenPassThruDifferentHost
14:42:39 [2021-12-21T14:42:39.345Z] --- PASS: TestTokenPassThruDifferentHost (0.01s)
14:42:39 [2021-12-21T14:42:39.345Z] PASS
14:42:39 [2021-12-21T14:42:39.345Z] coverage: 24.6% of statements
14:42:39 [2021-12-21T14:42:39.345Z] ok  	github.com/docker/docker/distribution	1.664s	coverage: 24.6% of statements
14:42:39 [2021-12-21T14:42:39.433Z] === RUN   TestDockerSuite/TestBuildEntrypoint
14:42:39 [2021-12-21T14:42:39.691Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
14:42:39 [2021-12-21T14:42:39.803Z] --- PASS: TestInactiveJobs (0.38s)
14:42:39 [2021-12-21T14:42:39.803Z] === RUN   TestWatchRelease
14:42:39 [2021-12-21T14:42:39.803Z] --- PASS: TestWatchRelease (0.06s)
14:42:39 [2021-12-21T14:42:39.803Z] === RUN   TestWatchFinishedTransfer
14:42:39 [2021-12-21T14:42:39.803Z] --- PASS: TestWatchFinishedTransfer (0.00s)
14:42:39 [2021-12-21T14:42:39.803Z] === RUN   TestDuplicateTransfer
14:42:39 [2021-12-21T14:42:39.803Z] --- PASS: TestDuplicateTransfer (0.04s)
14:42:39 [2021-12-21T14:42:39.803Z] === RUN   TestSuccessfulUpload
14:42:39 [2021-12-21T14:42:39.803Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
14:42:39 [2021-12-21T14:42:39.803Z] time="2021-12-21T14:42:39Z" level=error msg="Upload failed, retrying: simulating retry"
14:42:39 [2021-12-21T14:42:39.950Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
14:42:40 [2021-12-21T14:42:40.260Z] --- PASS: TestSuccessfulUpload (0.38s)
14:42:40 [2021-12-21T14:42:40.260Z] === RUN   TestCancelledUpload
14:42:40 [2021-12-21T14:42:40.260Z] --- PASS: TestCancelledUpload (0.01s)
14:42:40 [2021-12-21T14:42:40.260Z] PASS
14:42:40 [2021-12-21T14:42:40.260Z] coverage: 76.8% of statements
14:42:40 [2021-12-21T14:42:40.260Z] ok  	github.com/docker/docker/distribution/xfer	1.899s	coverage: 76.8% of statements
14:42:40 [2021-12-21T14:42:40.260Z] ?   	github.com/docker/docker/dockerversion	[no test files]
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestFSGetInvalidData
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestFSGetInvalidData (0.01s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestFSInvalidSet
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestFSInvalidSet (0.02s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestFSInvalidRoot
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestFSInvalidRoot (0.01s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestFSMetadataGetSet
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestFSMetadataGetSet (0.05s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestFSInvalidWalker
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestCompare
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestCompare (0.00s)
14:42:40 [2021-12-21T14:42:40.717Z] PASS
14:42:40 [2021-12-21T14:42:40.717Z] coverage: 19.2% of statements
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestFSInvalidWalker (0.01s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestFSGetSet
14:42:40 [2021-12-21T14:42:40.717Z] ok  	github.com/docker/docker/image/cache	0.088s	coverage: 19.2% of statements
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestFSGetSet (0.02s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestFSGetUnsetKey
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestFSGetUnsetKey (0.01s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestFSGetEmptyData
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestFSGetEmptyData (0.01s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestFSDelete
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestFSDelete (0.02s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestFSWalker
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestFSWalker (0.02s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestFSWalkerStopOnError
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestFSWalkerStopOnError (0.01s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestNewFromJSON
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestNewFromJSON (0.00s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestNewFromJSONWithInvalidJSON
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestMarshalKeyOrder
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestMarshalKeyOrder (0.00s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestHistoryEqual
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestHistoryEqual (0.19s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestImage
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestImage (0.00s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestImageOSNotEmpty
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestImageOSNotEmpty (0.00s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestNewChildImageFromImageWithRootFS
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestCreate
14:42:40 [2021-12-21T14:42:40.717Z] --- PASS: TestCreate (0.01s)
14:42:40 [2021-12-21T14:42:40.717Z] === RUN   TestRestore
14:42:41 [2021-12-21T14:42:41.174Z] time="2021-12-21T14:42:40Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
14:42:41 [2021-12-21T14:42:41.174Z] --- PASS: TestRestore (0.06s)
14:42:41 [2021-12-21T14:42:41.174Z] === RUN   TestAddDelete
14:42:41 [2021-12-21T14:42:41.174Z] --- PASS: TestAddDelete (0.03s)
14:42:41 [2021-12-21T14:42:41.174Z] === RUN   TestSearchAfterDelete
14:42:41 [2021-12-21T14:42:41.174Z] --- PASS: TestSearchAfterDelete (0.01s)
14:42:41 [2021-12-21T14:42:41.174Z] === RUN   TestParentReset
14:42:41 [2021-12-21T14:42:41.174Z] --- PASS: TestParentReset (0.04s)
14:42:41 [2021-12-21T14:42:41.174Z] === RUN   TestGetAndSetLastUpdated
14:42:41 [2021-12-21T14:42:41.174Z] --- PASS: TestGetAndSetLastUpdated (0.02s)
14:42:41 [2021-12-21T14:42:41.174Z] === RUN   TestStoreLen
14:42:41 [2021-12-21T14:42:41.174Z] --- PASS: TestStoreLen (0.09s)
14:42:41 [2021-12-21T14:42:41.174Z] PASS
14:42:41 [2021-12-21T14:42:41.174Z] coverage: 86.6% of statements
14:42:41 [2021-12-21T14:42:41.174Z] ok  	github.com/docker/docker/image	0.700s	coverage: 86.6% of statements
14:42:41 [2021-12-21T14:42:41.174Z] === RUN   TestMakeV1ConfigFromConfig
14:42:41 [2021-12-21T14:42:41.174Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
14:42:41 [2021-12-21T14:42:41.174Z] PASS
14:42:41 [2021-12-21T14:42:41.174Z] coverage: 25.0% of statements
14:42:41 [2021-12-21T14:42:41.174Z] ok  	github.com/docker/docker/image/v1	0.091s	coverage: 25.0% of statements
14:42:41 [2021-12-21T14:42:41.632Z] === RUN   TestValidateManifest
14:42:41 [2021-12-21T14:42:41.632Z] === RUN   TestValidateManifest/nil
14:42:41 [2021-12-21T14:42:41.632Z] === RUN   TestValidateManifest/non-nil
14:42:41 [2021-12-21T14:42:41.632Z] --- PASS: TestValidateManifest (0.00s)
14:42:41 [2021-12-21T14:42:41.632Z]     --- PASS: TestValidateManifest/nil (0.00s)
14:42:41 [2021-12-21T14:42:41.632Z]     --- PASS: TestValidateManifest/non-nil (0.00s)
14:42:41 [2021-12-21T14:42:41.632Z] PASS
14:42:41 [2021-12-21T14:42:41.632Z] coverage: 0.7% of statements
14:42:41 [2021-12-21T14:42:41.632Z] ok  	github.com/docker/docker/image/tarexport	0.080s	coverage: 0.7% of statements
14:42:41 [2021-12-21T14:42:41.632Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
14:42:41 [2021-12-21T14:42:41.839Z] time="2021-12-21T14:42:41Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49298/Test.Echo: Post \"http://127.0.0.1:49298/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
14:42:42 [2021-12-21T14:42:42.484Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
14:42:42 [2021-12-21T14:42:42.743Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
14:42:43 [2021-12-21T14:42:43.165Z] === RUN   TestSerialization
14:42:43 [2021-12-21T14:42:43.166Z] --- PASS: TestSerialization (0.02s)
14:42:43 [2021-12-21T14:42:43.166Z] PASS
14:42:43 [2021-12-21T14:42:43.166Z] coverage: 100.0% of statements
14:42:43 [2021-12-21T14:42:43.166Z] ok  	github.com/docker/docker/libcontainerd/queue	0.063s	coverage: 100.0% of statements
14:42:43 [2021-12-21T14:42:43.623Z] === RUN   TestEnvironmentParsing
14:42:43 [2021-12-21T14:42:43.623Z] --- PASS: TestEnvironmentParsing (0.00s)
14:42:43 [2021-12-21T14:42:43.623Z] PASS
14:42:43 [2021-12-21T14:42:43.623Z] coverage: 1.2% of statements
14:42:43 [2021-12-21T14:42:43.623Z] === RUN   TestEmptyLayer
14:42:43 [2021-12-21T14:42:43.623Z] --- PASS: TestEmptyLayer (0.00s)
14:42:43 [2021-12-21T14:42:43.623Z] === RUN   TestCommitFailure
14:42:43 [2021-12-21T14:42:43.623Z] ok  	github.com/docker/docker/libcontainerd/local	0.105s	coverage: 1.2% of statements
14:42:43 [2021-12-21T14:42:43.623Z] --- PASS: TestCommitFailure (0.02s)
14:42:43 [2021-12-21T14:42:43.623Z] === RUN   TestStartTransactionFailure
14:42:43 [2021-12-21T14:42:43.623Z] --- PASS: TestStartTransactionFailure (0.01s)
14:42:43 [2021-12-21T14:42:43.623Z] === RUN   TestGetOrphan
14:42:43 [2021-12-21T14:42:43.623Z] --- PASS: TestGetOrphan (0.01s)
14:42:43 [2021-12-21T14:42:43.623Z] === RUN   TestMountAndRegister
14:42:43 [2021-12-21T14:42:43.623Z]     layer_test.go:270: Layer size: 14
14:42:43 [2021-12-21T14:42:43.623Z] --- PASS: TestMountAndRegister (0.08s)
14:42:43 [2021-12-21T14:42:43.623Z] === RUN   TestLayerRelease
14:42:43 [2021-12-21T14:42:43.623Z]     layer_test.go:303: Failing on Windows
14:42:43 [2021-12-21T14:42:43.623Z] --- SKIP: TestLayerRelease (0.00s)
14:42:43 [2021-12-21T14:42:43.623Z] === RUN   TestStoreRestore
14:42:43 [2021-12-21T14:42:43.623Z]     layer_test.go:352: Failing on Windows
14:42:43 [2021-12-21T14:42:43.623Z] --- SKIP: TestStoreRestore (0.00s)
14:42:43 [2021-12-21T14:42:43.623Z] === RUN   TestTarStreamStability
14:42:43 [2021-12-21T14:42:43.623Z]     layer_test.go:467: Failing on Windows
14:42:43 [2021-12-21T14:42:43.623Z] --- SKIP: TestTarStreamStability (0.00s)
14:42:43 [2021-12-21T14:42:43.623Z] === RUN   TestRegisterExistingLayer
14:42:43 [2021-12-21T14:42:43.680Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
14:42:44 [2021-12-21T14:42:44.060Z] --- PASS: TestAllocateRandomDeallocate (4.86s)
14:42:44 [2021-12-21T14:42:44.060Z] === RUN   TestRetrieveFromStore
14:42:44 [2021-12-21T14:42:44.081Z] --- PASS: TestRegisterExistingLayer (0.20s)
14:42:44 [2021-12-21T14:42:44.081Z] === RUN   TestTarStreamVerification
14:42:44 [2021-12-21T14:42:44.081Z]     layer_test.go:696: Failing on Windows
14:42:44 [2021-12-21T14:42:44.081Z] --- SKIP: TestTarStreamVerification (0.00s)
14:42:44 [2021-12-21T14:42:44.081Z] === RUN   TestLayerMigration
14:42:44 [2021-12-21T14:42:44.081Z]     migration_test.go:45: Failing on Windows
14:42:44 [2021-12-21T14:42:44.081Z] --- SKIP: TestLayerMigration (0.00s)
14:42:44 [2021-12-21T14:42:44.081Z] === RUN   TestLayerMigrationNoTarsplit
14:42:44 [2021-12-21T14:42:44.081Z]     migration_test.go:181: Failing on Windows
14:42:44 [2021-12-21T14:42:44.081Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
14:42:44 [2021-12-21T14:42:44.081Z] === RUN   TestMountInit
14:42:44 [2021-12-21T14:42:44.081Z]     mount_test.go:17: Failing on Windows
14:42:44 [2021-12-21T14:42:44.081Z] --- SKIP: TestMountInit (0.00s)
14:42:44 [2021-12-21T14:42:44.081Z] === RUN   TestMountSize
14:42:44 [2021-12-21T14:42:44.081Z]     mount_test.go:76: Failing on Windows
14:42:44 [2021-12-21T14:42:44.081Z] --- SKIP: TestMountSize (0.00s)
14:42:44 [2021-12-21T14:42:44.081Z] === RUN   TestMountChanges
14:42:44 [2021-12-21T14:42:44.081Z]     mount_test.go:125: Failing on Windows
14:42:44 [2021-12-21T14:42:44.081Z] --- SKIP: TestMountChanges (0.00s)
14:42:44 [2021-12-21T14:42:44.081Z] === RUN   TestMountApply
14:42:44 [2021-12-21T14:42:44.081Z]     mount_test.go:212: Failing on Windows
14:42:44 [2021-12-21T14:42:44.081Z] --- SKIP: TestMountApply (0.00s)
14:42:44 [2021-12-21T14:42:44.081Z] PASS
14:42:44 [2021-12-21T14:42:44.081Z] coverage: 30.1% of statements
14:42:44 [2021-12-21T14:42:44.081Z] ok  	github.com/docker/docker/layer	0.473s	coverage: 30.1% of statements
14:42:44 [2021-12-21T14:42:44.081Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
14:42:44 [2021-12-21T14:42:44.081Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
14:42:44 [2021-12-21T14:42:44.081Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
14:42:44 [2021-12-21T14:42:44.081Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestSequenceGetAvailableBit
14:42:44 [2021-12-21T14:42:44.538Z] --- PASS: TestSequenceGetAvailableBit (0.00s)
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestSequenceEqual
14:42:44 [2021-12-21T14:42:44.538Z] --- PASS: TestSequenceEqual (0.00s)
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestSequenceCopy
14:42:44 [2021-12-21T14:42:44.538Z] --- PASS: TestSequenceCopy (0.00s)
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestGetFirstAvailable
14:42:44 [2021-12-21T14:42:44.538Z] --- PASS: TestGetFirstAvailable (0.00s)
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestFindSequence
14:42:44 [2021-12-21T14:42:44.538Z] --- PASS: TestFindSequence (0.00s)
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestCheckIfAvailable
14:42:44 [2021-12-21T14:42:44.538Z] --- PASS: TestCheckIfAvailable (0.00s)
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestMergeSequences
14:42:44 [2021-12-21T14:42:44.538Z] --- PASS: TestMergeSequences (0.00s)
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestPushReservation
14:42:44 [2021-12-21T14:42:44.538Z] --- PASS: TestPushReservation (0.00s)
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestSerializeDeserialize
14:42:44 [2021-12-21T14:42:44.538Z] --- PASS: TestSerializeDeserialize (0.00s)
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestSet
14:42:44 [2021-12-21T14:42:44.538Z] --- PASS: TestSet (0.00s)
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestSetUnset
14:42:44 [2021-12-21T14:42:44.538Z] --- PASS: TestSetUnset (0.00s)
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestOffsetSetUnset
14:42:44 [2021-12-21T14:42:44.538Z] --- PASS: TestOffsetSetUnset (0.00s)
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestSetInRange
14:42:44 [2021-12-21T14:42:44.538Z] --- PASS: TestSetInRange (0.00s)
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestSetAnyInRange
14:42:44 [2021-12-21T14:42:44.538Z] --- PASS: TestSetAnyInRange (0.00s)
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestMethods
14:42:44 [2021-12-21T14:42:44.538Z] --- PASS: TestMethods (0.00s)
14:42:44 [2021-12-21T14:42:44.538Z] === RUN   TestRandomAllocateDeallocate
14:42:45 [2021-12-21T14:42:45.046Z] --- PASS: TestRetrieveFromStore (1.60s)
14:42:45 [2021-12-21T14:42:45.046Z] === RUN   TestRequestReleaseAddressDuplicate
14:42:45 [2021-12-21T14:42:45.046Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s)
14:42:45 [2021-12-21T14:42:45.046Z] === RUN   TestParallelPredefinedRequest1
14:42:45 [2021-12-21T14:42:45.046Z] === PAUSE TestParallelPredefinedRequest1
14:42:45 [2021-12-21T14:42:45.046Z] === RUN   TestParallelPredefinedRequest2
14:42:45 [2021-12-21T14:42:45.046Z] === PAUSE TestParallelPredefinedRequest2
14:42:45 [2021-12-21T14:42:45.046Z] === RUN   TestParallelPredefinedRequest3
14:42:45 [2021-12-21T14:42:45.046Z] === PAUSE TestParallelPredefinedRequest3
14:42:45 [2021-12-21T14:42:45.046Z] === RUN   TestParallelPredefinedRequest4
14:42:45 [2021-12-21T14:42:45.046Z] === PAUSE TestParallelPredefinedRequest4
14:42:45 [2021-12-21T14:42:45.046Z] === RUN   TestParallelPredefinedRequest5
14:42:45 [2021-12-21T14:42:45.516Z] === PAUSE TestParallelPredefinedRequest5
14:42:45 [2021-12-21T14:42:45.516Z] === RUN   TestDebug
14:42:45 [2021-12-21T14:42:45.516Z] --- PASS: TestDebug (0.00s)
14:42:45 [2021-12-21T14:42:45.516Z] === RUN   TestRequestPoolParallel
14:42:45 [2021-12-21T14:42:45.516Z] --- PASS: TestRequestPoolParallel (0.46s)
14:42:45 [2021-12-21T14:42:45.516Z] === RUN   TestFullAllocateRelease
14:42:45 [2021-12-21T14:42:45.585Z] === RUN   TestDockerSuite/TestBuildEnv
14:42:45 [2021-12-21T14:42:45.995Z] time="2021-12-21T14:42:45Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49298/Test.Echo: Post \"http://127.0.0.1:49298/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
14:42:46 [2021-12-21T14:42:46.466Z] --- PASS: TestFullAllocateRelease (0.61s)
14:42:46 [2021-12-21T14:42:46.466Z] === RUN   TestOddAllocateRelease
14:42:46 [2021-12-21T14:42:46.466Z] --- PASS: TestOddAllocateRelease (0.31s)
14:42:46 [2021-12-21T14:42:46.466Z] === RUN   TestFullAllocateSerialReleaseParallel
14:42:46 [2021-12-21T14:42:46.708Z] === RUN   TestInvalidConfig
14:42:46 [2021-12-21T14:42:46.708Z] --- PASS: TestInvalidConfig (0.00s)
14:42:46 [2021-12-21T14:42:46.708Z] === RUN   TestConfig
14:42:46 [2021-12-21T14:42:46.708Z] --- PASS: TestConfig (0.00s)
14:42:46 [2021-12-21T14:42:46.708Z] === RUN   TestOptionsLabels
14:42:46 [2021-12-21T14:42:46.708Z] --- PASS: TestOptionsLabels (0.00s)
14:42:46 [2021-12-21T14:42:46.708Z] === RUN   TestValidName
14:42:46 [2021-12-21T14:42:46.708Z] --- PASS: TestValidName (0.00s)
14:42:46 [2021-12-21T14:42:46.708Z] === RUN   TestTLSConfiguration
14:42:46 [2021-12-21T14:42:46.934Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s)
14:42:46 [2021-12-21T14:42:46.934Z] === RUN   TestOddAllocateSerialReleaseParallel
14:42:46 [2021-12-21T14:42:46.934Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s)
14:42:46 [2021-12-21T14:42:46.934Z] === RUN   TestEvenAllocateSerialReleaseParallel
14:42:46 [2021-12-21T14:42:46.934Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s)
14:42:46 [2021-12-21T14:42:46.934Z] === CONT  TestParallelPredefinedRequest1
14:42:46 [2021-12-21T14:42:46.934Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:42:46 [2021-12-21T14:42:46.934Z] === CONT  TestParallelPredefinedRequest4
14:42:46 [2021-12-21T14:42:46.934Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s)
14:42:46 [2021-12-21T14:42:46.934Z] === CONT  TestParallelPredefinedRequest3
14:42:46 [2021-12-21T14:42:46.934Z] === CONT  TestParallelPredefinedRequest2
14:42:46 [2021-12-21T14:42:46.934Z] === CONT  TestParallelPredefinedRequest3
14:42:46 [2021-12-21T14:42:46.934Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:42:46 [2021-12-21T14:42:46.934Z] === CONT  TestParallelPredefinedRequest2
14:42:46 [2021-12-21T14:42:46.934Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:42:46 [2021-12-21T14:42:46.934Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s)
14:42:46 [2021-12-21T14:42:46.934Z] === CONT  TestParallelPredefinedRequest4
14:42:46 [2021-12-21T14:42:46.934Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:42:46 [2021-12-21T14:42:46.934Z] === CONT  TestParallelPredefinedRequest5
14:42:46 [2021-12-21T14:42:46.934Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:42:46 [2021-12-21T14:42:46.934Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s)
14:42:46 [2021-12-21T14:42:46.934Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s)
14:42:46 [2021-12-21T14:42:46.934Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s)
14:42:46 [2021-12-21T14:42:46.934Z] PASS
14:42:46 [2021-12-21T14:42:46.934Z] coverage: 85.3% of statements
14:42:46 [2021-12-21T14:42:46.934Z] ok  	github.com/docker/docker/libnetwork/ipam	52.906s	coverage: 85.3% of statements
14:42:46 [2021-12-21T14:42:46.963Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
14:42:47 [2021-12-21T14:42:47.166Z] time="2021-12-21T14:42:46Z" level=info msg="Option Initializing KV with TLS"
14:42:47 [2021-12-21T14:42:47.166Z] --- PASS: TestTLSConfiguration (0.21s)
14:42:47 [2021-12-21T14:42:47.166Z] PASS
14:42:47 [2021-12-21T14:42:47.167Z] coverage: 24.0% of statements
14:42:47 [2021-12-21T14:42:47.167Z] ok  	github.com/docker/docker/libnetwork/config	0.289s	coverage: 24.0% of statements
14:42:47 [2021-12-21T14:42:47.629Z] === RUN   TestKey
14:42:47 [2021-12-21T14:42:47.629Z] --- PASS: TestKey (0.00s)
14:42:47 [2021-12-21T14:42:47.629Z] === RUN   TestParseKey
14:42:47 [2021-12-21T14:42:47.629Z] --- PASS: TestParseKey (0.00s)
14:42:47 [2021-12-21T14:42:47.629Z] === RUN   TestInvalidDataStore
14:42:47 [2021-12-21T14:42:47.629Z] --- PASS: TestInvalidDataStore (0.00s)
14:42:47 [2021-12-21T14:42:47.629Z] === RUN   TestKVObjectFlatKey
14:42:47 [2021-12-21T14:42:47.629Z] --- PASS: TestKVObjectFlatKey (0.00s)
14:42:47 [2021-12-21T14:42:47.629Z] === RUN   TestAtomicKVObjectFlatKey
14:42:47 [2021-12-21T14:42:47.629Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s)
14:42:47 [2021-12-21T14:42:47.629Z] PASS
14:42:47 [2021-12-21T14:42:47.629Z] coverage: 21.9% of statements
14:42:47 [2021-12-21T14:42:47.629Z] ok  	github.com/docker/docker/libnetwork/datastore	0.051s	coverage: 21.9% of statements
14:42:47 [2021-12-21T14:42:47.922Z] === RUN   TestParseEmptyInterface
14:42:47 [2021-12-21T14:42:47.922Z] --- PASS: TestParseEmptyInterface (0.00s)
14:42:47 [2021-12-21T14:42:47.922Z] === RUN   TestParseNonInterfaceType
14:42:47 [2021-12-21T14:42:47.922Z] --- PASS: TestParseNonInterfaceType (0.00s)
14:42:47 [2021-12-21T14:42:47.922Z] === RUN   TestParseWithOneFunction
14:42:47 [2021-12-21T14:42:47.923Z] --- PASS: TestParseWithOneFunction (0.00s)
14:42:47 [2021-12-21T14:42:47.923Z] === RUN   TestParseWithMultipleFuncs
14:42:47 [2021-12-21T14:42:47.923Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
14:42:47 [2021-12-21T14:42:47.923Z] === RUN   TestParseWithUnnamedReturn
14:42:47 [2021-12-21T14:42:47.923Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
14:42:47 [2021-12-21T14:42:47.923Z] === RUN   TestEmbeddedInterface
14:42:47 [2021-12-21T14:42:47.923Z] --- PASS: TestEmbeddedInterface (0.00s)
14:42:47 [2021-12-21T14:42:47.923Z] === RUN   TestParsedImports
14:42:47 [2021-12-21T14:42:47.923Z] --- PASS: TestParsedImports (0.00s)
14:42:47 [2021-12-21T14:42:47.923Z] === RUN   TestAliasedImports
14:42:47 [2021-12-21T14:42:47.923Z] --- PASS: TestAliasedImports (0.00s)
14:42:47 [2021-12-21T14:42:47.923Z] PASS
14:42:47 [2021-12-21T14:42:47.923Z] coverage: 56.8% of statements
14:42:47 [2021-12-21T14:42:47.923Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.063s	coverage: 56.8% of statements
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestErrorInterfaces
14:42:48 [2021-12-21T14:42:48.086Z] --- PASS: TestErrorInterfaces (0.00s)
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestNetworkMarshalling
14:42:48 [2021-12-21T14:42:48.086Z] --- PASS: TestNetworkMarshalling (0.21s)
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestEndpointMarshalling
14:42:48 [2021-12-21T14:42:48.086Z] --- PASS: TestEndpointMarshalling (0.00s)
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestAuxAddresses
14:42:48 [2021-12-21T14:42:48.086Z] time="2021-12-21T14:42:47Z" level=info msg="Restoring existing overlay networks from HNS into docker"
14:42:48 [2021-12-21T14:42:48.086Z] --- PASS: TestAuxAddresses (0.02s)
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestSRVServiceQuery
14:42:48 [2021-12-21T14:42:48.086Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
14:42:48 [2021-12-21T14:42:48.086Z] --- SKIP: TestSRVServiceQuery (0.01s)
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestServiceVIPReuse
14:42:48 [2021-12-21T14:42:48.086Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
14:42:48 [2021-12-21T14:42:48.086Z] --- SKIP: TestServiceVIPReuse (0.00s)
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestIpamReleaseOnNetDriverFailures
14:42:48 [2021-12-21T14:42:48.086Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
14:42:48 [2021-12-21T14:42:48.086Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s)
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestDNSIPQuery
14:42:48 [2021-12-21T14:42:48.086Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
14:42:48 [2021-12-21T14:42:48.086Z] --- SKIP: TestDNSIPQuery (0.00s)
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestDNSProxyServFail
14:42:48 [2021-12-21T14:42:48.086Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
14:42:48 [2021-12-21T14:42:48.086Z] --- SKIP: TestDNSProxyServFail (0.00s)
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestSandboxAddEmpty
14:42:48 [2021-12-21T14:42:48.086Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:42:48 [2021-12-21T14:42:48.086Z] --- SKIP: TestSandboxAddEmpty (0.00s)
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestSandboxAddMultiPrio
14:42:48 [2021-12-21T14:42:48.086Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:42:48 [2021-12-21T14:42:48.086Z] --- SKIP: TestSandboxAddMultiPrio (0.00s)
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestSandboxAddSamePrio
14:42:48 [2021-12-21T14:42:48.086Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:42:48 [2021-12-21T14:42:48.086Z] --- SKIP: TestSandboxAddSamePrio (0.00s)
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestCleanupServiceDiscovery
14:42:48 [2021-12-21T14:42:48.086Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
14:42:48 [2021-12-21T14:42:48.086Z] --- SKIP: TestCleanupServiceDiscovery (0.00s)
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestDNSOptions
14:42:48 [2021-12-21T14:42:48.086Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
14:42:48 [2021-12-21T14:42:48.086Z] --- SKIP: TestDNSOptions (0.00s)
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestMultipleControllersWithSameStore
14:42:48 [2021-12-21T14:42:48.086Z] time="2021-12-21T14:42:47Z" level=info msg="Restoring existing overlay networks from HNS into docker"
14:42:48 [2021-12-21T14:42:48.086Z] time="2021-12-21T14:42:47Z" level=info msg="Restoring existing overlay networks from HNS into docker"
14:42:48 [2021-12-21T14:42:48.086Z] --- PASS: TestMultipleControllersWithSameStore (0.02s)
14:42:48 [2021-12-21T14:42:48.086Z] PASS
14:42:48 [2021-12-21T14:42:48.086Z] coverage: 8.6% of statements
14:42:48 [2021-12-21T14:42:48.086Z] ok  	github.com/docker/docker/libnetwork	0.380s	coverage: 8.6% of statements
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestIPDataMarshalling
14:42:48 [2021-12-21T14:42:48.086Z] --- PASS: TestIPDataMarshalling (0.00s)
14:42:48 [2021-12-21T14:42:48.086Z] === RUN   TestValidateAndIsV6
14:42:48 [2021-12-21T14:42:48.086Z] --- PASS: TestValidateAndIsV6 (0.00s)
14:42:48 [2021-12-21T14:42:48.086Z] PASS
14:42:48 [2021-12-21T14:42:48.086Z] coverage: 68.9% of statements
14:42:48 [2021-12-21T14:42:48.086Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.063s	coverage: 68.9% of statements
14:42:48 [2021-12-21T14:42:48.338Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
14:42:48 [2021-12-21T14:42:48.338Z]     docker_cli_daemon_test.go:2550: [d32e9c2858a94] daemon is not started
14:42:48 [2021-12-21T14:42:48.913Z] === RUN   TestHTTPTransport
14:42:48 [2021-12-21T14:42:48.913Z] --- PASS: TestHTTPTransport (0.00s)
14:42:48 [2021-12-21T14:42:48.913Z] PASS
14:42:48 [2021-12-21T14:42:48.913Z] coverage: 85.7% of statements
14:42:48 [2021-12-21T14:42:48.913Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.050s	coverage: 85.7% of statements
14:42:49 [2021-12-21T14:42:49.051Z] === RUN   TestDriver
14:42:49 [2021-12-21T14:42:49.051Z] --- PASS: TestDriver (0.00s)
14:42:49 [2021-12-21T14:42:49.051Z] PASS
14:42:49 [2021-12-21T14:42:49.051Z] coverage: 34.8% of statements
14:42:49 [2021-12-21T14:42:49.051Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.054s	coverage: 34.8% of statements
14:42:49 [2021-12-21T14:42:49.276Z] === RUN   TestDockerSuite/TestBuildEnvUsage
14:42:49 [2021-12-21T14:42:49.508Z] === RUN   TestDriver
14:42:49 [2021-12-21T14:42:49.508Z] --- PASS: TestDriver (0.00s)
14:42:49 [2021-12-21T14:42:49.508Z] PASS
14:42:49 [2021-12-21T14:42:49.508Z] coverage: 34.8% of statements
14:42:49 [2021-12-21T14:42:49.508Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.119s	coverage: 34.8% of statements
14:42:49 [2021-12-21T14:42:49.508Z] === RUN   TestNetworkAllocateFree
14:42:49 [2021-12-21T14:42:49.508Z] --- PASS: TestNetworkAllocateFree (0.00s)
14:42:49 [2021-12-21T14:42:49.508Z] === RUN   TestNetworkAllocateUserDefinedVNIs
14:42:49 [2021-12-21T14:42:49.508Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s)
14:42:49 [2021-12-21T14:42:49.508Z] PASS
14:42:49 [2021-12-21T14:42:49.508Z] coverage: 63.6% of statements
14:42:49 [2021-12-21T14:42:49.508Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.054s	coverage: 63.6% of statements
14:42:49 [2021-12-21T14:42:49.899Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
14:42:49 [2021-12-21T14:42:49.899Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
14:42:49 [2021-12-21T14:42:49.899Z] === RUN   TestBufioReaderPoolPutAndGet
14:42:49 [2021-12-21T14:42:49.899Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
14:42:49 [2021-12-21T14:42:49.899Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
14:42:49 [2021-12-21T14:42:49.899Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
14:42:49 [2021-12-21T14:42:49.899Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
14:42:49 [2021-12-21T14:42:49.899Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
14:42:49 [2021-12-21T14:42:49.899Z] === RUN   TestBufioWriterPoolPutAndGet
14:42:49 [2021-12-21T14:42:49.899Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
14:42:49 [2021-12-21T14:42:49.899Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
14:42:49 [2021-12-21T14:42:49.899Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
14:42:49 [2021-12-21T14:42:49.899Z] === RUN   TestBufferPoolPutAndGet
14:42:49 [2021-12-21T14:42:49.899Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
14:42:49 [2021-12-21T14:42:49.899Z] PASS
14:42:49 [2021-12-21T14:42:49.899Z] coverage: 88.2% of statements
14:42:49 [2021-12-21T14:42:49.899Z] ok  	github.com/docker/docker/pkg/pools	0.045s	coverage: 88.2% of statements
14:42:50 [2021-12-21T14:42:50.213Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
14:42:50 [2021-12-21T14:42:50.304Z] --- PASS: TestCreateServiceMultipleTimes (15.37s)
14:42:50 [2021-12-21T14:42:50.304Z] === RUN   TestCreateServiceConflict
14:42:50 [2021-12-21T14:42:50.304Z] --- PASS: TestCreateServiceConflict (1.66s)
14:42:50 [2021-12-21T14:42:50.304Z] === RUN   TestCreateServiceMaxReplicas
14:42:50 [2021-12-21T14:42:50.367Z] === RUN   TestOutputOnPrematureClose
14:42:50 [2021-12-21T14:42:50.367Z] --- PASS: TestOutputOnPrematureClose (0.00s)
14:42:50 [2021-12-21T14:42:50.367Z] === RUN   TestCompleteSilently
14:42:50 [2021-12-21T14:42:50.367Z] --- PASS: TestCompleteSilently (0.00s)
14:42:50 [2021-12-21T14:42:50.367Z] PASS
14:42:50 [2021-12-21T14:42:50.367Z] coverage: 75.9% of statements
14:42:50 [2021-12-21T14:42:50.367Z] ok  	github.com/docker/docker/pkg/progress	0.046s	coverage: 75.9% of statements
14:42:50 [2021-12-21T14:42:50.470Z] === RUN   TestGetEmptyCapabilities
14:42:50 [2021-12-21T14:42:50.470Z] --- PASS: TestGetEmptyCapabilities (0.01s)
14:42:50 [2021-12-21T14:42:50.470Z] === RUN   TestGetExtraCapabilities
14:42:50 [2021-12-21T14:42:50.470Z] --- PASS: TestGetExtraCapabilities (0.01s)
14:42:50 [2021-12-21T14:42:50.470Z] === RUN   TestGetInvalidCapabilities
14:42:50 [2021-12-21T14:42:50.470Z] --- PASS: TestGetInvalidCapabilities (0.00s)
14:42:50 [2021-12-21T14:42:50.470Z] === RUN   TestRemoteDriver
14:42:50 [2021-12-21T14:42:50.470Z] --- PASS: TestRemoteDriver (0.01s)
14:42:50 [2021-12-21T14:42:50.470Z] === RUN   TestDriverError
14:42:50 [2021-12-21T14:42:50.470Z] --- PASS: TestDriverError (0.01s)
14:42:50 [2021-12-21T14:42:50.470Z] === RUN   TestMissingValues
14:42:50 [2021-12-21T14:42:50.470Z] --- PASS: TestMissingValues (0.01s)
14:42:50 [2021-12-21T14:42:50.470Z] === RUN   TestRollback
14:42:50 [2021-12-21T14:42:50.470Z] --- PASS: TestRollback (0.01s)
14:42:50 [2021-12-21T14:42:50.470Z] PASS
14:42:50 [2021-12-21T14:42:50.470Z] coverage: 57.4% of statements
14:42:50 [2021-12-21T14:42:50.470Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.106s	coverage: 57.4% of statements
14:42:50 [2021-12-21T14:42:50.930Z] === RUN   TestNAT
14:42:50 [2021-12-21T14:42:50.930Z]     windows_test.go:58: Test does not work on CI and was never running to begin with
14:42:50 [2021-12-21T14:42:50.930Z] --- SKIP: TestNAT (0.00s)
14:42:50 [2021-12-21T14:42:50.930Z] === RUN   TestTransparent
14:42:50 [2021-12-21T14:42:50.930Z]     windows_test.go:63: Test does not work on CI and was never running to begin with
14:42:50 [2021-12-21T14:42:50.930Z] --- SKIP: TestTransparent (0.00s)
14:42:50 [2021-12-21T14:42:50.930Z] PASS
14:42:50 [2021-12-21T14:42:50.930Z] coverage: 0.0% of statements
14:42:50 [2021-12-21T14:42:50.930Z] ok  	github.com/docker/docker/libnetwork/drivers/windows	0.053s	coverage: 0.0% of statements
14:42:51 [2021-12-21T14:42:51.231Z] --- PASS: TestCreateServiceMaxReplicas (2.40s)
14:42:51 [2021-12-21T14:42:51.231Z] === RUN   TestCreateWithDuplicateNetworkNames
14:42:51 [2021-12-21T14:42:51.353Z] === RUN   TestSendToOneSub
14:42:51 [2021-12-21T14:42:51.354Z] --- PASS: TestSendToOneSub (0.00s)
14:42:51 [2021-12-21T14:42:51.354Z] === RUN   TestSendToMultipleSubs
14:42:51 [2021-12-21T14:42:51.354Z] --- PASS: TestSendToMultipleSubs (0.00s)
14:42:51 [2021-12-21T14:42:51.354Z] === RUN   TestEvictOneSub
14:42:51 [2021-12-21T14:42:51.354Z] --- PASS: TestEvictOneSub (0.00s)
14:42:51 [2021-12-21T14:42:51.354Z] === RUN   TestClosePublisher
14:42:51 [2021-12-21T14:42:51.354Z] --- PASS: TestClosePublisher (0.00s)
14:42:51 [2021-12-21T14:42:51.354Z] === RUN   TestPubSubRace
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestBuildDefault
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestBuildDefault (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestBuildHostnameDomainname
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestBuildHostnameDomainname (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestBuildHostname
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestBuildHostname (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestBuildHostnameFQDN
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestBuildHostnameFQDN (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestBuildNoIP
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestBuildNoIP (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestUpdate
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestUpdate (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestUpdateIgnoresPrefixedHostname
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestDeleteIgnoresPrefixedHostname
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestAddEmpty
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestAddEmpty (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestAdd
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestAdd (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestDeleteEmpty
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestDeleteEmpty (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestDeleteNewline
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestDeleteNewline (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestDelete
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestDelete (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestConcurrentWrites
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestNew
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestNew (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestAddDriver
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestAddDriver (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestAddDuplicateDriver
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestAddDuplicateDriver (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestIPAMDefaultAddressSpaces
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestDriver
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestDriver (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestIPAM
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestIPAM (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestWalkIPAMs
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestWalkIPAMs (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestWalkDrivers
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestWalkDrivers (0.00s)
14:42:51 [2021-12-21T14:42:51.387Z] PASS
14:42:51 [2021-12-21T14:42:51.387Z] coverage: 82.4% of statements
14:42:51 [2021-12-21T14:42:51.387Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.080s	coverage: 82.4% of statements
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestRandomAllocateDeallocate (7.07s)
14:42:51 [2021-12-21T14:42:51.387Z] === RUN   TestAllocateRandomDeallocate
14:42:51 [2021-12-21T14:42:51.387Z] --- PASS: TestConcurrentWrites (0.27s)
14:42:51 [2021-12-21T14:42:51.387Z] PASS
14:42:51 [2021-12-21T14:42:51.387Z] coverage: 81.2% of statements
14:42:51 [2021-12-21T14:42:51.387Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.361s	coverage: 81.2% of statements
14:42:52 [2021-12-21T14:42:52.340Z] --- PASS: TestPubSubRace (1.08s)
14:42:52 [2021-12-21T14:42:52.340Z] PASS
14:42:52 [2021-12-21T14:42:52.340Z] coverage: 75.0% of statements
14:42:52 [2021-12-21T14:42:52.340Z] ok  	github.com/docker/docker/pkg/pubsub	1.130s	coverage: 75.0% of statements
14:42:52 [2021-12-21T14:42:52.351Z] === RUN   TestDiff
14:42:52 [2021-12-21T14:42:52.351Z] --- PASS: TestDiff (0.00s)
14:42:52 [2021-12-21T14:42:52.351Z] === RUN   TestAddedCallback
14:42:52 [2021-12-21T14:42:52.351Z] --- PASS: TestAddedCallback (0.00s)
14:42:52 [2021-12-21T14:42:52.351Z] === RUN   TestRemovedCallback
14:42:52 [2021-12-21T14:42:52.351Z] --- PASS: TestRemovedCallback (0.00s)
14:42:52 [2021-12-21T14:42:52.351Z] === RUN   TestNoCallback
14:42:52 [2021-12-21T14:42:52.351Z] --- PASS: TestNoCallback (0.00s)
14:42:52 [2021-12-21T14:42:52.351Z] PASS
14:42:52 [2021-12-21T14:42:52.351Z] coverage: 48.1% of statements
14:42:52 [2021-12-21T14:42:52.351Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.054s	coverage: 48.1% of statements
14:42:52 [2021-12-21T14:42:52.351Z] === RUN   TestNew
14:42:52 [2021-12-21T14:42:52.351Z] --- PASS: TestNew (0.00s)
14:42:52 [2021-12-21T14:42:52.351Z] === RUN   TestAllocate
14:42:52 [2021-12-21T14:42:52.351Z] --- PASS: TestAllocate (0.00s)
14:42:52 [2021-12-21T14:42:52.351Z] === RUN   TestUninitialized
14:42:52 [2021-12-21T14:42:52.351Z] --- PASS: TestUninitialized (0.00s)
14:42:52 [2021-12-21T14:42:52.351Z] === RUN   TestAllocateInRange
14:42:52 [2021-12-21T14:42:52.351Z] --- PASS: TestAllocateInRange (0.00s)
14:42:52 [2021-12-21T14:42:52.351Z] === RUN   TestAllocateSerial
14:42:52 [2021-12-21T14:42:52.351Z] --- PASS: TestAllocateSerial (0.00s)
14:42:52 [2021-12-21T14:42:52.351Z] PASS
14:42:52 [2021-12-21T14:42:52.351Z] coverage: 87.5% of statements
14:42:52 [2021-12-21T14:42:52.351Z] ok  	github.com/docker/docker/libnetwork/idm	0.049s	coverage: 87.5% of statements
14:42:52 [2021-12-21T14:42:52.807Z] --- PASS: TestAllocateRandomDeallocate (1.23s)
14:42:52 [2021-12-21T14:42:52.807Z] === RUN   TestAllocateRandomDeallocateSerialize
14:42:52 [2021-12-21T14:42:52.807Z] === RUN   TestCaller
14:42:52 [2021-12-21T14:42:52.807Z] --- PASS: TestCaller (0.00s)
14:42:52 [2021-12-21T14:42:52.807Z] PASS
14:42:52 [2021-12-21T14:42:52.807Z] coverage: 100.0% of statements
14:42:52 [2021-12-21T14:42:52.807Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.048s	coverage: 100.0% of statements
14:42:52 [2021-12-21T14:42:52.807Z] === RUN   TestSetSerialInsertDelete
14:42:52 [2021-12-21T14:42:52.807Z] --- PASS: TestSetSerialInsertDelete (0.00s)
14:42:52 [2021-12-21T14:42:52.807Z] === RUN   TestSetParallelInsertDelete
14:42:53 [2021-12-21T14:42:53.327Z] === RUN   TestRegister
14:42:53 [2021-12-21T14:42:53.327Z] --- PASS: TestRegister (0.00s)
14:42:53 [2021-12-21T14:42:53.327Z] === RUN   TestCommand
14:42:53 [2021-12-21T14:42:53.327Z] --- PASS: TestCommand (0.04s)
14:42:53 [2021-12-21T14:42:53.327Z] === RUN   TestNaiveSelf
14:42:53 [2021-12-21T14:42:53.328Z] --- PASS: TestNaiveSelf (0.04s)
14:42:53 [2021-12-21T14:42:53.328Z] PASS
14:42:53 [2021-12-21T14:42:53.328Z] coverage: 82.4% of statements
14:42:53 [2021-12-21T14:42:53.328Z] ok  	github.com/docker/docker/pkg/reexec	0.118s	coverage: 82.4% of statements
14:42:53 [2021-12-21T14:42:53.804Z] === RUN   TestDump
14:42:53 [2021-12-21T14:42:53.804Z] goroutine 19 [running]:
14:42:53 [2021-12-21T14:42:53.804Z] github.com/docker/docker/pkg/stack.dump(0x73b457)
14:42:53 [2021-12-21T14:42:53.804Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c
14:42:53 [2021-12-21T14:42:53.804Z] github.com/docker/docker/pkg/stack.Dump(...)
14:42:53 [2021-12-21T14:42:53.804Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18
14:42:53 [2021-12-21T14:42:53.804Z] github.com/docker/docker/pkg/stack.TestDump(0x0)
14:42:53 [2021-12-21T14:42:53.804Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a
14:42:53 [2021-12-21T14:42:53.804Z] testing.tRunner(0xc000085520, 0x8a8e38)
14:42:53 [2021-12-21T14:42:53.804Z] 	c:/go/src/testing/testing.go:1259 +0x102
14:42:53 [2021-12-21T14:42:53.804Z] created by testing.(*T).Run
14:42:53 [2021-12-21T14:42:53.804Z] 	c:/go/src/testing/testing.go:1306 +0x35a
14:42:53 [2021-12-21T14:42:53.804Z] 
14:42:53 [2021-12-21T14:42:53.804Z] goroutine 1 [chan receive]:
14:42:53 [2021-12-21T14:42:53.804Z] testing.(*T).Run(0xc000085380, {0x89a4fd, 0x71a1b3}, 0x8a8e38)
14:42:53 [2021-12-21T14:42:53.804Z] 	c:/go/src/testing/testing.go:1307 +0x375
14:42:53 [2021-12-21T14:42:53.804Z] testing.runTests.func1(0xc0000b8720)
14:42:53 [2021-12-21T14:42:53.804Z] 	c:/go/src/testing/testing.go:1598 +0x6e
14:42:53 [2021-12-21T14:42:53.804Z] testing.tRunner(0xc000085380, 0xc0000c3ce0)
14:42:53 [2021-12-21T14:42:53.804Z] 	c:/go/src/testing/testing.go:1259 +0x102
14:42:53 [2021-12-21T14:42:53.804Z] testing.runTests(0xc0000d2080, {0xa0cba0, 0x3, 0x3}, {0x73a6ad, 0x89c1f7, 0xa11640})
14:42:53 [2021-12-21T14:42:53.804Z] 	c:/go/src/testing/testing.go:1596 +0x43f
14:42:53 [2021-12-21T14:42:53.804Z] testing.(*M).Run(0xc0000d2080)
14:42:53 [2021-12-21T14:42:53.804Z] 	c:/go/src/testing/testing.go:1504 +0x51d
14:42:53 [2021-12-21T14:42:53.804Z] main.main()
14:42:53 [2021-12-21T14:42:53.804Z] 	_testmain.go:95 +0x1f5
14:42:53 [2021-12-21T14:42:53.804Z] --- PASS: TestDump (0.00s)
14:42:53 [2021-12-21T14:42:53.804Z] === RUN   TestDumpToFile
14:42:54 [2021-12-21T14:42:54.273Z] --- PASS: TestDumpToFile (0.23s)
14:42:54 [2021-12-21T14:42:54.273Z] === RUN   TestDumpToFileWithEmptyInput
14:42:54 [2021-12-21T14:42:54.273Z] goroutine 21 [running]:
14:42:54 [2021-12-21T14:42:54.273Z] github.com/docker/docker/pkg/stack.dump(0x7a83f4)
14:42:54 [2021-12-21T14:42:54.273Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c
14:42:54 [2021-12-21T14:42:54.273Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x7a87a0})
14:42:54 [2021-12-21T14:42:54.273Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214
14:42:54 [2021-12-21T14:42:54.273Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000085520)
14:42:54 [2021-12-21T14:42:54.273Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26
14:42:54 [2021-12-21T14:42:54.273Z] testing.tRunner(0xc000085a00, 0x8a8e28)
14:42:54 [2021-12-21T14:42:54.273Z] 	c:/go/src/testing/testing.go:1259 +0x102
14:42:54 [2021-12-21T14:42:54.273Z] created by testing.(*T).Run
14:42:54 [2021-12-21T14:42:54.273Z] 	c:/go/src/testing/testing.go:1306 +0x35a
14:42:54 [2021-12-21T14:42:54.273Z] 
14:42:54 [2021-12-21T14:42:54.273Z] goroutine 1 [chan receive]:
14:42:54 [2021-12-21T14:42:54.273Z] testing.(*T).Run(0xc000085380, {0x8a1289, 0x71a1b3}, 0x8a8e28)
14:42:54 [2021-12-21T14:42:54.273Z] 	c:/go/src/testing/testing.go:1307 +0x375
14:42:54 [2021-12-21T14:42:54.273Z] testing.runTests.func1(0xc0000b8720)
14:42:54 [2021-12-21T14:42:54.273Z] 	c:/go/src/testing/testing.go:1598 +0x6e
14:42:54 [2021-12-21T14:42:54.273Z] testing.tRunner(0xc000085380, 0xc0000c3ce0)
14:42:54 [2021-12-21T14:42:54.273Z] 	c:/go/src/testing/testing.go:1259 +0x102
14:42:54 [2021-12-21T14:42:54.273Z] testing.runTests(0xc0000d2080, {0xa0cba0, 0x3, 0x3}, {0x73a6ad, 0x89c1f7, 0xa11640})
14:42:54 [2021-12-21T14:42:54.273Z] 	c:/go/src/testing/testing.go:1596 +0x43f
14:42:54 [2021-12-21T14:42:54.273Z] testing.(*M).Run(0xc0000d2080)
14:42:54 [2021-12-21T14:42:54.273Z] 	c:/go/src/testing/testing.go:1504 +0x51d
14:42:54 [2021-12-21T14:42:54.273Z] main.main()
14:42:54 [2021-12-21T14:42:54.273Z] 	_testmain.go:95 +0x1f5
14:42:54 [2021-12-21T14:42:54.273Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s)
14:42:54 [2021-12-21T14:42:54.273Z] PASS
14:42:54 [2021-12-21T14:42:54.273Z] coverage: 90.9% of statements
14:42:54 [2021-12-21T14:42:54.273Z] ok  	github.com/docker/docker/pkg/stack	0.283s	coverage: 90.9% of statements
14:42:54 [2021-12-21T14:42:54.340Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.51s)
14:42:54 [2021-12-21T14:42:54.340Z] === RUN   TestRetrieveFromStore
14:42:54 [2021-12-21T14:42:54.340Z] === RUN   TestInt2IP2IntConversion
14:42:54 [2021-12-21T14:42:54.340Z] === RUN   TestPoolRequest
14:42:54 [2021-12-21T14:42:54.340Z] --- PASS: TestPoolRequest (0.00s)
14:42:54 [2021-12-21T14:42:54.340Z] === RUN   TestOtherRequests
14:42:54 [2021-12-21T14:42:54.340Z] --- PASS: TestOtherRequests (0.00s)
14:42:54 [2021-12-21T14:42:54.340Z] PASS
14:42:54 [2021-12-21T14:42:54.340Z] coverage: 57.1% of statements
14:42:54 [2021-12-21T14:42:54.340Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.046s	coverage: 57.1% of statements
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestNewClientWithTimeout (17.61s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestClientStream
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestClientStream (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestClientSendFile
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestClientSendFile (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestClientWithRequestTimeout
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestClientWithRequestTimeout (0.01s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestFileSpecPlugin
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestFileSpecPlugin (0.02s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestFileJSONSpecPlugin
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestPluginAddHandler
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestPluginAddHandler (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestPluginWaitBadPlugin
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestGet
14:42:54 [2021-12-21T14:42:54.746Z] time="2021-12-21T14:42:54Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestNewStdWriter
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestNewStdWriter (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestWriteWithUninitializedStdWriter
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestWriteWithNilBytes
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestWriteWithNilBytes (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestWrite
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestWrite (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestWriteWithWriterError
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestWriteWithWriterError (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestStdCopyWriteAndRead
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestStdCopyReturnsErrorReadingHeader
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestStdCopyReturnsErrorReadingFrame
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestStdCopyDetectsCorruptedFrame
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestStdCopyWithInvalidInputHeader
14:42:54 [2021-12-21T14:42:54.746Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
14:42:54 [2021-12-21T14:42:54.746Z] === RUN   TestStdCopyWithCorruptedPrefix
14:42:54 [2021-12-21T14:42:54.798Z] --- PASS: TestRetrieveFromStore (0.61s)
14:42:54 [2021-12-21T14:42:54.798Z] === RUN   TestIsCorrupted
14:42:54 [2021-12-21T14:42:54.798Z] --- PASS: TestIsCorrupted (0.02s)
14:42:54 [2021-12-21T14:42:54.798Z] === RUN   TestSetRollover
14:42:54 [2021-12-21T14:42:54.798Z] --- PASS: TestInt2IP2IntConversion (0.56s)
14:42:54 [2021-12-21T14:42:54.798Z] === RUN   TestGetAddressVersion
14:42:54 [2021-12-21T14:42:54.798Z] --- PASS: TestGetAddressVersion (0.00s)
14:42:54 [2021-12-21T14:42:54.798Z] === RUN   TestKeyString
14:42:54 [2021-12-21T14:42:54.798Z] --- PASS: TestKeyString (0.00s)
14:42:54 [2021-12-21T14:42:54.798Z] === RUN   TestPoolDataMarshal
14:42:54 [2021-12-21T14:42:54.798Z] --- PASS: TestPoolDataMarshal (0.00s)
14:42:54 [2021-12-21T14:42:54.798Z] === RUN   TestSubnetsMarshal
14:42:55 [2021-12-21T14:42:55.215Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
14:42:55 [2021-12-21T14:42:55.216Z] === RUN   TestStdCopyReturnsWriteErrors
14:42:55 [2021-12-21T14:42:55.216Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
14:42:55 [2021-12-21T14:42:55.216Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
14:42:55 [2021-12-21T14:42:55.216Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
14:42:55 [2021-12-21T14:42:55.216Z] === RUN   TestStdCopyReturnsErrorFromSystem
14:42:55 [2021-12-21T14:42:55.216Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
14:42:55 [2021-12-21T14:42:55.216Z] PASS
14:42:55 [2021-12-21T14:42:55.216Z] coverage: 100.0% of statements
14:42:55 [2021-12-21T14:42:55.216Z] ok  	github.com/docker/docker/pkg/stdcopy	0.050s	coverage: 100.0% of statements
14:42:55 [2021-12-21T14:42:55.255Z] --- PASS: TestSubnetsMarshal (0.07s)
14:42:55 [2021-12-21T14:42:55.255Z] === RUN   TestAddSubnets
14:42:55 [2021-12-21T14:42:55.255Z] --- PASS: TestAddSubnets (0.07s)
14:42:55 [2021-12-21T14:42:55.255Z] === RUN   TestDoublePoolRelease
14:42:55 [2021-12-21T14:42:55.255Z] --- PASS: TestDoublePoolRelease (0.03s)
14:42:55 [2021-12-21T14:42:55.255Z] === RUN   TestAddReleasePoolID
14:42:55 [2021-12-21T14:42:55.255Z] --- PASS: TestAddReleasePoolID (0.09s)
14:42:55 [2021-12-21T14:42:55.255Z] === RUN   TestPredefinedPool
14:42:55 [2021-12-21T14:42:55.255Z] --- PASS: TestPredefinedPool (0.03s)
14:42:55 [2021-12-21T14:42:55.255Z] === RUN   TestRemoveSubnet
14:42:55 [2021-12-21T14:42:55.684Z] time="2021-12-21T14:42:55Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
14:42:55 [2021-12-21T14:42:55.712Z] --- PASS: TestRemoveSubnet (0.28s)
14:42:55 [2021-12-21T14:42:55.712Z] === RUN   TestGetSameAddress
14:42:55 [2021-12-21T14:42:55.712Z] --- PASS: TestGetSameAddress (0.03s)
14:42:55 [2021-12-21T14:42:55.712Z] === RUN   TestPoolAllocationReuse
14:42:55 [2021-12-21T14:42:55.712Z] === RUN   TestGetCapabilities
14:42:55 [2021-12-21T14:42:55.712Z] --- PASS: TestGetCapabilities (0.01s)
14:42:55 [2021-12-21T14:42:55.712Z] === RUN   TestGetCapabilitiesFromLegacyDriver
14:42:55 [2021-12-21T14:42:55.712Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s)
14:42:55 [2021-12-21T14:42:55.712Z] === RUN   TestGetDefaultAddressSpaces
14:42:55 [2021-12-21T14:42:55.712Z] --- PASS: TestGetDefaultAddressSpaces (0.00s)
14:42:55 [2021-12-21T14:42:55.712Z] === RUN   TestRemoteDriver
14:42:55 [2021-12-21T14:42:55.712Z] --- PASS: TestRemoteDriver (0.01s)
14:42:55 [2021-12-21T14:42:55.712Z] PASS
14:42:55 [2021-12-21T14:42:55.712Z] coverage: 47.4% of statements
14:42:55 [2021-12-21T14:42:55.712Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.080s	coverage: 47.4% of statements
14:42:56 [2021-12-21T14:42:56.153Z] === RUN   TestRawProgressFormatterFormatStatus
14:42:56 [2021-12-21T14:42:56.153Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
14:42:56 [2021-12-21T14:42:56.153Z] === RUN   TestRawProgressFormatterFormatProgress
14:42:56 [2021-12-21T14:42:56.153Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
14:42:56 [2021-12-21T14:42:56.153Z] === RUN   TestFormatStatus
14:42:56 [2021-12-21T14:42:56.153Z] --- PASS: TestFormatStatus (0.00s)
14:42:56 [2021-12-21T14:42:56.153Z] === RUN   TestFormatError
14:42:56 [2021-12-21T14:42:56.153Z] --- PASS: TestFormatError (0.00s)
14:42:56 [2021-12-21T14:42:56.153Z] === RUN   TestFormatJSONError
14:42:56 [2021-12-21T14:42:56.153Z] --- PASS: TestFormatJSONError (0.00s)
14:42:56 [2021-12-21T14:42:56.153Z] === RUN   TestJsonProgressFormatterFormatProgress
14:42:56 [2021-12-21T14:42:56.153Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
14:42:56 [2021-12-21T14:42:56.153Z] === RUN   TestJsonProgressFormatterFormatStatus
14:42:56 [2021-12-21T14:42:56.153Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
14:42:56 [2021-12-21T14:42:56.153Z] === RUN   TestNewJSONProgressOutput
14:42:56 [2021-12-21T14:42:56.153Z] --- PASS: TestNewJSONProgressOutput (0.00s)
14:42:56 [2021-12-21T14:42:56.153Z] === RUN   TestAuxFormatterEmit
14:42:56 [2021-12-21T14:42:56.153Z] --- PASS: TestAuxFormatterEmit (0.00s)
14:42:56 [2021-12-21T14:42:56.153Z] === RUN   TestStreamWriterStdout
14:42:56 [2021-12-21T14:42:56.153Z] --- PASS: TestStreamWriterStdout (0.00s)
14:42:56 [2021-12-21T14:42:56.153Z] === RUN   TestStreamWriterStderr
14:42:56 [2021-12-21T14:42:56.153Z] --- PASS: TestStreamWriterStderr (0.00s)
14:42:56 [2021-12-21T14:42:56.153Z] PASS
14:42:56 [2021-12-21T14:42:56.153Z] coverage: 66.2% of statements
14:42:56 [2021-12-21T14:42:56.153Z] ok  	github.com/docker/docker/pkg/streamformatter	0.049s	coverage: 66.2% of statements
14:42:56 [2021-12-21T14:42:56.404Z] --- PASS: TestInfoAPIWarnings (16.23s)
14:42:56 [2021-12-21T14:42:56.404Z] === RUN   TestInfoDebug
14:42:56 [2021-12-21T14:42:56.404Z] --- PASS: TestInfoDebug (0.53s)
14:42:56 [2021-12-21T14:42:56.404Z] === RUN   TestInfoInsecureRegistries
14:42:56 [2021-12-21T14:42:56.404Z] --- PASS: TestInfoInsecureRegistries (0.52s)
14:42:56 [2021-12-21T14:42:56.404Z] === RUN   TestInfoRegistryMirrors
14:42:56 [2021-12-21T14:42:56.404Z] --- PASS: TestInfoRegistryMirrors (0.53s)
14:42:56 [2021-12-21T14:42:56.404Z] === RUN   TestLoginFailsWithBadCredentials
14:42:56 [2021-12-21T14:42:56.404Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s)
14:42:56 [2021-12-21T14:42:56.404Z] === RUN   TestPingCacheHeaders
14:42:56 [2021-12-21T14:42:56.404Z] --- PASS: TestPingCacheHeaders (0.02s)
14:42:56 [2021-12-21T14:42:56.404Z] === RUN   TestPingGet
14:42:56 [2021-12-21T14:42:56.404Z] --- PASS: TestPingGet (0.01s)
14:42:56 [2021-12-21T14:42:56.404Z] === RUN   TestPingHead
14:42:56 [2021-12-21T14:42:56.404Z] --- PASS: TestPingHead (0.02s)
14:42:56 [2021-12-21T14:42:56.404Z] === RUN   TestVersion
14:42:56 [2021-12-21T14:42:56.404Z] --- PASS: TestVersion (0.02s)
14:42:56 [2021-12-21T14:42:56.404Z] === CONT  TestCgroupDriverSystemdMemoryLimit
14:42:56 [2021-12-21T14:42:56.404Z] === CONT  TestDiskUsage
14:42:56 [2021-12-21T14:42:56.620Z] === RUN   TestGenerateRandomID
14:42:56 [2021-12-21T14:42:56.620Z] --- PASS: TestGenerateRandomID (0.00s)
14:42:56 [2021-12-21T14:42:56.620Z] === RUN   TestShortenId
14:42:56 [2021-12-21T14:42:56.620Z] --- PASS: TestShortenId (0.00s)
14:42:56 [2021-12-21T14:42:56.620Z] === RUN   TestShortenSha256Id
14:42:56 [2021-12-21T14:42:56.620Z] --- PASS: TestShortenSha256Id (0.00s)
14:42:56 [2021-12-21T14:42:56.620Z] === RUN   TestShortenIdEmpty
14:42:56 [2021-12-21T14:42:56.620Z] --- PASS: TestShortenIdEmpty (0.00s)
14:42:56 [2021-12-21T14:42:56.620Z] === RUN   TestShortenIdInvalid
14:42:56 [2021-12-21T14:42:56.620Z] --- PASS: TestShortenIdInvalid (0.00s)
14:42:56 [2021-12-21T14:42:56.620Z] === RUN   TestIsShortIDNonHex
14:42:56 [2021-12-21T14:42:56.620Z] --- PASS: TestIsShortIDNonHex (0.00s)
14:42:56 [2021-12-21T14:42:56.620Z] === RUN   TestIsShortIDNotCorrectSize
14:42:56 [2021-12-21T14:42:56.620Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
14:42:56 [2021-12-21T14:42:56.620Z] PASS
14:42:56 [2021-12-21T14:42:56.620Z] coverage: 70.6% of statements
14:42:56 [2021-12-21T14:42:56.620Z] ok  	github.com/docker/docker/pkg/stringid	0.042s	coverage: 70.6% of statements
14:42:56 [2021-12-21T14:42:56.677Z] --- PASS: TestSetRollover (1.75s)
14:42:56 [2021-12-21T14:42:56.677Z] === RUN   TestSetRolloverSerial
14:42:56 [2021-12-21T14:42:56.677Z] === RUN   TestWindowsIPAM
14:42:56 [2021-12-21T14:42:56.677Z] --- PASS: TestWindowsIPAM (0.00s)
14:42:56 [2021-12-21T14:42:56.677Z] PASS
14:42:56 [2021-12-21T14:42:56.677Z] coverage: 71.4% of statements
14:42:56 [2021-12-21T14:42:56.677Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.047s	coverage: 71.4% of statements
14:42:56 [2021-12-21T14:42:56.809Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
14:42:56 [2021-12-21T14:42:56.964Z] === RUN   TestDiskUsage/empty
14:42:56 [2021-12-21T14:42:56.964Z] === RUN   TestDiskUsage/empty/container_types
14:42:56 [2021-12-21T14:42:56.964Z] === RUN   TestDiskUsage/empty/image_types
14:42:56 [2021-12-21T14:42:56.964Z] === RUN   TestDiskUsage/empty/volume_types
14:42:56 [2021-12-21T14:42:56.964Z] === RUN   TestDiskUsage/empty/build-cache_types
14:42:56 [2021-12-21T14:42:56.964Z] === RUN   TestDiskUsage/empty/container,_volume_types
14:42:56 [2021-12-21T14:42:56.964Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
14:42:56 [2021-12-21T14:42:56.964Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
14:42:56 [2021-12-21T14:42:56.964Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
14:42:56 [2021-12-21T14:42:56.964Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
14:42:56 [2021-12-21T14:42:56.964Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
14:42:56 [2021-12-21T14:42:56.964Z] === RUN   TestDiskUsage/after_LoadBusybox
14:42:57 [2021-12-21T14:42:57.133Z] --- PASS: TestPoolAllocationReuse (1.78s)
14:42:57 [2021-12-21T14:42:57.133Z] === RUN   TestGetAddressSubPoolEqualPool
14:42:57 [2021-12-21T14:42:57.220Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
14:42:57 [2021-12-21T14:42:57.220Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
14:42:57 [2021-12-21T14:42:57.220Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
14:42:57 [2021-12-21T14:42:57.220Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
14:42:57 [2021-12-21T14:42:57.220Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
14:42:57 [2021-12-21T14:42:57.220Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
14:42:57 [2021-12-21T14:42:57.220Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
14:42:57 [2021-12-21T14:42:57.220Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
14:42:57 [2021-12-21T14:42:57.220Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
14:42:57 [2021-12-21T14:42:57.220Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
14:42:57 [2021-12-21T14:42:57.220Z] === RUN   TestDiskUsage/after_container.Run
14:42:57 [2021-12-21T14:42:57.590Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s)
14:42:57 [2021-12-21T14:42:57.590Z] === RUN   TestRequestReleaseAddressFromSubPool
14:42:57 [2021-12-21T14:42:57.590Z] === RUN   TestDefaultNetwork
14:42:57 [2021-12-21T14:42:57.590Z] --- PASS: TestDefaultNetwork (0.29s)
14:42:57 [2021-12-21T14:42:57.590Z] === RUN   TestConfigGlobalScopeDefaultNetworks
14:42:57 [2021-12-21T14:42:57.612Z] === RUN   TestIsCpusetListAvailable
14:42:57 [2021-12-21T14:42:57.612Z] --- PASS: TestIsCpusetListAvailable (0.00s)
14:42:57 [2021-12-21T14:42:57.612Z] PASS
14:42:57 [2021-12-21T14:42:57.612Z] coverage: 39.4% of statements
14:42:57 [2021-12-21T14:42:57.612Z] ok  	github.com/docker/docker/pkg/sysinfo	0.042s	coverage: 39.4% of statements
14:42:57 [2021-12-21T14:42:57.612Z] time="2021-12-21T14:42:57Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
14:42:57 [2021-12-21T14:42:57.783Z] === RUN   TestDiskUsage/after_container.Run/container_types
14:42:57 [2021-12-21T14:42:57.783Z] === RUN   TestDiskUsage/after_container.Run/image_types
14:42:57 [2021-12-21T14:42:57.783Z] === RUN   TestDiskUsage/after_container.Run/volume_types
14:42:57 [2021-12-21T14:42:57.783Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
14:42:57 [2021-12-21T14:42:57.783Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
14:42:57 [2021-12-21T14:42:57.783Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
14:42:57 [2021-12-21T14:42:57.783Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
14:42:57 [2021-12-21T14:42:57.783Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
14:42:57 [2021-12-21T14:42:57.783Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
14:42:57 [2021-12-21T14:42:57.783Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
14:42:57 [2021-12-21T14:42:57.783Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.47s)
14:42:57 [2021-12-21T14:42:57.783Z] --- PASS: TestDiskUsage (1.47s)
14:42:57 [2021-12-21T14:42:57.783Z]     --- PASS: TestDiskUsage/empty (0.01s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.30s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]     --- PASS: TestDiskUsage/after_container.Run (0.47s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
14:42:57 [2021-12-21T14:42:57.783Z] PASS
14:42:57 [2021-12-21T14:42:57.783Z] 
14:42:57 [2021-12-21T14:42:57.783Z] DONE 53 tests in 22.198s
14:42:57 [2021-12-21T14:42:57.783Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
14:42:57 [2021-12-21T14:42:57.783Z] INFO: Testing against a local daemon
14:42:57 [2021-12-21T14:42:57.783Z] === RUN   TestVolumesCreateAndList
14:42:57 [2021-12-21T14:42:57.783Z] --- PASS: TestVolumesCreateAndList (0.02s)
14:42:57 [2021-12-21T14:42:57.783Z] === RUN   TestVolumesRemove
14:42:58 [2021-12-21T14:42:58.040Z] --- PASS: TestVolumesRemove (0.08s)
14:42:58 [2021-12-21T14:42:58.040Z] === RUN   TestVolumesInspect
14:42:58 [2021-12-21T14:42:58.040Z] --- PASS: TestVolumesInspect (0.02s)
14:42:58 [2021-12-21T14:42:58.040Z] === RUN   TestVolumesInvalidJSON
14:42:58 [2021-12-21T14:42:58.040Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:42:58 [2021-12-21T14:42:58.040Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:42:58 [2021-12-21T14:42:58.040Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:42:58 [2021-12-21T14:42:58.040Z] --- PASS: TestVolumesInvalidJSON (0.01s)
14:42:58 [2021-12-21T14:42:58.040Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:42:58 [2021-12-21T14:42:58.040Z] PASS
14:42:58 [2021-12-21T14:42:58.040Z] 
14:42:58 [2021-12-21T14:42:58.040Z] DONE 5 tests in 0.165s
14:42:58 [2021-12-21T14:42:58.040Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:42:58 [2021-12-21T14:42:58.047Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.27s)
14:42:58 [2021-12-21T14:42:58.047Z] === RUN   TestInitAddressPools
14:42:58 [2021-12-21T14:42:58.047Z] --- PASS: TestInitAddressPools (0.00s)
14:42:58 [2021-12-21T14:42:58.047Z] PASS
14:42:58 [2021-12-21T14:42:58.047Z] coverage: 74.0% of statements
14:42:58 [2021-12-21T14:42:58.047Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.634s	coverage: 74.0% of statements
14:42:58 [2021-12-21T14:42:58.047Z] --- PASS: TestSetRolloverSerial (1.63s)
14:42:58 [2021-12-21T14:42:58.047Z] === RUN   TestGetFirstAvailableFromCurrent
14:42:58 [2021-12-21T14:42:58.047Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s)
14:42:58 [2021-12-21T14:42:58.047Z] PASS
14:42:58 [2021-12-21T14:42:58.047Z] coverage: 84.4% of statements
14:42:58 [2021-12-21T14:42:58.187Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
14:42:58 [2021-12-21T14:42:58.503Z] ok  	github.com/docker/docker/libnetwork/bitseq	13.885s	coverage: 84.4% of statements
14:42:58 [2021-12-21T14:42:58.503Z] === RUN   TestKeyValue
14:42:58 [2021-12-21T14:42:58.503Z] --- PASS: TestKeyValue (0.00s)
14:42:58 [2021-12-21T14:42:58.503Z] PASS
14:42:58 [2021-12-21T14:42:58.503Z] coverage: 60.0% of statements
14:42:58 [2021-12-21T14:42:58.503Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.044s	coverage: 60.0% of statements
14:42:58 [2021-12-21T14:42:58.603Z] Stopping apparmor (via systemctl): apparmor.service.
14:42:58 [2021-12-21T14:42:58.603Z] Removing test suite binaries
14:42:58 [2021-12-21T14:42:58.603Z] exiting test-integration
14:42:58 [2021-12-21T14:42:58.603Z] ++ exit 0
14:42:58 [2021-12-21T14:42:58.603Z] 
14:42:59 [2021-12-21T14:42:59.827Z] === RUN   TestChtimes
14:42:59 [2021-12-21T14:42:59.827Z] --- PASS: TestChtimes (0.00s)
14:42:59 [2021-12-21T14:42:59.827Z] === RUN   TestChtimesWindows
14:42:59 [2021-12-21T14:42:59.827Z] --- PASS: TestChtimesWindows (0.00s)
14:42:59 [2021-12-21T14:42:59.827Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
14:42:59 [2021-12-21T14:42:59.827Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
14:42:59 [2021-12-21T14:42:59.827Z] === RUN   TestEnsureRemoveAllNotExist
14:42:59 [2021-12-21T14:42:59.827Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
14:42:59 [2021-12-21T14:42:59.827Z] === RUN   TestEnsureRemoveAllWithDir
14:42:59 [2021-12-21T14:42:59.827Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
14:42:59 [2021-12-21T14:42:59.827Z] === RUN   TestEnsureRemoveAllWithFile
14:42:59 [2021-12-21T14:42:59.827Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
14:42:59 [2021-12-21T14:42:59.827Z] === RUN   TestHasWin32KSupport
14:42:59 [2021-12-21T14:42:59.827Z]     syscall_windows_test.go:8: win32k: true
14:42:59 [2021-12-21T14:42:59.827Z] --- PASS: TestHasWin32KSupport (0.00s)
14:42:59 [2021-12-21T14:42:59.827Z] PASS
14:42:59 [2021-12-21T14:42:59.827Z] coverage: 13.0% of statements
14:42:59 [2021-12-21T14:42:59.827Z] ok  	github.com/docker/docker/pkg/system	0.090s	coverage: 13.0% of statements
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestTailFile
14:43:00 [2021-12-21T14:43:00.298Z] --- PASS: TestTailFile (0.00s)
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestTailFileManyLines
14:43:00 [2021-12-21T14:43:00.298Z] --- PASS: TestTailFileManyLines (0.00s)
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestTailEmptyFile
14:43:00 [2021-12-21T14:43:00.298Z] --- PASS: TestTailEmptyFile (0.00s)
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestTailNegativeN
14:43:00 [2021-12-21T14:43:00.298Z] --- PASS: TestTailNegativeN (0.00s)
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader
14:43:00 [2021-12-21T14:43:00.298Z] === CONT  TestNewTailReader
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/2_byte_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/2_byte_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/4_byte_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/4_byte_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/8_byte_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/8_byte_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/12_byte_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/12_byte_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/no_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/no_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/single_byte_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/single_byte_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/truncated_last_line
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/truncated_last_line#01
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/truncated_last_line#02
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
14:43:00 [2021-12-21T14:43:00.298Z] === CONT  TestNewTailReader/2_byte_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.298Z] === CONT  TestNewTailReader/12_byte_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === CONT  TestNewTailReader/8_byte_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.298Z] === CONT  TestNewTailReader/4_byte_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.298Z] === CONT  TestNewTailReader/single_byte_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === CONT  TestNewTailReader/no_delimiter
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/no_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.298Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.298Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.299Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.299Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.300Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.300Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.300Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.300Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.300Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.300Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
Post stage
[Pipeline] junit
14:43:00 [2021-12-21T14:43:00.503Z] Recording test results
14:43:00 [2021-12-21T14:43:00.675Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.04s)
14:43:00 [2021-12-21T14:43:00.675Z] === RUN   TestSerializeRequestReleaseAddressFromSubPool
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.769Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.769Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.769Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.769Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.769Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.769Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/no_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.770Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.771Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.771Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.772Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.772Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.773Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:00 [2021-12-21T14:43:00.774Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
14:43:01 [2021-12-21T14:43:01.294Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
14:43:01 [2021-12-21T14:43:01.294Z] --- PASS: TestNewTailReader (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.294Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.01s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.01s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.01s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.01s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.01s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.01s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.295Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.01s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.02s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.01s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.01s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.01s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.01s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.03s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.296Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
14:43:01 [2021-12-21T14:43:01.297Z] PASS
14:43:01 [2021-12-21T14:43:01.297Z] coverage: 88.6% of statements
14:43:01 [2021-12-21T14:43:01.297Z] ok  	github.com/docker/docker/pkg/tailfile	0.386s	coverage: 88.6% of statements
14:43:01 [2021-12-21T14:43:01.477Z] === RUN   TestDockerDaemonSuite/TestShmSize
14:43:01 [2021-12-21T14:43:01.765Z] time="2021-12-21T14:43:01Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
14:43:01 [2021-12-21T14:43:01.765Z] === RUN   TestTarSumRemoveNonExistent
14:43:01 [2021-12-21T14:43:01.765Z] --- PASS: TestTarSumRemoveNonExistent (0.01s)
14:43:01 [2021-12-21T14:43:01.765Z] === RUN   TestTarSumRemove
14:43:01 [2021-12-21T14:43:01.765Z] --- PASS: TestTarSumRemove (0.00s)
14:43:01 [2021-12-21T14:43:01.765Z] === RUN   TestSortFileInfoSums
14:43:01 [2021-12-21T14:43:01.765Z] --- PASS: TestSortFileInfoSums (0.00s)
14:43:01 [2021-12-21T14:43:01.765Z] === RUN   TestNewTarSumForLabelInvalid
14:43:01 [2021-12-21T14:43:01.765Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
14:43:01 [2021-12-21T14:43:01.765Z] === RUN   TestNewTarSumForLabel
14:43:01 [2021-12-21T14:43:01.765Z] --- PASS: TestNewTarSumForLabel (0.00s)
14:43:01 [2021-12-21T14:43:01.765Z] === RUN   TestEmptyTar
14:43:01 [2021-12-21T14:43:01.765Z] --- PASS: TestEmptyTar (0.00s)
14:43:01 [2021-12-21T14:43:01.765Z] === RUN   TestTarSumsReadSize
14:43:01 [2021-12-21T14:43:01.765Z] --- PASS: TestTarSumsReadSize (0.00s)
14:43:01 [2021-12-21T14:43:01.765Z] === RUN   TestTarSums
14:43:02 [2021-12-21T14:43:02.068Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:43:02 [2021-12-21T14:43:02.206Z] === RUN   TestNetworkDBSimple
14:43:02 [2021-12-21T14:43:02.234Z] --- PASS: TestTarSums (0.07s)
14:43:02 [2021-12-21T14:43:02.234Z] === RUN   TestIteration
14:43:02 [2021-12-21T14:43:02.234Z] --- PASS: TestIteration (0.00s)
14:43:02 [2021-12-21T14:43:02.234Z] === RUN   TestVersionLabelForChecksum
14:43:02 [2021-12-21T14:43:02.234Z] --- PASS: TestVersionLabelForChecksum (0.00s)
14:43:02 [2021-12-21T14:43:02.234Z] === RUN   TestVersion
14:43:02 [2021-12-21T14:43:02.234Z] --- PASS: TestVersion (0.00s)
14:43:02 [2021-12-21T14:43:02.234Z] === RUN   TestGetVersion
14:43:02 [2021-12-21T14:43:02.234Z] --- PASS: TestGetVersion (0.00s)
14:43:02 [2021-12-21T14:43:02.234Z] === RUN   TestGetVersions
14:43:02 [2021-12-21T14:43:02.234Z] --- PASS: TestGetVersions (0.00s)
14:43:02 [2021-12-21T14:43:02.234Z] PASS
14:43:02 [2021-12-21T14:43:02.234Z] coverage: 89.3% of statements
14:43:02 [2021-12-21T14:43:02.234Z] ok  	github.com/docker/docker/pkg/tarsum	0.132s	coverage: 89.3% of statements
14:43:02 [2021-12-21T14:43:02.234Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
14:43:02 [2021-12-21T14:43:02.234Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
14:43:02 [2021-12-21T14:43:02.234Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
14:43:02 [2021-12-21T14:43:02.234Z] ?   	github.com/docker/docker/libnetwork/netutils	[no test files]
14:43:02 [2021-12-21T14:43:02.442Z] + echo Ensuring container killed.
14:43:02 [2021-12-21T14:43:02.442Z] Ensuring container killed.
14:43:02 [2021-12-21T14:43:02.442Z] + docker rm -vf docker-pr44
14:43:02 [2021-12-21T14:43:02.442Z] Error: No such container: docker-pr44
[Pipeline] sh
14:43:02 [2021-12-21T14:43:02.708Z] testing: warning: no tests to run
14:43:02 [2021-12-21T14:43:02.708Z] PASS
14:43:02 [2021-12-21T14:43:02.708Z] coverage: [no statements]
14:43:02 [2021-12-21T14:43:02.708Z] ok  	github.com/docker/docker/pkg/term/windows	0.041s	coverage: [no statements] [no tests to run]
14:43:02 [2021-12-21T14:43:02.758Z] + echo Chowning /workspace to jenkins user
14:43:02 [2021-12-21T14:43:02.758Z] Chowning /workspace to jenkins user
14:43:02 [2021-12-21T14:43:02.758Z] + id -u
14:43:02 [2021-12-21T14:43:02.758Z] + id -g
14:43:02 [2021-12-21T14:43:02.758Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43075:/workspace busybox chown -R 1000:1000 /workspace
14:43:02 [2021-12-21T14:43:02.758Z] Unable to find image 'busybox:latest' locally
14:43:02 [2021-12-21T14:43:02.758Z] latest: Pulling from library/busybox
14:43:02 [2021-12-21T14:43:02.854Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
14:43:03 [2021-12-21T14:43:03.018Z] 3cb635b06aa2: Pulling fs layer
14:43:03 [2021-12-21T14:43:03.018Z] 3cb635b06aa2: Verifying Checksum
14:43:03 [2021-12-21T14:43:03.018Z] 3cb635b06aa2: Download complete
14:43:03 [2021-12-21T14:43:03.018Z] 3cb635b06aa2: Pull complete
14:43:03 [2021-12-21T14:43:03.018Z] Digest: sha256:b5cfd4befc119a590ca1a81d6bb0fa1fb19f1fbebd0397f25fae164abe1e8a6a
14:43:03 [2021-12-21T14:43:03.018Z] Status: Downloaded newer image for busybox:latest
14:43:03 [2021-12-21T14:43:03.173Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.53s)
14:43:03 [2021-12-21T14:43:03.173Z] === RUN   TestGetAddress
14:43:03 [2021-12-21T14:43:03.173Z] 2021/12/21 14:43:02 Closing DB instances...
14:43:03 [2021-12-21T14:43:03.173Z] --- PASS: TestSetParallelInsertDelete (10.00s)
14:43:03 [2021-12-21T14:43:03.173Z] PASS
14:43:03 [2021-12-21T14:43:03.173Z] coverage: 100.0% of statements
14:43:03 [2021-12-21T14:43:03.173Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.048s	coverage: 100.0% of statements
14:43:03 [2021-12-21T14:43:03.173Z] time="2021-12-21T14:43:02Z" level=error msg="node: c9b37494b610 is unknown to memberlist"
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
14:43:03 [2021-12-21T14:43:03.173Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
14:43:03 [2021-12-21T14:43:03.176Z] === RUN   TestTruncIndex
14:43:03 [2021-12-21T14:43:03.176Z] --- PASS: TestTruncIndex (0.10s)
14:43:03 [2021-12-21T14:43:03.176Z] PASS
14:43:03 [2021-12-21T14:43:03.176Z] coverage: 91.5% of statements
14:43:03 [2021-12-21T14:43:03.176Z] ok  	github.com/docker/docker/pkg/truncindex	0.150s	coverage: 91.5% of statements
14:43:03 [2021-12-21T14:43:03.176Z] === RUN   TestIsGIT
14:43:03 [2021-12-21T14:43:03.176Z] --- PASS: TestIsGIT (0.00s)
14:43:03 [2021-12-21T14:43:03.176Z] === RUN   TestIsTransport
14:43:03 [2021-12-21T14:43:03.176Z] --- PASS: TestIsTransport (0.00s)
14:43:03 [2021-12-21T14:43:03.176Z] PASS
14:43:03 [2021-12-21T14:43:03.176Z] coverage: 100.0% of statements
14:43:03 [2021-12-21T14:43:03.176Z] ok  	github.com/docker/docker/pkg/urlutil	0.053s	coverage: 100.0% of statements
14:43:03 [2021-12-21T14:43:03.630Z] === RUN   TestGenerate
14:43:03 [2021-12-21T14:43:03.630Z] --- PASS: TestGenerate (0.00s)
14:43:03 [2021-12-21T14:43:03.630Z] === RUN   TestGeneratePtr
14:43:03 [2021-12-21T14:43:03.630Z] --- PASS: TestGeneratePtr (0.00s)
14:43:03 [2021-12-21T14:43:03.630Z] === RUN   TestGenerateMissingField
14:43:03 [2021-12-21T14:43:03.630Z] --- PASS: TestGenerateMissingField (0.00s)
14:43:03 [2021-12-21T14:43:03.630Z] === RUN   TestFieldCannotBeSet
14:43:03 [2021-12-21T14:43:03.630Z] --- PASS: TestFieldCannotBeSet (0.00s)
14:43:03 [2021-12-21T14:43:03.630Z] === RUN   TestTypeMismatchError
14:43:03 [2021-12-21T14:43:03.630Z] --- PASS: TestTypeMismatchError (0.00s)
14:43:03 [2021-12-21T14:43:03.630Z] PASS
14:43:03 [2021-12-21T14:43:03.630Z] coverage: 100.0% of statements
14:43:03 [2021-12-21T14:43:03.630Z] ok  	github.com/docker/docker/libnetwork/options	0.051s	coverage: 100.0% of statements
14:43:03 [2021-12-21T14:43:03.644Z] === RUN   TestVersionInfo
14:43:03 [2021-12-21T14:43:03.644Z] --- PASS: TestVersionInfo (0.00s)
14:43:03 [2021-12-21T14:43:03.644Z] === RUN   TestAppendVersions
14:43:03 [2021-12-21T14:43:03.644Z] --- PASS: TestAppendVersions (0.00s)
14:43:03 [2021-12-21T14:43:03.644Z] PASS
14:43:03 [2021-12-21T14:43:03.644Z] coverage: 88.9% of statements
14:43:03 [2021-12-21T14:43:03.644Z] ok  	github.com/docker/docker/pkg/useragent	0.047s	coverage: 88.9% of statements
14:43:04 [2021-12-21T14:43:04.087Z] --- PASS: TestNetworkDBSimple (2.04s)
14:43:04 [2021-12-21T14:43:04.087Z] === RUN   TestNetworkDBJoinLeaveNetwork
14:43:04 [2021-12-21T14:43:04.087Z] testing: warning: no tests to run
14:43:04 [2021-12-21T14:43:04.087Z] PASS
14:43:04 [2021-12-21T14:43:04.087Z] coverage: 0.0% of statements
14:43:04 [2021-12-21T14:43:04.087Z] ok  	github.com/docker/docker/libnetwork/osl	0.063s	coverage: 0.0% of statements [no tests to run]
14:43:04 [2021-12-21T14:43:04.545Z] === RUN   TestRequestNewPort
14:43:04 [2021-12-21T14:43:04.545Z] --- PASS: TestRequestNewPort (0.00s)
14:43:04 [2021-12-21T14:43:04.545Z] === RUN   TestRequestSpecificPort
14:43:04 [2021-12-21T14:43:04.545Z] --- PASS: TestRequestSpecificPort (0.00s)
14:43:04 [2021-12-21T14:43:04.545Z] === RUN   TestReleasePort
14:43:04 [2021-12-21T14:43:04.545Z] --- PASS: TestReleasePort (0.00s)
14:43:04 [2021-12-21T14:43:04.545Z] === RUN   TestReuseReleasedPort
14:43:04 [2021-12-21T14:43:04.545Z] --- PASS: TestReuseReleasedPort (0.00s)
14:43:04 [2021-12-21T14:43:04.545Z] === RUN   TestReleaseUnreadledPort
14:43:04 [2021-12-21T14:43:04.545Z] --- PASS: TestReleaseUnreadledPort (0.00s)
14:43:04 [2021-12-21T14:43:04.545Z] === RUN   TestUnknowProtocol
14:43:04 [2021-12-21T14:43:04.545Z] --- PASS: TestUnknowProtocol (0.00s)
14:43:04 [2021-12-21T14:43:04.545Z] === RUN   TestAllocateAllPorts
14:43:04 [2021-12-21T14:43:04.545Z] --- PASS: TestAllocateAllPorts (0.00s)
14:43:04 [2021-12-21T14:43:04.545Z] === RUN   TestPortAllocation
14:43:04 [2021-12-21T14:43:04.545Z] --- PASS: TestPortAllocation (0.00s)
14:43:04 [2021-12-21T14:43:04.545Z] === RUN   TestPortAllocationWithCustomRange
14:43:04 [2021-12-21T14:43:04.545Z] --- PASS: TestPortAllocationWithCustomRange (0.00s)
14:43:04 [2021-12-21T14:43:04.545Z] === RUN   TestNoDuplicateBPR
14:43:04 [2021-12-21T14:43:04.545Z] --- PASS: TestNoDuplicateBPR (0.00s)
14:43:04 [2021-12-21T14:43:04.545Z] === RUN   TestChangePortRange
14:43:04 [2021-12-21T14:43:04.545Z]     portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0
14:43:04 [2021-12-21T14:43:04.545Z]     portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0
14:43:04 [2021-12-21T14:43:04.545Z]     portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0
14:43:04 [2021-12-21T14:43:04.545Z]     portallocator_test.go:343: test: port allocate range 60100-65010, setErr=<nil>, reqPort=60100
14:43:04 [2021-12-21T14:43:04.545Z]     portallocator_test.go:343: test: port allocate range 0-0, setErr=<nil>, reqPort=60000
14:43:04 [2021-12-21T14:43:04.545Z]     portallocator_test.go:343: test: port allocate range 59900-65000, setErr=<nil>, reqPort=60001
14:43:04 [2021-12-21T14:43:04.545Z] --- PASS: TestChangePortRange (0.00s)
14:43:04 [2021-12-21T14:43:04.545Z] PASS
14:43:04 [2021-12-21T14:43:04.545Z] coverage: 88.6% of statements
14:43:04 [2021-12-21T14:43:04.545Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.053s	coverage: 88.6% of statements
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:43:05 [2021-12-21T14:43:05.002Z] testing: warning: no tests to run
14:43:05 [2021-12-21T14:43:05.002Z] PASS
14:43:05 [2021-12-21T14:43:05.002Z] coverage: 0.0% of statements
14:43:05 [2021-12-21T14:43:05.002Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.047s	coverage: 0.0% of statements [no tests to run]
14:43:05 [2021-12-21T14:43:05.002Z] 2021/12/21 14:43:04 Closing DB instances...
14:43:05 [2021-12-21T14:43:05.209Z] === RUN   TestValidatePrivileges
14:43:05 [2021-12-21T14:43:05.209Z] --- PASS: TestValidatePrivileges (0.00s)
14:43:05 [2021-12-21T14:43:05.209Z] === RUN   TestFilterByCapNeg
14:43:05 [2021-12-21T14:43:05.209Z] --- PASS: TestFilterByCapNeg (0.00s)
14:43:05 [2021-12-21T14:43:05.209Z] === RUN   TestFilterByCapPos
14:43:05 [2021-12-21T14:43:05.209Z] --- PASS: TestFilterByCapPos (0.00s)
14:43:05 [2021-12-21T14:43:05.209Z] === RUN   TestStoreGetPluginNotMatchCapRefs
14:43:05 [2021-12-21T14:43:05.209Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
14:43:05 [2021-12-21T14:43:05.209Z] PASS
14:43:05 [2021-12-21T14:43:05.209Z] coverage: 12.0% of statements
14:43:05 [2021-12-21T14:43:05.209Z] ok  	github.com/docker/docker/plugin	0.052s	coverage: 12.0% of statements
14:43:05 [2021-12-21T14:43:05.209Z] === RUN   TestNewSettable
14:43:05 [2021-12-21T14:43:05.209Z] --- PASS: TestNewSettable (0.00s)
14:43:05 [2021-12-21T14:43:05.209Z] === RUN   TestIsSettable
14:43:05 [2021-12-21T14:43:05.209Z] --- PASS: TestIsSettable (0.00s)
14:43:05 [2021-12-21T14:43:05.209Z] === RUN   TestUpdateSettingsEnv
14:43:05 [2021-12-21T14:43:05.209Z] --- PASS: TestUpdateSettingsEnv (0.00s)
14:43:05 [2021-12-21T14:43:05.209Z] PASS
14:43:05 [2021-12-21T14:43:05.209Z] coverage: 20.0% of statements
14:43:05 [2021-12-21T14:43:05.209Z] ok  	github.com/docker/docker/plugin/v2	0.053s	coverage: 20.0% of statements
14:43:05 [2021-12-21T14:43:05.282Z] + bundleName=amd64-cgroup2
14:43:05 [2021-12-21T14:43:05.283Z] + echo Creating amd64-cgroup2-bundles.tar.gz
14:43:05 [2021-12-21T14:43:05.283Z] Creating amd64-cgroup2-bundles.tar.gz
14:43:05 [2021-12-21T14:43:05.283Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
14:43:05 [2021-12-21T14:43:05.283Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
14:43:05 [2021-12-21T14:43:05.387Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
14:43:05 [2021-12-21T14:43:05.387Z]     check_test.go:308: [dc155b4fc6513] daemon is not started
14:43:05 [2021-12-21T14:43:05.387Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
14:43:05 [2021-12-21T14:43:05.459Z] === RUN   TestHashData
14:43:05 [2021-12-21T14:43:05.459Z] --- PASS: TestHashData (0.00s)
14:43:05 [2021-12-21T14:43:05.459Z] PASS
14:43:05 [2021-12-21T14:43:05.459Z] coverage: 2.8% of statements
14:43:05 [2021-12-21T14:43:05.459Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.043s	coverage: 2.8% of statements
[Pipeline] archiveArtifacts
14:43:05 [2021-12-21T14:43:05.855Z] Archiving artifacts
14:43:05 [2021-12-21T14:43:05.917Z] === RUN   TestErrorConstructors
14:43:05 [2021-12-21T14:43:05.917Z] --- PASS: TestErrorConstructors (0.00s)
14:43:05 [2021-12-21T14:43:05.917Z] === RUN   TestCompareIPMask
14:43:05 [2021-12-21T14:43:05.917Z] --- PASS: TestCompareIPMask (0.00s)
14:43:05 [2021-12-21T14:43:05.917Z] === RUN   TestUtilGetHostPartIP
14:43:05 [2021-12-21T14:43:05.917Z] --- PASS: TestUtilGetHostPartIP (0.00s)
14:43:05 [2021-12-21T14:43:05.917Z] === RUN   TestUtilGetBroadcastIP
14:43:05 [2021-12-21T14:43:05.917Z] --- PASS: TestUtilGetBroadcastIP (0.00s)
14:43:05 [2021-12-21T14:43:05.917Z] === RUN   TestParseCIDR
14:43:05 [2021-12-21T14:43:05.917Z] --- PASS: TestParseCIDR (0.00s)
14:43:05 [2021-12-21T14:43:05.917Z] PASS
14:43:05 [2021-12-21T14:43:05.917Z] coverage: 37.3% of statements
14:43:05 [2021-12-21T14:43:05.917Z] ok  	github.com/docker/docker/libnetwork/types	0.040s	coverage: 37.3% of statements
14:43:06 [2021-12-21T14:43:06.072Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.19s)
14:43:06 [2021-12-21T14:43:06.072Z] === RUN   TestCreateServiceSecretFileMode
14:43:06 [2021-12-21T14:43:06.201Z] === RUN   TestLoad
14:43:06 [2021-12-21T14:43:06.201Z] --- PASS: TestLoad (0.00s)
14:43:06 [2021-12-21T14:43:06.201Z] === RUN   TestSave
14:43:06 [2021-12-21T14:43:06.201Z] --- PASS: TestSave (0.03s)
14:43:06 [2021-12-21T14:43:06.201Z] === RUN   TestAddDeleteGet
14:43:06 [2021-12-21T14:43:06.201Z] --- PASS: TestAddDeleteGet (0.04s)
14:43:06 [2021-12-21T14:43:06.201Z] === RUN   TestInvalidTags
14:43:06 [2021-12-21T14:43:06.201Z] --- PASS: TestInvalidTags (0.01s)
14:43:06 [2021-12-21T14:43:06.201Z] PASS
14:43:06 [2021-12-21T14:43:06.201Z] coverage: 84.4% of statements
14:43:06 [2021-12-21T14:43:06.201Z] ok  	github.com/docker/docker/reference	0.138s	coverage: 84.4% of statements
14:43:06 [2021-12-21T14:43:06.881Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.65s)
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestNetworkDBJoinLeaveNetworks
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
14:43:06 [2021-12-21T14:43:06.881Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
14:43:06 [2021-12-21T14:43:06.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
14:43:06 [2021-12-21T14:43:06.881Z] PASS
14:43:06 [2021-12-21T14:43:06.881Z] coverage: 50.0% of statements
14:43:06 [2021-12-21T14:43:06.881Z] ok  	github.com/docker/docker/oci	0.094s	coverage: 50.0% of statements
14:43:07 [2021-12-21T14:43:07.187Z] === RUN   TestResolveAuthConfigIndexServer
14:43:07 [2021-12-21T14:43:07.187Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
14:43:07 [2021-12-21T14:43:07.187Z] === RUN   TestResolveAuthConfigFullURL
14:43:07 [2021-12-21T14:43:07.187Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
14:43:07 [2021-12-21T14:43:07.187Z] === RUN   TestLoadAllowNondistributableArtifacts
14:43:07 [2021-12-21T14:43:07.187Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
14:43:07 [2021-12-21T14:43:07.187Z] === RUN   TestValidateMirror
14:43:07 [2021-12-21T14:43:07.187Z] --- PASS: TestValidateMirror (0.00s)
14:43:07 [2021-12-21T14:43:07.187Z] === RUN   TestLoadInsecureRegistries
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestAddressPoolOpt
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestAddressPoolOpt (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/a
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/something
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/_=a
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/env1=value1
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/_env1=value1
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/env2=value2=value3
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/env3=abc!qwe
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/env_4=value_4
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/PATH
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/=a
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/PATH=
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/PATH=something
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/asd!qwe
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/1asd
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/123
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/some_space
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/__some_space_before
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/some_space_after__
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/=
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateEnv/PaTh
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestValidateEnv (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/a (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/something (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/_=a (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/PATH (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/=a (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/1asd (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/123 (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestParseVersion
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestParseVersion (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] PASS
14:43:07 [2021-12-21T14:43:07.341Z] coverage: 52.9% of statements
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/some_space (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/= (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestParseHost
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestParseHost (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestParseDockerDaemonHost
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestParseDockerDaemonHost (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestParseTCP
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestParseTCP (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestParseInvalidUnixAddrInvalid
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateExtraHosts
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestValidateExtraHosts (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestIpOptString
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestIpOptString (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestNewIpOptInvalidDefaultVal
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestNewIpOptValidDefaultVal
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestIpOptSetInvalidVal
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateIPAddress
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestValidateIPAddress (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestMapOpts
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestMapOpts (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestListOptsWithoutValidator
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestListOptsWithoutValidator (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestListOptsWithValidator
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestListOptsWithValidator (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateDNSSearch
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestValidateDNSSearch (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateLabel
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateLabel/label_with_general_format
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateLabel/label_with_more_than_one_=
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateLabel/label_with_one_more
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestValidateLabel (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestNamedListOpts
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestNamedListOpts (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestNamedMapOpts
14:43:07 [2021-12-21T14:43:07.341Z] --- PASS: TestNamedMapOpts (0.00s)
14:43:07 [2021-12-21T14:43:07.341Z] === RUN   TestParseLink
14:43:07 [2021-12-21T14:43:07.666Z] time="2021-12-21T14:43:07Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
14:43:07 [2021-12-21T14:43:07.666Z] time="2021-12-21T14:43:07Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
14:43:07 [2021-12-21T14:43:07.666Z] time="2021-12-21T14:43:07Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestLoadInsecureRegistries (0.17s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestNewServiceConfig
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestNewServiceConfig (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestValidateIndexName
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestValidateIndexName (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestValidateIndexNameWithError
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestValidateIndexNameWithError (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestEndpointParse
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestEndpointParse (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestEndpointParseInvalid
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestEndpointParseInvalid (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestValidateEndpoint
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestValidateEndpoint (0.01s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestPing
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestPing (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestPingRegistryEndpoint
14:43:07 [2021-12-21T14:43:07.666Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
14:43:07 [2021-12-21T14:43:07.666Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestEndpoint
14:43:07 [2021-12-21T14:43:07.666Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
14:43:07 [2021-12-21T14:43:07.666Z] --- SKIP: TestEndpoint (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestParseRepositoryInfo
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestParseRepositoryInfo (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestNewIndexInfo
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestNewIndexInfo (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestMirrorEndpointLookup
14:43:07 [2021-12-21T14:43:07.666Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
14:43:07 [2021-12-21T14:43:07.666Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestSearchRepositories
14:43:07 [2021-12-21T14:43:07.666Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
14:43:07 [2021-12-21T14:43:07.666Z]         Host: 127.0.0.1:49320
14:43:07 [2021-12-21T14:43:07.666Z]         User-Agent: docker test client
14:43:07 [2021-12-21T14:43:07.666Z]         Authorization: Token fake-token
14:43:07 [2021-12-21T14:43:07.666Z]         X-Docker-Token: true
14:43:07 [2021-12-21T14:43:07.666Z]         Accept-Encoding: gzip
14:43:07 [2021-12-21T14:43:07.666Z]         
14:43:07 [2021-12-21T14:43:07.666Z]         
14:43:07 [2021-12-21T14:43:07.666Z]     registry_test.go:730: HTTP/1.1 200 OK
14:43:07 [2021-12-21T14:43:07.666Z]         Connection: close
14:43:07 [2021-12-21T14:43:07.666Z]         Content-Length: 144
14:43:07 [2021-12-21T14:43:07.666Z]         Cache-Control: no-cache
14:43:07 [2021-12-21T14:43:07.666Z]         Content-Type: application/json
14:43:07 [2021-12-21T14:43:07.666Z]         Date: Tue, 21 Dec 2021 14:43:07 GMT
14:43:07 [2021-12-21T14:43:07.666Z]         Expires: -1
14:43:07 [2021-12-21T14:43:07.666Z]         Pragma: no-cache
14:43:07 [2021-12-21T14:43:07.666Z]         Server: docker-tests/mock
14:43:07 [2021-12-21T14:43:07.666Z]         X-Docker-Registry-Config: mock
14:43:07 [2021-12-21T14:43:07.666Z]         X-Docker-Registry-Version: 0.0.0
14:43:07 [2021-12-21T14:43:07.666Z]         
14:43:07 [2021-12-21T14:43:07.666Z]         
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestSearchRepositories (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestTrustedLocation
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestTrustedLocation (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestAllowNondistributableArtifacts
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestIsSecureIndex
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestIsSecureIndex (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] PASS
14:43:07 [2021-12-21T14:43:07.666Z] coverage: 51.2% of statements
14:43:07 [2021-12-21T14:43:07.666Z] ok  	github.com/docker/docker/registry	0.278s	coverage: 51.2% of statements
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestResumableRequestHeaderSimpleErrors
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestResumableRequestHeaderTooMuchFailures
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestResumableRequestReaderWithReadError
14:43:07 [2021-12-21T14:43:07.666Z] time="2021-12-21T14:43:07Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestResumableRequestReader
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestResumableRequestReader (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] === RUN   TestResumableRequestReaderWithInitialResponse
14:43:07 [2021-12-21T14:43:07.666Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
14:43:07 [2021-12-21T14:43:07.666Z] PASS
14:43:07 [2021-12-21T14:43:07.666Z] coverage: 100.0% of statements
14:43:07 [2021-12-21T14:43:07.666Z] ok  	github.com/docker/docker/registry/resumable	0.281s	coverage: 100.0% of statements
14:43:07 [2021-12-21T14:43:07.798Z] --- PASS: TestParseLink (0.00s)
14:43:07 [2021-12-21T14:43:07.798Z] === RUN   TestQuotedStringSetWithQuotes
14:43:07 [2021-12-21T14:43:07.798Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
14:43:07 [2021-12-21T14:43:07.798Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
14:43:07 [2021-12-21T14:43:07.798Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
14:43:07 [2021-12-21T14:43:07.798Z] === RUN   TestQuotedStringSetWithNoQuotes
14:43:07 [2021-12-21T14:43:07.798Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
14:43:07 [2021-12-21T14:43:07.798Z] === RUN   TestUlimitOpt
14:43:07 [2021-12-21T14:43:07.798Z] --- PASS: TestUlimitOpt (0.00s)
14:43:07 [2021-12-21T14:43:07.798Z] PASS
14:43:07 [2021-12-21T14:43:07.798Z] coverage: 67.1% of statements
14:43:07 [2021-12-21T14:43:07.798Z] ok  	github.com/docker/docker/pkg/aaparser	0.048s	coverage: 52.9% of statements
14:43:07 [2021-12-21T14:43:07.798Z] ok  	github.com/docker/docker/opts	0.083s	coverage: 67.1% of statements
14:43:07 [2021-12-21T14:43:07.798Z] 2021/12/21 14:43:07 Closing DB instances...
14:43:07 [2021-12-21T14:43:07.901Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43075/44/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:43:08 [2021-12-21T14:43:08.134Z] === RUN   TestRestartManagerTimeout
14:43:08 [2021-12-21T14:43:08.134Z] --- PASS: TestRestartManagerTimeout (0.00s)
14:43:08 [2021-12-21T14:43:08.134Z] === RUN   TestRestartManagerTimeoutReset
14:43:08 [2021-12-21T14:43:08.134Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
14:43:08 [2021-12-21T14:43:08.134Z] PASS
14:43:08 [2021-12-21T14:43:08.134Z] coverage: 50.9% of statements
14:43:08 [2021-12-21T14:43:08.134Z] ok  	github.com/docker/docker/restartmanager	0.038s	coverage: 50.9% of statements
14:43:08 [2021-12-21T14:43:08.249Z] + make clean
14:43:08 [2021-12-21T14:43:08.504Z] docker volume rm -f docker-dev-cache
14:43:08 [2021-12-21T14:43:08.504Z] docker-dev-cache
[Pipeline] deleteDir
14:43:08 [2021-12-21T14:43:08.603Z] === RUN   TestDecodeContainerConfig
14:43:08 [2021-12-21T14:43:08.603Z] --- PASS: TestDecodeContainerConfig (0.00s)
14:43:08 [2021-12-21T14:43:08.603Z] === RUN   TestDecodeContainerConfigIsolation
14:43:08 [2021-12-21T14:43:08.603Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
14:43:08 [2021-12-21T14:43:08.603Z] === RUN   TestValidatePrivileged
14:43:08 [2021-12-21T14:43:08.603Z] --- PASS: TestValidatePrivileged (0.00s)
14:43:08 [2021-12-21T14:43:08.603Z] PASS
14:43:08 [2021-12-21T14:43:08.603Z] coverage: 52.6% of statements
14:43:08 [2021-12-21T14:43:08.603Z] ok  	github.com/docker/docker/runconfig	0.050s	coverage: 52.6% of statements
14:43:09 [2021-12-21T14:43:09.071Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
14:43:09 [2021-12-21T14:43:09.071Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
14:43:09 [2021-12-21T14:43:09.071Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
14:43:09 [2021-12-21T14:43:09.071Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
14:43:09 [2021-12-21T14:43:09.071Z] PASS
14:43:09 [2021-12-21T14:43:09.071Z] coverage: 62.5% of statements
14:43:09 [2021-12-21T14:43:09.071Z] ok  	github.com/docker/docker/testutil	0.037s	coverage: 62.5% of statements
14:43:09 [2021-12-21T14:43:09.328Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.67s)
14:43:09 [2021-12-21T14:43:09.328Z] === RUN   TestNetworkDBCRUDTableEntry
14:43:09 [2021-12-21T14:43:09.328Z] === RUN   TestPeerCertificateMarshalJSON
14:43:09 [2021-12-21T14:43:09.540Z] --- PASS: TestGet (15.01s)
14:43:09 [2021-12-21T14:43:09.540Z] === RUN   TestPluginWithNoManifest
14:43:09 [2021-12-21T14:43:09.540Z] --- PASS: TestPluginWithNoManifest (0.00s)
14:43:09 [2021-12-21T14:43:09.540Z] === RUN   TestGetAll
14:43:09 [2021-12-21T14:43:09.540Z] --- PASS: TestGetAll (0.01s)
14:43:09 [2021-12-21T14:43:09.540Z] PASS
14:43:09 [2021-12-21T14:43:09.540Z] coverage: 73.2% of statements
14:43:09 [2021-12-21T14:43:09.540Z] ok  	github.com/docker/docker/pkg/plugins	36.190s	coverage: 73.2% of statements
14:43:09 [2021-12-21T14:43:09.785Z] === RUN   TestIsArchivePathDir
14:43:09 [2021-12-21T14:43:09.785Z] --- PASS: TestIsArchivePathDir (0.08s)
14:43:09 [2021-12-21T14:43:09.785Z] === RUN   TestIsArchivePathInvalidFile
14:43:09 [2021-12-21T14:43:09.785Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
14:43:09 [2021-12-21T14:43:09.785Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
14:43:09 [2021-12-21T14:43:09.785Z] --- PASS: TestPeerCertificateMarshalJSON (0.48s)
14:43:09 [2021-12-21T14:43:09.785Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
14:43:09 [2021-12-21T14:43:09.785Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
14:43:09 [2021-12-21T14:43:09.785Z] === RUN   TestMiddleware
14:43:09 [2021-12-21T14:43:09.785Z] --- PASS: TestMiddleware (0.00s)
14:43:09 [2021-12-21T14:43:09.785Z] === RUN   TestNewResponseModifier
14:43:09 [2021-12-21T14:43:09.785Z] --- PASS: TestNewResponseModifier (0.00s)
14:43:09 [2021-12-21T14:43:09.785Z] PASS
14:43:09 [2021-12-21T14:43:09.785Z] coverage: 26.8% of statements
14:43:09 [2021-12-21T14:43:09.785Z] ok  	github.com/docker/docker/pkg/authorization	0.531s	coverage: 26.8% of statements
14:43:10 [2021-12-21T14:43:10.243Z] --- PASS: TestIsArchivePathInvalidFile (0.17s)
14:43:10 [2021-12-21T14:43:10.243Z] === RUN   TestIsArchivePathTar
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:43:10 [2021-12-21T14:43:10.702Z] --- PASS: TestIsArchivePathTar (0.37s)
14:43:10 [2021-12-21T14:43:10.702Z] === RUN   TestDecompressStreamGzip
14:43:10 [2021-12-21T14:43:10.702Z] --- PASS: TestDecompressStreamGzip (0.16s)
14:43:10 [2021-12-21T14:43:10.702Z] === RUN   TestDecompressStreamBzip2
14:43:10 [2021-12-21T14:43:10.702Z] === RUN   TestUnbuffered
14:43:10 [2021-12-21T14:43:10.702Z] --- PASS: TestUnbuffered (0.00s)
14:43:10 [2021-12-21T14:43:10.702Z] === RUN   TestRaceUnbuffered
14:43:10 [2021-12-21T14:43:10.702Z] --- PASS: TestRaceUnbuffered (0.00s)
14:43:10 [2021-12-21T14:43:10.702Z] PASS
14:43:10 [2021-12-21T14:43:10.702Z] coverage: 100.0% of statements
14:43:10 [2021-12-21T14:43:10.702Z] ok  	github.com/docker/docker/pkg/broadcaster	0.043s	coverage: 100.0% of statements
14:43:11 [2021-12-21T14:43:11.161Z] --- PASS: TestDecompressStreamBzip2 (0.27s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestDecompressStreamXz
14:43:11 [2021-12-21T14:43:11.161Z]     archive_test.go:133: Xz not present in msys2
14:43:11 [2021-12-21T14:43:11.161Z] --- SKIP: TestDecompressStreamXz (0.00s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestDecompressStreamZstd
14:43:11 [2021-12-21T14:43:11.161Z]     archive_test.go:140: zstd not installed
14:43:11 [2021-12-21T14:43:11.161Z] --- SKIP: TestDecompressStreamZstd (0.03s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestCompressStreamXzUnsupported
14:43:11 [2021-12-21T14:43:11.161Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestCompressStreamBzip2Unsupported
14:43:11 [2021-12-21T14:43:11.161Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestCompressStreamInvalid
14:43:11 [2021-12-21T14:43:11.161Z] --- PASS: TestCompressStreamInvalid (0.00s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestExtensionInvalid
14:43:11 [2021-12-21T14:43:11.161Z] --- PASS: TestExtensionInvalid (0.00s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestExtensionUncompressed
14:43:11 [2021-12-21T14:43:11.161Z] --- PASS: TestExtensionUncompressed (0.00s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestExtensionBzip2
14:43:11 [2021-12-21T14:43:11.161Z] --- PASS: TestExtensionBzip2 (0.00s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestExtensionGzip
14:43:11 [2021-12-21T14:43:11.161Z] --- PASS: TestExtensionGzip (0.00s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestExtensionXz
14:43:11 [2021-12-21T14:43:11.161Z] --- PASS: TestExtensionXz (0.00s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestExtensionZstd
14:43:11 [2021-12-21T14:43:11.161Z] --- PASS: TestExtensionZstd (0.00s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestCmdStreamLargeStderr
14:43:11 [2021-12-21T14:43:11.161Z] --- PASS: TestCmdStreamLargeStderr (0.19s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestCmdStreamBad
14:43:11 [2021-12-21T14:43:11.161Z]     archive_test.go:252: Failing on Windows CI machines
14:43:11 [2021-12-21T14:43:11.161Z] --- SKIP: TestCmdStreamBad (0.00s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestCmdStreamGood
14:43:11 [2021-12-21T14:43:11.161Z] --- PASS: TestCmdStreamGood (0.07s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestUntarPathWithInvalidDest
14:43:11 [2021-12-21T14:43:11.161Z] --- PASS: TestUntarPathWithInvalidDest (0.09s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestUntarPathWithInvalidSrc
14:43:11 [2021-12-21T14:43:11.161Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
14:43:11 [2021-12-21T14:43:11.161Z] === RUN   TestUntarPath
14:43:11 [2021-12-21T14:43:11.624Z] --- PASS: TestUntarPath (0.09s)
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestUntarPathWithDestinationFile
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestMatch
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestMatch/[[]]
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestMatch/[[foo]]
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestMatch/[[bar]_[foo]]
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestMatch/[[foo_bar]]
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestMatch/[[qux]_[foo]]
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestMatch/[]
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestMatch/[]#01
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestMatch/[[qux]]
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestMatch/[[foo_bar_qux]]
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestMatch/[[qux]_[baz]]
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestMatch/[[foo_baz]]
14:43:11 [2021-12-21T14:43:11.624Z] --- PASS: TestMatch (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z]     --- PASS: TestMatch/[[]] (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z]     --- PASS: TestMatch/[[foo]] (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z]     --- PASS: TestMatch/[] (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z]     --- PASS: TestMatch/[]#01 (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z]     --- PASS: TestMatch/[[qux]] (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z] PASS
14:43:11 [2021-12-21T14:43:11.624Z] coverage: 87.5% of statements
14:43:11 [2021-12-21T14:43:11.624Z] ok  	github.com/docker/docker/pkg/capabilities	0.051s	coverage: 87.5% of statements
14:43:11 [2021-12-21T14:43:11.624Z] --- PASS: TestUntarPathWithDestinationFile (0.08s)
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
14:43:11 [2021-12-21T14:43:11.624Z] 2021/12/21 14:43:11 Closing DB instances...
14:43:11 [2021-12-21T14:43:11.624Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s)
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestCopyWithTarInvalidSrc
14:43:11 [2021-12-21T14:43:11.624Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
14:43:11 [2021-12-21T14:43:11.624Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestCopyWithTarSrcFile
14:43:11 [2021-12-21T14:43:11.624Z] --- PASS: TestCopyWithTarSrcFile (0.02s)
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestCopyWithTarSrcFolder
14:43:11 [2021-12-21T14:43:11.624Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestCopyFileWithTarInvalidSrc
14:43:11 [2021-12-21T14:43:11.624Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
14:43:11 [2021-12-21T14:43:11.624Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestCopyFileWithTarSrcFolder
14:43:11 [2021-12-21T14:43:11.624Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestCopyFileWithTarSrcFile
14:43:11 [2021-12-21T14:43:11.624Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s)
14:43:11 [2021-12-21T14:43:11.624Z] === RUN   TestTarFiles
14:43:11 [2021-12-21T14:43:11.766Z] === RUN   TestGetDriver
14:43:11 [2021-12-21T14:43:11.766Z] --- PASS: TestGetDriver (0.00s)
14:43:11 [2021-12-21T14:43:11.766Z] === RUN   TestVolumeRequestError
14:43:11 [2021-12-21T14:43:11.766Z] --- PASS: TestVolumeRequestError (0.01s)
14:43:11 [2021-12-21T14:43:11.766Z] PASS
14:43:11 [2021-12-21T14:43:11.766Z] coverage: 36.1% of statements
14:43:11 [2021-12-21T14:43:11.766Z] ok  	github.com/docker/docker/volume/drivers	0.079s	coverage: 36.1% of statements
14:43:11 [2021-12-21T14:43:11.955Z] --- PASS: TestDockerDaemonSuite (333.97s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.80s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.82s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.43s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.22s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.15s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.77s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.49s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.06s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.68s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.35s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.00s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.47s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.38s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (1.98s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.26s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.37s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.71s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (1.95s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.12s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.67s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.85s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.75s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (1.84s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.80s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.19s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.65s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.72s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.92s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.20s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.26s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.55s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s)
14:43:11 [2021-12-21T14:43:11.955Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.84s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.73s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.66s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.67s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.35s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.59s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.99s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.55s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.48s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.50s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.80s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.35s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.19s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.81s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.75s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.79s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.54s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.20s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.51s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.68s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.69s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.16s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.05s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.41s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.86s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.69s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.71s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.84s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.51s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.33s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.78s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (1.95s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.70s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.85s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.54s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.19s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.06s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.57s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.74s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.16s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.48s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.05s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.72s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.94s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.82s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.62s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.47s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.79s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.59s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.93s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.31s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.45s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.00s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.50s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.78s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.27s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.21s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.37s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.58s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.09s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.17s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.86s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.21s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.28s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.62s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.84s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.52s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.13s)
14:43:11 [2021-12-21T14:43:11.956Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.65s)
14:43:11 [2021-12-21T14:43:11.956Z] === RUN   TestDockerSwarmSuite
14:43:11 [2021-12-21T14:43:11.956Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
14:43:12 [2021-12-21T14:43:12.234Z] === RUN   TestGetAddress
14:43:12 [2021-12-21T14:43:12.234Z] --- PASS: TestGetAddress (0.00s)
14:43:12 [2021-12-21T14:43:12.234Z] === RUN   TestRemove
14:43:12 [2021-12-21T14:43:12.234Z]     local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
14:43:12 [2021-12-21T14:43:12.234Z] --- SKIP: TestRemove (0.00s)
14:43:12 [2021-12-21T14:43:12.234Z] === RUN   TestInitializeWithVolumes
14:43:12 [2021-12-21T14:43:12.234Z] --- PASS: TestInitializeWithVolumes (0.01s)
14:43:12 [2021-12-21T14:43:12.234Z] === RUN   TestCreate
14:43:12 [2021-12-21T14:43:12.234Z] --- PASS: TestCreate (0.01s)
14:43:12 [2021-12-21T14:43:12.234Z] === RUN   TestValidateName
14:43:12 [2021-12-21T14:43:12.234Z] --- PASS: TestValidateName (0.00s)
14:43:12 [2021-12-21T14:43:12.234Z] === RUN   TestCreateWithOpts
14:43:12 [2021-12-21T14:43:12.234Z]     local_test.go:180: runtime.GOOS == "windows"
14:43:12 [2021-12-21T14:43:12.234Z] --- SKIP: TestCreateWithOpts (0.00s)
14:43:12 [2021-12-21T14:43:12.234Z] === RUN   TestRelaodNoOpts
14:43:12 [2021-12-21T14:43:12.234Z] --- PASS: TestRelaodNoOpts (0.02s)
14:43:12 [2021-12-21T14:43:12.234Z] PASS
14:43:12 [2021-12-21T14:43:12.234Z] coverage: 41.5% of statements
14:43:12 [2021-12-21T14:43:12.234Z] ok  	github.com/docker/docker/volume/local	0.141s	coverage: 41.5% of statements
14:43:12 [2021-12-21T14:43:12.588Z] === RUN   TestChrootTarUntar
14:43:12 [2021-12-21T14:43:12.588Z]     archive_test.go:44: os.Getuid() != 0: skipping test that requires root
14:43:12 [2021-12-21T14:43:12.588Z] --- SKIP: TestChrootTarUntar (0.00s)
14:43:12 [2021-12-21T14:43:12.588Z] === RUN   TestChrootUntarWithHugeExcludesList
14:43:12 [2021-12-21T14:43:12.588Z]     archive_test.go:76: os.Getuid() != 0: skipping test that requires root
14:43:12 [2021-12-21T14:43:12.588Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
14:43:12 [2021-12-21T14:43:12.588Z] === RUN   TestChrootUntarEmptyArchive
14:43:12 [2021-12-21T14:43:12.588Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
14:43:12 [2021-12-21T14:43:12.588Z] === RUN   TestChrootTarUntarWithSymlink
14:43:12 [2021-12-21T14:43:12.588Z]     archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:43:12 [2021-12-21T14:43:12.588Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
14:43:12 [2021-12-21T14:43:12.588Z] === RUN   TestChrootCopyWithTar
14:43:12 [2021-12-21T14:43:12.588Z]     archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:43:12 [2021-12-21T14:43:12.588Z] --- SKIP: TestChrootCopyWithTar (0.00s)
14:43:12 [2021-12-21T14:43:12.588Z] === RUN   TestChrootCopyFileWithTar
14:43:12 [2021-12-21T14:43:12.588Z]     archive_test.go:248: os.Getuid() != 0: skipping test that requires root
14:43:12 [2021-12-21T14:43:12.588Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
14:43:12 [2021-12-21T14:43:12.588Z] === RUN   TestChrootUntarPath
14:43:12 [2021-12-21T14:43:12.588Z]     archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:43:12 [2021-12-21T14:43:12.588Z] --- SKIP: TestChrootUntarPath (0.00s)
14:43:12 [2021-12-21T14:43:12.588Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
14:43:12 [2021-12-21T14:43:12.588Z]     archive_test.go:355: os.Getuid() != 0: skipping test that requires root
14:43:12 [2021-12-21T14:43:12.588Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
14:43:12 [2021-12-21T14:43:12.588Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
14:43:12 [2021-12-21T14:43:12.588Z]     archive_test.go:372: os.Getuid() != 0: skipping test that requires root
14:43:12 [2021-12-21T14:43:12.588Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
14:43:12 [2021-12-21T14:43:12.588Z] === RUN   TestChrootApplyDotDotFile
14:43:12 [2021-12-21T14:43:12.588Z]     archive_test.go:389: os.Getuid() != 0: skipping test that requires root
14:43:12 [2021-12-21T14:43:12.588Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
14:43:12 [2021-12-21T14:43:12.588Z] PASS
14:43:12 [2021-12-21T14:43:12.588Z] coverage: 15.1% of statements
14:43:12 [2021-12-21T14:43:12.588Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.111s	coverage: 15.1% of statements
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLCOWParseMountRaw
14:43:12 [2021-12-21T14:43:12.701Z] --- PASS: TestLCOWParseMountRaw (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLCOWParseMountRawSplit
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLCOWParseMountRawSplit/0_c:\:/foo
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLCOWParseMountRawSplit/1_c:\:/foo:ro
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLCOWParseMountRawSplit/2_c:\:/foo:rw
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLCOWParseMountRawSplit/3_c:\:/foo:foo
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLCOWParseMountRawSplit/4_name:/foo:rw
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLCOWParseMountRawSplit/5_name:/foo
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLCOWParseMountRawSplit/6_name:/foo:ro
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLCOWParseMountRawSplit/7_name:/
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLCOWParseMountRawSplit/8_driver/name:/
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo
14:43:12 [2021-12-21T14:43:12.701Z] --- PASS: TestLCOWParseMountRawSplit (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLinuxParseMountRaw
14:43:12 [2021-12-21T14:43:12.701Z] --- PASS: TestLinuxParseMountRaw (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLinuxParseMountRawSplit
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLinuxParseMountRawSplit/0_/tmp:/tmp1
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLinuxParseMountRawSplit/4_name:/named1
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLinuxParseMountRawSplit/5_name:/named2
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLinuxParseMountRawSplit/6_name:/named3:ro
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLinuxParseMountRawSplit/7_local/name:/tmp:rw
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLinuxParseMountRawSplit/8_/tmp:tmp
14:43:12 [2021-12-21T14:43:12.701Z] --- PASS: TestLinuxParseMountRawSplit (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z]     --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestLinuxParseMountSpecBindWithFileinfoError
14:43:12 [2021-12-21T14:43:12.701Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestConvertTmpfsOptions
14:43:12 [2021-12-21T14:43:12.701Z]     linux_parser_test.go:209: data="mode=700,size=1m"
14:43:12 [2021-12-21T14:43:12.701Z]     linux_parser_test.go:209: data="ro"
14:43:12 [2021-12-21T14:43:12.701Z] --- PASS: TestConvertTmpfsOptions (0.00s)
14:43:12 [2021-12-21T14:43:12.701Z] === RUN   TestParseMountSpec
14:43:12 [2021-12-21T14:43:12.701Z]     parser_test.go:62: case 0
14:43:12 [2021-12-21T14:43:12.702Z]     parser_test.go:62: case 1
14:43:12 [2021-12-21T14:43:12.702Z]     parser_test.go:62: case 2
14:43:12 [2021-12-21T14:43:12.702Z]     parser_test.go:62: case 3
14:43:12 [2021-12-21T14:43:12.702Z]     parser_test.go:62: case 4
14:43:12 [2021-12-21T14:43:12.702Z]     parser_test.go:62: case 5
14:43:12 [2021-12-21T14:43:12.702Z] --- PASS: TestParseMountSpec (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestValidateMount
14:43:12 [2021-12-21T14:43:12.702Z] --- PASS: TestValidateMount (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountRaw
14:43:12 [2021-12-21T14:43:12.702Z] --- PASS: TestWindowsParseMountRaw (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountRawSplit
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountRawSplit/0_c:\:d:
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountRawSplit/1_c:\:d:\
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountRawSplit/2_c:\:d:\:ro
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountRawSplit/3_c:\:d:\:rw
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountRawSplit/4_c:\:d:\:foo
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountRawSplit/5_name:d::rw
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountRawSplit/6_name:d:
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountRawSplit/7_name:d::ro
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountRawSplit/8_name:c:
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountRawSplit/9_driver/name:c:
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo
14:43:12 [2021-12-21T14:43:12.702Z] --- PASS: TestWindowsParseMountRawSplit (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z]     --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z]     --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z]     --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z]     --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z]     --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z]     --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z]     --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z]     --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z]     --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z]     --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z]     --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z]     --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z]     --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z] === RUN   TestWindowsParseMountSpecBindWithFileinfoError
14:43:12 [2021-12-21T14:43:12.702Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s)
14:43:12 [2021-12-21T14:43:12.702Z] PASS
14:43:12 [2021-12-21T14:43:12.702Z] coverage: 67.6% of statements
14:43:12 [2021-12-21T14:43:12.702Z] ok  	github.com/docker/docker/volume/mounts	0.088s	coverage: 67.6% of statements
14:43:13 [2021-12-21T14:43:13.553Z] === RUN   TestSizeEmpty
14:43:13 [2021-12-21T14:43:13.553Z] --- PASS: TestSizeEmpty (0.00s)
14:43:13 [2021-12-21T14:43:13.553Z] === RUN   TestSizeEmptyFile
14:43:13 [2021-12-21T14:43:13.553Z] --- PASS: TestSizeEmptyFile (0.00s)
14:43:13 [2021-12-21T14:43:13.553Z] === RUN   TestSizeNonemptyFile
14:43:13 [2021-12-21T14:43:13.553Z] --- PASS: TestSizeNonemptyFile (0.00s)
14:43:13 [2021-12-21T14:43:13.553Z] === RUN   TestSizeNestedDirectoryEmpty
14:43:13 [2021-12-21T14:43:13.553Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
14:43:13 [2021-12-21T14:43:13.553Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
14:43:13 [2021-12-21T14:43:13.553Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
14:43:13 [2021-12-21T14:43:13.553Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
14:43:13 [2021-12-21T14:43:13.553Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
14:43:13 [2021-12-21T14:43:13.553Z] === RUN   TestMoveToSubdir
14:43:13 [2021-12-21T14:43:13.553Z] --- PASS: TestMoveToSubdir (0.01s)
14:43:13 [2021-12-21T14:43:13.553Z] === RUN   TestSizeNonExistingDirectory
14:43:13 [2021-12-21T14:43:13.553Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
14:43:13 [2021-12-21T14:43:13.553Z] PASS
14:43:13 [2021-12-21T14:43:13.553Z] coverage: 80.0% of statements
14:43:13 [2021-12-21T14:43:13.553Z] ok  	github.com/docker/docker/pkg/directory	0.053s	coverage: 80.0% of statements
14:43:13 [2021-12-21T14:43:13.553Z] --- PASS: TestNetworkDBCRUDTableEntry (4.48s)
14:43:13 [2021-12-21T14:43:13.553Z] === RUN   TestNetworkDBCRUDTableEntries
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestSetGetMeta
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestSetGetMeta
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestRestore
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestRestore
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestServiceCreate
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestServiceCreate
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestServiceList
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestServiceList
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestServiceRemove
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestServiceRemove
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestServiceGet
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestServiceGet
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestServicePrune
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestServicePrune
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestCreate
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestCreate
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestRemove
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestRemove
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestList
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestList
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestFindByDriver
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestFindByDriver
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestFindByReferenced
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestFindByReferenced
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestDerefMultipleOfSameRef
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestDerefMultipleOfSameRef
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestDefererencePluginOnCreateError
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestDefererencePluginOnCreateError
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestRefDerefRemove
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestRefDerefRemove
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestGet
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestGet
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestGetWithReference
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestGetWithReference
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestFilterFunc
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestFilterFunc/test_nil_list
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestFilterFunc/test_nil_list
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestFilterFunc/test_empty_list
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestFilterFunc/test_empty_list
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestFilterFunc/test_filter_some
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestFilterFunc/test_filter_some
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestFilterFunc/test_filter_middle
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestFilterFunc/test_filter_middle
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestFilterFunc/test_filter_middle_and_last
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
14:43:13 [2021-12-21T14:43:13.692Z] === RUN   TestFilterFunc/test_filter_first_and_last
14:43:13 [2021-12-21T14:43:13.692Z] === PAUSE TestFilterFunc/test_filter_first_and_last
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestFilterFunc/test_nil_list
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestFilterFunc/test_filter_some
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestFilterFunc/test_filter_middle_and_last
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestFilterFunc/test_empty_list
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestFilterFunc/test_filter_middle
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestFilterFunc/test_filter_first_and_last
14:43:13 [2021-12-21T14:43:13.692Z] --- PASS: TestFilterFunc (0.00s)
14:43:13 [2021-12-21T14:43:13.692Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
14:43:13 [2021-12-21T14:43:13.692Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
14:43:13 [2021-12-21T14:43:13.692Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
14:43:13 [2021-12-21T14:43:13.692Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
14:43:13 [2021-12-21T14:43:13.692Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
14:43:13 [2021-12-21T14:43:13.692Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
14:43:13 [2021-12-21T14:43:13.692Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
14:43:13 [2021-12-21T14:43:13.692Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestSetGetMeta
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestList
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestServiceGet
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestCreate
14:43:13 [2021-12-21T14:43:13.692Z] --- PASS: TestSetGetMeta (0.02s)
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestRemove
14:43:13 [2021-12-21T14:43:13.692Z] --- PASS: TestCreate (0.03s)
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestServicePrune
14:43:13 [2021-12-21T14:43:13.692Z] --- PASS: TestList (0.05s)
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestDefererencePluginOnCreateError
14:43:13 [2021-12-21T14:43:13.692Z] --- PASS: TestRemove (0.04s)
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestGetWithReference
14:43:13 [2021-12-21T14:43:13.692Z] --- PASS: TestDefererencePluginOnCreateError (0.03s)
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestGet
14:43:13 [2021-12-21T14:43:13.692Z] --- PASS: TestGetWithReference (0.02s)
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestRefDerefRemove
14:43:13 [2021-12-21T14:43:13.692Z] --- PASS: TestGet (0.03s)
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestDerefMultipleOfSameRef
14:43:13 [2021-12-21T14:43:13.692Z] --- PASS: TestRefDerefRemove (0.02s)
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
14:43:13 [2021-12-21T14:43:13.692Z] --- PASS: TestDerefMultipleOfSameRef (0.02s)
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestFindByReferenced
14:43:13 [2021-12-21T14:43:13.692Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestServiceList
14:43:13 [2021-12-21T14:43:13.692Z] --- PASS: TestFindByReferenced (0.02s)
14:43:13 [2021-12-21T14:43:13.692Z] === CONT  TestServiceRemove
14:43:13 [2021-12-21T14:43:13.861Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
14:43:14 [2021-12-21T14:43:14.161Z] --- PASS: TestServiceGet (0.23s)
14:43:14 [2021-12-21T14:43:14.161Z] === CONT  TestFindByDriver
14:43:14 [2021-12-21T14:43:14.161Z] time="2021-12-21T14:43:13Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:43:14 [2021-12-21T14:43:14.161Z] --- PASS: TestServiceRemove (0.09s)
14:43:14 [2021-12-21T14:43:14.161Z] === CONT  TestServiceCreate
14:43:14 [2021-12-21T14:43:14.161Z] --- PASS: TestServiceList (0.11s)
14:43:14 [2021-12-21T14:43:14.161Z] === CONT  TestRestore
14:43:14 [2021-12-21T14:43:14.161Z] time="2021-12-21T14:43:13Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:43:14 [2021-12-21T14:43:14.161Z] time="2021-12-21T14:43:13Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:43:14 [2021-12-21T14:43:14.161Z] time="2021-12-21T14:43:13Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
14:43:14 [2021-12-21T14:43:14.161Z] --- PASS: TestFindByDriver (0.02s)
14:43:14 [2021-12-21T14:43:14.161Z] --- PASS: TestServiceCreate (0.02s)
14:43:14 [2021-12-21T14:43:14.161Z] time="2021-12-21T14:43:13Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:43:14 [2021-12-21T14:43:14.161Z] --- PASS: TestRestore (0.03s)
14:43:14 [2021-12-21T14:43:14.161Z] --- PASS: TestServicePrune (0.23s)
14:43:14 [2021-12-21T14:43:14.161Z] PASS
14:43:14 [2021-12-21T14:43:14.161Z] coverage: 69.0% of statements
14:43:14 [2021-12-21T14:43:14.161Z] ok  	github.com/docker/docker/volume/service	0.313s	coverage: 69.0% of statements
14:43:15 [2021-12-21T14:43:15.088Z] === RUN   Test
14:43:15 [2021-12-21T14:43:15.088Z] === RUN   Test/TestContainsEntry
14:43:15 [2021-12-21T14:43:15.088Z] === RUN   Test/TestCreateEntries
14:43:15 [2021-12-21T14:43:15.088Z] === RUN   Test/TestEntriesDiff
14:43:15 [2021-12-21T14:43:15.088Z] === RUN   Test/TestEntriesEquality
14:43:15 [2021-12-21T14:43:15.088Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
14:43:15 [2021-12-21T14:43:15.088Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
14:43:15 [2021-12-21T14:43:15.088Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
14:43:15 [2021-12-21T14:43:15.088Z] === RUN   Test/TestGeneratorNotGenerate
14:43:15 [2021-12-21T14:43:15.088Z] === RUN   Test/TestGeneratorWithPort
14:43:15 [2021-12-21T14:43:15.088Z] === RUN   Test/TestGeneratorWithPortNotGenerate
14:43:15 [2021-12-21T14:43:15.088Z] === RUN   Test/TestNewEntry
14:43:15 [2021-12-21T14:43:15.088Z] === RUN   Test/TestParse
14:43:15 [2021-12-21T14:43:15.088Z] --- PASS: Test (0.00s)
14:43:15 [2021-12-21T14:43:15.088Z]     --- PASS: Test/TestContainsEntry (0.00s)
14:43:15 [2021-12-21T14:43:15.088Z]     --- PASS: Test/TestCreateEntries (0.00s)
14:43:15 [2021-12-21T14:43:15.088Z]     --- PASS: Test/TestEntriesDiff (0.00s)
14:43:15 [2021-12-21T14:43:15.088Z]     --- PASS: Test/TestEntriesEquality (0.00s)
14:43:15 [2021-12-21T14:43:15.088Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
14:43:15 [2021-12-21T14:43:15.088Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
14:43:15 [2021-12-21T14:43:15.088Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
14:43:15 [2021-12-21T14:43:15.088Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
14:43:15 [2021-12-21T14:43:15.088Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
14:43:15 [2021-12-21T14:43:15.088Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
14:43:15 [2021-12-21T14:43:15.088Z]     --- PASS: Test/TestNewEntry (0.00s)
14:43:15 [2021-12-21T14:43:15.088Z]     --- PASS: Test/TestParse (0.00s)
14:43:15 [2021-12-21T14:43:15.088Z] PASS
14:43:15 [2021-12-21T14:43:15.088Z] coverage: 58.3% of statements
14:43:15 [2021-12-21T14:43:15.088Z] ok  	github.com/docker/docker/pkg/discovery	0.059s	coverage: 58.3% of statements
14:43:15 [2021-12-21T14:43:15.765Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
14:43:16 [2021-12-21T14:43:16.054Z] === RUN   Test
14:43:16 [2021-12-21T14:43:16.054Z] === RUN   Test/TestContent
14:43:16 [2021-12-21T14:43:16.054Z] === RUN   Test/TestInitialize
14:43:16 [2021-12-21T14:43:16.054Z] === RUN   Test/TestNew
14:43:16 [2021-12-21T14:43:16.054Z] === RUN   Test/TestParsingContentsWithComments
14:43:16 [2021-12-21T14:43:16.054Z] === RUN   Test/TestRegister
14:43:16 [2021-12-21T14:43:16.054Z] === RUN   Test/TestWatch
14:43:16 [2021-12-21T14:43:16.054Z] --- PASS: Test (0.02s)
14:43:16 [2021-12-21T14:43:16.054Z]     --- PASS: Test/TestContent (0.00s)
14:43:16 [2021-12-21T14:43:16.054Z]     --- PASS: Test/TestInitialize (0.00s)
14:43:16 [2021-12-21T14:43:16.054Z]     --- PASS: Test/TestNew (0.00s)
14:43:16 [2021-12-21T14:43:16.054Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
14:43:16 [2021-12-21T14:43:16.054Z]     --- PASS: Test/TestRegister (0.00s)
14:43:16 [2021-12-21T14:43:16.054Z]     --- PASS: Test/TestWatch (0.01s)
14:43:16 [2021-12-21T14:43:16.054Z] PASS
14:43:16 [2021-12-21T14:43:16.054Z] coverage: 97.6% of statements
14:43:16 [2021-12-21T14:43:16.054Z] ok  	github.com/docker/docker/pkg/discovery/file	0.063s	coverage: 97.6% of statements
14:43:16 [2021-12-21T14:43:16.054Z] 2021/12/21 14:43:15 Closing DB instances...
14:43:17 [2021-12-21T14:43:17.019Z] --- PASS: TestNetworkDBCRUDTableEntries (3.27s)
14:43:17 [2021-12-21T14:43:17.019Z] === RUN   TestNetworkDBNodeLeave
14:43:17 [2021-12-21T14:43:17.141Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
14:43:17 [2021-12-21T14:43:17.400Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
14:43:17 [2021-12-21T14:43:17.475Z] === RUN   Test
14:43:17 [2021-12-21T14:43:17.475Z] === RUN   Test/TestInitialize
14:43:17 [2021-12-21T14:43:17.475Z] time="2021-12-21T14:43:17Z" level=info msg="Initializing discovery without TLS"
14:43:17 [2021-12-21T14:43:17.475Z] time="2021-12-21T14:43:17Z" level=info msg="Initializing discovery without TLS"
14:43:17 [2021-12-21T14:43:17.475Z] time="2021-12-21T14:43:17Z" level=info msg="Initializing discovery without TLS"
14:43:17 [2021-12-21T14:43:17.475Z] === RUN   Test/TestInitializeWithCerts
14:43:17 [2021-12-21T14:43:17.475Z] time="2021-12-21T14:43:17Z" level=info msg="Initializing discovery with TLS"
14:43:17 [2021-12-21T14:43:17.475Z] === RUN   Test/TestWatch
14:43:17 [2021-12-21T14:43:17.475Z] time="2021-12-21T14:43:17Z" level=info msg="Initializing discovery without TLS"
14:43:17 [2021-12-21T14:43:17.934Z] --- PASS: TestTarFiles (6.18s)
14:43:17 [2021-12-21T14:43:17.934Z] === RUN   TestDetectCompressionZstd
14:43:17 [2021-12-21T14:43:17.934Z] --- PASS: TestDetectCompressionZstd (0.00s)
14:43:17 [2021-12-21T14:43:17.934Z] === RUN   TestTarUntar
14:43:17 [2021-12-21T14:43:17.934Z] --- PASS: TestTarUntar (0.05s)
14:43:17 [2021-12-21T14:43:17.934Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
14:43:17 [2021-12-21T14:43:17.934Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
14:43:17 [2021-12-21T14:43:17.934Z] === RUN   TestTarWithOptions
14:43:17 [2021-12-21T14:43:17.934Z] --- PASS: TestTarWithOptions (0.03s)
14:43:17 [2021-12-21T14:43:17.934Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
14:43:17 [2021-12-21T14:43:17.934Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
14:43:17 [2021-12-21T14:43:17.934Z] === RUN   TestUntarUstarGnuConflict
14:43:17 [2021-12-21T14:43:17.934Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
14:43:17 [2021-12-21T14:43:17.934Z] === RUN   TestUntarInvalidFilenames
14:43:17 [2021-12-21T14:43:17.934Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames327348970\\dest"
14:43:17 [2021-12-21T14:43:17.934Z] --- PASS: TestUntarInvalidFilenames (0.21s)
14:43:17 [2021-12-21T14:43:17.934Z] === RUN   TestUntarHardlinkToSymlink
14:43:17 [2021-12-21T14:43:17.934Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
14:43:17 [2021-12-21T14:43:17.934Z] === RUN   TestUntarInvalidHardlink
14:43:17 [2021-12-21T14:43:17.934Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink735325950\\victim\\hello" -> "../victim/hello"
14:43:17 [2021-12-21T14:43:17.934Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink20542125\\victim\\hello" -> "/../victim/hello"
14:43:17 [2021-12-21T14:43:17.934Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4188874955\\victim" -> "../victim"
14:43:17 [2021-12-21T14:43:17.934Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1642208489\\victim" -> "../victim"
14:43:17 [2021-12-21T14:43:17.934Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3959185225\\victim" -> "../victim"
14:43:17 [2021-12-21T14:43:17.934Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3502277387\\victim" -> "../victim"
14:43:17 [2021-12-21T14:43:17.934Z] --- PASS: TestUntarInvalidHardlink (0.04s)
14:43:17 [2021-12-21T14:43:17.934Z] === RUN   TestUntarInvalidSymlink
14:43:17 [2021-12-21T14:43:17.934Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1795487719\\dest\\dotdot" -> "../victim/hello"
14:43:17 [2021-12-21T14:43:17.934Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1200812076\\dest\\slash-dotdot" -> "/../victim/hello"
14:43:17 [2021-12-21T14:43:17.934Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2261280436\\dest\\loophole-victim" -> "../victim"
14:43:18 [2021-12-21T14:43:18.238Z] --- PASS: TestCreateServiceSecretFileMode (11.94s)
14:43:18 [2021-12-21T14:43:18.238Z] === RUN   TestCreateServiceConfigFileMode
14:43:18 [2021-12-21T14:43:18.391Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3745275416\\dest\\loophole-victim" -> "../victim"
14:43:18 [2021-12-21T14:43:18.391Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink504626113\\dest\\loophole-victim" -> "../victim"
14:43:18 [2021-12-21T14:43:18.391Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink69733475\\dest\\loophole-victim" -> "../victim"
14:43:18 [2021-12-21T14:43:18.391Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1227411221\\dest\\dir\\loophole" -> "../../victim"
14:43:18 [2021-12-21T14:43:18.391Z] --- PASS: TestUntarInvalidSymlink (0.04s)
14:43:18 [2021-12-21T14:43:18.391Z] === RUN   TestTempArchiveCloseMultipleTimes
14:43:18 [2021-12-21T14:43:18.391Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
14:43:18 [2021-12-21T14:43:18.391Z] === RUN   TestXGlobalNoParent
14:43:18 [2021-12-21T14:43:18.391Z] --- PASS: TestXGlobalNoParent (0.00s)
14:43:18 [2021-12-21T14:43:18.391Z] === RUN   TestReplaceFileTarWrapper
14:43:18 [2021-12-21T14:43:18.391Z] --- PASS: TestReplaceFileTarWrapper (0.19s)
14:43:18 [2021-12-21T14:43:18.391Z] === RUN   TestPrefixHeaderReadable
14:43:18 [2021-12-21T14:43:18.391Z] --- PASS: TestPrefixHeaderReadable (0.03s)
14:43:18 [2021-12-21T14:43:18.391Z] === RUN   TestDisablePigz
14:43:18 [2021-12-21T14:43:18.391Z]     archive_test.go:1372: Test will not check full path when Pigz not installed
14:43:18 [2021-12-21T14:43:18.391Z] --- PASS: TestDisablePigz (0.15s)
14:43:18 [2021-12-21T14:43:18.391Z] === RUN   TestPigz
14:43:18 [2021-12-21T14:43:18.612Z] 5ee7a7ea9cf2: Pull complete
14:43:18 [2021-12-21T14:43:18.612Z] Digest: sha256:50a88017fa694dd52cb1644a6d204f5305f78cce356f588dae0be983485065b2
14:43:18 [2021-12-21T14:43:18.612Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
14:43:18 [2021-12-21T14:43:18.612Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
14:43:18 [2021-12-21T14:43:18.612Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
14:43:18 [2021-12-21T14:43:18.612Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2366'
14:43:18 [2021-12-21T14:43:18.612Z] WARN: Skipping validation tests
14:43:18 [2021-12-21T14:43:18.612Z] INFO: Running unit tests at 12/21/2021 14:43:13...
14:43:18 [2021-12-21T14:43:18.848Z]     archive_test.go:1401: Tested whether Pigz is not used, as it not installed
14:43:18 [2021-12-21T14:43:18.848Z] --- PASS: TestPigz (0.18s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestCopyFileWithInvalidDest
14:43:18 [2021-12-21T14:43:18.848Z]     archive_windows_test.go:16: Currently fails
14:43:18 [2021-12-21T14:43:18.848Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestCanonicalTarNameForPath
14:43:18 [2021-12-21T14:43:18.848Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestCanonicalTarName
14:43:18 [2021-12-21T14:43:18.848Z] --- PASS: TestCanonicalTarName (0.00s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestChmodTarEntry
14:43:18 [2021-12-21T14:43:18.848Z] --- PASS: TestChmodTarEntry (0.00s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestHardLinkOrder
14:43:18 [2021-12-21T14:43:18.848Z] --- PASS: TestHardLinkOrder (0.10s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestChangeString
14:43:18 [2021-12-21T14:43:18.848Z] --- PASS: TestChangeString (0.00s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestChangesWithNoChanges
14:43:18 [2021-12-21T14:43:18.848Z] --- PASS: TestChangesWithNoChanges (0.03s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestChangesWithChanges
14:43:18 [2021-12-21T14:43:18.848Z] --- PASS: TestChangesWithChanges (0.04s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestChangesWithChangesGH13590
14:43:18 [2021-12-21T14:43:18.848Z]     changes_test.go:195: needs more investigation
14:43:18 [2021-12-21T14:43:18.848Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestChangesDirsEmpty
14:43:18 [2021-12-21T14:43:18.848Z]     changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846
14:43:18 [2021-12-21T14:43:18.848Z] --- SKIP: TestChangesDirsEmpty (0.00s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestChangesDirsMutated
14:43:18 [2021-12-21T14:43:18.848Z]     changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846
14:43:18 [2021-12-21T14:43:18.848Z] --- SKIP: TestChangesDirsMutated (0.00s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestApplyLayer
14:43:18 [2021-12-21T14:43:18.848Z]     changes_test.go:432: needs further investigation
14:43:18 [2021-12-21T14:43:18.848Z] --- SKIP: TestApplyLayer (0.00s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestChangesSizeWithHardlinks
14:43:18 [2021-12-21T14:43:18.848Z]     changes_test.go:468: needs further investigation
14:43:18 [2021-12-21T14:43:18.848Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestChangesSizeWithNoChanges
14:43:18 [2021-12-21T14:43:18.848Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
14:43:18 [2021-12-21T14:43:18.848Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestChangesSize
14:43:18 [2021-12-21T14:43:18.848Z] --- PASS: TestChangesSize (0.00s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestApplyLayerInvalidFilenames
14:43:18 [2021-12-21T14:43:18.848Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames458580971\\dest"
14:43:18 [2021-12-21T14:43:18.848Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestApplyLayerInvalidHardlink
14:43:18 [2021-12-21T14:43:18.848Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2797064663\\victim\\hello" -> "../victim/hello"
14:43:18 [2021-12-21T14:43:18.848Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink158902891\\victim\\hello" -> "/../victim/hello"
14:43:18 [2021-12-21T14:43:18.848Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3680125511\\victim" -> "../victim"
14:43:18 [2021-12-21T14:43:18.848Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2837193316\\victim" -> "../victim"
14:43:18 [2021-12-21T14:43:18.848Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1110461148\\victim" -> "../victim"
14:43:18 [2021-12-21T14:43:18.848Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1063133954\\victim" -> "../victim"
14:43:18 [2021-12-21T14:43:18.848Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestApplyLayerInvalidSymlink
14:43:18 [2021-12-21T14:43:18.848Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink514190934\\dest\\dotdot" -> "../victim/hello"
14:43:18 [2021-12-21T14:43:18.848Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2013420694\\dest\\slash-dotdot" -> "/../victim/hello"
14:43:18 [2021-12-21T14:43:18.848Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink687912566\\dest\\loophole-victim" -> "../victim"
14:43:18 [2021-12-21T14:43:18.848Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3424276016\\dest\\loophole-victim" -> "../victim"
14:43:18 [2021-12-21T14:43:18.848Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4182859751\\dest\\loophole-victim" -> "../victim"
14:43:18 [2021-12-21T14:43:18.848Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2033670840\\dest\\loophole-victim" -> "../victim"
14:43:18 [2021-12-21T14:43:18.848Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s)
14:43:18 [2021-12-21T14:43:18.848Z] === RUN   TestApplyLayerWhiteouts
14:43:19 [2021-12-21T14:43:19.305Z] --- PASS: TestApplyLayerWhiteouts (0.08s)
14:43:19 [2021-12-21T14:43:19.305Z] === RUN   TestGenerateEmptyFile
14:43:19 [2021-12-21T14:43:19.305Z] --- PASS: TestGenerateEmptyFile (0.00s)
14:43:19 [2021-12-21T14:43:19.305Z] === RUN   TestGenerateWithContent
14:43:19 [2021-12-21T14:43:19.305Z] --- PASS: TestGenerateWithContent (0.00s)
14:43:19 [2021-12-21T14:43:19.305Z] PASS
14:43:19 [2021-12-21T14:43:19.305Z] coverage: 62.0% of statements
14:43:19 [2021-12-21T14:43:19.305Z] ok  	github.com/docker/docker/pkg/archive	9.279s	coverage: 62.0% of statements
14:43:19 [2021-12-21T14:43:19.761Z] --- PASS: TestNetworkDBNodeLeave (2.89s)
14:43:19 [2021-12-21T14:43:19.761Z] === RUN   TestNetworkDBWatch
14:43:20 [2021-12-21T14:43:20.724Z] --- PASS: Test (3.23s)
14:43:20 [2021-12-21T14:43:20.724Z]     --- PASS: Test/TestInitialize (0.22s)
14:43:20 [2021-12-21T14:43:20.724Z]     --- PASS: Test/TestInitializeWithCerts (0.01s)
14:43:20 [2021-12-21T14:43:20.724Z]     --- PASS: Test/TestWatch (3.00s)
14:43:20 [2021-12-21T14:43:20.724Z] PASS
14:43:20 [2021-12-21T14:43:20.724Z] coverage: 84.1% of statements
14:43:20 [2021-12-21T14:43:20.724Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.287s	coverage: 84.1% of statements
14:43:21 [2021-12-21T14:43:21.524Z] INFO: make.ps1 starting at 12/21/2021 14:43:21
14:43:21 [2021-12-21T14:43:21.688Z] === RUN   Test
14:43:21 [2021-12-21T14:43:21.688Z] === RUN   Test/TestWatch
14:43:21 [2021-12-21T14:43:21.688Z] --- PASS: Test (0.00s)
14:43:21 [2021-12-21T14:43:21.688Z]     --- PASS: Test/TestWatch (0.00s)
14:43:21 [2021-12-21T14:43:21.688Z] PASS
14:43:21 [2021-12-21T14:43:21.688Z] coverage: 92.3% of statements
14:43:21 [2021-12-21T14:43:21.688Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.049s	coverage: 92.3% of statements
14:43:21 [2021-12-21T14:43:21.688Z] 2021/12/21 14:43:21 Closing DB instances...
14:43:21 [2021-12-21T14:43:21.985Z] INFO: Git commit (2e64c14543) assumed from DOCKER_GITCOMMIT environment variable
14:43:21 [2021-12-21T14:43:21.985Z] INFO: Invoking autogen...
14:43:22 [2021-12-21T14:43:22.146Z] === RUN   Test
14:43:22 [2021-12-21T14:43:22.146Z] === RUN   Test/TestInitialize
14:43:22 [2021-12-21T14:43:22.146Z] === RUN   Test/TestInitializeWithPattern
14:43:22 [2021-12-21T14:43:22.146Z] === RUN   Test/TestRegister
14:43:22 [2021-12-21T14:43:22.146Z] === RUN   Test/TestWatch
14:43:22 [2021-12-21T14:43:22.146Z] --- PASS: Test (0.00s)
14:43:22 [2021-12-21T14:43:22.146Z]     --- PASS: Test/TestInitialize (0.00s)
14:43:22 [2021-12-21T14:43:22.146Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
14:43:22 [2021-12-21T14:43:22.146Z]     --- PASS: Test/TestRegister (0.00s)
14:43:22 [2021-12-21T14:43:22.146Z]     --- PASS: Test/TestWatch (0.00s)
14:43:22 [2021-12-21T14:43:22.146Z] PASS
14:43:22 [2021-12-21T14:43:22.146Z] coverage: 93.8% of statements
14:43:22 [2021-12-21T14:43:22.146Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.049s	coverage: 93.8% of statements
14:43:22 [2021-12-21T14:43:22.450Z] INFO: Running unit tests...
14:43:22 [2021-12-21T14:43:22.670Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
14:43:23 [2021-12-21T14:43:23.110Z] --- PASS: TestNetworkDBWatch (3.04s)
14:43:23 [2021-12-21T14:43:23.110Z] === RUN   TestNetworkDBBulkSync
14:43:23 [2021-12-21T14:43:23.110Z] === RUN   TestPollerAddRemove
14:43:23 [2021-12-21T14:43:23.110Z] --- PASS: TestPollerAddRemove (0.00s)
14:43:23 [2021-12-21T14:43:23.110Z] === RUN   TestPollerEvent
14:43:23 [2021-12-21T14:43:23.110Z]     poller_test.go:40: No chmod on Windows
14:43:23 [2021-12-21T14:43:23.110Z] --- SKIP: TestPollerEvent (0.00s)
14:43:23 [2021-12-21T14:43:23.110Z] === RUN   TestPollerClose
14:43:23 [2021-12-21T14:43:23.110Z] --- PASS: TestPollerClose (0.00s)
14:43:23 [2021-12-21T14:43:23.110Z] PASS
14:43:23 [2021-12-21T14:43:23.110Z] coverage: 45.7% of statements
14:43:23 [2021-12-21T14:43:23.110Z] ok  	github.com/docker/docker/pkg/filenotify	0.047s	coverage: 45.7% of statements
14:43:23 [2021-12-21T14:43:23.831Z] Created binary: bundles/binary-daemon/dockerd-dev
14:43:23 [2021-12-21T14:43:23.831Z] Copying nested executables into bundles/binary-daemon
14:43:23 [2021-12-21T14:43:23.831Z] Building: bundles/binary-daemon/docker-proxy-dev
14:43:23 [2021-12-21T14:43:23.831Z] GOOS="" GOARCH="" GOARM=""
14:43:23 [2021-12-21T14:43:23.831Z] Created binary: bundles/binary-daemon/docker-proxy-dev
14:43:23 [2021-12-21T14:43:23.831Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
14:43:24 [2021-12-21T14:43:24.177Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43075/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4 -e DOCKER_GRAPHDRIVER docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 hack/make.sh cross
14:43:24 [2021-12-21T14:43:24.648Z] 2021/12/21 14:43:24 Closing DB instances...
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestCopyFileWithInvalidSrc
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestCopyFileWithInvalidDest
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestCopyFileWithSameSrcAndDest
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestCopyFile
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestCopyFile (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
14:43:24 [2021-12-21T14:43:24.648Z]     fileutils_test.go:133: Needs porting to Windows
14:43:24 [2021-12-21T14:43:24.648Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestReadSymlinkedDirectoryToFile
14:43:24 [2021-12-21T14:43:24.648Z]     fileutils_test.go:179: Needs porting to Windows
14:43:24 [2021-12-21T14:43:24.648Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestWildcardMatches
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestWildcardMatches (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestPatternMatches
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestPatternMatches (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestExclusionPatternMatchesPatternBefore
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestPatternMatchesFolderExclusions
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestPatternMatchesFolderWildcardExclusions
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestExclusionPatternMatchesPatternAfter
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestExclusionPatternMatchesWholeDirectory
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestSingleExclamationError
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestSingleExclamationError (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestMatchesWithNoPatterns
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestMatchesWithMalformedPatterns
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestMatches
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestMatches/MatchesOrParentMatches
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestMatches/MatchesUsingParentResult
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestMatches/MatchesUsingParentResults
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestMatches/MatchesUsingParentResultsNoContext
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestMatches (0.01s)
14:43:24 [2021-12-21T14:43:24.648Z]     --- PASS: TestMatches/MatchesOrParentMatches (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z]     --- PASS: TestMatches/MatchesUsingParentResult (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z]     --- PASS: TestMatches/MatchesUsingParentResults (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z]     --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestCleanPatterns
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestCleanPatterns (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestCleanPatternsStripEmptyPatterns
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestCleanPatternsExceptionFlag
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestCleanPatternsErrorSingleException
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestCreateIfNotExistsDir
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestCreateIfNotExistsFile
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestCreateIfNotExistsFile (0.01s)
14:43:24 [2021-12-21T14:43:24.648Z] === RUN   TestMatch
14:43:24 [2021-12-21T14:43:24.648Z] --- PASS: TestMatch (0.00s)
14:43:24 [2021-12-21T14:43:24.648Z] PASS
14:43:24 [2021-12-21T14:43:24.648Z] coverage: 84.0% of statements
14:43:24 [2021-12-21T14:43:24.648Z] ok  	github.com/docker/docker/pkg/fileutils	0.091s	coverage: 84.0% of statements
14:43:24 [2021-12-21T14:43:24.748Z] 
14:43:25 [2021-12-21T14:43:25.010Z] Removing bundles/
14:43:25 [2021-12-21T14:43:25.010Z] 
14:43:25 [2021-12-21T14:43:25.010Z] ---> Making bundle: cross (in bundles/cross)
14:43:25 [2021-12-21T14:43:25.010Z] Cross building: bundles/cross/linux/amd64
14:43:25 [2021-12-21T14:43:25.010Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev
14:43:25 [2021-12-21T14:43:25.010Z] GOOS="linux" GOARCH="amd64" GOARM=""
14:43:25 [2021-12-21T14:43:25.614Z] === RUN   TestGet
14:43:25 [2021-12-21T14:43:25.615Z] --- PASS: TestGet (0.00s)
14:43:25 [2021-12-21T14:43:25.615Z] === RUN   TestGetShortcutString
14:43:25 [2021-12-21T14:43:25.615Z] --- PASS: TestGetShortcutString (0.00s)
14:43:25 [2021-12-21T14:43:25.615Z] PASS
14:43:25 [2021-12-21T14:43:25.615Z] coverage: 42.9% of statements
14:43:25 [2021-12-21T14:43:25.615Z] ok  	github.com/docker/docker/pkg/homedir	0.043s	coverage: 42.9% of statements
14:43:25 [2021-12-21T14:43:25.615Z] --- PASS: TestNetworkDBBulkSync (2.84s)
14:43:25 [2021-12-21T14:43:25.615Z] === RUN   TestNetworkDBCRUDMediumCluster
14:43:25 [2021-12-21T14:43:25.954Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
14:43:26 [2021-12-21T14:43:26.578Z] === RUN   TestCreateIDMapOrder
14:43:26 [2021-12-21T14:43:26.578Z] --- PASS: TestCreateIDMapOrder (0.00s)
14:43:26 [2021-12-21T14:43:26.578Z] PASS
14:43:26 [2021-12-21T14:43:26.578Z] coverage: 7.2% of statements
14:43:26 [2021-12-21T14:43:26.578Z] ok  	github.com/docker/docker/pkg/idtools	0.050s	coverage: 7.2% of statements
14:43:26 [2021-12-21T14:43:26.656Z] 2021/12/21 14:43:26 Closing DB instances...
14:43:26 [2021-12-21T14:43:26.889Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
14:43:27 [2021-12-21T14:43:27.148Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
14:43:27 [2021-12-21T14:43:27.715Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
14:43:28 [2021-12-21T14:43:28.109Z] === RUN   TestFixedBufferCap
14:43:28 [2021-12-21T14:43:28.109Z] --- PASS: TestFixedBufferCap (0.00s)
14:43:28 [2021-12-21T14:43:28.109Z] === RUN   TestFixedBufferLen
14:43:28 [2021-12-21T14:43:28.109Z] --- PASS: TestFixedBufferLen (0.00s)
14:43:28 [2021-12-21T14:43:28.109Z] === RUN   TestFixedBufferString
14:43:28 [2021-12-21T14:43:28.109Z] --- PASS: TestFixedBufferString (0.00s)
14:43:28 [2021-12-21T14:43:28.109Z] === RUN   TestFixedBufferWrite
14:43:28 [2021-12-21T14:43:28.109Z] --- PASS: TestFixedBufferWrite (0.00s)
14:43:28 [2021-12-21T14:43:28.109Z] === RUN   TestFixedBufferRead
14:43:28 [2021-12-21T14:43:28.109Z] --- PASS: TestFixedBufferRead (0.00s)
14:43:28 [2021-12-21T14:43:28.109Z] === RUN   TestBytesPipeRead
14:43:28 [2021-12-21T14:43:28.109Z] --- PASS: TestBytesPipeRead (0.00s)
14:43:28 [2021-12-21T14:43:28.109Z] === RUN   TestBytesPipeWrite
14:43:28 [2021-12-21T14:43:28.109Z] --- PASS: TestBytesPipeWrite (0.00s)
14:43:28 [2021-12-21T14:43:28.109Z] === RUN   TestBytesPipeWriteRandomChunks
14:43:28 [2021-12-21T14:43:28.109Z] --- PASS: TestBytesPipeWriteRandomChunks (0.50s)
14:43:28 [2021-12-21T14:43:28.109Z] === RUN   TestAtomicWriteToFile
14:43:28 [2021-12-21T14:43:28.109Z] --- PASS: TestAtomicWriteToFile (0.01s)
14:43:28 [2021-12-21T14:43:28.109Z] === RUN   TestAtomicWriteSetCommit
14:43:28 [2021-12-21T14:43:28.109Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
14:43:28 [2021-12-21T14:43:28.109Z] === RUN   TestAtomicWriteSetCancel
14:43:28 [2021-12-21T14:43:28.109Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
14:43:28 [2021-12-21T14:43:28.109Z] === RUN   TestReadCloserWrapperClose
14:43:28 [2021-12-21T14:43:28.109Z] --- PASS: TestReadCloserWrapperClose (0.00s)
14:43:28 [2021-12-21T14:43:28.109Z] === RUN   TestReaderErrWrapperReadOnError
14:43:28 [2021-12-21T14:43:28.109Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
14:43:28 [2021-12-21T14:43:28.109Z] === RUN   TestReaderErrWrapperRead
14:43:28 [2021-12-21T14:43:28.109Z] --- PASS: TestReaderErrWrapperRead (0.00s)
14:43:28 [2021-12-21T14:43:28.109Z] === RUN   TestCancelReadCloser
14:43:28 [2021-12-21T14:43:28.227Z] --- PASS: TestNetworkDBGarbageCollection (54.26s)
14:43:28 [2021-12-21T14:43:28.227Z] === RUN   TestFindNode
14:43:28 [2021-12-21T14:43:28.227Z] 2021/12/21 14:43:28 Closing DB instances...
14:43:28 [2021-12-21T14:43:28.227Z] --- PASS: TestFindNode (0.02s)
14:43:28 [2021-12-21T14:43:28.227Z] === RUN   TestChangeNodeState
14:43:28 [2021-12-21T14:43:28.227Z] 2021/12/21 14:43:28 Closing DB instances...
14:43:28 [2021-12-21T14:43:28.227Z] --- PASS: TestChangeNodeState (0.02s)
14:43:28 [2021-12-21T14:43:28.227Z] === RUN   TestNodeReincarnation
14:43:28 [2021-12-21T14:43:28.227Z] 2021/12/21 14:43:28 Closing DB instances...
14:43:28 [2021-12-21T14:43:28.567Z] --- PASS: TestCancelReadCloser (0.10s)
14:43:28 [2021-12-21T14:43:28.567Z] === RUN   TestWriteCloserWrapperClose
14:43:28 [2021-12-21T14:43:28.567Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
14:43:28 [2021-12-21T14:43:28.567Z] === RUN   TestNopWriteCloser
14:43:28 [2021-12-21T14:43:28.567Z] --- PASS: TestNopWriteCloser (0.00s)
14:43:28 [2021-12-21T14:43:28.567Z] === RUN   TestNopWriter
14:43:28 [2021-12-21T14:43:28.567Z] --- PASS: TestNopWriter (0.00s)
14:43:28 [2021-12-21T14:43:28.567Z] === RUN   TestWriteCounter
14:43:28 [2021-12-21T14:43:28.567Z] --- PASS: TestWriteCounter (0.00s)
14:43:28 [2021-12-21T14:43:28.567Z] PASS
14:43:28 [2021-12-21T14:43:28.567Z] coverage: 70.1% of statements
14:43:28 [2021-12-21T14:43:28.567Z] --- PASS: TestGetAddress (25.46s)
14:43:28 [2021-12-21T14:43:28.567Z] === RUN   TestRequestSyntaxCheck
14:43:28 [2021-12-21T14:43:28.567Z] ok  	github.com/docker/docker/pkg/ioutils	0.682s	coverage: 70.1% of statements
14:43:28 [2021-12-21T14:43:28.567Z] --- PASS: TestRequestSyntaxCheck (0.03s)
14:43:28 [2021-12-21T14:43:28.567Z] === RUN   TestRequest
14:43:28 [2021-12-21T14:43:28.567Z] 2021/12/21 14:43:28 Closing DB instances...
14:43:28 [2021-12-21T14:43:28.650Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
14:43:28 [2021-12-21T14:43:28.650Z]     docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows
14:43:28 [2021-12-21T14:43:28.909Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
14:43:29 [2021-12-21T14:43:29.024Z] time="2021-12-21T14:43:28Z" level=error msg="node: cecb25c9caca is unknown to memberlist"
14:43:29 [2021-12-21T14:43:29.024Z] time="2021-12-21T14:43:28Z" level=error msg="node: cecb25c9caca is unknown to memberlist"
14:43:29 [2021-12-21T14:43:29.167Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
14:43:29 [2021-12-21T14:43:29.481Z] === RUN   TestError
14:43:29 [2021-12-21T14:43:29.481Z] --- PASS: TestError (0.00s)
14:43:29 [2021-12-21T14:43:29.481Z] === RUN   TestProgressString
14:43:29 [2021-12-21T14:43:29.481Z] === RUN   TestProgressString/no_progress
14:43:29 [2021-12-21T14:43:29.481Z] === RUN   TestProgressString/progress_1
14:43:29 [2021-12-21T14:43:29.481Z] === RUN   TestProgressString/some_progress_with_a_start_time
14:43:29 [2021-12-21T14:43:29.481Z] === RUN   TestProgressString/some_progress_without_a_start_time
14:43:29 [2021-12-21T14:43:29.481Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
14:43:29 [2021-12-21T14:43:29.481Z] === RUN   TestProgressString/with_units
14:43:29 [2021-12-21T14:43:29.481Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
14:43:29 [2021-12-21T14:43:29.481Z] === RUN   TestProgressString/hide_counts
14:43:29 [2021-12-21T14:43:29.481Z] --- PASS: TestProgressString (0.00s)
14:43:29 [2021-12-21T14:43:29.481Z]     --- PASS: TestProgressString/no_progress (0.00s)
14:43:29 [2021-12-21T14:43:29.481Z]     --- PASS: TestProgressString/progress_1 (0.00s)
14:43:29 [2021-12-21T14:43:29.481Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
14:43:29 [2021-12-21T14:43:29.481Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
14:43:29 [2021-12-21T14:43:29.481Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
14:43:29 [2021-12-21T14:43:29.481Z]     --- PASS: TestProgressString/with_units (0.00s)
14:43:29 [2021-12-21T14:43:29.481Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
14:43:29 [2021-12-21T14:43:29.481Z]     --- PASS: TestProgressString/hide_counts (0.00s)
14:43:29 [2021-12-21T14:43:29.481Z] === RUN   TestJSONMessageDisplay
14:43:29 [2021-12-21T14:43:29.481Z] --- PASS: TestJSONMessageDisplay (0.21s)
14:43:29 [2021-12-21T14:43:29.481Z] === RUN   TestJSONMessageDisplayWithJSONError
14:43:29 [2021-12-21T14:43:29.481Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
14:43:29 [2021-12-21T14:43:29.481Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
14:43:29 [2021-12-21T14:43:29.481Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
14:43:29 [2021-12-21T14:43:29.481Z] === RUN   TestDisplayJSONMessagesStream
14:43:29 [2021-12-21T14:43:29.481Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
14:43:29 [2021-12-21T14:43:29.481Z] PASS
14:43:29 [2021-12-21T14:43:29.481Z] coverage: 91.7% of statements
14:43:29 [2021-12-21T14:43:29.481Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.256s	coverage: 91.7% of statements
14:43:30 [2021-12-21T14:43:30.404Z] --- PASS: TestCreateServiceConfigFileMode (11.97s)
14:43:30 [2021-12-21T14:43:30.404Z] === RUN   TestCreateServiceSysctls
14:43:30 [2021-12-21T14:43:30.447Z] === RUN   TestStandardLongPath
14:43:30 [2021-12-21T14:43:30.447Z] --- PASS: TestStandardLongPath (0.00s)
14:43:30 [2021-12-21T14:43:30.447Z] === RUN   TestUNCLongPath
14:43:30 [2021-12-21T14:43:30.447Z] --- PASS: TestUNCLongPath (0.00s)
14:43:30 [2021-12-21T14:43:30.447Z] PASS
14:43:30 [2021-12-21T14:43:30.447Z] coverage: 100.0% of statements
14:43:30 [2021-12-21T14:43:30.447Z] ok  	github.com/docker/docker/pkg/longpath	0.043s	coverage: 100.0% of statements
14:43:30 [2021-12-21T14:43:30.905Z] === RUN   TestNameFormat
14:43:30 [2021-12-21T14:43:30.905Z] --- PASS: TestNameFormat (0.00s)
14:43:30 [2021-12-21T14:43:30.905Z] === RUN   TestNameRetries
14:43:30 [2021-12-21T14:43:30.905Z] --- PASS: TestNameRetries (0.00s)
14:43:30 [2021-12-21T14:43:30.905Z] PASS
14:43:30 [2021-12-21T14:43:30.905Z] coverage: 85.7% of statements
14:43:30 [2021-12-21T14:43:30.905Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.042s	coverage: 85.7% of statements
14:43:30 [2021-12-21T14:43:30.966Z] --- PASS: TestCreateServiceSysctls (2.47s)
14:43:30 [2021-12-21T14:43:30.966Z] === RUN   TestCreateServiceCapabilities
14:43:31 [2021-12-21T14:43:31.363Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.40s)
14:43:31 [2021-12-21T14:43:31.363Z] === RUN   TestNetworkDBNodeJoinLeaveIteration
14:43:31 [2021-12-21T14:43:31.819Z] === RUN   TestParseKeyValueOpt
14:43:31 [2021-12-21T14:43:31.819Z] --- PASS: TestParseKeyValueOpt (0.00s)
14:43:31 [2021-12-21T14:43:31.819Z] === RUN   TestParseUintList
14:43:31 [2021-12-21T14:43:31.819Z] --- PASS: TestParseUintList (0.00s)
14:43:31 [2021-12-21T14:43:31.819Z] === RUN   TestParseUintListMaximumLimits
14:43:31 [2021-12-21T14:43:31.819Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
14:43:31 [2021-12-21T14:43:31.819Z] PASS
14:43:31 [2021-12-21T14:43:31.819Z] coverage: 97.0% of statements
14:43:31 [2021-12-21T14:43:31.819Z] ok  	github.com/docker/docker/pkg/parsers	0.041s	coverage: 97.0% of statements
14:43:32 [2021-12-21T14:43:32.276Z] 2021/12/21 14:43:32 Closing DB instances...
14:43:32 [2021-12-21T14:43:32.732Z] === RUN   TestNewAndRemove
14:43:32 [2021-12-21T14:43:32.732Z] --- PASS: TestNewAndRemove (0.00s)
14:43:32 [2021-12-21T14:43:32.732Z] === RUN   TestRemoveInvalidPath
14:43:32 [2021-12-21T14:43:32.732Z] --- PASS: TestRemoveInvalidPath (0.00s)
14:43:32 [2021-12-21T14:43:32.732Z] PASS
14:43:32 [2021-12-21T14:43:32.732Z] coverage: 82.6% of statements
14:43:32 [2021-12-21T14:43:32.732Z] ok  	github.com/docker/docker/pkg/pidfile	0.047s	coverage: 82.6% of statements
14:43:32 [2021-12-21T14:43:32.854Z] --- PASS: TestCreateServiceCapabilities (1.90s)
14:43:32 [2021-12-21T14:43:32.854Z] === RUN   TestInspect
14:43:33 [2021-12-21T14:43:33.695Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s)
14:43:33 [2021-12-21T14:43:33.695Z] === RUN   TestNetworkDBGarbageCollection
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=error msg="failed to send node leave: timed out broadcasting node event"
14:43:34 [2021-12-21T14:43:34.092Z] --- PASS: TestNodeReincarnation (5.02s)
14:43:34 [2021-12-21T14:43:34.092Z] === RUN   TestParallelCreate
14:43:34 [2021-12-21T14:43:34.092Z] 2021/12/21 14:43:33 Closing DB instances...
14:43:34 [2021-12-21T14:43:34.092Z] --- PASS: TestParallelCreate (0.03s)
14:43:34 [2021-12-21T14:43:34.092Z] === RUN   TestParallelDelete
14:43:34 [2021-12-21T14:43:34.092Z] 2021/12/21 14:43:33 Closing DB instances...
14:43:34 [2021-12-21T14:43:34.092Z] --- PASS: TestParallelDelete (0.02s)
14:43:34 [2021-12-21T14:43:34.092Z] === RUN   TestNetworkDBIslands
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:5d58a821cce6 with config:&{NodeID:5d58a821cce6 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}"
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=info msg="Node 5d58a821cce6/172.26.169.173, joined gossip cluster"
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=info msg="Node 5d58a821cce6/172.26.169.173, added to nodes list"
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:abce820b663f with config:&{NodeID:abce820b663f 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}"
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=info msg="Node abce820b663f/172.26.169.173, joined gossip cluster"
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=info msg="Node abce820b663f/172.26.169.173, added to nodes list"
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=info msg="The new bootstrap node list is:[localhost:10033]"
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10033"
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=debug msg="memberlist: Stream connection from=[::1]:49348"
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=info msg="Node abce820b663f/172.26.169.173, joined gossip cluster"
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=info msg="Node abce820b663f/172.26.169.173, added to nodes list"
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=info msg="Node 5d58a821cce6/172.26.169.173, joined gossip cluster"
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=info msg="Node 5d58a821cce6/172.26.169.173, added to nodes list"
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10033"
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:33Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49349"
14:43:34 [2021-12-21T14:43:34.092Z] time="2021-12-21T14:43:34Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:d7bbc7485451 with config:&{NodeID:d7bbc7485451 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}"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="Node d7bbc7485451/172.26.169.173, joined gossip cluster"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="Node d7bbc7485451/172.26.169.173, added to nodes list"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="The new bootstrap node list is:[localhost:10034]"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10034"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=debug msg="memberlist: Stream connection from=[::1]:49350"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="Node d7bbc7485451/172.26.169.173, joined gossip cluster"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="Node d7bbc7485451/172.26.169.173, added to nodes list"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="Node 5d58a821cce6/172.26.169.173, joined gossip cluster"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="Node 5d58a821cce6/172.26.169.173, added to nodes list"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="Node abce820b663f/172.26.169.173, joined gossip cluster"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="Node abce820b663f/172.26.169.173, added to nodes list"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10034"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="Node d7bbc7485451/172.26.169.173, joined gossip cluster"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="Node d7bbc7485451/172.26.169.173, added to nodes list"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:d9b3798b6a57 with config:&{NodeID:d9b3798b6a57 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}"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="Node d9b3798b6a57/172.26.169.173, joined gossip cluster"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="Node d9b3798b6a57/172.26.169.173, added to nodes list"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="The new bootstrap node list is:[localhost:10035]"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10035"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=debug msg="memberlist: Stream connection from=[::1]:49352"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="Node d9b3798b6a57/172.26.169.173, joined gossip cluster"
14:43:34 [2021-12-21T14:43:34.560Z] time="2021-12-21T14:43:34Z" level=info msg="Node d9b3798b6a57/172.26.169.173, added to nodes list"
14:43:34 [2021-12-21T14:43:34.561Z] time="2021-12-21T14:43:34Z" level=info msg="Node abce820b663f/172.26.169.173, joined gossip cluster"
14:43:34 [2021-12-21T14:43:34.561Z] time="2021-12-21T14:43:34Z" level=info msg="Node abce820b663f/172.26.169.173, added to nodes list"
14:43:34 [2021-12-21T14:43:34.561Z] time="2021-12-21T14:43:34Z" level=info msg="Node d7bbc7485451/172.26.169.173, joined gossip cluster"
14:43:34 [2021-12-21T14:43:34.561Z] time="2021-12-21T14:43:34Z" level=info msg="Node d7bbc7485451/172.26.169.173, added to nodes list"
14:43:34 [2021-12-21T14:43:34.561Z] time="2021-12-21T14:43:34Z" level=info msg="Node 5d58a821cce6/172.26.169.173, joined gossip cluster"
14:43:34 [2021-12-21T14:43:34.561Z] time="2021-12-21T14:43:34Z" level=info msg="Node 5d58a821cce6/172.26.169.173, added to nodes list"
14:43:34 [2021-12-21T14:43:34.561Z] time="2021-12-21T14:43:34Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353"
14:43:34 [2021-12-21T14:43:34.561Z] time="2021-12-21T14:43:34Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10035"
14:43:34 [2021-12-21T14:43:34.658Z] === RUN   TestFailedConnection
14:43:34 [2021-12-21T14:43:34.859Z] 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
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node d9b3798b6a57/172.26.169.173, joined gossip cluster"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node d9b3798b6a57/172.26.169.173, added to nodes list"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node d9b3798b6a57/172.26.169.173, joined gossip cluster"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node d9b3798b6a57/172.26.169.173, added to nodes list"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:c371a77feeed with config:&{NodeID:c371a77feeed 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}"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node c371a77feeed/172.26.169.173, joined gossip cluster"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node c371a77feeed/172.26.169.173, added to nodes list"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="The new bootstrap node list is:[localhost:10036]"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10036"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=debug msg="memberlist: Stream connection from=[::1]:49354"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node c371a77feeed/172.26.169.173, joined gossip cluster"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node c371a77feeed/172.26.169.173, added to nodes list"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node abce820b663f/172.26.169.173, joined gossip cluster"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node abce820b663f/172.26.169.173, added to nodes list"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node d7bbc7485451/172.26.169.173, joined gossip cluster"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node d7bbc7485451/172.26.169.173, added to nodes list"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node 5d58a821cce6/172.26.169.173, joined gossip cluster"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node 5d58a821cce6/172.26.169.173, added to nodes list"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node d9b3798b6a57/172.26.169.173, joined gossip cluster"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=info msg="Node d9b3798b6a57/172.26.169.173, added to nodes list"
14:43:35 [2021-12-21T14:43:35.028Z] time="2021-12-21T14:43:34Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10036"
14:43:35 [2021-12-21T14:43:35.029Z] time="2021-12-21T14:43:34Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49355"
14:43:35 [2021-12-21T14:43:35.369Z] --- PASS: TestInspect (2.49s)
14:43:35 [2021-12-21T14:43:35.369Z] === RUN   TestCreateJob
14:43:35 [2021-12-21T14:43:35.499Z] time="2021-12-21T14:43:35Z" level=info msg="Node c371a77feeed/172.26.169.173, joined gossip cluster"
14:43:35 [2021-12-21T14:43:35.499Z] time="2021-12-21T14:43:35Z" level=info msg="Node c371a77feeed/172.26.169.173, added to nodes list"
14:43:35 [2021-12-21T14:43:35.499Z] time="2021-12-21T14:43:35Z" level=info msg="Node c371a77feeed/172.26.169.173, joined gossip cluster"
14:43:35 [2021-12-21T14:43:35.499Z] time="2021-12-21T14:43:35Z" level=info msg="Node c371a77feeed/172.26.169.173, added to nodes list"
14:43:35 [2021-12-21T14:43:35.499Z] time="2021-12-21T14:43:35Z" level=info msg="Node c371a77feeed/172.26.169.173, joined gossip cluster"
14:43:35 [2021-12-21T14:43:35.499Z] time="2021-12-21T14:43:35Z" level=info msg="Node c371a77feeed/172.26.169.173, added to nodes list"
14:43:35 [2021-12-21T14:43:35.499Z]     networkdb_test.go:835: Re-joining: 3
14:43:35 [2021-12-21T14:43:35.499Z] time="2021-12-21T14:43:35Z" level=info msg="The new bootstrap node list is:[172.26.169.173:10033 172.26.169.173:10034 172.26.169.173:10035]"
14:43:35 [2021-12-21T14:43:35.499Z] time="2021-12-21T14:43:35Z" level=debug msg="memberlist: Stream connection from=172.26.169.173:49356"
14:43:35 [2021-12-21T14:43:35.499Z] time="2021-12-21T14:43:35Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.26.169.173:10033"
14:43:35 [2021-12-21T14:43:35.499Z] time="2021-12-21T14:43:35Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.26.169.173:10034"
14:43:35 [2021-12-21T14:43:35.499Z] time="2021-12-21T14:43:35Z" level=debug msg="memberlist: Stream connection from=172.26.169.173:49357"
14:43:35 [2021-12-21T14:43:35.499Z] time="2021-12-21T14:43:35Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.26.169.173:10035"
14:43:35 [2021-12-21T14:43:35.499Z] time="2021-12-21T14:43:35Z" level=debug msg="memberlist: Stream connection from=172.26.169.173:49358"
14:43:35 [2021-12-21T14:43:35.733Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
14:43:35 [2021-12-21T14:43:35.975Z]     networkdb_test.go:835: Re-joining: 4
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=info msg="The new bootstrap node list is:[172.26.169.173:10033 172.26.169.173:10034 172.26.169.173:10035]"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.26.169.173:10033"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=debug msg="memberlist: Stream connection from=172.26.169.173:49359"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.26.169.173:10034"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=debug msg="memberlist: Stream connection from=172.26.169.173:49360"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.26.169.173:10035"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=debug msg="memberlist: Stream connection from=172.26.169.173:49361"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=info msg="node 0 leaving"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=info msg="Node 5d58a821cce6 change state NodeActive --> NodeLeft"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=info msg="node3(d7bbc7485451): Node leave event for 5d58a821cce6/172.26.169.173"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=info msg="Node 5d58a821cce6 change state NodeActive --> NodeLeft"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=info msg="node5(c371a77feeed): Node leave event for 5d58a821cce6/172.26.169.173"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=info msg="Node 5d58a821cce6 change state NodeActive --> NodeLeft"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=info msg="node2(abce820b663f): Node leave event for 5d58a821cce6/172.26.169.173"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=info msg="Node 5d58a821cce6 change state NodeActive --> NodeLeft"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=info msg="node4(d9b3798b6a57): Node leave event for 5d58a821cce6/172.26.169.173"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=info msg="Node 5d58a821cce6 change state NodeActive --> NodeLeft"
14:43:35 [2021-12-21T14:43:35.975Z] time="2021-12-21T14:43:35Z" level=info msg="node1(5d58a821cce6): Node leave event for 5d58a821cce6/172.26.169.173"
14:43:35 [2021-12-21T14:43:35.991Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
14:43:36 [2021-12-21T14:43:36.447Z] time="2021-12-21T14:43:36Z" level=info msg="Node 5d58a821cce6/172.26.169.173, left gossip cluster"
14:43:36 [2021-12-21T14:43:36.447Z] time="2021-12-21T14:43:36Z" level=info msg="Node 5d58a821cce6/172.26.169.173, left gossip cluster"
14:43:36 [2021-12-21T14:43:36.447Z] time="2021-12-21T14:43:36Z" level=info msg="Node 5d58a821cce6/172.26.169.173, left gossip cluster"
14:43:36 [2021-12-21T14:43:36.447Z] time="2021-12-21T14:43:36Z" level=info msg="Node 5d58a821cce6/172.26.169.173, left gossip cluster"
14:43:36 [2021-12-21T14:43:36.447Z] time="2021-12-21T14:43:36Z" level=info msg="Node 5d58a821cce6/172.26.169.173, left gossip cluster"
14:43:36 [2021-12-21T14:43:36.447Z] time="2021-12-21T14:43:36Z" level=info msg="node 1 leaving"
14:43:36 [2021-12-21T14:43:36.447Z] time="2021-12-21T14:43:36Z" level=info msg="Node abce820b663f change state NodeActive --> NodeLeft"
14:43:36 [2021-12-21T14:43:36.447Z] time="2021-12-21T14:43:36Z" level=info msg="node3(d7bbc7485451): Node leave event for abce820b663f/172.26.169.173"
14:43:36 [2021-12-21T14:43:36.447Z] time="2021-12-21T14:43:36Z" level=info msg="Node abce820b663f change state NodeActive --> NodeLeft"
14:43:36 [2021-12-21T14:43:36.447Z] time="2021-12-21T14:43:36Z" level=info msg="node5(c371a77feeed): Node leave event for abce820b663f/172.26.169.173"
14:43:36 [2021-12-21T14:43:36.447Z] time="2021-12-21T14:43:36Z" level=info msg="Node abce820b663f change state NodeActive --> NodeLeft"
14:43:36 [2021-12-21T14:43:36.447Z] time="2021-12-21T14:43:36Z" level=info msg="node4(d9b3798b6a57): Node leave event for abce820b663f/172.26.169.173"
14:43:36 [2021-12-21T14:43:36.447Z] time="2021-12-21T14:43:36Z" level=info msg="Node abce820b663f change state NodeActive --> NodeLeft"
14:43:36 [2021-12-21T14:43:36.447Z] time="2021-12-21T14:43:36Z" level=info msg="Node abce820b663f/172.26.169.173, left gossip cluster"
14:43:36 [2021-12-21T14:43:36.447Z] time="2021-12-21T14:43:36Z" level=info msg="node2(abce820b663f): Node leave event for abce820b663f/172.26.169.173"
14:43:36 [2021-12-21T14:43:36.828Z] --- PASS: TestFailedConnection (2.13s)
14:43:36 [2021-12-21T14:43:36.828Z] === RUN   TestFailOnce
14:43:36 [2021-12-21T14:43:36.828Z] 2021/12/21 14:43:36 http: panic serving 127.0.0.1:49292: Plugin not ready
14:43:36 [2021-12-21T14:43:36.828Z] goroutine 20 [running]:
14:43:36 [2021-12-21T14:43:36.828Z] net/http.(*conn).serve.func1()
14:43:36 [2021-12-21T14:43:36.828Z] 	c:/go/src/net/http/server.go:1802 +0xb9
14:43:36 [2021-12-21T14:43:36.828Z] panic({0x9eac40, 0xaf7350})
14:43:36 [2021-12-21T14:43:36.828Z] 	c:/go/src/runtime/panic.go:1047 +0x266
14:43:36 [2021-12-21T14:43:36.828Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xf3a6c12ed099ec9d}, 0xc0000b9a98)
14:43:36 [2021-12-21T14:43:36.828Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d
14:43:36 [2021-12-21T14:43:36.828Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xb040d0, 0xc0001560e0}, 0x93f106)
14:43:36 [2021-12-21T14:43:36.828Z] 	c:/go/src/net/http/server.go:2047 +0x2f
14:43:36 [2021-12-21T14:43:36.828Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xb040d0, 0xc0001560e0}, 0xc0000c0000)
14:43:36 [2021-12-21T14:43:36.828Z] 	c:/go/src/net/http/server.go:2425 +0x149
14:43:36 [2021-12-21T14:43:36.828Z] net/http.serverHandler.ServeHTTP({0xb026d0}, {0xb040d0, 0xc0001560e0}, 0xc0000c0000)
14:43:36 [2021-12-21T14:43:36.828Z] 	c:/go/src/net/http/server.go:2879 +0x43b
14:43:36 [2021-12-21T14:43:36.828Z] net/http.(*conn).serve(0xc0000b2000, {0xb05fa0, 0xc0000960c0})
14:43:36 [2021-12-21T14:43:36.828Z] 	c:/go/src/net/http/server.go:1930 +0xb08
14:43:36 [2021-12-21T14:43:36.828Z] created by net/http.(*Server).Serve
14:43:36 [2021-12-21T14:43:36.828Z] 	c:/go/src/net/http/server.go:3034 +0x4e8
14:43:36 [2021-12-21T14:43:36.828Z] time="2021-12-21T14:43:36Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49291/Test.FailOnce: Post \"http://127.0.0.1:49291/Test.FailOnce\": EOF, retrying in 1s"
14:43:36 [2021-12-21T14:43:36.915Z] time="2021-12-21T14:43:36Z" level=info msg="Node abce820b663f/172.26.169.173, left gossip cluster"
14:43:36 [2021-12-21T14:43:36.915Z] time="2021-12-21T14:43:36Z" level=info msg="Node abce820b663f/172.26.169.173, left gossip cluster"
14:43:36 [2021-12-21T14:43:36.915Z] time="2021-12-21T14:43:36Z" level=info msg="Node abce820b663f/172.26.169.173, left gossip cluster"
14:43:36 [2021-12-21T14:43:36.915Z] time="2021-12-21T14:43:36Z" level=warning msg="memberlist: Failed to send gossip to 172.26.169.173:10037: write udp [::]:10034->172.26.169.173:10037: use of closed network connection"
14:43:36 [2021-12-21T14:43:36.915Z] time="2021-12-21T14:43:36Z" level=info msg="node 2 leaving"
14:43:36 [2021-12-21T14:43:36.915Z] time="2021-12-21T14:43:36Z" level=info msg="Node d7bbc7485451 change state NodeActive --> NodeLeft"
14:43:36 [2021-12-21T14:43:36.915Z] time="2021-12-21T14:43:36Z" level=info msg="node5(c371a77feeed): Node leave event for d7bbc7485451/172.26.169.173"
14:43:36 [2021-12-21T14:43:36.915Z] time="2021-12-21T14:43:36Z" level=info msg="Node d7bbc7485451 change state NodeActive --> NodeLeft"
14:43:36 [2021-12-21T14:43:36.915Z] time="2021-12-21T14:43:36Z" level=info msg="node4(d9b3798b6a57): Node leave event for d7bbc7485451/172.26.169.173"
14:43:36 [2021-12-21T14:43:36.915Z] time="2021-12-21T14:43:36Z" level=info msg="Node d7bbc7485451 change state NodeActive --> NodeLeft"
14:43:36 [2021-12-21T14:43:36.915Z] time="2021-12-21T14:43:36Z" level=info msg="node3(d7bbc7485451): Node leave event for d7bbc7485451/172.26.169.173"
14:43:36 [2021-12-21T14:43:36.915Z] time="2021-12-21T14:43:36Z" level=info msg="Node d7bbc7485451/172.26.169.173, left gossip cluster"
14:43:37 [2021-12-21T14:43:37.382Z] time="2021-12-21T14:43:36Z" level=info msg="Node d7bbc7485451/172.26.169.173, left gossip cluster"
14:43:37 [2021-12-21T14:43:37.382Z]     networkdb_test.go:867: node4: OK
14:43:37 [2021-12-21T14:43:37.382Z]     networkdb_test.go:867: node5: OK
14:43:37 [2021-12-21T14:43:37.382Z] time="2021-12-21T14:43:37Z" level=info msg="node 0 coming back"
14:43:37 [2021-12-21T14:43:37.382Z] time="2021-12-21T14:43:37Z" level=info msg="Node d7bbc7485451/172.26.169.173, left gossip cluster"
14:43:37 [2021-12-21T14:43:37.382Z] time="2021-12-21T14:43:37Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:4709e6d0cf37 with config:&{NodeID:4709e6d0cf37 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}"
14:43:37 [2021-12-21T14:43:37.382Z] time="2021-12-21T14:43:37Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, joined gossip cluster"
14:43:37 [2021-12-21T14:43:37.382Z] time="2021-12-21T14:43:37Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, added to nodes list"
14:43:37 [2021-12-21T14:43:37.382Z] time="2021-12-21T14:43:37Z" level=info msg="node 1 coming back"
14:43:37 [2021-12-21T14:43:37.382Z] time="2021-12-21T14:43:37Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:5f39768fa1f8 with config:&{NodeID:5f39768fa1f8 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}"
14:43:37 [2021-12-21T14:43:37.382Z] time="2021-12-21T14:43:37Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, joined gossip cluster"
14:43:37 [2021-12-21T14:43:37.382Z] time="2021-12-21T14:43:37Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, added to nodes list"
14:43:37 [2021-12-21T14:43:37.382Z] time="2021-12-21T14:43:37Z" level=info msg="node 2 coming back"
14:43:37 [2021-12-21T14:43:37.382Z] time="2021-12-21T14:43:37Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:c66621613f95 with config:&{NodeID:c66621613f95 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}"
14:43:37 [2021-12-21T14:43:37.382Z] time="2021-12-21T14:43:37Z" level=info msg="Node c66621613f95/172.26.169.173, joined gossip cluster"
14:43:37 [2021-12-21T14:43:37.382Z] time="2021-12-21T14:43:37Z" level=info msg="Node c66621613f95/172.26.169.173, added to nodes list"
14:43:37 [2021-12-21T14:43:37.796Z] --- PASS: TestRequest (9.08s)
14:43:37 [2021-12-21T14:43:37.796Z] === RUN   TestOverlappingRequests
14:43:37 [2021-12-21T14:43:37.796Z] --- PASS: TestFailOnce (1.20s)
14:43:37 [2021-12-21T14:43:37.796Z] === RUN   TestEchoInputOutput
14:43:37 [2021-12-21T14:43:37.796Z] --- PASS: TestEchoInputOutput (0.00s)
14:43:37 [2021-12-21T14:43:37.796Z] === RUN   TestBackoff
14:43:37 [2021-12-21T14:43:37.796Z] --- PASS: TestBackoff (0.00s)
14:43:37 [2021-12-21T14:43:37.796Z] === RUN   TestAbortRetry
14:43:37 [2021-12-21T14:43:37.796Z] --- PASS: TestAbortRetry (0.00s)
14:43:37 [2021-12-21T14:43:37.796Z] === RUN   TestClientScheme
14:43:37 [2021-12-21T14:43:37.796Z] --- PASS: TestClientScheme (0.00s)
14:43:37 [2021-12-21T14:43:37.796Z] === RUN   TestNewClientWithTimeout
14:43:37 [2021-12-21T14:43:37.796Z] --- PASS: TestOverlappingRequests (0.43s)
14:43:37 [2021-12-21T14:43:37.796Z] === RUN   TestRelease
14:43:37 [2021-12-21T14:43:37.850Z] time="2021-12-21T14:43:37Z" level=debug msg="memberlist: Failed ping: d9b3798b6a57 (timeout reached)"
14:43:37 [2021-12-21T14:43:37.850Z] time="2021-12-21T14:43:37Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.26.169.173:10037: use of closed network connection"
14:43:37 [2021-12-21T14:43:37.850Z] time="2021-12-21T14:43:37Z" level=debug msg="memberlist: Stream connection from=172.26.169.173:49362"
14:43:38 [2021-12-21T14:43:38.257Z] time="2021-12-21T14:43:37Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
14:43:38 [2021-12-21T14:43:38.318Z] time="2021-12-21T14:43:38Z" level=warning msg="memberlist: Was able to connect to d9b3798b6a57 but other probes failed, network may be misconfigured"
14:43:38 [2021-12-21T14:43:38.524Z] === RUN   TestDockerSuite/TestBuildExpose
14:43:38 [2021-12-21T14:43:38.635Z] --- PASS: TestCreateJob (2.98s)
14:43:38 [2021-12-21T14:43:38.635Z] === RUN   TestReplicatedJob
14:43:38 [2021-12-21T14:43:38.783Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
14:43:38 [2021-12-21T14:43:38.783Z]     docker_api_swarm_test.go:563: [dbc3480b4977b] joining swarm manager [d5b8e7b46001f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:43:39 [2021-12-21T14:43:39.717Z] === RUN   TestDockerSuite/TestBuildExposeOrder
14:43:39 [2021-12-21T14:43:39.795Z] --- PASS: TestRelease (1.58s)
14:43:39 [2021-12-21T14:43:39.795Z] === RUN   TestAllocateRandomDeallocate
14:43:39 [2021-12-21T14:43:39.795Z] time="2021-12-21T14:43:39Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
14:43:40 [2021-12-21T14:43:40.285Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
14:43:40 [2021-12-21T14:43:40.536Z] time="2021-12-21T14:43:40Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.169.173:10033 172.26.169.173:10034 172.26.169.173:10035]"
14:43:40 [2021-12-21T14:43:40.852Z] === RUN   TestDockerSuite/TestBuildFails
14:43:41 [2021-12-21T14:43:41.004Z] time="2021-12-21T14:43:40Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.169.173:10033 172.26.169.173:10034 172.26.169.173:10035]"
14:43:41 [2021-12-21T14:43:41.419Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
14:43:41 [2021-12-21T14:43:41.677Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
14:43:41 [2021-12-21T14:43:41.989Z] time="2021-12-21T14:43:41Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.26.169.173:10033"
14:43:41 [2021-12-21T14:43:41.989Z] time="2021-12-21T14:43:41Z" level=debug msg="memberlist: Stream connection from=172.26.169.173:49363"
14:43:41 [2021-12-21T14:43:41.989Z] time="2021-12-21T14:43:41Z" level=info msg="Node d9b3798b6a57/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.989Z] time="2021-12-21T14:43:41Z" level=info msg="Node d9b3798b6a57/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.989Z] time="2021-12-21T14:43:41Z" level=info msg="Node c371a77feeed/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.989Z] time="2021-12-21T14:43:41Z" level=info msg="Node c371a77feeed/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.989Z] time="2021-12-21T14:43:41Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.989Z] time="2021-12-21T14:43:41Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, is the new incarnation of the shutdown node 5d58a821cce6/172.26.169.173"
14:43:41 [2021-12-21T14:43:41.989Z] time="2021-12-21T14:43:41Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.989Z] time="2021-12-21T14:43:41Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.26.169.173:10034"
14:43:41 [2021-12-21T14:43:41.989Z] time="2021-12-21T14:43:41Z" level=debug msg="memberlist: Stream connection from=172.26.169.173:49364"
14:43:41 [2021-12-21T14:43:41.989Z] time="2021-12-21T14:43:41Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node c371a77feeed/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node c371a77feeed/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node d9b3798b6a57/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node d9b3798b6a57/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, is the new incarnation of the shutdown node abce820b663f/172.26.169.173"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.26.169.173:10035"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=debug msg="memberlist: Stream connection from=172.26.169.173:49365"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node c371a77feeed/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node c371a77feeed/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node d9b3798b6a57/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node d9b3798b6a57/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node c66621613f95/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node c66621613f95/172.26.169.173, is the new incarnation of the shutdown node d7bbc7485451/172.26.169.173"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node c66621613f95/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, is the new incarnation of the shutdown node abce820b663f/172.26.169.173"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, is the new incarnation of the shutdown node 5d58a821cce6/172.26.169.173"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node c66621613f95/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node c66621613f95/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node c66621613f95/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node c66621613f95/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node c66621613f95/172.26.169.173, joined gossip cluster"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node c66621613f95/172.26.169.173, is the new incarnation of the shutdown node d7bbc7485451/172.26.169.173"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=info msg="Node c66621613f95/172.26.169.173, added to nodes list"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.26.169.173:10033"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=debug msg="memberlist: Stream connection from=172.26.169.173:49366"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.26.169.173:10034"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=debug msg="memberlist: Stream connection from=172.26.169.173:49367"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.26.169.173:10035"
14:43:41 [2021-12-21T14:43:41.990Z] time="2021-12-21T14:43:41Z" level=debug msg="memberlist: Stream connection from=172.26.169.173:49368"
14:43:42 [2021-12-21T14:43:42.460Z] 2021/12/21 14:43:42 Closing DB instances...
14:43:42 [2021-12-21T14:43:42.460Z] time="2021-12-21T14:43:42Z" level=info msg="Node 4709e6d0cf37 change state NodeActive --> NodeLeft"
14:43:42 [2021-12-21T14:43:42.460Z] time="2021-12-21T14:43:42Z" level=info msg="node2(5f39768fa1f8): Node leave event for 4709e6d0cf37/172.26.169.173"
14:43:42 [2021-12-21T14:43:42.460Z] time="2021-12-21T14:43:42Z" level=info msg="Node 4709e6d0cf37 change state NodeActive --> NodeLeft"
14:43:42 [2021-12-21T14:43:42.460Z] time="2021-12-21T14:43:42Z" level=info msg="node4(d9b3798b6a57): Node leave event for 4709e6d0cf37/172.26.169.173"
14:43:42 [2021-12-21T14:43:42.460Z] time="2021-12-21T14:43:42Z" level=info msg="Node 4709e6d0cf37 change state NodeActive --> NodeLeft"
14:43:42 [2021-12-21T14:43:42.460Z] time="2021-12-21T14:43:42Z" level=info msg="node3(c66621613f95): Node leave event for 4709e6d0cf37/172.26.169.173"
14:43:42 [2021-12-21T14:43:42.460Z] time="2021-12-21T14:43:42Z" level=info msg="Node 4709e6d0cf37 change state NodeActive --> NodeLeft"
14:43:42 [2021-12-21T14:43:42.460Z] time="2021-12-21T14:43:42Z" level=info msg="node1(4709e6d0cf37): Node leave event for 4709e6d0cf37/172.26.169.173"
14:43:42 [2021-12-21T14:43:42.460Z] time="2021-12-21T14:43:42Z" level=info msg="Node 4709e6d0cf37 change state NodeActive --> NodeLeft"
14:43:42 [2021-12-21T14:43:42.460Z] time="2021-12-21T14:43:42Z" level=info msg="node5(c371a77feeed): Node leave event for 4709e6d0cf37/172.26.169.173"
14:43:42 [2021-12-21T14:43:42.699Z] time="2021-12-21T14:43:41Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
14:43:42 [2021-12-21T14:43:42.800Z] --- PASS: TestReplicatedJob (4.26s)
14:43:42 [2021-12-21T14:43:42.800Z] === RUN   TestUpdateReplicatedJob
14:43:42 [2021-12-21T14:43:42.928Z] time="2021-12-21T14:43:42Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, left gossip cluster"
14:43:42 [2021-12-21T14:43:42.928Z] time="2021-12-21T14:43:42Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, left gossip cluster"
14:43:42 [2021-12-21T14:43:42.928Z] time="2021-12-21T14:43:42Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, left gossip cluster"
14:43:42 [2021-12-21T14:43:42.928Z] time="2021-12-21T14:43:42Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, left gossip cluster"
14:43:42 [2021-12-21T14:43:42.928Z] time="2021-12-21T14:43:42Z" level=info msg="Node 4709e6d0cf37/172.26.169.173, left gossip cluster"
14:43:42 [2021-12-21T14:43:42.928Z] time="2021-12-21T14:43:42Z" level=info msg="Node 5f39768fa1f8 change state NodeActive --> NodeLeft"
14:43:42 [2021-12-21T14:43:42.928Z] time="2021-12-21T14:43:42Z" level=info msg="node5(c371a77feeed): Node leave event for 5f39768fa1f8/172.26.169.173"
14:43:42 [2021-12-21T14:43:42.928Z] time="2021-12-21T14:43:42Z" level=info msg="Node 5f39768fa1f8 change state NodeActive --> NodeLeft"
14:43:42 [2021-12-21T14:43:42.928Z] time="2021-12-21T14:43:42Z" level=info msg="node3(c66621613f95): Node leave event for 5f39768fa1f8/172.26.169.173"
14:43:42 [2021-12-21T14:43:42.928Z] time="2021-12-21T14:43:42Z" level=info msg="Node 5f39768fa1f8 change state NodeActive --> NodeLeft"
14:43:42 [2021-12-21T14:43:42.928Z] time="2021-12-21T14:43:42Z" level=info msg="node4(d9b3798b6a57): Node leave event for 5f39768fa1f8/172.26.169.173"
14:43:42 [2021-12-21T14:43:42.928Z] time="2021-12-21T14:43:42Z" level=info msg="Node 5f39768fa1f8 change state NodeActive --> NodeLeft"
14:43:42 [2021-12-21T14:43:42.928Z] time="2021-12-21T14:43:42Z" level=info msg="node2(5f39768fa1f8): Node leave event for 5f39768fa1f8/172.26.169.173"
14:43:43 [2021-12-21T14:43:43.396Z] time="2021-12-21T14:43:42Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, left gossip cluster"
14:43:43 [2021-12-21T14:43:43.396Z] time="2021-12-21T14:43:42Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, left gossip cluster"
14:43:43 [2021-12-21T14:43:43.396Z] time="2021-12-21T14:43:42Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, left gossip cluster"
14:43:43 [2021-12-21T14:43:43.396Z] time="2021-12-21T14:43:42Z" level=info msg="Node 5f39768fa1f8/172.26.169.173, left gossip cluster"
14:43:43 [2021-12-21T14:43:43.396Z] time="2021-12-21T14:43:43Z" level=info msg="Node c66621613f95 change state NodeActive --> NodeLeft"
14:43:43 [2021-12-21T14:43:43.396Z] time="2021-12-21T14:43:43Z" level=info msg="node5(c371a77feeed): Node leave event for c66621613f95/172.26.169.173"
14:43:43 [2021-12-21T14:43:43.396Z] time="2021-12-21T14:43:43Z" level=info msg="Node c66621613f95 change state NodeActive --> NodeLeft"
14:43:43 [2021-12-21T14:43:43.396Z] time="2021-12-21T14:43:43Z" level=info msg="node3(c66621613f95): Node leave event for c66621613f95/172.26.169.173"
14:43:43 [2021-12-21T14:43:43.396Z] time="2021-12-21T14:43:43Z" level=info msg="Node c66621613f95 change state NodeActive --> NodeLeft"
14:43:43 [2021-12-21T14:43:43.396Z] time="2021-12-21T14:43:43Z" level=info msg="node4(d9b3798b6a57): Node leave event for c66621613f95/172.26.169.173"
14:43:43 [2021-12-21T14:43:43.396Z] time="2021-12-21T14:43:43Z" level=info msg="Node c66621613f95/172.26.169.173, left gossip cluster"
14:43:43 [2021-12-21T14:43:43.579Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
14:43:43 [2021-12-21T14:43:43.865Z] time="2021-12-21T14:43:43Z" level=info msg="Node c66621613f95/172.26.169.173, left gossip cluster"
14:43:43 [2021-12-21T14:43:43.865Z] time="2021-12-21T14:43:43Z" level=info msg="Node c66621613f95/172.26.169.173, left gossip cluster"
14:43:43 [2021-12-21T14:43:43.865Z] time="2021-12-21T14:43:43Z" level=debug msg="memberlist: Failed ping: c371a77feeed (timeout reached)"
14:43:43 [2021-12-21T14:43:43.865Z] time="2021-12-21T14:43:43Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.169.173:10035: use of closed network connection"
14:43:43 [2021-12-21T14:43:43.865Z] time="2021-12-21T14:43:43Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.169.173:10036: use of closed network connection"
14:43:43 [2021-12-21T14:43:43.865Z] time="2021-12-21T14:43:43Z" level=debug msg="memberlist: Stream connection from=172.26.169.173:49369"
14:43:44 [2021-12-21T14:43:44.228Z] --- PASS: TestAllocateRandomDeallocate (4.43s)
14:43:44 [2021-12-21T14:43:44.228Z] === RUN   TestRetrieveFromStore
14:43:44 [2021-12-21T14:43:44.333Z] time="2021-12-21T14:43:43Z" level=info msg="Node d9b3798b6a57 change state NodeActive --> NodeLeft"
14:43:44 [2021-12-21T14:43:44.333Z] time="2021-12-21T14:43:43Z" level=info msg="node5(c371a77feeed): Node leave event for d9b3798b6a57/172.26.169.173"
14:43:44 [2021-12-21T14:43:44.333Z] time="2021-12-21T14:43:43Z" level=info msg="Node d9b3798b6a57 change state NodeActive --> NodeLeft"
14:43:44 [2021-12-21T14:43:44.333Z] time="2021-12-21T14:43:43Z" level=info msg="node4(d9b3798b6a57): Node leave event for d9b3798b6a57/172.26.169.173"
14:43:44 [2021-12-21T14:43:44.333Z] time="2021-12-21T14:43:44Z" level=warning msg="memberlist: Was able to connect to c371a77feeed but other probes failed, network may be misconfigured"
14:43:44 [2021-12-21T14:43:44.333Z] time="2021-12-21T14:43:44Z" level=info msg="Node d9b3798b6a57/172.26.169.173, left gossip cluster"
14:43:44 [2021-12-21T14:43:44.801Z] time="2021-12-21T14:43:44Z" level=info msg="Node d9b3798b6a57/172.26.169.173, left gossip cluster"
14:43:45 [2021-12-21T14:43:45.192Z] === RUN   TestParseEmptyInterface
14:43:45 [2021-12-21T14:43:45.192Z] --- PASS: TestParseEmptyInterface (0.00s)
14:43:45 [2021-12-21T14:43:45.192Z] === RUN   TestParseNonInterfaceType
14:43:45 [2021-12-21T14:43:45.192Z] --- PASS: TestParseNonInterfaceType (0.00s)
14:43:45 [2021-12-21T14:43:45.192Z] === RUN   TestParseWithOneFunction
14:43:45 [2021-12-21T14:43:45.192Z] --- PASS: TestParseWithOneFunction (0.00s)
14:43:45 [2021-12-21T14:43:45.192Z] === RUN   TestParseWithMultipleFuncs
14:43:45 [2021-12-21T14:43:45.192Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
14:43:45 [2021-12-21T14:43:45.192Z] === RUN   TestParseWithUnnamedReturn
14:43:45 [2021-12-21T14:43:45.192Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
14:43:45 [2021-12-21T14:43:45.192Z] === RUN   TestEmbeddedInterface
14:43:45 [2021-12-21T14:43:45.192Z] --- PASS: TestEmbeddedInterface (0.00s)
14:43:45 [2021-12-21T14:43:45.192Z] === RUN   TestParsedImports
14:43:45 [2021-12-21T14:43:45.192Z] --- PASS: TestParsedImports (0.00s)
14:43:45 [2021-12-21T14:43:45.192Z] === RUN   TestAliasedImports
14:43:45 [2021-12-21T14:43:45.192Z] --- PASS: TestAliasedImports (0.00s)
14:43:45 [2021-12-21T14:43:45.192Z] PASS
14:43:45 [2021-12-21T14:43:45.192Z] coverage: 56.8% of statements
14:43:45 [2021-12-21T14:43:45.192Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.068s	coverage: 56.8% of statements
14:43:45 [2021-12-21T14:43:45.272Z] time="2021-12-21T14:43:45Z" level=info msg="Node c371a77feeed/172.26.169.173, left gossip cluster"
14:43:45 [2021-12-21T14:43:45.272Z] time="2021-12-21T14:43:45Z" level=info msg="Node c371a77feeed change state NodeActive --> NodeFailed"
14:43:45 [2021-12-21T14:43:45.272Z] time="2021-12-21T14:43:45Z" level=info msg="Node c371a77feeed/172.26.169.173, added to failed nodes list"
14:43:45 [2021-12-21T14:43:45.272Z] --- PASS: TestNetworkDBIslands (11.89s)
14:43:45 [2021-12-21T14:43:45.272Z] PASS
14:43:45 [2021-12-21T14:43:45.272Z] coverage: 60.0% of statements
14:43:45 [2021-12-21T14:43:45.272Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.775s	coverage: 60.0% of statements
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/libnetwork/osl/kernel	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/oci/caps	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/pkg/term	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/quota	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/rootless	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/testutil/request	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/volume	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
14:43:45 [2021-12-21T14:43:45.272Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
14:43:45 [2021-12-21T14:43:45.481Z] === RUN   TestDockerSuite/TestBuildForceRm
14:43:45 [2021-12-21T14:43:45.651Z] --- PASS: TestRetrieveFromStore (1.65s)
14:43:45 [2021-12-21T14:43:45.651Z] === RUN   TestRequestReleaseAddressDuplicate
14:43:45 [2021-12-21T14:43:45.651Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s)
14:43:45 [2021-12-21T14:43:45.651Z] === RUN   TestParallelPredefinedRequest1
14:43:45 [2021-12-21T14:43:45.651Z] === PAUSE TestParallelPredefinedRequest1
14:43:45 [2021-12-21T14:43:45.651Z] === RUN   TestParallelPredefinedRequest2
14:43:45 [2021-12-21T14:43:45.651Z] === PAUSE TestParallelPredefinedRequest2
14:43:45 [2021-12-21T14:43:45.651Z] === RUN   TestParallelPredefinedRequest3
14:43:45 [2021-12-21T14:43:45.651Z] === PAUSE TestParallelPredefinedRequest3
14:43:45 [2021-12-21T14:43:45.651Z] === RUN   TestParallelPredefinedRequest4
14:43:45 [2021-12-21T14:43:45.651Z] === PAUSE TestParallelPredefinedRequest4
14:43:45 [2021-12-21T14:43:45.651Z] === RUN   TestParallelPredefinedRequest5
14:43:45 [2021-12-21T14:43:45.651Z] === PAUSE TestParallelPredefinedRequest5
14:43:45 [2021-12-21T14:43:45.651Z] === RUN   TestDebug
14:43:45 [2021-12-21T14:43:45.651Z] --- PASS: TestDebug (0.00s)
14:43:45 [2021-12-21T14:43:45.651Z] === RUN   TestRequestPoolParallel
14:43:46 [2021-12-21T14:43:46.086Z] --- PASS: TestUpdateReplicatedJob (3.02s)
14:43:46 [2021-12-21T14:43:46.086Z] === RUN   TestServiceListWithStatuses
14:43:46 [2021-12-21T14:43:46.086Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:43:46 [2021-12-21T14:43:46.086Z] --- SKIP: TestServiceListWithStatuses (0.01s)
14:43:46 [2021-12-21T14:43:46.086Z] === RUN   TestDockerNetworkConnectAlias
14:43:46 [2021-12-21T14:43:46.107Z] --- PASS: TestRequestPoolParallel (0.64s)
14:43:46 [2021-12-21T14:43:46.107Z] === RUN   TestFullAllocateRelease
14:43:46 [2021-12-21T14:43:46.565Z] === RUN   TestHTTPTransport
14:43:46 [2021-12-21T14:43:46.565Z] --- PASS: TestHTTPTransport (0.00s)
14:43:46 [2021-12-21T14:43:46.565Z] PASS
14:43:46 [2021-12-21T14:43:46.565Z] coverage: 85.7% of statements
14:43:46 [2021-12-21T14:43:46.565Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.055s	coverage: 85.7% of statements
14:43:46 [2021-12-21T14:43:46.565Z] time="2021-12-21T14:43:46Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
14:43:46 [2021-12-21T14:43:46.858Z] === RUN   TestDockerSuite/TestBuildFromGit
14:43:47 [2021-12-21T14:43:47.021Z] --- PASS: TestFullAllocateRelease (0.57s)
14:43:47 [2021-12-21T14:43:47.021Z] === RUN   TestOddAllocateRelease
14:43:47 [2021-12-21T14:43:47.021Z] --- PASS: TestOddAllocateRelease (0.28s)
14:43:47 [2021-12-21T14:43:47.021Z] === RUN   TestFullAllocateSerialReleaseParallel
14:43:47 [2021-12-21T14:43:47.021Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s)
14:43:47 [2021-12-21T14:43:47.021Z] === RUN   TestOddAllocateSerialReleaseParallel
14:43:47 [2021-12-21T14:43:47.021Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s)
14:43:47 [2021-12-21T14:43:47.021Z] === RUN   TestEvenAllocateSerialReleaseParallel
14:43:47 [2021-12-21T14:43:47.291Z] ?   	github.com/docker/docker/api	[no test files]
14:43:47 [2021-12-21T14:43:47.478Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
14:43:47 [2021-12-21T14:43:47.478Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
14:43:47 [2021-12-21T14:43:47.478Z] === RUN   TestBufioReaderPoolPutAndGet
14:43:47 [2021-12-21T14:43:47.478Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
14:43:47 [2021-12-21T14:43:47.478Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
14:43:47 [2021-12-21T14:43:47.478Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
14:43:47 [2021-12-21T14:43:47.478Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
14:43:47 [2021-12-21T14:43:47.478Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
14:43:47 [2021-12-21T14:43:47.478Z] === RUN   TestBufioWriterPoolPutAndGet
14:43:47 [2021-12-21T14:43:47.478Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
14:43:47 [2021-12-21T14:43:47.478Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
14:43:47 [2021-12-21T14:43:47.478Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
14:43:47 [2021-12-21T14:43:47.478Z] === RUN   TestBufferPoolPutAndGet
14:43:47 [2021-12-21T14:43:47.478Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
14:43:47 [2021-12-21T14:43:47.478Z] PASS
14:43:47 [2021-12-21T14:43:47.478Z] coverage: 88.2% of statements
14:43:47 [2021-12-21T14:43:47.478Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s)
14:43:47 [2021-12-21T14:43:47.478Z] === CONT  TestParallelPredefinedRequest1
14:43:47 [2021-12-21T14:43:47.478Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:43:47 [2021-12-21T14:43:47.478Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s)
14:43:47 [2021-12-21T14:43:47.478Z] === CONT  TestParallelPredefinedRequest5
14:43:47 [2021-12-21T14:43:47.478Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:43:47 [2021-12-21T14:43:47.478Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s)
14:43:47 [2021-12-21T14:43:47.478Z] === CONT  TestParallelPredefinedRequest4
14:43:47 [2021-12-21T14:43:47.478Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:43:47 [2021-12-21T14:43:47.478Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s)
14:43:47 [2021-12-21T14:43:47.478Z] === CONT  TestParallelPredefinedRequest3
14:43:47 [2021-12-21T14:43:47.478Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:43:47 [2021-12-21T14:43:47.478Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s)
14:43:47 [2021-12-21T14:43:47.478Z] === CONT  TestParallelPredefinedRequest2
14:43:47 [2021-12-21T14:43:47.478Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:43:47 [2021-12-21T14:43:47.478Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s)
14:43:47 [2021-12-21T14:43:47.478Z] PASS
14:43:47 [2021-12-21T14:43:47.478Z] coverage: 85.3% of statements
14:43:47 [2021-12-21T14:43:47.478Z] ok  	github.com/docker/docker/pkg/pools	0.049s	coverage: 88.2% of statements
14:43:47 [2021-12-21T14:43:47.478Z] ok  	github.com/docker/docker/libnetwork/ipam	52.974s	coverage: 85.3% of statements
14:43:47 [2021-12-21T14:43:47.936Z] === RUN   TestOutputOnPrematureClose
14:43:47 [2021-12-21T14:43:47.936Z] --- PASS: TestOutputOnPrematureClose (0.00s)
14:43:47 [2021-12-21T14:43:47.936Z] === RUN   TestCompleteSilently
14:43:47 [2021-12-21T14:43:47.936Z] --- PASS: TestCompleteSilently (0.00s)
14:43:47 [2021-12-21T14:43:47.936Z] PASS
14:43:47 [2021-12-21T14:43:47.936Z] coverage: 75.9% of statements
14:43:47 [2021-12-21T14:43:47.936Z] ok  	github.com/docker/docker/pkg/progress	0.040s	coverage: 75.9% of statements
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === Skipped
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     dispatchers_test.go:377: Windows does not support stopsignal
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s)
14:43:48 [2021-12-21T14:43:48.229Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     client_test.go:23: runtime.GOOS == "windows"
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     network_proxy_test.go:208: No support for dual stack yet
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     daemon_test.go:146: root required
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     reload_test.go:520: root required
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s)
14:43:48 [2021-12-21T14:43:48.229Z]     config_test.go:526: os.Getuid() != 0: skipping test that requires root
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     pull_v2_test.go:73: Needs fixing on Windows
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     pull_v2_test.go:118: Needs fixing on Windows
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     download_test.go:267: Needs fixing on Windows
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     layer_test.go:303: Failing on Windows
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     layer_test.go:352: Failing on Windows
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     layer_test.go:467: Failing on Windows
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     layer_test.go:696: Failing on Windows
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     migration_test.go:45: Failing on Windows
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     migration_test.go:181: Failing on Windows
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     mount_test.go:17: Failing on Windows
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     mount_test.go:76: Failing on Windows
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     mount_test.go:125: Failing on Windows
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     mount_test.go:212: Failing on Windows
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     windows_test.go:58: Test does not work on CI and was never running to begin with
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     windows_test.go:63: Test does not work on CI and was never running to begin with
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.229Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
14:43:48 [2021-12-21T14:43:48.229Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:43:48 [2021-12-21T14:43:48.229Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     archive_test.go:133: Xz not present in msys2
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s)
14:43:48 [2021-12-21T14:43:48.230Z]     archive_test.go:140: zstd not installed
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     archive_test.go:252: Failing on Windows CI machines
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     archive_windows_test.go:16: Currently fails
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     changes_test.go:195: needs more investigation
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     changes_test.go:432: needs further investigation
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     changes_test.go:468: needs further investigation
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     archive_test.go:44: os.Getuid() != 0: skipping test that requires root
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     archive_test.go:76: os.Getuid() != 0: skipping test that requires root
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     archive_test.go:248: os.Getuid() != 0: skipping test that requires root
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     archive_test.go:355: os.Getuid() != 0: skipping test that requires root
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.01s)
14:43:48 [2021-12-21T14:43:48.230Z]     archive_test.go:372: os.Getuid() != 0: skipping test that requires root
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     archive_test.go:389: os.Getuid() != 0: skipping test that requires root
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     poller_test.go:40: No chmod on Windows
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     fileutils_test.go:133: Needs porting to Windows
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     fileutils_test.go:179: Needs porting to Windows
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
14:43:48 [2021-12-21T14:43:48.230Z]     local_test.go:180: runtime.GOOS == "windows"
14:43:48 [2021-12-21T14:43:48.230Z] 
14:43:48 [2021-12-21T14:43:48.230Z] DONE 2099 tests, 70 skipped in 299.101s
14:43:48 [2021-12-21T14:43:48.233Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
14:43:48 [2021-12-21T14:43:48.491Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
14:43:48 [2021-12-21T14:43:48.704Z] INFO: make.ps1 ended at 12/21/2021 14:43:48
14:43:48 [2021-12-21T14:43:48.899Z] === RUN   TestSendToOneSub
14:43:48 [2021-12-21T14:43:48.899Z] --- PASS: TestSendToOneSub (0.00s)
14:43:48 [2021-12-21T14:43:48.899Z] === RUN   TestSendToMultipleSubs
14:43:48 [2021-12-21T14:43:48.899Z] --- PASS: TestSendToMultipleSubs (0.00s)
14:43:48 [2021-12-21T14:43:48.899Z] === RUN   TestEvictOneSub
14:43:48 [2021-12-21T14:43:48.899Z] --- PASS: TestEvictOneSub (0.00s)
14:43:48 [2021-12-21T14:43:48.899Z] === RUN   TestClosePublisher
14:43:48 [2021-12-21T14:43:48.899Z] --- PASS: TestClosePublisher (0.00s)
14:43:48 [2021-12-21T14:43:48.899Z] === RUN   TestPubSubRace
14:43:49 [2021-12-21T14:43:49.352Z] --- PASS: TestDockerNetworkConnectAlias (3.74s)
14:43:49 [2021-12-21T14:43:49.352Z] === RUN   TestDockerNetworkReConnect
14:43:49 [2021-12-21T14:43:49.426Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
14:43:49 [2021-12-21T14:43:49.864Z] --- PASS: TestPubSubRace (1.09s)
14:43:49 [2021-12-21T14:43:49.864Z] PASS
14:43:49 [2021-12-21T14:43:49.864Z] coverage: 75.0% of statements
14:43:49 [2021-12-21T14:43:49.864Z] ok  	github.com/docker/docker/pkg/pubsub	1.140s	coverage: 75.0% of statements
14:43:50 [2021-12-21T14:43:50.828Z] === RUN   TestRegister
14:43:50 [2021-12-21T14:43:50.828Z] --- PASS: TestRegister (0.00s)
14:43:50 [2021-12-21T14:43:50.828Z] === RUN   TestCommand
14:43:50 [2021-12-21T14:43:50.828Z] --- PASS: TestCommand (0.03s)
14:43:50 [2021-12-21T14:43:50.828Z] === RUN   TestNaiveSelf
14:43:50 [2021-12-21T14:43:50.828Z] --- PASS: TestNaiveSelf (0.03s)
14:43:50 [2021-12-21T14:43:50.828Z] PASS
14:43:50 [2021-12-21T14:43:50.828Z] coverage: 82.4% of statements
14:43:50 [2021-12-21T14:43:50.828Z] ok  	github.com/docker/docker/pkg/reexec	0.115s	coverage: 82.4% of statements
14:43:50 [2021-12-21T14:43:50.931Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
14:43:50 [2021-12-21T14:43:50.931Z] INFO: Unit tests ended at 12/21/2021 14:43:50. Duration:00:05:16.5059422
14:43:50 [2021-12-21T14:43:50.931Z] INFO: Building busybox
14:43:50 [2021-12-21T14:43:50.931Z] Sending build context to Docker daemon   5.12kB
14:43:50 [2021-12-21T14:43:50.931Z] 
14:43:50 [2021-12-21T14:43:50.931Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
14:43:50 [2021-12-21T14:43:50.931Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
14:43:50 [2021-12-21T14:43:50.931Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
14:43:50 [2021-12-21T14:43:50.931Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
14:43:50 [2021-12-21T14:43:50.931Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
14:43:50 [2021-12-21T14:43:50.931Z]  ---> 136110e1a05c
14:43:50 [2021-12-21T14:43:50.931Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
14:43:50 [2021-12-21T14:43:50.931Z]  ---> Running in 566c39ee844d
14:43:51 [2021-12-21T14:43:51.329Z]     docker_api_swarm_test.go:585: [dc969e1e8b677] joining swarm manager [d5b8e7b46001f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:43:51 [2021-12-21T14:43:51.329Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
14:43:51 [2021-12-21T14:43:51.793Z] === RUN   TestDump
14:43:51 [2021-12-21T14:43:51.793Z] goroutine 6 [running]:
14:43:51 [2021-12-21T14:43:51.793Z] github.com/docker/docker/pkg/stack.dump(0x33b457)
14:43:51 [2021-12-21T14:43:51.793Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c
14:43:51 [2021-12-21T14:43:51.793Z] github.com/docker/docker/pkg/stack.Dump(...)
14:43:51 [2021-12-21T14:43:51.793Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18
14:43:51 [2021-12-21T14:43:51.793Z] github.com/docker/docker/pkg/stack.TestDump(0x0)
14:43:51 [2021-12-21T14:43:51.793Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a
14:43:51 [2021-12-21T14:43:51.793Z] testing.tRunner(0xc00011e000, 0x4a8e38)
14:43:51 [2021-12-21T14:43:51.793Z] 	c:/go/src/testing/testing.go:1259 +0x102
14:43:51 [2021-12-21T14:43:51.793Z] created by testing.(*T).Run
14:43:51 [2021-12-21T14:43:51.793Z] 	c:/go/src/testing/testing.go:1306 +0x35a
14:43:51 [2021-12-21T14:43:51.793Z] 
14:43:51 [2021-12-21T14:43:51.793Z] goroutine 1 [chan receive]:
14:43:51 [2021-12-21T14:43:51.793Z] testing.(*T).Run(0xc00002dd40, {0x49a4fd, 0x31a1b3}, 0x4a8e38)
14:43:51 [2021-12-21T14:43:51.793Z] 	c:/go/src/testing/testing.go:1307 +0x375
14:43:51 [2021-12-21T14:43:51.793Z] testing.runTests.func1(0xc000066750)
14:43:51 [2021-12-21T14:43:51.793Z] 	c:/go/src/testing/testing.go:1598 +0x6e
14:43:51 [2021-12-21T14:43:51.793Z] testing.tRunner(0xc00002dd40, 0xc00006fce0)
14:43:51 [2021-12-21T14:43:51.793Z] 	c:/go/src/testing/testing.go:1259 +0x102
14:43:51 [2021-12-21T14:43:51.793Z] testing.runTests(0xc000074080, {0x60cba0, 0x3, 0x3}, {0x33a6ad, 0x49c1f7, 0x611640})
14:43:51 [2021-12-21T14:43:51.793Z] 	c:/go/src/testing/testing.go:1596 +0x43f
14:43:51 [2021-12-21T14:43:51.793Z] testing.(*M).Run(0xc000074080)
14:43:51 [2021-12-21T14:43:51.793Z] 	c:/go/src/testing/testing.go:1504 +0x51d
14:43:51 [2021-12-21T14:43:51.793Z] main.main()
14:43:51 [2021-12-21T14:43:51.793Z] 	_testmain.go:95 +0x1f5
14:43:51 [2021-12-21T14:43:51.793Z] --- PASS: TestDump (0.00s)
14:43:51 [2021-12-21T14:43:51.793Z] === RUN   TestDumpToFile
14:43:51 [2021-12-21T14:43:51.793Z] --- PASS: TestDumpToFile (0.22s)
14:43:51 [2021-12-21T14:43:51.793Z] === RUN   TestDumpToFileWithEmptyInput
14:43:51 [2021-12-21T14:43:51.793Z] goroutine 18 [running]:
14:43:51 [2021-12-21T14:43:51.793Z] github.com/docker/docker/pkg/stack.dump(0x3a83f4)
14:43:51 [2021-12-21T14:43:51.793Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c
14:43:51 [2021-12-21T14:43:51.793Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x3a87a0})
14:43:51 [2021-12-21T14:43:51.793Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214
14:43:51 [2021-12-21T14:43:51.793Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0x0)
14:43:51 [2021-12-21T14:43:51.793Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26
14:43:51 [2021-12-21T14:43:51.793Z] testing.tRunner(0xc0000841a0, 0x4a8e28)
14:43:51 [2021-12-21T14:43:51.793Z] 	c:/go/src/testing/testing.go:1259 +0x102
14:43:51 [2021-12-21T14:43:51.793Z] created by testing.(*T).Run
14:43:51 [2021-12-21T14:43:51.793Z] 	c:/go/src/testing/testing.go:1306 +0x35a
14:43:51 [2021-12-21T14:43:51.793Z] 
14:43:51 [2021-12-21T14:43:51.793Z] goroutine 1 [chan receive]:
14:43:51 [2021-12-21T14:43:51.793Z] testing.(*T).Run(0xc00002dd40, {0x4a1289, 0x31a1b3}, 0x4a8e28)
14:43:51 [2021-12-21T14:43:51.793Z] 	c:/go/src/testing/testing.go:1307 +0x375
14:43:51 [2021-12-21T14:43:51.793Z] testing.runTests.func1(0xc000066750)
14:43:51 [2021-12-21T14:43:51.793Z] 	c:/go/src/testing/testing.go:1598 +0x6e
14:43:51 [2021-12-21T14:43:51.793Z] testing.tRunner(0xc00002dd40, 0xc00006fce0)
14:43:51 [2021-12-21T14:43:51.793Z] 	c:/go/src/testing/testing.go:1259 +0x102
14:43:51 [2021-12-21T14:43:51.793Z] testing.runTests(0xc000074080, {0x60cba0, 0x3, 0x3}, {0x33a6ad, 0x49c1f7, 0x611640})
14:43:51 [2021-12-21T14:43:51.793Z] 	c:/go/src/testing/testing.go:1596 +0x43f
14:43:51 [2021-12-21T14:43:51.793Z] testing.(*M).Run(0xc000074080)
14:43:51 [2021-12-21T14:43:51.793Z] 	c:/go/src/testing/testing.go:1504 +0x51d
14:43:51 [2021-12-21T14:43:51.793Z] main.main()
14:43:51 [2021-12-21T14:43:51.793Z] 	_testmain.go:95 +0x1f5
14:43:51 [2021-12-21T14:43:51.793Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s)
14:43:51 [2021-12-21T14:43:51.793Z] PASS
14:43:51 [2021-12-21T14:43:51.793Z] coverage: 90.9% of statements
14:43:51 [2021-12-21T14:43:51.793Z] ok  	github.com/docker/docker/pkg/stack	0.265s	coverage: 90.9% of statements
14:43:52 [2021-12-21T14:43:52.619Z] --- PASS: TestDockerNetworkReConnect (2.84s)
14:43:52 [2021-12-21T14:43:52.619Z] === RUN   TestServicePlugin
14:43:52 [2021-12-21T14:43:52.619Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:43:52 [2021-12-21T14:43:52.619Z] --- SKIP: TestServicePlugin (0.00s)
14:43:52 [2021-12-21T14:43:52.619Z] === RUN   TestServiceUpdateLabel
14:43:52 [2021-12-21T14:43:52.702Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
14:43:52 [2021-12-21T14:43:52.755Z] === RUN   TestNewStdWriter
14:43:52 [2021-12-21T14:43:52.755Z] --- PASS: TestNewStdWriter (0.00s)
14:43:52 [2021-12-21T14:43:52.755Z] === RUN   TestWriteWithUninitializedStdWriter
14:43:52 [2021-12-21T14:43:52.755Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
14:43:52 [2021-12-21T14:43:52.755Z] === RUN   TestWriteWithNilBytes
14:43:52 [2021-12-21T14:43:52.755Z] --- PASS: TestWriteWithNilBytes (0.00s)
14:43:52 [2021-12-21T14:43:52.755Z] === RUN   TestWrite
14:43:52 [2021-12-21T14:43:52.755Z] --- PASS: TestWrite (0.00s)
14:43:52 [2021-12-21T14:43:52.755Z] === RUN   TestWriteWithWriterError
14:43:52 [2021-12-21T14:43:52.755Z] --- PASS: TestWriteWithWriterError (0.00s)
14:43:52 [2021-12-21T14:43:52.755Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
14:43:52 [2021-12-21T14:43:52.755Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
14:43:52 [2021-12-21T14:43:52.755Z] === RUN   TestStdCopyWriteAndRead
14:43:52 [2021-12-21T14:43:52.755Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
14:43:52 [2021-12-21T14:43:52.755Z] === RUN   TestStdCopyReturnsErrorReadingHeader
14:43:52 [2021-12-21T14:43:52.755Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
14:43:52 [2021-12-21T14:43:52.755Z] === RUN   TestStdCopyReturnsErrorReadingFrame
14:43:52 [2021-12-21T14:43:52.755Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
14:43:52 [2021-12-21T14:43:52.755Z] === RUN   TestStdCopyDetectsCorruptedFrame
14:43:52 [2021-12-21T14:43:52.755Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
14:43:52 [2021-12-21T14:43:52.755Z] === RUN   TestStdCopyWithInvalidInputHeader
14:43:52 [2021-12-21T14:43:52.755Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
14:43:52 [2021-12-21T14:43:52.755Z] === RUN   TestStdCopyWithCorruptedPrefix
14:43:52 [2021-12-21T14:43:52.755Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
14:43:52 [2021-12-21T14:43:52.755Z] === RUN   TestStdCopyReturnsWriteErrors
14:43:52 [2021-12-21T14:43:52.756Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
14:43:52 [2021-12-21T14:43:52.756Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
14:43:52 [2021-12-21T14:43:52.756Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
14:43:52 [2021-12-21T14:43:52.756Z] === RUN   TestStdCopyReturnsErrorFromSystem
14:43:52 [2021-12-21T14:43:52.756Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
14:43:52 [2021-12-21T14:43:52.756Z] PASS
14:43:52 [2021-12-21T14:43:52.756Z] coverage: 100.0% of statements
14:43:52 [2021-12-21T14:43:52.756Z] ok  	github.com/docker/docker/pkg/stdcopy	0.049s	coverage: 100.0% of statements
14:43:52 [2021-12-21T14:43:52.960Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
14:43:53 [2021-12-21T14:43:53.720Z] === RUN   TestRawProgressFormatterFormatStatus
14:43:53 [2021-12-21T14:43:53.720Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
14:43:53 [2021-12-21T14:43:53.720Z] === RUN   TestRawProgressFormatterFormatProgress
14:43:53 [2021-12-21T14:43:53.720Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
14:43:53 [2021-12-21T14:43:53.720Z] === RUN   TestFormatStatus
14:43:53 [2021-12-21T14:43:53.720Z] --- PASS: TestFormatStatus (0.00s)
14:43:53 [2021-12-21T14:43:53.720Z] === RUN   TestFormatError
14:43:53 [2021-12-21T14:43:53.720Z] --- PASS: TestFormatError (0.00s)
14:43:53 [2021-12-21T14:43:53.720Z] === RUN   TestFormatJSONError
14:43:53 [2021-12-21T14:43:53.720Z] --- PASS: TestFormatJSONError (0.00s)
14:43:53 [2021-12-21T14:43:53.720Z] === RUN   TestJsonProgressFormatterFormatProgress
14:43:53 [2021-12-21T14:43:53.720Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
14:43:53 [2021-12-21T14:43:53.720Z] === RUN   TestJsonProgressFormatterFormatStatus
14:43:53 [2021-12-21T14:43:53.720Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
14:43:53 [2021-12-21T14:43:53.720Z] === RUN   TestNewJSONProgressOutput
14:43:53 [2021-12-21T14:43:53.720Z] --- PASS: TestNewJSONProgressOutput (0.00s)
14:43:53 [2021-12-21T14:43:53.720Z] === RUN   TestAuxFormatterEmit
14:43:53 [2021-12-21T14:43:53.720Z] --- PASS: TestAuxFormatterEmit (0.00s)
14:43:53 [2021-12-21T14:43:53.720Z] === RUN   TestStreamWriterStdout
14:43:53 [2021-12-21T14:43:53.720Z] --- PASS: TestStreamWriterStdout (0.00s)
14:43:53 [2021-12-21T14:43:53.720Z] === RUN   TestStreamWriterStderr
14:43:53 [2021-12-21T14:43:53.720Z] --- PASS: TestStreamWriterStderr (0.00s)
14:43:53 [2021-12-21T14:43:53.720Z] PASS
14:43:53 [2021-12-21T14:43:53.720Z] coverage: 66.2% of statements
14:43:53 [2021-12-21T14:43:53.720Z] ok  	github.com/docker/docker/pkg/streamformatter	0.048s	coverage: 66.2% of statements
14:43:53 [2021-12-21T14:43:53.894Z]     check_test.go:379: [dbc3480b4977b] daemon is not started
14:43:53 [2021-12-21T14:43:53.984Z] --- PASS: TestServiceUpdateLabel (1.67s)
14:43:53 [2021-12-21T14:43:53.984Z] === RUN   TestServiceUpdateSecrets
14:43:54 [2021-12-21T14:43:54.177Z] === RUN   TestGenerateRandomID
14:43:54 [2021-12-21T14:43:54.177Z] --- PASS: TestGenerateRandomID (0.00s)
14:43:54 [2021-12-21T14:43:54.177Z] === RUN   TestShortenId
14:43:54 [2021-12-21T14:43:54.177Z] --- PASS: TestShortenId (0.00s)
14:43:54 [2021-12-21T14:43:54.177Z] === RUN   TestShortenSha256Id
14:43:54 [2021-12-21T14:43:54.177Z] --- PASS: TestShortenSha256Id (0.00s)
14:43:54 [2021-12-21T14:43:54.177Z] === RUN   TestShortenIdEmpty
14:43:54 [2021-12-21T14:43:54.177Z] --- PASS: TestShortenIdEmpty (0.00s)
14:43:54 [2021-12-21T14:43:54.177Z] === RUN   TestShortenIdInvalid
14:43:54 [2021-12-21T14:43:54.177Z] --- PASS: TestShortenIdInvalid (0.00s)
14:43:54 [2021-12-21T14:43:54.177Z] === RUN   TestIsShortIDNonHex
14:43:54 [2021-12-21T14:43:54.177Z] --- PASS: TestIsShortIDNonHex (0.00s)
14:43:54 [2021-12-21T14:43:54.177Z] === RUN   TestIsShortIDNotCorrectSize
14:43:54 [2021-12-21T14:43:54.177Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
14:43:54 [2021-12-21T14:43:54.177Z] PASS
14:43:54 [2021-12-21T14:43:54.177Z] coverage: 70.6% of statements
14:43:54 [2021-12-21T14:43:54.177Z] ok  	github.com/docker/docker/pkg/stringid	0.044s	coverage: 70.6% of statements
14:43:54 [2021-12-21T14:43:54.830Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
14:43:55 [2021-12-21T14:43:55.141Z] === RUN   TestIsCpusetListAvailable
14:43:55 [2021-12-21T14:43:55.141Z] --- PASS: TestIsCpusetListAvailable (0.00s)
14:43:55 [2021-12-21T14:43:55.141Z] PASS
14:43:55 [2021-12-21T14:43:55.141Z] coverage: 39.4% of statements
14:43:55 [2021-12-21T14:43:55.141Z] ok  	github.com/docker/docker/pkg/sysinfo	0.050s	coverage: 39.4% of statements
14:43:55 [2021-12-21T14:43:55.141Z] --- PASS: TestNewClientWithTimeout (17.63s)
14:43:55 [2021-12-21T14:43:55.141Z] === RUN   TestClientStream
14:43:55 [2021-12-21T14:43:55.141Z] --- PASS: TestClientStream (0.00s)
14:43:55 [2021-12-21T14:43:55.141Z] === RUN   TestClientSendFile
14:43:55 [2021-12-21T14:43:55.141Z] --- PASS: TestClientSendFile (0.00s)
14:43:55 [2021-12-21T14:43:55.141Z] === RUN   TestClientWithRequestTimeout
14:43:55 [2021-12-21T14:43:55.141Z] --- PASS: TestClientWithRequestTimeout (0.00s)
14:43:55 [2021-12-21T14:43:55.141Z] === RUN   TestFileSpecPlugin
14:43:55 [2021-12-21T14:43:55.597Z] --- PASS: TestFileSpecPlugin (0.02s)
14:43:55 [2021-12-21T14:43:55.597Z] === RUN   TestFileJSONSpecPlugin
14:43:55 [2021-12-21T14:43:55.597Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
14:43:55 [2021-12-21T14:43:55.597Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
14:43:55 [2021-12-21T14:43:55.597Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s)
14:43:55 [2021-12-21T14:43:55.597Z] === RUN   TestPluginAddHandler
14:43:55 [2021-12-21T14:43:55.597Z] --- PASS: TestPluginAddHandler (0.00s)
14:43:55 [2021-12-21T14:43:55.597Z] === RUN   TestPluginWaitBadPlugin
14:43:55 [2021-12-21T14:43:55.597Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
14:43:55 [2021-12-21T14:43:55.597Z] === RUN   TestGet
14:43:55 [2021-12-21T14:43:55.597Z] time="2021-12-21T14:43:55Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
14:43:56 [2021-12-21T14:43:56.562Z] time="2021-12-21T14:43:56Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
14:43:56 [2021-12-21T14:43:56.733Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
14:43:56 [2021-12-21T14:43:56.815Z] Removing intermediate container 566c39ee844d
14:43:56 [2021-12-21T14:43:56.815Z]  ---> 34146654ecfd
14:43:56 [2021-12-21T14:43:56.815Z] Step 7/13 : ARG BUSYBOX_VERSION
14:43:56 [2021-12-21T14:43:56.815Z]  ---> Running in 8152fbe38ee7
14:43:56 [2021-12-21T14:43:56.815Z] Removing intermediate container 8152fbe38ee7
14:43:56 [2021-12-21T14:43:56.815Z]  ---> 9fdaab78f707
14:43:56 [2021-12-21T14:43:56.815Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
14:43:57 [2021-12-21T14:43:57.018Z] === RUN   TestChtimes
14:43:57 [2021-12-21T14:43:57.018Z] --- PASS: TestChtimes (0.00s)
14:43:57 [2021-12-21T14:43:57.018Z] === RUN   TestChtimesWindows
14:43:57 [2021-12-21T14:43:57.018Z] --- PASS: TestChtimesWindows (0.00s)
14:43:57 [2021-12-21T14:43:57.018Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
14:43:57 [2021-12-21T14:43:57.018Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
14:43:57 [2021-12-21T14:43:57.018Z] === RUN   TestEnsureRemoveAllNotExist
14:43:57 [2021-12-21T14:43:57.018Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
14:43:57 [2021-12-21T14:43:57.018Z] === RUN   TestEnsureRemoveAllWithDir
14:43:57 [2021-12-21T14:43:57.018Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
14:43:57 [2021-12-21T14:43:57.018Z] === RUN   TestEnsureRemoveAllWithFile
14:43:57 [2021-12-21T14:43:57.018Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
14:43:57 [2021-12-21T14:43:57.018Z] === RUN   TestHasWin32KSupport
14:43:57 [2021-12-21T14:43:57.018Z]     syscall_windows_test.go:8: win32k: true
14:43:57 [2021-12-21T14:43:57.018Z] --- PASS: TestHasWin32KSupport (0.01s)
14:43:57 [2021-12-21T14:43:57.018Z] PASS
14:43:57 [2021-12-21T14:43:57.018Z] coverage: 13.0% of statements
14:43:57 [2021-12-21T14:43:57.018Z] ok  	github.com/docker/docker/pkg/system	0.066s	coverage: 13.0% of statements
14:43:57 [2021-12-21T14:43:57.284Z]  ---> Running in ea055bd1b487
14:43:57 [2021-12-21T14:43:57.753Z] Removing intermediate container ea055bd1b487
14:43:57 [2021-12-21T14:43:57.753Z]  ---> 9d74ca0f275f
14:43:57 [2021-12-21T14:43:57.753Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestTailFile
14:43:57 [2021-12-21T14:43:57.982Z] --- PASS: TestTailFile (0.00s)
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestTailFileManyLines
14:43:57 [2021-12-21T14:43:57.982Z] --- PASS: TestTailFileManyLines (0.00s)
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestTailEmptyFile
14:43:57 [2021-12-21T14:43:57.982Z] --- PASS: TestTailEmptyFile (0.00s)
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestTailNegativeN
14:43:57 [2021-12-21T14:43:57.982Z] --- PASS: TestTailNegativeN (0.00s)
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader
14:43:57 [2021-12-21T14:43:57.982Z] === CONT  TestNewTailReader
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/single_byte_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/single_byte_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/2_byte_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/2_byte_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/4_byte_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/4_byte_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/8_byte_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/8_byte_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/12_byte_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/12_byte_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/truncated_last_line
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/truncated_last_line#01
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/truncated_last_line#02
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
14:43:57 [2021-12-21T14:43:57.982Z] === CONT  TestNewTailReader/no_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/no_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.982Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
14:43:57 [2021-12-21T14:43:57.982Z] === CONT  TestNewTailReader/12_byte_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.982Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.982Z] === CONT  TestNewTailReader/2_byte_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === CONT  TestNewTailReader/8_byte_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
14:43:57 [2021-12-21T14:43:57.982Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
14:43:57 [2021-12-21T14:43:57.982Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
14:43:57 [2021-12-21T14:43:57.982Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/4_byte_delimiter
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/single_byte_delimiter
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/no_delimiter/no_lines
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:57 [2021-12-21T14:43:57.983Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:57 [2021-12-21T14:43:57.983Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:57 [2021-12-21T14:43:57.983Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.109Z] === RUN   TestDockerSuite/TestBuildHistory
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.440Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.440Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.440Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.440Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.440Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
14:43:58 [2021-12-21T14:43:58.440Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.440Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.440Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.440Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
14:43:58 [2021-12-21T14:43:58.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
14:43:58 [2021-12-21T14:43:58.440Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.441Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
14:43:58 [2021-12-21T14:43:58.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
14:43:58 [2021-12-21T14:43:58.441Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
14:43:58 [2021-12-21T14:43:58.442Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
14:43:58 [2021-12-21T14:43:58.442Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
14:43:58 [2021-12-21T14:43:58.443Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
14:43:58 [2021-12-21T14:43:58.444Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
14:43:59 [2021-12-21T14:43:59.099Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
14:43:59 [2021-12-21T14:43:59.099Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
14:43:59 [2021-12-21T14:43:59.100Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
14:43:59 [2021-12-21T14:43:59.100Z] --- PASS: TestNewTailReader (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.02s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.100Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.02s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.01s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.02s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.01s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.02s)
14:43:59 [2021-12-21T14:43:59.101Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
14:43:59 [2021-12-21T14:43:59.101Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.02s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.102Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
14:43:59 [2021-12-21T14:43:59.103Z] PASS
14:43:59 [2021-12-21T14:43:59.103Z] coverage: 88.6% of statements
14:43:59 [2021-12-21T14:43:59.103Z] ok  	github.com/docker/docker/pkg/tailfile	0.369s	coverage: 88.6% of statements
14:43:59 [2021-12-21T14:43:59.317Z] 
14:43:59 [2021-12-21T14:43:59.561Z] time="2021-12-21T14:43:58Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
14:43:59 [2021-12-21T14:43:59.788Z]  ---> d2ca9c783b9a
14:43:59 [2021-12-21T14:43:59.788Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
14:43:59 [2021-12-21T14:43:59.788Z]  ---> Running in 4ae8049d6a84
14:44:00 [2021-12-21T14:44:00.017Z] === RUN   TestTarSumRemoveNonExistent
14:44:00 [2021-12-21T14:44:00.017Z] --- PASS: TestTarSumRemoveNonExistent (0.01s)
14:44:00 [2021-12-21T14:44:00.017Z] === RUN   TestTarSumRemove
14:44:00 [2021-12-21T14:44:00.017Z] --- PASS: TestTarSumRemove (0.00s)
14:44:00 [2021-12-21T14:44:00.017Z] === RUN   TestSortFileInfoSums
14:44:00 [2021-12-21T14:44:00.017Z] --- PASS: TestSortFileInfoSums (0.00s)
14:44:00 [2021-12-21T14:44:00.017Z] === RUN   TestNewTarSumForLabelInvalid
14:44:00 [2021-12-21T14:44:00.017Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
14:44:00 [2021-12-21T14:44:00.017Z] === RUN   TestNewTarSumForLabel
14:44:00 [2021-12-21T14:44:00.017Z] --- PASS: TestNewTarSumForLabel (0.00s)
14:44:00 [2021-12-21T14:44:00.017Z] === RUN   TestEmptyTar
14:44:00 [2021-12-21T14:44:00.017Z] --- PASS: TestEmptyTar (0.00s)
14:44:00 [2021-12-21T14:44:00.017Z] === RUN   TestTarSumsReadSize
14:44:00 [2021-12-21T14:44:00.017Z] --- PASS: TestTarSumsReadSize (0.01s)
14:44:00 [2021-12-21T14:44:00.017Z] === RUN   TestTarSums
14:44:00 [2021-12-21T14:44:00.017Z] --- PASS: TestTarSums (0.08s)
14:44:00 [2021-12-21T14:44:00.017Z] === RUN   TestIteration
14:44:00 [2021-12-21T14:44:00.017Z] --- PASS: TestIteration (0.00s)
14:44:00 [2021-12-21T14:44:00.017Z] === RUN   TestVersionLabelForChecksum
14:44:00 [2021-12-21T14:44:00.017Z] --- PASS: TestVersionLabelForChecksum (0.00s)
14:44:00 [2021-12-21T14:44:00.017Z] === RUN   TestVersion
14:44:00 [2021-12-21T14:44:00.017Z] --- PASS: TestVersion (0.00s)
14:44:00 [2021-12-21T14:44:00.017Z] === RUN   TestGetVersion
14:44:00 [2021-12-21T14:44:00.017Z] --- PASS: TestGetVersion (0.00s)
14:44:00 [2021-12-21T14:44:00.017Z] === RUN   TestGetVersions
14:44:00 [2021-12-21T14:44:00.017Z] --- PASS: TestGetVersions (0.00s)
14:44:00 [2021-12-21T14:44:00.017Z] PASS
14:44:00 [2021-12-21T14:44:00.017Z] coverage: 89.3% of statements
14:44:00 [2021-12-21T14:44:00.018Z] ok  	github.com/docker/docker/pkg/tarsum	0.152s	coverage: 89.3% of statements
14:44:00 [2021-12-21T14:44:00.982Z] testing: warning: no tests to run
14:44:00 [2021-12-21T14:44:00.982Z] PASS
14:44:00 [2021-12-21T14:44:00.982Z] coverage: [no statements]
14:44:00 [2021-12-21T14:44:00.982Z] ok  	github.com/docker/docker/pkg/term/windows	0.044s	coverage: [no statements] [no tests to run]
14:44:01 [2021-12-21T14:44:01.947Z] === RUN   TestTruncIndex
14:44:01 [2021-12-21T14:44:01.947Z] --- PASS: TestTruncIndex (0.10s)
14:44:01 [2021-12-21T14:44:01.947Z] PASS
14:44:01 [2021-12-21T14:44:01.947Z] coverage: 91.5% of statements
14:44:01 [2021-12-21T14:44:01.947Z] ok  	github.com/docker/docker/pkg/truncindex	0.145s	coverage: 91.5% of statements
14:44:02 [2021-12-21T14:44:02.297Z] === RUN   TestDockerSuite/TestBuildIidFile
14:44:02 [2021-12-21T14:44:02.297Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
14:44:02 [2021-12-21T14:44:02.403Z] === RUN   TestIsGIT
14:44:02 [2021-12-21T14:44:02.403Z] time="2021-12-21T14:44:02Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
14:44:02 [2021-12-21T14:44:02.403Z] --- PASS: TestIsGIT (0.00s)
14:44:02 [2021-12-21T14:44:02.403Z] === RUN   TestIsTransport
14:44:02 [2021-12-21T14:44:02.403Z] --- PASS: TestIsTransport (0.00s)
14:44:02 [2021-12-21T14:44:02.403Z] PASS
14:44:02 [2021-12-21T14:44:02.403Z] coverage: 100.0% of statements
14:44:02 [2021-12-21T14:44:02.403Z] ok  	github.com/docker/docker/pkg/urlutil	0.040s	coverage: 100.0% of statements
14:44:02 [2021-12-21T14:44:02.403Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
14:44:02 [2021-12-21T14:44:02.403Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
14:44:02 [2021-12-21T14:44:02.403Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
14:44:02 [2021-12-21T14:44:02.403Z] ?   	github.com/docker/docker/libnetwork/netutils	[no test files]
14:44:02 [2021-12-21T14:44:02.556Z] === RUN   TestDockerSuite/TestBuildInheritance
14:44:02 [2021-12-21T14:44:02.860Z] === RUN   TestVersionInfo
14:44:02 [2021-12-21T14:44:02.860Z] --- PASS: TestVersionInfo (0.00s)
14:44:02 [2021-12-21T14:44:02.860Z] === RUN   TestAppendVersions
14:44:02 [2021-12-21T14:44:02.860Z] --- PASS: TestAppendVersions (0.00s)
14:44:02 [2021-12-21T14:44:02.860Z] PASS
14:44:02 [2021-12-21T14:44:02.860Z] coverage: 88.9% of statements
14:44:02 [2021-12-21T14:44:02.860Z] ok  	github.com/docker/docker/pkg/useragent	0.048s	coverage: 88.9% of statements
14:44:03 [2021-12-21T14:44:03.122Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
14:44:03 [2021-12-21T14:44:03.689Z] === RUN   TestDockerSuite/TestBuildInvalidTag
14:44:03 [2021-12-21T14:44:03.689Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
14:44:04 [2021-12-21T14:44:04.265Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
14:44:04 [2021-12-21T14:44:04.265Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
14:44:04 [2021-12-21T14:44:04.265Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
14:44:04 [2021-12-21T14:44:04.391Z] === RUN   TestValidatePrivileges
14:44:04 [2021-12-21T14:44:04.391Z] --- PASS: TestValidatePrivileges (0.00s)
14:44:04 [2021-12-21T14:44:04.391Z] === RUN   TestFilterByCapNeg
14:44:04 [2021-12-21T14:44:04.391Z] --- PASS: TestFilterByCapNeg (0.00s)
14:44:04 [2021-12-21T14:44:04.391Z] === RUN   TestFilterByCapPos
14:44:04 [2021-12-21T14:44:04.391Z] --- PASS: TestFilterByCapPos (0.00s)
14:44:04 [2021-12-21T14:44:04.391Z] === RUN   TestStoreGetPluginNotMatchCapRefs
14:44:04 [2021-12-21T14:44:04.391Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
14:44:04 [2021-12-21T14:44:04.391Z] PASS
14:44:04 [2021-12-21T14:44:04.391Z] coverage: 12.0% of statements
14:44:04 [2021-12-21T14:44:04.391Z] ok  	github.com/docker/docker/plugin	0.059s	coverage: 12.0% of statements
14:44:04 [2021-12-21T14:44:04.391Z] === RUN   TestNewSettable
14:44:04 [2021-12-21T14:44:04.391Z] --- PASS: TestNewSettable (0.00s)
14:44:04 [2021-12-21T14:44:04.391Z] === RUN   TestIsSettable
14:44:04 [2021-12-21T14:44:04.391Z] --- PASS: TestIsSettable (0.00s)
14:44:04 [2021-12-21T14:44:04.391Z] === RUN   TestUpdateSettingsEnv
14:44:04 [2021-12-21T14:44:04.391Z] --- PASS: TestUpdateSettingsEnv (0.00s)
14:44:04 [2021-12-21T14:44:04.391Z] PASS
14:44:04 [2021-12-21T14:44:04.391Z] coverage: 20.0% of statements
14:44:04 [2021-12-21T14:44:04.391Z] ok  	github.com/docker/docker/plugin/v2	0.048s	coverage: 20.0% of statements
14:44:04 [2021-12-21T14:44:04.561Z] === RUN   TestDockerSuite/TestBuildLabel
14:44:05 [2021-12-21T14:44:05.131Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
14:44:05 [2021-12-21T14:44:05.703Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
14:44:05 [2021-12-21T14:44:05.923Z] === RUN   TestLoad
14:44:05 [2021-12-21T14:44:05.923Z] --- PASS: TestLoad (0.00s)
14:44:05 [2021-12-21T14:44:05.923Z] === RUN   TestSave
14:44:05 [2021-12-21T14:44:05.923Z] --- PASS: TestSave (0.03s)
14:44:05 [2021-12-21T14:44:05.923Z] === RUN   TestAddDeleteGet
14:44:05 [2021-12-21T14:44:05.923Z] --- PASS: TestAddDeleteGet (0.04s)
14:44:05 [2021-12-21T14:44:05.923Z] === RUN   TestInvalidTags
14:44:05 [2021-12-21T14:44:05.923Z] --- PASS: TestInvalidTags (0.01s)
14:44:05 [2021-12-21T14:44:05.923Z] PASS
14:44:05 [2021-12-21T14:44:05.923Z] coverage: 84.4% of statements
14:44:05 [2021-12-21T14:44:05.923Z] ok  	github.com/docker/docker/reference	0.122s	coverage: 84.4% of statements
14:44:06 [2021-12-21T14:44:06.271Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
14:44:06 [2021-12-21T14:44:06.837Z] === RUN   TestDockerSuite/TestBuildLabels
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestResolveAuthConfigIndexServer
14:44:06 [2021-12-21T14:44:06.887Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestResolveAuthConfigFullURL
14:44:06 [2021-12-21T14:44:06.887Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestLoadAllowNondistributableArtifacts
14:44:06 [2021-12-21T14:44:06.887Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestValidateMirror
14:44:06 [2021-12-21T14:44:06.887Z] --- PASS: TestValidateMirror (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestLoadInsecureRegistries
14:44:06 [2021-12-21T14:44:06.887Z] time="2021-12-21T14:44:06Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
14:44:06 [2021-12-21T14:44:06.887Z] time="2021-12-21T14:44:06Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
14:44:06 [2021-12-21T14:44:06.887Z] time="2021-12-21T14:44:06Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
14:44:06 [2021-12-21T14:44:06.887Z] --- PASS: TestLoadInsecureRegistries (0.19s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestNewServiceConfig
14:44:06 [2021-12-21T14:44:06.887Z] --- PASS: TestNewServiceConfig (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestValidateIndexName
14:44:06 [2021-12-21T14:44:06.887Z] --- PASS: TestValidateIndexName (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestValidateIndexNameWithError
14:44:06 [2021-12-21T14:44:06.887Z] --- PASS: TestValidateIndexNameWithError (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestEndpointParse
14:44:06 [2021-12-21T14:44:06.887Z] --- PASS: TestEndpointParse (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestEndpointParseInvalid
14:44:06 [2021-12-21T14:44:06.887Z] --- PASS: TestEndpointParseInvalid (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestValidateEndpoint
14:44:06 [2021-12-21T14:44:06.887Z] --- PASS: TestValidateEndpoint (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestPing
14:44:06 [2021-12-21T14:44:06.887Z] --- PASS: TestPing (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestPingRegistryEndpoint
14:44:06 [2021-12-21T14:44:06.887Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
14:44:06 [2021-12-21T14:44:06.887Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestEndpoint
14:44:06 [2021-12-21T14:44:06.887Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
14:44:06 [2021-12-21T14:44:06.887Z] --- SKIP: TestEndpoint (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestParseRepositoryInfo
14:44:06 [2021-12-21T14:44:06.887Z] --- PASS: TestParseRepositoryInfo (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestNewIndexInfo
14:44:06 [2021-12-21T14:44:06.887Z] --- PASS: TestNewIndexInfo (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestMirrorEndpointLookup
14:44:06 [2021-12-21T14:44:06.887Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
14:44:06 [2021-12-21T14:44:06.887Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
14:44:06 [2021-12-21T14:44:06.887Z] === RUN   TestSearchRepositories
14:44:06 [2021-12-21T14:44:06.887Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
14:44:06 [2021-12-21T14:44:06.887Z]         Host: 127.0.0.1:49319
14:44:06 [2021-12-21T14:44:06.887Z]         User-Agent: docker test client
14:44:06 [2021-12-21T14:44:06.887Z]         Authorization: Token fake-token
14:44:06 [2021-12-21T14:44:06.887Z]         X-Docker-Token: true
14:44:06 [2021-12-21T14:44:06.887Z]         Accept-Encoding: gzip
14:44:06 [2021-12-21T14:44:06.887Z]         
14:44:06 [2021-12-21T14:44:06.887Z]         
14:44:06 [2021-12-21T14:44:06.887Z]     registry_test.go:730: HTTP/1.1 200 OK
14:44:06 [2021-12-21T14:44:06.887Z]         Connection: close
14:44:06 [2021-12-21T14:44:06.887Z]         Content-Length: 144
14:44:07 [2021-12-21T14:44:07.096Z]     docker_api_swarm_test.go:46: [dce5988c1bba9] joining swarm manager [d198c0f804d0e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:44:07 [2021-12-21T14:44:07.344Z]         Cache-Control: no-cache
14:44:07 [2021-12-21T14:44:07.344Z]         Content-Type: application/json
14:44:07 [2021-12-21T14:44:07.344Z]         Date: Tue, 21 Dec 2021 14:44:06 GMT
14:44:07 [2021-12-21T14:44:07.344Z]         Expires: -1
14:44:07 [2021-12-21T14:44:07.344Z]         Pragma: no-cache
14:44:07 [2021-12-21T14:44:07.344Z]         Server: docker-tests/mock
14:44:07 [2021-12-21T14:44:07.344Z]         X-Docker-Registry-Config: mock
14:44:07 [2021-12-21T14:44:07.344Z]         X-Docker-Registry-Version: 0.0.0
14:44:07 [2021-12-21T14:44:07.344Z]         
14:44:07 [2021-12-21T14:44:07.344Z]         
14:44:07 [2021-12-21T14:44:07.344Z] --- PASS: TestSearchRepositories (0.01s)
14:44:07 [2021-12-21T14:44:07.344Z] === RUN   TestTrustedLocation
14:44:07 [2021-12-21T14:44:07.344Z] --- PASS: TestTrustedLocation (0.00s)
14:44:07 [2021-12-21T14:44:07.344Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
14:44:07 [2021-12-21T14:44:07.344Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
14:44:07 [2021-12-21T14:44:07.344Z] === RUN   TestAllowNondistributableArtifacts
14:44:07 [2021-12-21T14:44:07.344Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
14:44:07 [2021-12-21T14:44:07.344Z] === RUN   TestIsSecureIndex
14:44:07 [2021-12-21T14:44:07.344Z] --- PASS: TestIsSecureIndex (0.00s)
14:44:07 [2021-12-21T14:44:07.344Z] PASS
14:44:07 [2021-12-21T14:44:07.344Z] coverage: 51.2% of statements
14:44:07 [2021-12-21T14:44:07.344Z] ok  	github.com/docker/docker/registry	0.281s	coverage: 51.2% of statements
14:44:07 [2021-12-21T14:44:07.344Z] === RUN   TestResumableRequestHeaderSimpleErrors
14:44:07 [2021-12-21T14:44:07.344Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s)
14:44:07 [2021-12-21T14:44:07.344Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
14:44:07 [2021-12-21T14:44:07.344Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
14:44:07 [2021-12-21T14:44:07.344Z] === RUN   TestResumableRequestHeaderTooMuchFailures
14:44:07 [2021-12-21T14:44:07.344Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
14:44:07 [2021-12-21T14:44:07.344Z] === RUN   TestResumableRequestReaderWithReadError
14:44:07 [2021-12-21T14:44:07.344Z] time="2021-12-21T14:44:06Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
14:44:07 [2021-12-21T14:44:07.344Z] --- PASS: TestResumableRequestReaderWithReadError (0.19s)
14:44:07 [2021-12-21T14:44:07.344Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
14:44:07 [2021-12-21T14:44:07.344Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
14:44:07 [2021-12-21T14:44:07.344Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
14:44:07 [2021-12-21T14:44:07.344Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
14:44:07 [2021-12-21T14:44:07.344Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
14:44:07 [2021-12-21T14:44:07.344Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
14:44:07 [2021-12-21T14:44:07.344Z] === RUN   TestResumableRequestReader
14:44:07 [2021-12-21T14:44:07.344Z] --- PASS: TestResumableRequestReader (0.00s)
14:44:07 [2021-12-21T14:44:07.344Z] === RUN   TestResumableRequestReaderWithInitialResponse
14:44:07 [2021-12-21T14:44:07.344Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
14:44:07 [2021-12-21T14:44:07.344Z] PASS
14:44:07 [2021-12-21T14:44:07.344Z] coverage: 100.0% of statements
14:44:07 [2021-12-21T14:44:07.344Z] ok  	github.com/docker/docker/registry/resumable	0.263s	coverage: 100.0% of statements
14:44:07 [2021-12-21T14:44:07.663Z] === RUN   TestDockerSuite/TestBuildLabelsCache
14:44:07 [2021-12-21T14:44:07.802Z] === RUN   TestRestartManagerTimeout
14:44:07 [2021-12-21T14:44:07.802Z] --- PASS: TestRestartManagerTimeout (0.00s)
14:44:07 [2021-12-21T14:44:07.802Z] === RUN   TestRestartManagerTimeoutReset
14:44:07 [2021-12-21T14:44:07.802Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
14:44:07 [2021-12-21T14:44:07.802Z] PASS
14:44:07 [2021-12-21T14:44:07.802Z] coverage: 50.9% of statements
14:44:07 [2021-12-21T14:44:07.802Z] ok  	github.com/docker/docker/restartmanager	0.044s	coverage: 50.9% of statements
14:44:08 [2021-12-21T14:44:08.259Z] === RUN   TestDecodeContainerConfig
14:44:08 [2021-12-21T14:44:08.259Z] --- PASS: TestDecodeContainerConfig (0.00s)
14:44:08 [2021-12-21T14:44:08.259Z] === RUN   TestDecodeContainerConfigIsolation
14:44:08 [2021-12-21T14:44:08.259Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
14:44:08 [2021-12-21T14:44:08.259Z] === RUN   TestValidatePrivileged
14:44:08 [2021-12-21T14:44:08.259Z] --- PASS: TestValidatePrivileged (0.00s)
14:44:08 [2021-12-21T14:44:08.259Z] PASS
14:44:08 [2021-12-21T14:44:08.259Z] coverage: 52.6% of statements
14:44:08 [2021-12-21T14:44:08.259Z] ok  	github.com/docker/docker/runconfig	0.043s	coverage: 52.6% of statements
14:44:08 [2021-12-21T14:44:08.472Z] === RUN   TestMiddlewares
14:44:08 [2021-12-21T14:44:08.472Z] --- PASS: TestMiddlewares (0.00s)
14:44:08 [2021-12-21T14:44:08.472Z] PASS
14:44:08 [2021-12-21T14:44:08.472Z] coverage: 9.0% of statements
14:44:08 [2021-12-21T14:44:08.472Z] ok  	github.com/docker/docker/api/server	0.077s	coverage: 9.0% of statements
14:44:08 [2021-12-21T14:44:08.600Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
14:44:08 [2021-12-21T14:44:08.715Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
14:44:08 [2021-12-21T14:44:08.715Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
14:44:08 [2021-12-21T14:44:08.715Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
14:44:08 [2021-12-21T14:44:08.715Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
14:44:08 [2021-12-21T14:44:08.715Z] PASS
14:44:08 [2021-12-21T14:44:08.715Z] coverage: 62.5% of statements
14:44:08 [2021-12-21T14:44:08.715Z] ok  	github.com/docker/docker/testutil	0.040s	coverage: 62.5% of statements
14:44:08 [2021-12-21T14:44:08.822Z] --- PASS: TestServiceUpdateSecrets (14.28s)
14:44:08 [2021-12-21T14:44:08.822Z] === RUN   TestServiceUpdateConfigs
14:44:10 [2021-12-21T14:44:10.245Z] --- PASS: TestGet (15.02s)
14:44:10 [2021-12-21T14:44:10.245Z] === RUN   TestPluginWithNoManifest
14:44:10 [2021-12-21T14:44:10.245Z] --- PASS: TestPluginWithNoManifest (0.00s)
14:44:10 [2021-12-21T14:44:10.245Z] === RUN   TestGetAll
14:44:10 [2021-12-21T14:44:10.245Z] --- PASS: TestGetAll (0.01s)
14:44:10 [2021-12-21T14:44:10.245Z] PASS
14:44:10 [2021-12-21T14:44:10.245Z] coverage: 73.2% of statements
14:44:10 [2021-12-21T14:44:10.245Z] ok  	github.com/docker/docker/pkg/plugins	36.077s	coverage: 73.2% of statements
14:44:10 [2021-12-21T14:44:10.266Z] Removing intermediate container 4ae8049d6a84
14:44:10 [2021-12-21T14:44:10.266Z]  ---> a9caf53a758c
14:44:10 [2021-12-21T14:44:10.266Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
14:44:10 [2021-12-21T14:44:10.266Z]  ---> Running in 16613dc7460d
14:44:11 [2021-12-21T14:44:11.774Z] === RUN   TestGetDriver
14:44:11 [2021-12-21T14:44:11.774Z] --- PASS: TestGetDriver (0.00s)
14:44:11 [2021-12-21T14:44:11.774Z] === RUN   TestVolumeRequestError
14:44:11 [2021-12-21T14:44:11.774Z] === RUN   TestGetAddress
14:44:11 [2021-12-21T14:44:11.774Z] --- PASS: TestGetAddress (0.00s)
14:44:11 [2021-12-21T14:44:11.774Z] === RUN   TestRemove
14:44:11 [2021-12-21T14:44:11.774Z]     local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
14:44:11 [2021-12-21T14:44:11.774Z] --- SKIP: TestRemove (0.00s)
14:44:11 [2021-12-21T14:44:11.774Z] === RUN   TestInitializeWithVolumes
14:44:11 [2021-12-21T14:44:11.774Z] --- PASS: TestVolumeRequestError (0.01s)
14:44:11 [2021-12-21T14:44:11.774Z] PASS
14:44:11 [2021-12-21T14:44:11.774Z] coverage: 36.1% of statements
14:44:11 [2021-12-21T14:44:11.774Z] ok  	github.com/docker/docker/volume/drivers	0.060s	coverage: 36.1% of statements
14:44:11 [2021-12-21T14:44:11.774Z] --- PASS: TestInitializeWithVolumes (0.01s)
14:44:11 [2021-12-21T14:44:11.774Z] === RUN   TestCreate
14:44:11 [2021-12-21T14:44:11.774Z] --- PASS: TestCreate (0.02s)
14:44:11 [2021-12-21T14:44:11.774Z] === RUN   TestValidateName
14:44:11 [2021-12-21T14:44:11.774Z] --- PASS: TestValidateName (0.00s)
14:44:11 [2021-12-21T14:44:11.774Z] === RUN   TestCreateWithOpts
14:44:11 [2021-12-21T14:44:11.774Z]     local_test.go:180: runtime.GOOS == "windows"
14:44:11 [2021-12-21T14:44:11.774Z] --- SKIP: TestCreateWithOpts (0.00s)
14:44:11 [2021-12-21T14:44:11.774Z] === RUN   TestRelaodNoOpts
14:44:11 [2021-12-21T14:44:11.774Z] --- PASS: TestRelaodNoOpts (0.02s)
14:44:11 [2021-12-21T14:44:11.774Z] PASS
14:44:11 [2021-12-21T14:44:11.774Z] coverage: 41.5% of statements
14:44:11 [2021-12-21T14:44:11.774Z] ok  	github.com/docker/docker/volume/local	0.107s	coverage: 41.5% of statements
14:44:11 [2021-12-21T14:44:11.831Z] 
14:44:11 [2021-12-21T14:44:11.831Z] SUCCESS: Specified value was saved.
14:44:11 [2021-12-21T14:44:11.885Z] === RUN   TestDockerSuite/TestBuildLastModified
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLCOWParseMountRaw
14:44:12 [2021-12-21T14:44:12.231Z] --- PASS: TestLCOWParseMountRaw (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLCOWParseMountRawSplit
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLCOWParseMountRawSplit/0_c:\:/foo
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLCOWParseMountRawSplit/1_c:\:/foo:ro
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLCOWParseMountRawSplit/2_c:\:/foo:rw
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLCOWParseMountRawSplit/3_c:\:/foo:foo
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLCOWParseMountRawSplit/4_name:/foo:rw
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLCOWParseMountRawSplit/5_name:/foo
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLCOWParseMountRawSplit/6_name:/foo:ro
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLCOWParseMountRawSplit/7_name:/
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLCOWParseMountRawSplit/8_driver/name:/
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo
14:44:12 [2021-12-21T14:44:12.231Z] --- PASS: TestLCOWParseMountRawSplit (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLinuxParseMountRaw
14:44:12 [2021-12-21T14:44:12.231Z] --- PASS: TestLinuxParseMountRaw (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLinuxParseMountRawSplit
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLinuxParseMountRawSplit/0_/tmp:/tmp1
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLinuxParseMountRawSplit/4_name:/named1
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLinuxParseMountRawSplit/5_name:/named2
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLinuxParseMountRawSplit/6_name:/named3:ro
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLinuxParseMountRawSplit/7_local/name:/tmp:rw
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLinuxParseMountRawSplit/8_/tmp:tmp
14:44:12 [2021-12-21T14:44:12.231Z] --- PASS: TestLinuxParseMountRawSplit (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestLinuxParseMountSpecBindWithFileinfoError
14:44:12 [2021-12-21T14:44:12.231Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestConvertTmpfsOptions
14:44:12 [2021-12-21T14:44:12.231Z]     linux_parser_test.go:209: data="mode=700,size=1m"
14:44:12 [2021-12-21T14:44:12.231Z]     linux_parser_test.go:209: data="ro"
14:44:12 [2021-12-21T14:44:12.231Z] --- PASS: TestConvertTmpfsOptions (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestParseMountSpec
14:44:12 [2021-12-21T14:44:12.231Z]     parser_test.go:62: case 0
14:44:12 [2021-12-21T14:44:12.231Z]     parser_test.go:62: case 1
14:44:12 [2021-12-21T14:44:12.231Z]     parser_test.go:62: case 2
14:44:12 [2021-12-21T14:44:12.231Z]     parser_test.go:62: case 3
14:44:12 [2021-12-21T14:44:12.231Z]     parser_test.go:62: case 4
14:44:12 [2021-12-21T14:44:12.231Z]     parser_test.go:62: case 5
14:44:12 [2021-12-21T14:44:12.231Z] --- PASS: TestParseMountSpec (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestValidateMount
14:44:12 [2021-12-21T14:44:12.231Z] --- PASS: TestValidateMount (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountRaw
14:44:12 [2021-12-21T14:44:12.231Z] --- PASS: TestWindowsParseMountRaw (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountRawSplit
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountRawSplit/0_c:\:d:
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountRawSplit/1_c:\:d:\
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountRawSplit/2_c:\:d:\:ro
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountRawSplit/3_c:\:d:\:rw
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountRawSplit/4_c:\:d:\:foo
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountRawSplit/5_name:d::rw
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountRawSplit/6_name:d:
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountRawSplit/7_name:d::ro
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountRawSplit/8_name:c:
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountRawSplit/9_driver/name:c:
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo
14:44:12 [2021-12-21T14:44:12.231Z] --- PASS: TestWindowsParseMountRawSplit (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z]     --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z] === RUN   TestWindowsParseMountSpecBindWithFileinfoError
14:44:12 [2021-12-21T14:44:12.231Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s)
14:44:12 [2021-12-21T14:44:12.231Z] PASS
14:44:12 [2021-12-21T14:44:12.231Z] coverage: 67.6% of statements
14:44:12 [2021-12-21T14:44:12.231Z] ok  	github.com/docker/docker/volume/mounts	0.054s	coverage: 67.6% of statements
14:44:13 [2021-12-21T14:44:13.760Z] === RUN   TestSetGetMeta
14:44:13 [2021-12-21T14:44:13.760Z] === PAUSE TestSetGetMeta
14:44:13 [2021-12-21T14:44:13.760Z] === RUN   TestRestore
14:44:13 [2021-12-21T14:44:13.760Z] === PAUSE TestRestore
14:44:13 [2021-12-21T14:44:13.760Z] === RUN   TestServiceCreate
14:44:13 [2021-12-21T14:44:13.760Z] === PAUSE TestServiceCreate
14:44:13 [2021-12-21T14:44:13.760Z] === RUN   TestServiceList
14:44:13 [2021-12-21T14:44:13.760Z] === PAUSE TestServiceList
14:44:13 [2021-12-21T14:44:13.760Z] === RUN   TestServiceRemove
14:44:13 [2021-12-21T14:44:13.760Z] === PAUSE TestServiceRemove
14:44:13 [2021-12-21T14:44:13.760Z] === RUN   TestServiceGet
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestServiceGet
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestServicePrune
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestServicePrune
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestCreate
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestCreate
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestRemove
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestRemove
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestList
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestList
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestFindByDriver
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestFindByDriver
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestFindByReferenced
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestFindByReferenced
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestDerefMultipleOfSameRef
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestDerefMultipleOfSameRef
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestDefererencePluginOnCreateError
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestDefererencePluginOnCreateError
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestRefDerefRemove
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestRefDerefRemove
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestGet
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestGet
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestGetWithReference
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestGetWithReference
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestFilterFunc
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestFilterFunc/test_nil_list
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestFilterFunc/test_nil_list
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestFilterFunc/test_empty_list
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestFilterFunc/test_empty_list
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestFilterFunc/test_filter_some
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestFilterFunc/test_filter_some
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestFilterFunc/test_filter_middle
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestFilterFunc/test_filter_middle
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestFilterFunc/test_filter_middle_and_last
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
14:44:13 [2021-12-21T14:44:13.761Z] === RUN   TestFilterFunc/test_filter_first_and_last
14:44:13 [2021-12-21T14:44:13.761Z] === PAUSE TestFilterFunc/test_filter_first_and_last
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestFilterFunc/test_nil_list
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestFilterFunc/test_filter_some
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestFilterFunc/test_empty_list
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestFilterFunc/test_filter_middle
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestFilterFunc/test_filter_first_and_last
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestFilterFunc/test_filter_middle_and_last
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestFilterFunc (0.00s)
14:44:13 [2021-12-21T14:44:13.761Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
14:44:13 [2021-12-21T14:44:13.761Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
14:44:13 [2021-12-21T14:44:13.761Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
14:44:13 [2021-12-21T14:44:13.761Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
14:44:13 [2021-12-21T14:44:13.761Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
14:44:13 [2021-12-21T14:44:13.761Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
14:44:13 [2021-12-21T14:44:13.761Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
14:44:13 [2021-12-21T14:44:13.761Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestSetGetMeta
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestDefererencePluginOnCreateError
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestList
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestDerefMultipleOfSameRef
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestSetGetMeta (0.02s)
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestRemove
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestDerefMultipleOfSameRef (0.02s)
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestCreate
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestDefererencePluginOnCreateError (0.03s)
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestServicePrune
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestList (0.04s)
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestServiceGet
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestCreate (0.02s)
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestServiceRemove
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestRemove (0.03s)
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestServiceList
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestServiceGet (0.15s)
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestServiceCreate
14:44:13 [2021-12-21T14:44:13.761Z] time="2021-12-21T14:44:13Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestServiceRemove (0.15s)
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestRestore
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestServiceList (0.14s)
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestGet
14:44:13 [2021-12-21T14:44:13.761Z] time="2021-12-21T14:44:13Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:44:13 [2021-12-21T14:44:13.761Z] time="2021-12-21T14:44:13Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:44:13 [2021-12-21T14:44:13.761Z] time="2021-12-21T14:44:13Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestServiceCreate (0.03s)
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestGetWithReference
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestGet (0.02s)
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestFindByReferenced
14:44:13 [2021-12-21T14:44:13.761Z] time="2021-12-21T14:44:13Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestRestore (0.03s)
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestFindByDriver
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestServicePrune (0.20s)
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestRefDerefRemove
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestFindByReferenced (0.02s)
14:44:13 [2021-12-21T14:44:13.761Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestGetWithReference (0.03s)
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestFindByDriver (0.02s)
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestRefDerefRemove (0.02s)
14:44:13 [2021-12-21T14:44:13.761Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
14:44:13 [2021-12-21T14:44:13.761Z] PASS
14:44:13 [2021-12-21T14:44:13.761Z] coverage: 69.0% of statements
14:44:13 [2021-12-21T14:44:13.761Z] ok  	github.com/docker/docker/volume/service	0.310s	coverage: 69.0% of statements
14:44:15 [2021-12-21T14:44:15.651Z] Removing intermediate container 16613dc7460d
14:44:15 [2021-12-21T14:44:15.651Z]  ---> 298ada2a44a7
14:44:15 [2021-12-21T14:44:15.651Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
14:44:15 [2021-12-21T14:44:15.651Z]  ---> Running in f0803bfd92ee
14:44:16 [2021-12-21T14:44:16.072Z] === RUN   TestDockerSuite/TestBuildLineBreak
14:44:19 [2021-12-21T14:44:19.356Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
14:44:19 [2021-12-21T14:44:19.356Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
14:44:19 [2021-12-21T14:44:19.614Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
14:44:19 [2021-12-21T14:44:19.614Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
14:44:19 [2021-12-21T14:44:19.872Z] === RUN   TestDockerSuite/TestBuildMaintainer
14:44:20 [2021-12-21T14:44:20.130Z] === RUN   TestDockerSuite/TestBuildMissingArgs
14:44:20 [2021-12-21T14:44:20.408Z] Cannot create a file when that file already exists.
14:44:21 [2021-12-21T14:44:21.508Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
14:44:22 [2021-12-21T14:44:22.885Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
14:44:23 [2021-12-21T14:44:23.451Z] --- PASS: TestImportExtremelyLargeImageWorks (170.09s)
14:44:23 [2021-12-21T14:44:23.451Z] PASS
14:44:23 [2021-12-21T14:44:23.451Z] 
14:44:23 [2021-12-21T14:44:23.451Z] DONE 12 tests in 174.312s
14:44:23 [2021-12-21T14:44:23.451Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
14:44:23 [2021-12-21T14:44:23.451Z] ++ 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
14:44:23 [2021-12-21T14:44:23.451Z] ++ set -e
14:44:23 [2021-12-21T14:44:23.451Z] ++ '[' -n 0 ']'
14:44:23 [2021-12-21T14:44:23.451Z] ++ set -x
14:44:23 [2021-12-21T14:44:23.451Z] ++ env -i DEST=/go/src/github.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
14:44:23 [2021-12-21T14:44:23.451Z] INFO: Testing against a local daemon
14:44:23 [2021-12-21T14:44:23.451Z] === RUN   TestNetworkCreateDelete
14:44:23 [2021-12-21T14:44:23.660Z] --- PASS: TestServiceUpdateConfigs (13.87s)
14:44:23 [2021-12-21T14:44:23.660Z] === RUN   TestServiceUpdateNetwork
14:44:23 [2021-12-21T14:44:23.709Z] --- PASS: TestNetworkCreateDelete (0.15s)
14:44:23 [2021-12-21T14:44:23.710Z] === RUN   TestDockerNetworkDeletePreferID
14:44:24 [2021-12-21T14:44:24.277Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s)
14:44:24 [2021-12-21T14:44:24.277Z] === RUN   TestDaemonDNSFallback
14:44:24 [2021-12-21T14:44:24.847Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
14:44:25 [2021-12-21T14:44:25.784Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
14:44:25 [2021-12-21T14:44:25.784Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
14:44:26 [2021-12-21T14:44:26.111Z] 2021/12/21 14:44:25 Closing DB instances...
14:44:26 [2021-12-21T14:44:26.271Z] Removing intermediate container f0803bfd92ee
14:44:26 [2021-12-21T14:44:26.271Z]  ---> 90617a3aff30
14:44:26 [2021-12-21T14:44:26.271Z] Step 13/13 : CMD ["sh"]
14:44:26 [2021-12-21T14:44:26.271Z]  ---> Running in fadf5285f2b7
14:44:26 [2021-12-21T14:44:26.271Z] Removing intermediate container fadf5285f2b7
14:44:26 [2021-12-21T14:44:26.271Z]  ---> 542c5aa6df45
14:44:26 [2021-12-21T14:44:26.271Z] Successfully built 542c5aa6df45
14:44:26 [2021-12-21T14:44:26.271Z] Successfully tagged busybox:latest
14:44:26 [2021-12-21T14:44:26.271Z] INFO: Docker images of the daemon under test
14:44:26 [2021-12-21T14:44:26.271Z] 
14:44:26 [2021-12-21T14:44:26.351Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
14:44:26 [2021-12-21T14:44:26.611Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
14:44:26 [2021-12-21T14:44:26.739Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
14:44:26 [2021-12-21T14:44:26.739Z] busybox                                latest              542c5aa6df45        Less than a second ago   4.96GB
14:44:26 [2021-12-21T14:44:26.739Z] microsoft/windowsservercore            latest              136110e1a05c        13 days ago              4.91GB
14:44:26 [2021-12-21T14:44:26.739Z] mcr.microsoft.com/windows/servercore   ltsc2022            136110e1a05c        13 days ago              4.91GB
14:44:26 [2021-12-21T14:44:26.739Z] 
14:44:26 [2021-12-21T14:44:26.739Z] INFO: Running integration tests at 12/21/2021 14:44:26...
14:44:26 [2021-12-21T14:44:26.739Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
14:44:26 [2021-12-21T14:44:26.739Z] INFO: Integration API tests being run from the host:
14:44:26 [2021-12-21T14:44:26.739Z] INFO: make.ps1 starting at 12/21/2021 14:44:26
14:44:28 [2021-12-21T14:44:28.277Z] --- PASS: TestNetworkDBGarbageCollection (54.26s)
14:44:28 [2021-12-21T14:44:28.277Z] === RUN   TestFindNode
14:44:28 [2021-12-21T14:44:28.277Z] 2021/12/21 14:44:27 Closing DB instances...
14:44:28 [2021-12-21T14:44:28.277Z] --- PASS: TestFindNode (0.02s)
14:44:28 [2021-12-21T14:44:28.277Z] === RUN   TestChangeNodeState
14:44:28 [2021-12-21T14:44:28.277Z] 2021/12/21 14:44:27 Closing DB instances...
14:44:28 [2021-12-21T14:44:28.277Z] --- PASS: TestChangeNodeState (0.02s)
14:44:28 [2021-12-21T14:44:28.277Z] === RUN   TestNodeReincarnation
14:44:28 [2021-12-21T14:44:28.277Z] 2021/12/21 14:44:27 Closing DB instances...
14:44:28 [2021-12-21T14:44:28.304Z] Running D:\gopath\src\github.com\docker\docker\integration\build
14:44:30 [2021-12-21T14:44:30.799Z] --- PASS: TestDaemonDNSFallback (6.56s)
14:44:30 [2021-12-21T14:44:30.799Z] === RUN   TestInspectNetwork
14:44:32 [2021-12-21T14:44:32.947Z] time="2021-12-21T14:44:32Z" level=error msg="failed to send node leave: timed out broadcasting node event"
14:44:32 [2021-12-21T14:44:32.947Z] --- PASS: TestNodeReincarnation (5.02s)
14:44:32 [2021-12-21T14:44:32.947Z] === RUN   TestParallelCreate
14:44:32 [2021-12-21T14:44:32.947Z] 2021/12/21 14:44:32 Closing DB instances...
14:44:32 [2021-12-21T14:44:32.947Z] --- PASS: TestParallelCreate (0.02s)
14:44:32 [2021-12-21T14:44:32.947Z] === RUN   TestParallelDelete
14:44:33 [2021-12-21T14:44:33.331Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
14:44:33 [2021-12-21T14:44:33.403Z] 2021/12/21 14:44:32 Closing DB instances...
14:44:33 [2021-12-21T14:44:33.403Z] --- PASS: TestParallelDelete (0.02s)
14:44:33 [2021-12-21T14:44:33.403Z] === RUN   TestNetworkDBIslands
14:44:33 [2021-12-21T14:44:33.403Z] time="2021-12-21T14:44:32Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:6b8d6526df60 with config:&{NodeID:6b8d6526df60 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}"
14:44:33 [2021-12-21T14:44:33.403Z] time="2021-12-21T14:44:32Z" level=info msg="Node 6b8d6526df60/172.23.89.141, joined gossip cluster"
14:44:33 [2021-12-21T14:44:33.403Z] time="2021-12-21T14:44:32Z" level=info msg="Node 6b8d6526df60/172.23.89.141, added to nodes list"
14:44:33 [2021-12-21T14:44:33.403Z] time="2021-12-21T14:44:32Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:cec899009d76 with config:&{NodeID:cec899009d76 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}"
14:44:33 [2021-12-21T14:44:33.403Z] time="2021-12-21T14:44:32Z" level=info msg="Node cec899009d76/172.23.89.141, joined gossip cluster"
14:44:33 [2021-12-21T14:44:33.403Z] time="2021-12-21T14:44:32Z" level=info msg="Node cec899009d76/172.23.89.141, added to nodes list"
14:44:33 [2021-12-21T14:44:33.403Z] time="2021-12-21T14:44:32Z" level=info msg="The new bootstrap node list is:[localhost:10033]"
14:44:33 [2021-12-21T14:44:33.403Z] time="2021-12-21T14:44:32Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10033"
14:44:33 [2021-12-21T14:44:33.403Z] time="2021-12-21T14:44:32Z" level=debug msg="memberlist: Stream connection from=[::1]:49344"
14:44:33 [2021-12-21T14:44:33.403Z] time="2021-12-21T14:44:32Z" level=info msg="Node cec899009d76/172.23.89.141, joined gossip cluster"
14:44:33 [2021-12-21T14:44:33.403Z] time="2021-12-21T14:44:32Z" level=info msg="Node cec899009d76/172.23.89.141, added to nodes list"
14:44:33 [2021-12-21T14:44:33.403Z] time="2021-12-21T14:44:32Z" level=info msg="Node 6b8d6526df60/172.23.89.141, joined gossip cluster"
14:44:33 [2021-12-21T14:44:33.403Z] time="2021-12-21T14:44:32Z" level=info msg="Node 6b8d6526df60/172.23.89.141, added to nodes list"
14:44:33 [2021-12-21T14:44:33.403Z] time="2021-12-21T14:44:32Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10033"
14:44:33 [2021-12-21T14:44:33.403Z] time="2021-12-21T14:44:32Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49345"
14:44:33 [2021-12-21T14:44:33.601Z] --- PASS: TestServiceUpdateNetwork (11.65s)
14:44:33 [2021-12-21T14:44:33.601Z] === RUN   TestServiceUpdatePidsLimit
14:44:33 [2021-12-21T14:44:33.860Z] time="2021-12-21T14:44:33Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:bd551e919fbb with config:&{NodeID:bd551e919fbb 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}"
14:44:33 [2021-12-21T14:44:33.860Z] time="2021-12-21T14:44:33Z" level=info msg="Node bd551e919fbb/172.23.89.141, joined gossip cluster"
14:44:33 [2021-12-21T14:44:33.860Z] time="2021-12-21T14:44:33Z" level=info msg="Node bd551e919fbb/172.23.89.141, added to nodes list"
14:44:33 [2021-12-21T14:44:33.860Z] time="2021-12-21T14:44:33Z" level=info msg="The new bootstrap node list is:[localhost:10034]"
14:44:33 [2021-12-21T14:44:33.860Z] time="2021-12-21T14:44:33Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10034"
14:44:33 [2021-12-21T14:44:33.860Z] time="2021-12-21T14:44:33Z" level=debug msg="memberlist: Stream connection from=[::1]:49346"
14:44:33 [2021-12-21T14:44:33.860Z] time="2021-12-21T14:44:33Z" level=info msg="Node bd551e919fbb/172.23.89.141, joined gossip cluster"
14:44:33 [2021-12-21T14:44:33.860Z] time="2021-12-21T14:44:33Z" level=info msg="Node bd551e919fbb/172.23.89.141, added to nodes list"
14:44:33 [2021-12-21T14:44:33.860Z] time="2021-12-21T14:44:33Z" level=info msg="Node 6b8d6526df60/172.23.89.141, joined gossip cluster"
14:44:33 [2021-12-21T14:44:33.860Z] time="2021-12-21T14:44:33Z" level=info msg="Node 6b8d6526df60/172.23.89.141, added to nodes list"
14:44:33 [2021-12-21T14:44:33.860Z] time="2021-12-21T14:44:33Z" level=info msg="Node cec899009d76/172.23.89.141, joined gossip cluster"
14:44:33 [2021-12-21T14:44:33.860Z] time="2021-12-21T14:44:33Z" level=info msg="Node cec899009d76/172.23.89.141, added to nodes list"
14:44:33 [2021-12-21T14:44:33.860Z] time="2021-12-21T14:44:33Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10034"
14:44:33 [2021-12-21T14:44:33.860Z] time="2021-12-21T14:44:33Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49347"
14:44:34 [2021-12-21T14:44:34.268Z] === RUN   TestInspectNetwork/full_network_id
14:44:34 [2021-12-21T14:44:34.268Z] === RUN   TestInspectNetwork/partial_network_id
14:44:34 [2021-12-21T14:44:34.268Z] === RUN   TestInspectNetwork/network_name
14:44:34 [2021-12-21T14:44:34.268Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
14:44:34 [2021-12-21T14:44:34.316Z] time="2021-12-21T14:44:33Z" level=info msg="Node bd551e919fbb/172.23.89.141, joined gossip cluster"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:33Z" level=info msg="Node bd551e919fbb/172.23.89.141, added to nodes list"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:f977ca23a411 with config:&{NodeID:f977ca23a411 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}"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=info msg="Node f977ca23a411/172.23.89.141, joined gossip cluster"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=info msg="Node f977ca23a411/172.23.89.141, added to nodes list"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=info msg="The new bootstrap node list is:[localhost:10035]"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10035"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=debug msg="memberlist: Stream connection from=[::1]:49348"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=info msg="Node f977ca23a411/172.23.89.141, joined gossip cluster"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=info msg="Node f977ca23a411/172.23.89.141, added to nodes list"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=info msg="Node 6b8d6526df60/172.23.89.141, joined gossip cluster"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=info msg="Node 6b8d6526df60/172.23.89.141, added to nodes list"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=info msg="Node cec899009d76/172.23.89.141, joined gossip cluster"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=info msg="Node cec899009d76/172.23.89.141, added to nodes list"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=info msg="Node bd551e919fbb/172.23.89.141, joined gossip cluster"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=info msg="Node bd551e919fbb/172.23.89.141, added to nodes list"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49349"
14:44:34 [2021-12-21T14:44:34.317Z] time="2021-12-21T14:44:34Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10035"
14:44:34 [2021-12-21T14:44:34.528Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
14:44:34 [2021-12-21T14:44:34.773Z] time="2021-12-21T14:44:34Z" level=info msg="Node f977ca23a411/172.23.89.141, joined gossip cluster"
14:44:34 [2021-12-21T14:44:34.773Z] time="2021-12-21T14:44:34Z" level=info msg="Node f977ca23a411/172.23.89.141, added to nodes list"
14:44:34 [2021-12-21T14:44:34.773Z] time="2021-12-21T14:44:34Z" level=info msg="Node f977ca23a411/172.23.89.141, joined gossip cluster"
14:44:34 [2021-12-21T14:44:34.773Z] time="2021-12-21T14:44:34Z" level=info msg="Node f977ca23a411/172.23.89.141, added to nodes list"
14:44:34 [2021-12-21T14:44:34.773Z] time="2021-12-21T14:44:34Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:2412509d973b with config:&{NodeID:2412509d973b 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}"
14:44:34 [2021-12-21T14:44:34.773Z] time="2021-12-21T14:44:34Z" level=info msg="Node 2412509d973b/172.23.89.141, joined gossip cluster"
14:44:34 [2021-12-21T14:44:34.773Z] time="2021-12-21T14:44:34Z" level=info msg="Node 2412509d973b/172.23.89.141, added to nodes list"
14:44:34 [2021-12-21T14:44:34.773Z] time="2021-12-21T14:44:34Z" level=info msg="The new bootstrap node list is:[localhost:10036]"
14:44:34 [2021-12-21T14:44:34.774Z] time="2021-12-21T14:44:34Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10036"
14:44:34 [2021-12-21T14:44:34.774Z] time="2021-12-21T14:44:34Z" level=debug msg="memberlist: Stream connection from=[::1]:49350"
14:44:34 [2021-12-21T14:44:34.774Z] time="2021-12-21T14:44:34Z" level=info msg="Node 2412509d973b/172.23.89.141, joined gossip cluster"
14:44:34 [2021-12-21T14:44:34.774Z] time="2021-12-21T14:44:34Z" level=info msg="Node 2412509d973b/172.23.89.141, added to nodes list"
14:44:34 [2021-12-21T14:44:34.774Z] time="2021-12-21T14:44:34Z" level=info msg="Node cec899009d76/172.23.89.141, joined gossip cluster"
14:44:34 [2021-12-21T14:44:34.774Z] time="2021-12-21T14:44:34Z" level=info msg="Node cec899009d76/172.23.89.141, added to nodes list"
14:44:34 [2021-12-21T14:44:34.774Z] time="2021-12-21T14:44:34Z" level=info msg="Node bd551e919fbb/172.23.89.141, joined gossip cluster"
14:44:34 [2021-12-21T14:44:34.774Z] time="2021-12-21T14:44:34Z" level=info msg="Node bd551e919fbb/172.23.89.141, added to nodes list"
14:44:34 [2021-12-21T14:44:34.774Z] time="2021-12-21T14:44:34Z" level=info msg="Node 6b8d6526df60/172.23.89.141, joined gossip cluster"
14:44:34 [2021-12-21T14:44:34.774Z] time="2021-12-21T14:44:34Z" level=info msg="Node 6b8d6526df60/172.23.89.141, added to nodes list"
14:44:34 [2021-12-21T14:44:34.774Z] time="2021-12-21T14:44:34Z" level=info msg="Node f977ca23a411/172.23.89.141, joined gossip cluster"
14:44:34 [2021-12-21T14:44:34.774Z] time="2021-12-21T14:44:34Z" level=info msg="Node f977ca23a411/172.23.89.141, added to nodes list"
14:44:34 [2021-12-21T14:44:34.774Z] time="2021-12-21T14:44:34Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10036"
14:44:34 [2021-12-21T14:44:34.774Z] time="2021-12-21T14:44:34Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351"
14:44:34 [2021-12-21T14:44:34.784Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
14:44:35 [2021-12-21T14:44:35.231Z] time="2021-12-21T14:44:34Z" level=info msg="Node 2412509d973b/172.23.89.141, joined gossip cluster"
14:44:35 [2021-12-21T14:44:35.231Z] time="2021-12-21T14:44:34Z" level=info msg="Node 2412509d973b/172.23.89.141, added to nodes list"
14:44:35 [2021-12-21T14:44:35.231Z] time="2021-12-21T14:44:34Z" level=info msg="Node 2412509d973b/172.23.89.141, joined gossip cluster"
14:44:35 [2021-12-21T14:44:35.231Z] time="2021-12-21T14:44:34Z" level=info msg="Node 2412509d973b/172.23.89.141, added to nodes list"
14:44:35 [2021-12-21T14:44:35.231Z] time="2021-12-21T14:44:34Z" level=info msg="Node 2412509d973b/172.23.89.141, joined gossip cluster"
14:44:35 [2021-12-21T14:44:35.231Z] time="2021-12-21T14:44:34Z" level=info msg="Node 2412509d973b/172.23.89.141, added to nodes list"
14:44:35 [2021-12-21T14:44:35.231Z]     networkdb_test.go:835: Re-joining: 3
14:44:35 [2021-12-21T14:44:35.231Z] time="2021-12-21T14:44:34Z" level=info msg="The new bootstrap node list is:[172.23.89.141:10033 172.23.89.141:10034 172.23.89.141:10035]"
14:44:35 [2021-12-21T14:44:35.231Z] time="2021-12-21T14:44:34Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.23.89.141:10033"
14:44:35 [2021-12-21T14:44:35.231Z] time="2021-12-21T14:44:34Z" level=debug msg="memberlist: Stream connection from=172.23.89.141:49352"
14:44:35 [2021-12-21T14:44:35.231Z] time="2021-12-21T14:44:34Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.23.89.141:10034"
14:44:35 [2021-12-21T14:44:35.231Z] time="2021-12-21T14:44:34Z" level=debug msg="memberlist: Stream connection from=172.23.89.141:49353"
14:44:35 [2021-12-21T14:44:35.231Z] time="2021-12-21T14:44:34Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.23.89.141:10035"
14:44:35 [2021-12-21T14:44:35.231Z] time="2021-12-21T14:44:34Z" level=debug msg="memberlist: Stream connection from=172.23.89.141:49354"
14:44:35 [2021-12-21T14:44:35.644Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
14:44:35 [2021-12-21T14:44:35.688Z]     networkdb_test.go:835: Re-joining: 4
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=info msg="The new bootstrap node list is:[172.23.89.141:10033 172.23.89.141:10034 172.23.89.141:10035]"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.23.89.141:10033"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=debug msg="memberlist: Stream connection from=172.23.89.141:49355"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.23.89.141:10034"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=debug msg="memberlist: Stream connection from=172.23.89.141:49356"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.23.89.141:10035"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=debug msg="memberlist: Stream connection from=172.23.89.141:49357"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=info msg="node 0 leaving"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=info msg="Node 6b8d6526df60 change state NodeActive --> NodeLeft"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=info msg="node5(2412509d973b): Node leave event for 6b8d6526df60/172.23.89.141"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=info msg="Node 6b8d6526df60 change state NodeActive --> NodeLeft"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=info msg="node3(bd551e919fbb): Node leave event for 6b8d6526df60/172.23.89.141"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=info msg="Node 6b8d6526df60 change state NodeActive --> NodeLeft"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=info msg="node4(f977ca23a411): Node leave event for 6b8d6526df60/172.23.89.141"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=info msg="Node 6b8d6526df60 change state NodeActive --> NodeLeft"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=info msg="node2(cec899009d76): Node leave event for 6b8d6526df60/172.23.89.141"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=info msg="Node 6b8d6526df60 change state NodeActive --> NodeLeft"
14:44:35 [2021-12-21T14:44:35.688Z] time="2021-12-21T14:44:35Z" level=info msg="node1(6b8d6526df60): Node leave event for 6b8d6526df60/172.23.89.141"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=info msg="Node 6b8d6526df60/172.23.89.141, left gossip cluster"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=info msg="Node 6b8d6526df60/172.23.89.141, left gossip cluster"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=info msg="Node 6b8d6526df60/172.23.89.141, left gossip cluster"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=info msg="Node 6b8d6526df60/172.23.89.141, left gossip cluster"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=info msg="Node 6b8d6526df60/172.23.89.141, left gossip cluster"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=info msg="node 1 leaving"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=info msg="Node cec899009d76 change state NodeActive --> NodeLeft"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=info msg="node4(f977ca23a411): Node leave event for cec899009d76/172.23.89.141"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=info msg="Node cec899009d76 change state NodeActive --> NodeLeft"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=info msg="node5(2412509d973b): Node leave event for cec899009d76/172.23.89.141"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=info msg="Node cec899009d76/172.23.89.141, left gossip cluster"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=info msg="Node cec899009d76 change state NodeActive --> NodeFailed"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=info msg="Node cec899009d76 change state NodeActive --> NodeLeft"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=info msg="node3(bd551e919fbb): Node leave event for cec899009d76/172.23.89.141"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=info msg="Node cec899009d76/172.23.89.141, added to failed nodes list"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=error msg="node: cec899009d76 is unknown to memberlist"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.23.89.141:10034"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=debug msg="memberlist: Stream connection from=172.23.89.141:49358"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=error msg="node: cec899009d76 is unknown to memberlist"
14:44:36 [2021-12-21T14:44:36.144Z] time="2021-12-21T14:44:35Z" level=error msg="node: cec899009d76 is unknown to memberlist"
14:44:36 [2021-12-21T14:44:36.579Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=error msg="node: cec899009d76 is unknown to memberlist"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=info msg="Node cec899009d76/172.23.89.141, left gossip cluster"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=error msg="node: cec899009d76 is unknown to memberlist"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=info msg="Node cec899009d76/172.23.89.141, left gossip cluster"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=error msg="node: cec899009d76 is unknown to memberlist"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=info msg="Node cec899009d76/172.23.89.141, left gossip cluster"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=debug msg="Initiating bulk sync with node cec899009d76 after reconnect"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=info msg="node 2 leaving"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=warning msg="memberlist: Failed to send gossip to 172.23.89.141:10036: write udp [::]:10034->172.23.89.141:10036: use of closed network connection"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=info msg="Node bd551e919fbb change state NodeActive --> NodeLeft"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=info msg="Node bd551e919fbb change state NodeActive --> NodeLeft"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=info msg="node5(2412509d973b): Node leave event for bd551e919fbb/172.23.89.141"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=info msg="node4(f977ca23a411): Node leave event for bd551e919fbb/172.23.89.141"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=info msg="Node bd551e919fbb change state NodeActive --> NodeLeft"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=info msg="node3(bd551e919fbb): Node leave event for bd551e919fbb/172.23.89.141"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=debug msg="memberlist: Failed ping: cec899009d76 (timeout reached)"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.23.89.141:10037: use of closed network connection"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.23.89.141:10035: use of closed network connection"
14:44:36 [2021-12-21T14:44:36.602Z] time="2021-12-21T14:44:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.23.89.141:10036: use of closed network connection"
14:44:37 [2021-12-21T14:44:37.059Z] time="2021-12-21T14:44:36Z" level=info msg="Node bd551e919fbb/172.23.89.141, left gossip cluster"
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=info msg="Node bd551e919fbb/172.23.89.141, left gossip cluster"
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=info msg="Node bd551e919fbb/172.23.89.141, left gossip cluster"
14:44:37 [2021-12-21T14:44:37.060Z]     networkdb_test.go:867: node4: OK
14:44:37 [2021-12-21T14:44:37.060Z]     networkdb_test.go:867: node5: OK
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=info msg="node 0 coming back"
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:545c30d8fa97 with config:&{NodeID:545c30d8fa97 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}"
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=info msg="Node 545c30d8fa97/172.23.89.141, joined gossip cluster"
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=info msg="Node 545c30d8fa97/172.23.89.141, added to nodes list"
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=info msg="node 1 coming back"
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:77df5198ace4 with config:&{NodeID:77df5198ace4 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}"
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=info msg="Node 77df5198ace4/172.23.89.141, joined gossip cluster"
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=info msg="Node 77df5198ace4/172.23.89.141, added to nodes list"
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=info msg="node 2 coming back"
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a4e532f3e11a with config:&{NodeID:a4e532f3e11a 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}"
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=info msg="Node a4e532f3e11a/172.23.89.141, joined gossip cluster"
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=info msg="Node a4e532f3e11a/172.23.89.141, added to nodes list"
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=warning msg="memberlist: Failed fallback ping: write tcp 172.23.89.141:49359->172.23.89.141:10034: i/o timeout"
14:44:37 [2021-12-21T14:44:37.060Z] time="2021-12-21T14:44:36Z" level=info msg="memberlist: Suspect cec899009d76 has failed, no acks received"
14:44:37 [2021-12-21T14:44:37.516Z] time="2021-12-21T14:44:37Z" level=debug msg="memberlist: Failed ping: f977ca23a411 (timeout reached)"
14:44:37 [2021-12-21T14:44:37.516Z] time="2021-12-21T14:44:37Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.23.89.141:10037: use of closed network connection"
14:44:37 [2021-12-21T14:44:37.516Z] time="2021-12-21T14:44:37Z" level=debug msg="memberlist: Stream connection from=172.23.89.141:49360"
14:44:37 [2021-12-21T14:44:37.972Z] time="2021-12-21T14:44:37Z" level=warning msg="memberlist: Was able to connect to f977ca23a411 but other probes failed, network may be misconfigured"
14:44:38 [2021-12-21T14:44:38.481Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
14:44:38 [2021-12-21T14:44:38.481Z]     docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows
14:44:38 [2021-12-21T14:44:38.481Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
14:44:38 [2021-12-21T14:44:38.481Z] --- PASS: TestInspectNetwork (7.89s)
14:44:38 [2021-12-21T14:44:38.481Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
14:44:38 [2021-12-21T14:44:38.481Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
14:44:38 [2021-12-21T14:44:38.481Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
14:44:38 [2021-12-21T14:44:38.481Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
14:44:38 [2021-12-21T14:44:38.481Z] === RUN   TestRunContainerWithBridgeNone
14:44:40 [2021-12-21T14:44:40.863Z] time="2021-12-21T14:44:40Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.23.89.141:10033 172.23.89.141:10034 172.23.89.141:10035]"
14:44:40 [2021-12-21T14:44:40.864Z] time="2021-12-21T14:44:40Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.23.89.141:10033 172.23.89.141:10034 172.23.89.141:10035]"
14:44:41 [2021-12-21T14:44:41.016Z] --- PASS: TestRunContainerWithBridgeNone (2.10s)
14:44:41 [2021-12-21T14:44:41.016Z] === RUN   TestNetworkInvalidJSON
14:44:41 [2021-12-21T14:44:41.016Z] === RUN   TestNetworkInvalidJSON//networks/create
14:44:41 [2021-12-21T14:44:41.016Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:44:41 [2021-12-21T14:44:41.016Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:44:41 [2021-12-21T14:44:41.016Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:44:41 [2021-12-21T14:44:41.016Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:44:41 [2021-12-21T14:44:41.016Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:44:41 [2021-12-21T14:44:41.016Z] === CONT  TestNetworkInvalidJSON//networks/create
14:44:41 [2021-12-21T14:44:41.016Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:44:41 [2021-12-21T14:44:41.016Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:44:41 [2021-12-21T14:44:41.016Z] --- PASS: TestNetworkInvalidJSON (0.02s)
14:44:41 [2021-12-21T14:44:41.016Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
14:44:41 [2021-12-21T14:44:41.016Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
14:44:41 [2021-12-21T14:44:41.016Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
14:44:41 [2021-12-21T14:44:41.016Z] === RUN   TestNetworkList
14:44:41 [2021-12-21T14:44:41.016Z] === RUN   TestNetworkList//networks
14:44:41 [2021-12-21T14:44:41.016Z] === PAUSE TestNetworkList//networks
14:44:41 [2021-12-21T14:44:41.016Z] === RUN   TestNetworkList//networks/
14:44:41 [2021-12-21T14:44:41.016Z] === PAUSE TestNetworkList//networks/
14:44:41 [2021-12-21T14:44:41.016Z] === CONT  TestNetworkList//networks
14:44:41 [2021-12-21T14:44:41.016Z] === CONT  TestNetworkList//networks/
14:44:41 [2021-12-21T14:44:41.016Z] --- PASS: TestNetworkList (0.01s)
14:44:41 [2021-12-21T14:44:41.016Z]     --- PASS: TestNetworkList//networks (0.00s)
14:44:41 [2021-12-21T14:44:41.016Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:44:41 [2021-12-21T14:44:41.016Z] === RUN   TestHostIPv4BridgeLabel
14:44:41 [2021-12-21T14:44:41.274Z] --- PASS: TestHostIPv4BridgeLabel (0.63s)
14:44:41 [2021-12-21T14:44:41.274Z] === RUN   TestDaemonRestartWithLiveRestore
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.23.89.141:10033"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=debug msg="memberlist: Stream connection from=172.23.89.141:49361"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 2412509d973b/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 2412509d973b/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node f977ca23a411/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node f977ca23a411/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 545c30d8fa97/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 545c30d8fa97/172.23.89.141, is the new incarnation of the shutdown node 6b8d6526df60/172.23.89.141"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 545c30d8fa97/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.23.89.141:10034"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=debug msg="memberlist: Stream connection from=172.23.89.141:49362"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 545c30d8fa97/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 77df5198ace4/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 77df5198ace4/172.23.89.141, is the new incarnation of the shutdown node cec899009d76/172.23.89.141"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 77df5198ace4/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 545c30d8fa97/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node f977ca23a411/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node f977ca23a411/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 2412509d973b/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 2412509d973b/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.23.89.141:10035"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=debug msg="memberlist: Stream connection from=172.23.89.141:49363"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 545c30d8fa97/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 545c30d8fa97/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node f977ca23a411/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node f977ca23a411/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 77df5198ace4/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 77df5198ace4/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 2412509d973b/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 2412509d973b/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node a4e532f3e11a/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node a4e532f3e11a/172.23.89.141, is the new incarnation of the shutdown node bd551e919fbb/172.23.89.141"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node a4e532f3e11a/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 77df5198ace4/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 77df5198ace4/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 77df5198ace4/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 77df5198ace4/172.23.89.141, is the new incarnation of the shutdown node cec899009d76/172.23.89.141"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 77df5198ace4/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 545c30d8fa97/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 545c30d8fa97/172.23.89.141, is the new incarnation of the shutdown node 6b8d6526df60/172.23.89.141"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node 545c30d8fa97/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node a4e532f3e11a/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node a4e532f3e11a/172.23.89.141, is the new incarnation of the shutdown node bd551e919fbb/172.23.89.141"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node a4e532f3e11a/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node a4e532f3e11a/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.320Z] time="2021-12-21T14:44:41Z" level=info msg="Node a4e532f3e11a/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.776Z] time="2021-12-21T14:44:41Z" level=info msg="Node a4e532f3e11a/172.23.89.141, joined gossip cluster"
14:44:41 [2021-12-21T14:44:41.776Z] time="2021-12-21T14:44:41Z" level=info msg="Node a4e532f3e11a/172.23.89.141, added to nodes list"
14:44:41 [2021-12-21T14:44:41.776Z] time="2021-12-21T14:44:41Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.23.89.141:10033"
14:44:41 [2021-12-21T14:44:41.777Z] time="2021-12-21T14:44:41Z" level=debug msg="memberlist: Stream connection from=172.23.89.141:49364"
14:44:41 [2021-12-21T14:44:41.777Z] time="2021-12-21T14:44:41Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.23.89.141:10034"
14:44:41 [2021-12-21T14:44:41.777Z] time="2021-12-21T14:44:41Z" level=debug msg="memberlist: Stream connection from=172.23.89.141:49365"
14:44:41 [2021-12-21T14:44:41.777Z] time="2021-12-21T14:44:41Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.23.89.141:10035"
14:44:41 [2021-12-21T14:44:41.777Z] time="2021-12-21T14:44:41Z" level=debug msg="memberlist: Stream connection from=172.23.89.141:49366"
14:44:41 [2021-12-21T14:44:41.841Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
14:44:42 [2021-12-21T14:44:42.099Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
14:44:42 [2021-12-21T14:44:42.233Z] 2021/12/21 14:44:41 Closing DB instances...
14:44:42 [2021-12-21T14:44:42.233Z] time="2021-12-21T14:44:42Z" level=info msg="Node 545c30d8fa97 change state NodeActive --> NodeLeft"
14:44:42 [2021-12-21T14:44:42.233Z] time="2021-12-21T14:44:42Z" level=info msg="node3(a4e532f3e11a): Node leave event for 545c30d8fa97/172.23.89.141"
14:44:42 [2021-12-21T14:44:42.233Z] time="2021-12-21T14:44:42Z" level=info msg="Node 545c30d8fa97 change state NodeActive --> NodeLeft"
14:44:42 [2021-12-21T14:44:42.233Z] time="2021-12-21T14:44:42Z" level=info msg="node5(2412509d973b): Node leave event for 545c30d8fa97/172.23.89.141"
14:44:42 [2021-12-21T14:44:42.233Z] time="2021-12-21T14:44:42Z" level=info msg="Node 545c30d8fa97 change state NodeActive --> NodeLeft"
14:44:42 [2021-12-21T14:44:42.233Z] time="2021-12-21T14:44:42Z" level=info msg="node4(f977ca23a411): Node leave event for 545c30d8fa97/172.23.89.141"
14:44:42 [2021-12-21T14:44:42.233Z] time="2021-12-21T14:44:42Z" level=info msg="Node 545c30d8fa97 change state NodeActive --> NodeLeft"
14:44:42 [2021-12-21T14:44:42.233Z] time="2021-12-21T14:44:42Z" level=info msg="node2(77df5198ace4): Node leave event for 545c30d8fa97/172.23.89.141"
14:44:42 [2021-12-21T14:44:42.233Z] time="2021-12-21T14:44:42Z" level=info msg="Node 545c30d8fa97 change state NodeActive --> NodeLeft"
14:44:42 [2021-12-21T14:44:42.233Z] time="2021-12-21T14:44:42Z" level=info msg="node1(545c30d8fa97): Node leave event for 545c30d8fa97/172.23.89.141"
14:44:42 [2021-12-21T14:44:42.358Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
14:44:42 [2021-12-21T14:44:42.358Z] === RUN   TestDaemonDefaultNetworkPools
14:44:42 [2021-12-21T14:44:42.689Z] time="2021-12-21T14:44:42Z" level=info msg="Node 545c30d8fa97/172.23.89.141, left gossip cluster"
14:44:42 [2021-12-21T14:44:42.689Z] time="2021-12-21T14:44:42Z" level=info msg="Node 545c30d8fa97/172.23.89.141, left gossip cluster"
14:44:42 [2021-12-21T14:44:42.689Z] time="2021-12-21T14:44:42Z" level=info msg="Node 545c30d8fa97/172.23.89.141, left gossip cluster"
14:44:42 [2021-12-21T14:44:42.689Z] time="2021-12-21T14:44:42Z" level=info msg="Node 545c30d8fa97/172.23.89.141, left gossip cluster"
14:44:42 [2021-12-21T14:44:42.689Z] time="2021-12-21T14:44:42Z" level=info msg="Node 545c30d8fa97/172.23.89.141, left gossip cluster"
14:44:42 [2021-12-21T14:44:42.689Z] time="2021-12-21T14:44:42Z" level=info msg="Node 77df5198ace4 change state NodeActive --> NodeLeft"
14:44:42 [2021-12-21T14:44:42.689Z] time="2021-12-21T14:44:42Z" level=info msg="node3(a4e532f3e11a): Node leave event for 77df5198ace4/172.23.89.141"
14:44:42 [2021-12-21T14:44:42.689Z] time="2021-12-21T14:44:42Z" level=info msg="Node 77df5198ace4 change state NodeActive --> NodeLeft"
14:44:42 [2021-12-21T14:44:42.689Z] time="2021-12-21T14:44:42Z" level=info msg="node5(2412509d973b): Node leave event for 77df5198ace4/172.23.89.141"
14:44:42 [2021-12-21T14:44:42.689Z] time="2021-12-21T14:44:42Z" level=info msg="Node 77df5198ace4 change state NodeActive --> NodeLeft"
14:44:42 [2021-12-21T14:44:42.689Z] time="2021-12-21T14:44:42Z" level=info msg="node4(f977ca23a411): Node leave event for 77df5198ace4/172.23.89.141"
14:44:42 [2021-12-21T14:44:42.689Z] time="2021-12-21T14:44:42Z" level=info msg="Node 77df5198ace4 change state NodeActive --> NodeLeft"
14:44:42 [2021-12-21T14:44:42.689Z] time="2021-12-21T14:44:42Z" level=info msg="node2(77df5198ace4): Node leave event for 77df5198ace4/172.23.89.141"
14:44:42 [2021-12-21T14:44:42.689Z] time="2021-12-21T14:44:42Z" level=info msg="Node 77df5198ace4/172.23.89.141, left gossip cluster"
14:44:42 [2021-12-21T14:44:42.689Z] time="2021-12-21T14:44:42Z" level=info msg="Node 77df5198ace4/172.23.89.141, left gossip cluster"
14:44:42 [2021-12-21T14:44:42.869Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
14:44:43 [2021-12-21T14:44:43.146Z] time="2021-12-21T14:44:42Z" level=info msg="Node 77df5198ace4/172.23.89.141, left gossip cluster"
14:44:43 [2021-12-21T14:44:43.146Z] time="2021-12-21T14:44:42Z" level=info msg="Node 77df5198ace4/172.23.89.141, left gossip cluster"
14:44:43 [2021-12-21T14:44:43.146Z] time="2021-12-21T14:44:42Z" level=info msg="Node a4e532f3e11a/172.23.89.141, left gossip cluster"
14:44:43 [2021-12-21T14:44:43.146Z] time="2021-12-21T14:44:42Z" level=info msg="Node a4e532f3e11a change state NodeActive --> NodeFailed"
14:44:43 [2021-12-21T14:44:43.146Z] time="2021-12-21T14:44:42Z" level=info msg="Node a4e532f3e11a/172.23.89.141, added to failed nodes list"
14:44:43 [2021-12-21T14:44:43.146Z] time="2021-12-21T14:44:42Z" level=info msg="Node a4e532f3e11a change state NodeActive --> NodeLeft"
14:44:43 [2021-12-21T14:44:43.146Z] time="2021-12-21T14:44:42Z" level=info msg="Node a4e532f3e11a change state NodeActive --> NodeLeft"
14:44:43 [2021-12-21T14:44:43.146Z] time="2021-12-21T14:44:42Z" level=info msg="node4(f977ca23a411): Node leave event for a4e532f3e11a/172.23.89.141"
14:44:43 [2021-12-21T14:44:43.146Z] time="2021-12-21T14:44:42Z" level=info msg="node5(2412509d973b): Node leave event for a4e532f3e11a/172.23.89.141"
14:44:43 [2021-12-21T14:44:43.146Z] time="2021-12-21T14:44:43Z" level=error msg="node: a4e532f3e11a is unknown to memberlist"
14:44:43 [2021-12-21T14:44:43.146Z] time="2021-12-21T14:44:43Z" level=info msg="Node a4e532f3e11a/172.23.89.141, left gossip cluster"
14:44:43 [2021-12-21T14:44:43.146Z] time="2021-12-21T14:44:43Z" level=info msg="Node a4e532f3e11a/172.23.89.141, left gossip cluster"
14:44:43 [2021-12-21T14:44:43.293Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s)
14:44:43 [2021-12-21T14:44:43.293Z] === RUN   TestDaemonRestartWithExistingNetwork
14:44:43 [2021-12-21T14:44:43.551Z] === RUN   TestDockerSuite/TestBuildMultipleTags
14:44:43 [2021-12-21T14:44:43.602Z] time="2021-12-21T14:44:43Z" level=debug msg="memberlist: Failed ping: a4e532f3e11a (timeout reached)"
14:44:43 [2021-12-21T14:44:43.602Z] time="2021-12-21T14:44:43Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.23.89.141:10037: use of closed network connection"
14:44:43 [2021-12-21T14:44:43.602Z] time="2021-12-21T14:44:43Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.23.89.141:10036: use of closed network connection"
14:44:43 [2021-12-21T14:44:43.602Z] time="2021-12-21T14:44:43Z" level=info msg="Node f977ca23a411 change state NodeActive --> NodeLeft"
14:44:43 [2021-12-21T14:44:43.602Z] time="2021-12-21T14:44:43Z" level=info msg="node5(2412509d973b): Node leave event for f977ca23a411/172.23.89.141"
14:44:43 [2021-12-21T14:44:43.602Z] time="2021-12-21T14:44:43Z" level=info msg="Node f977ca23a411 change state NodeActive --> NodeLeft"
14:44:43 [2021-12-21T14:44:43.602Z] time="2021-12-21T14:44:43Z" level=info msg="node4(f977ca23a411): Node leave event for f977ca23a411/172.23.89.141"
14:44:43 [2021-12-21T14:44:43.810Z] === RUN   TestDockerSuite/TestBuildNetContainer
14:44:44 [2021-12-21T14:44:44.060Z] time="2021-12-21T14:44:43Z" level=info msg="Node f977ca23a411/172.23.89.141, left gossip cluster"
14:44:44 [2021-12-21T14:44:44.060Z] time="2021-12-21T14:44:43Z" level=info msg="memberlist: Suspect a4e532f3e11a has failed, no acks received"
14:44:44 [2021-12-21T14:44:44.060Z] time="2021-12-21T14:44:44Z" level=info msg="Node f977ca23a411/172.23.89.141, left gossip cluster"
14:44:44 [2021-12-21T14:44:44.376Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s)
14:44:44 [2021-12-21T14:44:44.376Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:44:44 [2021-12-21T14:44:44.517Z] time="2021-12-21T14:44:44Z" level=info msg="Node 2412509d973b/172.23.89.141, left gossip cluster"
14:44:44 [2021-12-21T14:44:44.517Z] time="2021-12-21T14:44:44Z" level=info msg="Node 2412509d973b change state NodeActive --> NodeFailed"
14:44:44 [2021-12-21T14:44:44.517Z] time="2021-12-21T14:44:44Z" level=info msg="Node 2412509d973b/172.23.89.141, added to failed nodes list"
14:44:44 [2021-12-21T14:44:44.517Z] --- PASS: TestNetworkDBIslands (11.49s)
14:44:44 [2021-12-21T14:44:44.517Z] PASS
14:44:44 [2021-12-21T14:44:44.517Z] coverage: 60.4% of statements
14:44:44 [2021-12-21T14:44:44.517Z] ok  	github.com/docker/docker/libnetwork/networkdb	102.837s	coverage: 60.4% of statements
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/libnetwork/osl/kernel	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/oci/caps	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/pkg/term	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/quota	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/rootless	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/testutil/request	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/volume	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
14:44:44 [2021-12-21T14:44:44.517Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
14:44:45 [2021-12-21T14:44:45.312Z] === RUN   TestDockerSuite/TestBuildNetNone
14:44:45 [2021-12-21T14:44:45.572Z] === RUN   TestDockerSuite/TestBuildNoContext
14:44:45 [2021-12-21T14:44:45.572Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s)
14:44:45 [2021-12-21T14:44:45.572Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:44:46 [2021-12-21T14:44:46.141Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
14:44:46 [2021-12-21T14:44:46.141Z] === RUN   TestServiceWithPredefinedNetwork
14:44:46 [2021-12-21T14:44:46.399Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
14:44:46 [2021-12-21T14:44:46.967Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === Skipped
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     dispatchers_test.go:377: Windows does not support stopsignal
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.01s)
14:44:47 [2021-12-21T14:44:47.431Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s)
14:44:47 [2021-12-21T14:44:47.431Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s)
14:44:47 [2021-12-21T14:44:47.431Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     client_test.go:23: runtime.GOOS == "windows"
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     network_proxy_test.go:208: No support for dual stack yet
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     daemon_test.go:146: root required
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     reload_test.go:520: root required
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s)
14:44:47 [2021-12-21T14:44:47.431Z]     config_test.go:526: os.Getuid() != 0: skipping test that requires root
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     pull_v2_test.go:73: Needs fixing on Windows
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     pull_v2_test.go:118: Needs fixing on Windows
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     download_test.go:267: Needs fixing on Windows
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     layer_test.go:303: Failing on Windows
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     layer_test.go:352: Failing on Windows
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     layer_test.go:467: Failing on Windows
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     layer_test.go:696: Failing on Windows
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     migration_test.go:45: Failing on Windows
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     migration_test.go:181: Failing on Windows
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     mount_test.go:17: Failing on Windows
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     mount_test.go:76: Failing on Windows
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     mount_test.go:125: Failing on Windows
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     mount_test.go:212: Failing on Windows
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s)
14:44:47 [2021-12-21T14:44:47.431Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s)
14:44:47 [2021-12-21T14:44:47.431Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     windows_test.go:58: Test does not work on CI and was never running to begin with
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     windows_test.go:63: Test does not work on CI and was never running to begin with
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     archive_test.go:133: Xz not present in msys2
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s)
14:44:47 [2021-12-21T14:44:47.431Z]     archive_test.go:140: zstd not installed
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     archive_test.go:252: Failing on Windows CI machines
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     archive_windows_test.go:16: Currently fails
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     changes_test.go:195: needs more investigation
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     changes_test.go:432: needs further investigation
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     changes_test.go:468: needs further investigation
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     archive_test.go:44: os.Getuid() != 0: skipping test that requires root
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     archive_test.go:76: os.Getuid() != 0: skipping test that requires root
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.431Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
14:44:47 [2021-12-21T14:44:47.431Z]     archive_test.go:248: os.Getuid() != 0: skipping test that requires root
14:44:47 [2021-12-21T14:44:47.431Z] 
14:44:47 [2021-12-21T14:44:47.432Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
14:44:47 [2021-12-21T14:44:47.432Z]     archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:44:47 [2021-12-21T14:44:47.432Z] 
14:44:47 [2021-12-21T14:44:47.432Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
14:44:47 [2021-12-21T14:44:47.432Z]     archive_test.go:355: os.Getuid() != 0: skipping test that requires root
14:44:47 [2021-12-21T14:44:47.432Z] 
14:44:47 [2021-12-21T14:44:47.432Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
14:44:47 [2021-12-21T14:44:47.432Z]     archive_test.go:372: os.Getuid() != 0: skipping test that requires root
14:44:47 [2021-12-21T14:44:47.432Z] 
14:44:47 [2021-12-21T14:44:47.432Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
14:44:47 [2021-12-21T14:44:47.432Z]     archive_test.go:389: os.Getuid() != 0: skipping test that requires root
14:44:47 [2021-12-21T14:44:47.432Z] 
14:44:47 [2021-12-21T14:44:47.432Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
14:44:47 [2021-12-21T14:44:47.432Z]     poller_test.go:40: No chmod on Windows
14:44:47 [2021-12-21T14:44:47.432Z] 
14:44:47 [2021-12-21T14:44:47.432Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
14:44:47 [2021-12-21T14:44:47.432Z]     fileutils_test.go:133: Needs porting to Windows
14:44:47 [2021-12-21T14:44:47.432Z] 
14:44:47 [2021-12-21T14:44:47.432Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
14:44:47 [2021-12-21T14:44:47.432Z]     fileutils_test.go:179: Needs porting to Windows
14:44:47 [2021-12-21T14:44:47.432Z] 
14:44:47 [2021-12-21T14:44:47.432Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
14:44:47 [2021-12-21T14:44:47.432Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
14:44:47 [2021-12-21T14:44:47.432Z] 
14:44:47 [2021-12-21T14:44:47.432Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
14:44:47 [2021-12-21T14:44:47.432Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
14:44:47 [2021-12-21T14:44:47.432Z] 
14:44:47 [2021-12-21T14:44:47.432Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
14:44:47 [2021-12-21T14:44:47.432Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
14:44:47 [2021-12-21T14:44:47.432Z] 
14:44:47 [2021-12-21T14:44:47.432Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
14:44:47 [2021-12-21T14:44:47.432Z]     local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
14:44:47 [2021-12-21T14:44:47.432Z] 
14:44:47 [2021-12-21T14:44:47.432Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
14:44:47 [2021-12-21T14:44:47.432Z]     local_test.go:180: runtime.GOOS == "windows"
14:44:47 [2021-12-21T14:44:47.432Z] 
14:44:47 [2021-12-21T14:44:47.432Z] DONE 2099 tests, 70 skipped in 289.943s
14:44:47 [2021-12-21T14:44:47.889Z] INFO: make.ps1 ended at 12/21/2021 14:44:47
14:44:48 [2021-12-21T14:44:48.476Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
14:44:48 [2021-12-21T14:44:48.737Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
14:44:48 [2021-12-21T14:44:48.737Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
14:44:49 [2021-12-21T14:44:49.000Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
14:44:49 [2021-12-21T14:44:49.000Z] --- PASS: TestServiceWithPredefinedNetwork (2.87s)
14:44:49 [2021-12-21T14:44:49.000Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:44:49 [2021-12-21T14:44:49.000Z]     service_test.go:243: FLAKY_TEST
14:44:49 [2021-12-21T14:44:49.000Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:44:49 [2021-12-21T14:44:49.000Z] === RUN   TestServiceWithDataPathPortInit
14:44:49 [2021-12-21T14:44:49.258Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
14:44:49 [2021-12-21T14:44:49.405Z] --- PASS: TestServiceUpdatePidsLimit (15.53s)
14:44:49 [2021-12-21T14:44:49.405Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.52s)
14:44:49 [2021-12-21T14:44:49.405Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
14:44:49 [2021-12-21T14:44:49.405Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
14:44:49 [2021-12-21T14:44:49.405Z] PASS
14:44:49 [2021-12-21T14:44:49.405Z] 
14:44:49 [2021-12-21T14:44:49.405Z] === Skipped
14:44:49 [2021-12-21T14:44:49.405Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.01s)
14:44:49 [2021-12-21T14:44:49.405Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:44:49 [2021-12-21T14:44:49.405Z] 
14:44:49 [2021-12-21T14:44:49.405Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
14:44:49 [2021-12-21T14:44:49.405Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
14:44:49 [2021-12-21T14:44:49.405Z] 
14:44:49 [2021-12-21T14:44:49.405Z] DONE 27 tests, 2 skipped in 144.375s
14:44:49 [2021-12-21T14:44:49.405Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
14:44:49 [2021-12-21T14:44:49.405Z] ++ 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
14:44:49 [2021-12-21T14:44:49.405Z] ++ set -e
14:44:49 [2021-12-21T14:44:49.405Z] ++ '[' -n 0 ']'
14:44:49 [2021-12-21T14:44:49.405Z] ++ set -x
14:44:49 [2021-12-21T14:44:49.405Z] ++ env -i DEST=/go/src/github.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
14:44:49 [2021-12-21T14:44:49.405Z] INFO: Testing against a local daemon
14:44:49 [2021-12-21T14:44:49.405Z] === RUN   TestSessionCreate
14:44:49 [2021-12-21T14:44:49.405Z] --- PASS: TestSessionCreate (0.02s)
14:44:49 [2021-12-21T14:44:49.405Z] === RUN   TestSessionCreateWithBadUpgrade
14:44:49 [2021-12-21T14:44:49.405Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
14:44:49 [2021-12-21T14:44:49.405Z] PASS
14:44:49 [2021-12-21T14:44:49.405Z] 
14:44:49 [2021-12-21T14:44:49.405Z] DONE 2 tests in 0.115s
14:44:49 [2021-12-21T14:44:49.405Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
14:44:49 [2021-12-21T14:44:49.405Z] ++ 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
14:44:49 [2021-12-21T14:44:49.405Z] ++ set -e
14:44:49 [2021-12-21T14:44:49.405Z] ++ '[' -n 0 ']'
14:44:49 [2021-12-21T14:44:49.405Z] ++ set -x
14:44:49 [2021-12-21T14:44:49.405Z] ++ env -i DEST=/go/src/github.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
14:44:49 [2021-12-21T14:44:49.405Z] INFO: Testing against a local daemon
14:44:49 [2021-12-21T14:44:49.405Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:44:49 [2021-12-21T14:44:49.405Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:44:49 [2021-12-21T14:44:49.405Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:44:49 [2021-12-21T14:44:49.405Z] === RUN   TestDiskUsage
14:44:49 [2021-12-21T14:44:49.405Z] === PAUSE TestDiskUsage
14:44:49 [2021-12-21T14:44:49.405Z] === RUN   TestEventsExecDie
14:44:49 [2021-12-21T14:44:49.423Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
14:44:49 [2021-12-21T14:44:49.423Z] INFO: Unit tests ended at 12/21/2021 14:44:49. Duration:00:05:06.3305302
14:44:49 [2021-12-21T14:44:49.423Z] INFO: Building busybox
14:44:49 [2021-12-21T14:44:49.826Z] === RUN   TestDockerSuite/TestBuildOnBuild
14:44:49 [2021-12-21T14:44:49.879Z] Sending build context to Docker daemon   5.12kB
14:44:49 [2021-12-21T14:44:49.879Z] 
14:44:49 [2021-12-21T14:44:49.879Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
14:44:49 [2021-12-21T14:44:49.879Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
14:44:49 [2021-12-21T14:44:49.879Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
14:44:49 [2021-12-21T14:44:49.879Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
14:44:49 [2021-12-21T14:44:49.879Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
14:44:49 [2021-12-21T14:44:49.879Z]  ---> 136110e1a05c
14:44:49 [2021-12-21T14:44:49.879Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
14:44:49 [2021-12-21T14:44:49.879Z]  ---> Running in 557fda4919de
14:44:49 [2021-12-21T14:44:49.967Z] --- PASS: TestEventsExecDie (0.48s)
14:44:49 [2021-12-21T14:44:49.967Z] === RUN   TestEventsBackwardsCompatible
14:44:49 [2021-12-21T14:44:49.967Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
14:44:49 [2021-12-21T14:44:49.967Z] === RUN   TestEventsVolumeCreate
14:44:49 [2021-12-21T14:44:49.967Z] --- PASS: TestEventsVolumeCreate (0.05s)
14:44:49 [2021-12-21T14:44:49.967Z] === RUN   TestInfoBinaryCommits
14:44:49 [2021-12-21T14:44:49.967Z] --- PASS: TestInfoBinaryCommits (0.02s)
14:44:49 [2021-12-21T14:44:49.967Z] === RUN   TestInfoAPIVersioned
14:44:49 [2021-12-21T14:44:49.967Z] --- PASS: TestInfoAPIVersioned (0.01s)
14:44:49 [2021-12-21T14:44:49.967Z] === RUN   TestInfoDiscoveryBackend
14:44:50 [2021-12-21T14:44:50.529Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
14:44:50 [2021-12-21T14:44:50.529Z] === RUN   TestInfoDiscoveryInvalidAdvertise
14:44:51 [2021-12-21T14:44:51.456Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
14:44:51 [2021-12-21T14:44:51.456Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
14:44:51 [2021-12-21T14:44:51.732Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
14:44:51 [2021-12-21T14:44:51.991Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
14:44:52 [2021-12-21T14:44:52.017Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
14:44:52 [2021-12-21T14:44:52.017Z] === RUN   TestInfoAPI
14:44:52 [2021-12-21T14:44:52.017Z] --- PASS: TestInfoAPI (0.02s)
14:44:52 [2021-12-21T14:44:52.017Z] === RUN   TestInfoAPIWarnings
14:44:53 [2021-12-21T14:44:53.893Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
14:44:54 [2021-12-21T14:44:54.461Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
14:44:56 [2021-12-21T14:44:56.365Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
14:44:56 [2021-12-21T14:44:56.933Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
14:44:56 [2021-12-21T14:44:56.945Z] Removing intermediate container 557fda4919de
14:44:56 [2021-12-21T14:44:56.945Z]  ---> aa6b66803bb5
14:44:56 [2021-12-21T14:44:56.945Z] Step 7/13 : ARG BUSYBOX_VERSION
14:44:56 [2021-12-21T14:44:56.945Z]  ---> Running in ccf633a40865
14:44:56 [2021-12-21T14:44:56.945Z] Removing intermediate container ccf633a40865
14:44:56 [2021-12-21T14:44:56.945Z]  ---> 48a34e204474
14:44:56 [2021-12-21T14:44:56.945Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
14:44:56 [2021-12-21T14:44:56.945Z]  ---> Running in 8afc7877b634
14:44:56 [2021-12-21T14:44:56.945Z] Removing intermediate container 8afc7877b634
14:44:56 [2021-12-21T14:44:56.945Z]  ---> 0a69e0423fb8
14:44:56 [2021-12-21T14:44:56.945Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
14:44:57 [2021-12-21T14:44:57.870Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
14:44:58 [2021-12-21T14:44:58.129Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
14:44:58 [2021-12-21T14:44:58.511Z] 
14:44:58 [2021-12-21T14:44:58.979Z]  ---> 825bea1ccc01
14:44:58 [2021-12-21T14:44:58.979Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
14:44:58 [2021-12-21T14:44:58.979Z]  ---> Running in 8ee4ce7ef871
14:45:01 [2021-12-21T14:45:01.420Z] === RUN   TestDockerSuite/TestBuildPATH
14:45:01 [2021-12-21T14:45:01.494Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev
14:45:01 [2021-12-21T14:45:01.494Z] Copying nested executables into bundles/cross/linux/amd64-daemon
14:45:01 [2021-12-21T14:45:01.494Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev
14:45:01 [2021-12-21T14:45:01.494Z] GOOS="linux" GOARCH="amd64" GOARM=""
14:45:01 [2021-12-21T14:45:01.494Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev
14:45:01 [2021-12-21T14:45:01.494Z] Cross building: bundles/cross/windows/amd64
14:45:01 [2021-12-21T14:45:01.494Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe
14:45:01 [2021-12-21T14:45:01.494Z] GOOS="windows" GOARCH="amd64" GOARM=""
14:45:02 [2021-12-21T14:45:02.354Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
14:45:02 [2021-12-21T14:45:02.923Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
14:45:03 [2021-12-21T14:45:03.490Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
14:45:04 [2021-12-21T14:45:04.255Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:45:04 [2021-12-21T14:45:04.255Z] INFO: Testing against a local daemon
14:45:04 [2021-12-21T14:45:04.255Z] === RUN   TestBuildWithSession
14:45:04 [2021-12-21T14:45:04.255Z]     build_session_test.go:25: TODO: BuildKit
14:45:04 [2021-12-21T14:45:04.255Z] --- SKIP: TestBuildWithSession (0.00s)
14:45:04 [2021-12-21T14:45:04.255Z] === RUN   TestBuildSquashParent
14:45:04 [2021-12-21T14:45:04.255Z]     build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:45:04 [2021-12-21T14:45:04.255Z] --- SKIP: TestBuildSquashParent (0.00s)
14:45:04 [2021-12-21T14:45:04.255Z] === RUN   TestBuildWithRemoveAndForceRemove
14:45:04 [2021-12-21T14:45:04.255Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:45:04 [2021-12-21T14:45:04.255Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:45:04 [2021-12-21T14:45:04.255Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:45:04 [2021-12-21T14:45:04.255Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:45:04 [2021-12-21T14:45:04.255Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:45:04 [2021-12-21T14:45:04.255Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:45:04 [2021-12-21T14:45:04.255Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:45:04 [2021-12-21T14:45:04.255Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:45:04 [2021-12-21T14:45:04.255Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:45:04 [2021-12-21T14:45:04.255Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:45:04 [2021-12-21T14:45:04.255Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:45:04 [2021-12-21T14:45:04.255Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:45:04 [2021-12-21T14:45:04.255Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:45:04 [2021-12-21T14:45:04.255Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:45:04 [2021-12-21T14:45:04.255Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:45:04 [2021-12-21T14:45:04.255Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:45:04 [2021-12-21T14:45:04.866Z] --- PASS: TestServiceWithDataPathPortInit (15.60s)
14:45:04 [2021-12-21T14:45:04.866Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:45:08 [2021-12-21T14:45:08.153Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:shof20wvm3bji3315td2w5ybk Created:2021-12-21 14:45:06.204229156 +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[32c763b64a8758e4104aed9ca97138246f0fd7f7505528d1cb7a7460dee6b33c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tnnuxgm9ql6mh53gn1ikarf10 EndpointID:bd345e299d6e6ad6f713bfea69290e8e6b1100e33d560266b36684c1665da254 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:91d4575aceb8ee7ff56c89c46a3b37e380ddebce1f24418693ef9cdbb544c3f7 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:93e8f32af66e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tnnuxgm9ql6mh53gn1ikarf10 EndpointID:bd345e299d6e6ad6f713bfea69290e8e6b1100e33d560266b36684c1665da254 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
14:45:09 [2021-12-21T14:45:09.416Z] Removing intermediate container 8ee4ce7ef871
14:45:09 [2021-12-21T14:45:09.416Z]  ---> c6d7ff2212cb
14:45:09 [2021-12-21T14:45:09.416Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
14:45:09 [2021-12-21T14:45:09.416Z]  ---> Running in 96b136483103
14:45:10 [2021-12-21T14:45:10.053Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
14:45:10 [2021-12-21T14:45:10.058Z] --- PASS: TestInfoAPIWarnings (16.23s)
14:45:10 [2021-12-21T14:45:10.058Z] === RUN   TestInfoDebug
14:45:10 [2021-12-21T14:45:10.058Z] --- PASS: TestInfoDebug (0.53s)
14:45:10 [2021-12-21T14:45:10.058Z] === RUN   TestInfoInsecureRegistries
14:45:10 [2021-12-21T14:45:10.058Z] --- PASS: TestInfoInsecureRegistries (0.52s)
14:45:10 [2021-12-21T14:45:10.058Z] === RUN   TestInfoRegistryMirrors
14:45:10 [2021-12-21T14:45:10.058Z] --- PASS: TestInfoRegistryMirrors (0.52s)
14:45:10 [2021-12-21T14:45:10.058Z] === RUN   TestLoginFailsWithBadCredentials
14:45:10 [2021-12-21T14:45:10.058Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s)
14:45:10 [2021-12-21T14:45:10.058Z] === RUN   TestPingCacheHeaders
14:45:10 [2021-12-21T14:45:10.058Z] --- PASS: TestPingCacheHeaders (0.02s)
14:45:10 [2021-12-21T14:45:10.058Z] === RUN   TestPingGet
14:45:10 [2021-12-21T14:45:10.058Z] --- PASS: TestPingGet (0.02s)
14:45:10 [2021-12-21T14:45:10.058Z] === RUN   TestPingHead
14:45:10 [2021-12-21T14:45:10.058Z] --- PASS: TestPingHead (0.02s)
14:45:10 [2021-12-21T14:45:10.058Z] === RUN   TestVersion
14:45:10 [2021-12-21T14:45:10.058Z] --- PASS: TestVersion (0.02s)
14:45:10 [2021-12-21T14:45:10.058Z] === CONT  TestDiskUsage
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/empty
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/empty/container_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/empty/image_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/empty/volume_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/empty/build-cache_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/empty/container,_volume_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/after_LoadBusybox
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
14:45:10 [2021-12-21T14:45:10.620Z] === RUN   TestDiskUsage/after_container.Run
14:45:10 [2021-12-21T14:45:10.876Z] === RUN   TestDiskUsage/after_container.Run/container_types
14:45:10 [2021-12-21T14:45:10.877Z] === RUN   TestDiskUsage/after_container.Run/image_types
14:45:10 [2021-12-21T14:45:10.877Z] === RUN   TestDiskUsage/after_container.Run/volume_types
14:45:10 [2021-12-21T14:45:10.877Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
14:45:10 [2021-12-21T14:45:10.877Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
14:45:10 [2021-12-21T14:45:10.877Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
14:45:10 [2021-12-21T14:45:10.877Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
14:45:10 [2021-12-21T14:45:10.877Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
14:45:10 [2021-12-21T14:45:10.877Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
14:45:10 [2021-12-21T14:45:10.877Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
14:45:11 [2021-12-21T14:45:11.133Z] --- PASS: TestDiskUsage (1.05s)
14:45:11 [2021-12-21T14:45:11.133Z]     --- PASS: TestDiskUsage/empty (0.01s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.14s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]     --- PASS: TestDiskUsage/after_container.Run (0.25s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z] PASS
14:45:11 [2021-12-21T14:45:11.133Z] 
14:45:11 [2021-12-21T14:45:11.133Z] === Skipped
14:45:11 [2021-12-21T14:45:11.133Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:45:11 [2021-12-21T14:45:11.133Z] 
14:45:11 [2021-12-21T14:45:11.133Z] DONE 53 tests, 1 skipped in 21.765s
14:45:11 [2021-12-21T14:45:11.133Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
14:45:11 [2021-12-21T14:45:11.133Z] ++ 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
14:45:11 [2021-12-21T14:45:11.133Z] ++ set -e
14:45:11 [2021-12-21T14:45:11.133Z] ++ '[' -n 0 ']'
14:45:11 [2021-12-21T14:45:11.133Z] ++ set -x
14:45:11 [2021-12-21T14:45:11.133Z] ++ env -i DEST=/go/src/github.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
14:45:11 [2021-12-21T14:45:11.133Z] INFO: Testing against a local daemon
14:45:11 [2021-12-21T14:45:11.133Z] === RUN   TestVolumesCreateAndList
14:45:11 [2021-12-21T14:45:11.133Z] --- PASS: TestVolumesCreateAndList (0.02s)
14:45:11 [2021-12-21T14:45:11.133Z] === RUN   TestVolumesRemove
14:45:11 [2021-12-21T14:45:11.133Z] --- PASS: TestVolumesRemove (0.05s)
14:45:11 [2021-12-21T14:45:11.133Z] === RUN   TestVolumesInspect
14:45:11 [2021-12-21T14:45:11.133Z] --- PASS: TestVolumesInspect (0.02s)
14:45:11 [2021-12-21T14:45:11.133Z] === RUN   TestVolumesInvalidJSON
14:45:11 [2021-12-21T14:45:11.133Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:45:11 [2021-12-21T14:45:11.133Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:45:11 [2021-12-21T14:45:11.133Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:45:11 [2021-12-21T14:45:11.133Z] --- PASS: TestVolumesInvalidJSON (0.02s)
14:45:11 [2021-12-21T14:45:11.133Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:45:11 [2021-12-21T14:45:11.133Z] PASS
14:45:11 [2021-12-21T14:45:11.133Z] 
14:45:11 [2021-12-21T14:45:11.133Z] DONE 5 tests in 0.187s
14:45:11 [2021-12-21T14:45:11.133Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:45:11 [2021-12-21T14:45:11.389Z] ++++ cat bundles/test-integration/docker.pid
14:45:11 [2021-12-21T14:45:11.389Z] +++ kill 13362
14:45:11 [2021-12-21T14:45:11.389Z] +++ /etc/init.d/apparmor stop
14:45:11 [2021-12-21T14:45:11.389Z] Leaving: AppArmorNo profiles have been unloaded.
14:45:11 [2021-12-21T14:45:11.389Z] 
14:45:11 [2021-12-21T14:45:11.389Z] Unloading profiles will leave already running processes permanently
14:45:11 [2021-12-21T14:45:11.389Z] unconfined, which can lead to unexpected situations.
14:45:11 [2021-12-21T14:45:11.389Z] 
14:45:11 [2021-12-21T14:45:11.389Z] To set a process to complain mode, use the command line tool
14:45:11 [2021-12-21T14:45:11.389Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:45:11 [2021-12-21T14:45:11.389Z] +++ true
14:45:11 [2021-12-21T14:45:11.634Z] 
14:45:11 [2021-12-21T14:45:11.634Z] SUCCESS: Specified value was saved.
14:45:11 [2021-12-21T14:45:11.646Z] exiting test-integration
14:45:11 [2021-12-21T14:45:11.646Z] ++ exit 0
14:45:11 [2021-12-21T14:45:11.646Z] 
Post stage
[Pipeline] junit
14:45:12 [2021-12-21T14:45:12.219Z] Recording test results
14:45:12 [2021-12-21T14:45:12.466Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:45:12 [2021-12-21T14:45:12.583Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
14:45:12 [2021-12-21T14:45:12.841Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.05s)
14:45:12 [2021-12-21T14:45:12.841Z] PASS
14:45:12 [2021-12-21T14:45:12.841Z] 
14:45:12 [2021-12-21T14:45:12.841Z] === Skipped
14:45:12 [2021-12-21T14:45:12.841Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:45:12 [2021-12-21T14:45:12.841Z]     service_test.go:243: FLAKY_TEST
14:45:12 [2021-12-21T14:45:12.841Z] 
14:45:12 [2021-12-21T14:45:12.841Z] DONE 26 tests, 1 skipped in 49.385s
14:45:12 [2021-12-21T14:45:12.841Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
14:45:12 [2021-12-21T14:45:12.841Z] ++ 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
14:45:12 [2021-12-21T14:45:12.841Z] ++ set -e
14:45:12 [2021-12-21T14:45:12.841Z] ++ '[' -n 0 ']'
14:45:12 [2021-12-21T14:45:12.841Z] ++ set -x
14:45:12 [2021-12-21T14:45:12.841Z] ++ env -i DEST=/go/src/github.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
14:45:12 [2021-12-21T14:45:12.841Z] INFO: Testing against a local daemon
14:45:12 [2021-12-21T14:45:12.841Z] === RUN   TestDockerNetworkIpvlanPersistance
14:45:12 [2021-12-21T14:45:12.841Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:45:12 [2021-12-21T14:45:12.841Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
14:45:12 [2021-12-21T14:45:12.841Z] === RUN   TestDockerNetworkIpvlan
14:45:12 [2021-12-21T14:45:12.841Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:45:12 [2021-12-21T14:45:12.841Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
14:45:12 [2021-12-21T14:45:12.841Z] PASS
14:45:12 [2021-12-21T14:45:12.841Z] 
14:45:12 [2021-12-21T14:45:12.841Z] === Skipped
14:45:12 [2021-12-21T14:45:12.841Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
14:45:12 [2021-12-21T14:45:12.841Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:45:12 [2021-12-21T14:45:12.841Z] 
14:45:12 [2021-12-21T14:45:12.841Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
14:45:12 [2021-12-21T14:45:12.841Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:45:12 [2021-12-21T14:45:12.841Z] 
14:45:12 [2021-12-21T14:45:12.841Z] DONE 2 tests, 2 skipped in 0.132s
14:45:12 [2021-12-21T14:45:12.841Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
14:45:12 [2021-12-21T14:45:12.841Z] ++ 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
14:45:12 [2021-12-21T14:45:12.841Z] ++ set -e
14:45:12 [2021-12-21T14:45:12.841Z] ++ '[' -n 0 ']'
14:45:12 [2021-12-21T14:45:12.841Z] ++ set -x
14:45:12 [2021-12-21T14:45:12.841Z] ++ env -i DEST=/go/src/github.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
14:45:12 [2021-12-21T14:45:12.865Z] + echo Ensuring container killed.
14:45:12 [2021-12-21T14:45:12.865Z] Ensuring container killed.
14:45:12 [2021-12-21T14:45:12.865Z] + docker rm -vf docker-pr44
14:45:12 [2021-12-21T14:45:12.865Z] Error: No such container: docker-pr44
[Pipeline] sh
14:45:13 [2021-12-21T14:45:13.100Z] INFO: Testing against a local daemon
14:45:13 [2021-12-21T14:45:13.100Z] === RUN   TestDockerNetworkMacvlanPersistance
14:45:13 [2021-12-21T14:45:13.166Z] + echo Chowning /workspace to jenkins user
14:45:13 [2021-12-21T14:45:13.166Z] Chowning /workspace to jenkins user
14:45:13 [2021-12-21T14:45:13.166Z] + id -u
14:45:13 [2021-12-21T14:45:13.166Z] + id -g
14:45:13 [2021-12-21T14:45:13.166Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43075:/workspace busybox chown -R 1000:1000 /workspace
14:45:13 [2021-12-21T14:45:13.166Z] Unable to find image 'busybox:latest' locally
14:45:13 [2021-12-21T14:45:13.166Z] latest: Pulling from library/busybox
14:45:13 [2021-12-21T14:45:13.434Z] 092c822dea67: Pulling fs layer
14:45:13 [2021-12-21T14:45:13.434Z] 092c822dea67: Download complete
14:45:13 [2021-12-21T14:45:13.434Z] 092c822dea67: Pull complete
14:45:13 [2021-12-21T14:45:13.434Z] Digest: sha256:b5cfd4befc119a590ca1a81d6bb0fa1fb19f1fbebd0397f25fae164abe1e8a6a
14:45:13 [2021-12-21T14:45:13.434Z] Status: Downloaded newer image for busybox:latest
14:45:14 [2021-12-21T14:45:14.035Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
14:45:14 [2021-12-21T14:45:14.035Z] === RUN   TestDockerSuite/TestBuildRm
14:45:14 [2021-12-21T14:45:14.603Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.57s)
14:45:14 [2021-12-21T14:45:14.603Z] === RUN   TestDockerNetworkMacvlan
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:45:15 [2021-12-21T14:45:15.119Z] + bundleName=arm64-integration
14:45:15 [2021-12-21T14:45:15.119Z] + echo Creating arm64-integration-bundles.tar.gz
14:45:15 [2021-12-21T14:45:15.119Z] Creating arm64-integration-bundles.tar.gz
14:45:15 [2021-12-21T14:45:15.119Z] + xargs tar -czf arm64-integration-bundles.tar.gz
14:45:15 [2021-12-21T14:45:15.119Z] + 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
14:45:15 [2021-12-21T14:45:15.387Z] Archiving artifacts
14:45:15 [2021-12-21T14:45:15.429Z] Removing intermediate container 96b136483103
14:45:15 [2021-12-21T14:45:15.429Z]  ---> bd6c7e79ec27
14:45:15 [2021-12-21T14:45:15.429Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
14:45:15 [2021-12-21T14:45:15.429Z]  ---> Running in 5791a2877daa
14:45:15 [2021-12-21T14:45:15.539Z] === RUN   TestDockerNetworkMacvlan/Subinterface
14:45:16 [2021-12-21T14:45:16.475Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
14:45:16 [2021-12-21T14:45:16.475Z]     docker_api_swarm_test.go:304: [de8c7bd82d208] joining swarm manager [ddd9d781feadb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:45:16 [2021-12-21T14:45:16.804Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:45:16 [2021-12-21T14:45:16.804Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:45:17 [2021-12-21T14:45:17.043Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
14:45:17 [2021-12-21T14:45:17.278Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43075/44/artifacts/
[Pipeline] }
[Pipeline] // catchError
14:45:17 [2021-12-21T14:45:17.302Z] === RUN   TestDockerNetworkMacvlan/NilParent
[Pipeline] sh
14:45:17 [2021-12-21T14:45:17.584Z] + make clean
14:45:17 [2021-12-21T14:45:17.584Z] docker volume rm -f docker-dev-cache
14:45:17 [2021-12-21T14:45:17.584Z] docker-dev-cache
[Pipeline] deleteDir
14:45:17 [2021-12-21T14:45:17.871Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
14:45:18 [2021-12-21T14:45:18.130Z]     docker_api_swarm_test.go:305: [d45c93e789c96] joining swarm manager [ddd9d781feadb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:45:19 [2021-12-21T14:45:19.071Z] === RUN   TestDockerSuite/TestBuildScratchCopy
14:45:19 [2021-12-21T14:45:19.071Z]     docker_api_swarm_test.go:351: Waiting for election to occur...
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
14:45:19 [2021-12-21T14:45:19.330Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:45:19 [2021-12-21T14:45:19.589Z] === RUN   TestDockerNetworkMacvlan/InternalMode
14:45:19 [2021-12-21T14:45:19.848Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
14:45:20 [2021-12-21T14:45:20.195Z] Cannot create a file when that file already exists.
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestBoolValue
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestBoolValue (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestBoolValueOrDefault
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestBoolValueOrDefault (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestInt64ValueOrZero
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestInt64ValueOrZero (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestInt64ValueOrDefault
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestInt64ValueOrDefault (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestInt64ValueOrDefaultWithError
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestJsonContentType
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestJsonContentType (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] PASS
14:45:20 [2021-12-21T14:45:20.660Z] coverage: 14.7% of statements
14:45:20 [2021-12-21T14:45:20.660Z] ok  	github.com/docker/docker/api/server/httputils	0.091s	coverage: 14.7% of statements
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestMaskSecretKeys
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestMaskSecretKeys (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestVersionMiddlewareVersion
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] PASS
14:45:20 [2021-12-21T14:45:20.660Z] coverage: 37.7% of statements
14:45:20 [2021-12-21T14:45:20.660Z] ok  	github.com/docker/docker/api/server/middleware	0.058s	coverage: 37.7% of statements
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/server/router	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestStrSliceMarshalJSON
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestStrSliceUnmarshalJSON
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestStrSliceUnmarshalString
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestStrSliceUnmarshalSlice
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] PASS
14:45:20 [2021-12-21T14:45:20.660Z] coverage: 90.0% of statements
14:45:20 [2021-12-21T14:45:20.660Z] ok  	github.com/docker/docker/api/types/strslice	0.055s	coverage: 90.0% of statements
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestToJSON
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestToJSON (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestToParamWithVersion
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestToParamWithVersion (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestFromJSON
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestFromJSON (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestEmpty
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestEmpty (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestArgsMatchKVListEmptySources
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestArgsMatchKVList
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestArgsMatchKVList (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestArgsMatch
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestArgsMatch (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestAdd
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestAdd (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestDel
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestDel (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestLen
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestLen (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestExactMatch
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestExactMatch (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestOnlyOneExactMatch
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestOnlyOneExactMatch (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestContains
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestContains (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestValidate
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestValidate (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestWalkValues
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestWalkValues (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestFuzzyMatch
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestFuzzyMatch (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestClone
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestClone (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] PASS
14:45:20 [2021-12-21T14:45:20.660Z] coverage: 92.2% of statements
14:45:20 [2021-12-21T14:45:20.660Z] ok  	github.com/docker/docker/api/types/filters	0.059s	coverage: 92.2% of statements
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestAdjustForAPIVersion
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestAdjustForAPIVersion (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] PASS
14:45:20 [2021-12-21T14:45:20.660Z] coverage: 5.7% of statements
14:45:20 [2021-12-21T14:45:20.660Z] ok  	github.com/docker/docker/api/server/router/swarm	0.061s	coverage: 5.7% of statements
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/types	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/types/container	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/types/events	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/types/image	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/types/network	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestDurationToSecondsString
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestDurationToSecondsString (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestGetTimestamp
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestGetTimestamp (0.21s)
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestParseTimestamps
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestParseTimestamps (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] PASS
14:45:20 [2021-12-21T14:45:20.660Z] coverage: 100.0% of statements
14:45:20 [2021-12-21T14:45:20.660Z] ok  	github.com/docker/docker/api/types/time	0.262s	coverage: 100.0% of statements
14:45:20 [2021-12-21T14:45:20.660Z] === RUN   TestCompareVersion
14:45:20 [2021-12-21T14:45:20.660Z] --- PASS: TestCompareVersion (0.00s)
14:45:20 [2021-12-21T14:45:20.660Z] PASS
14:45:20 [2021-12-21T14:45:20.660Z] coverage: 77.3% of statements
14:45:20 [2021-12-21T14:45:20.660Z] ok  	github.com/docker/docker/api/types/versions	0.052s	coverage: 77.3% of statements
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/builder	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
14:45:20 [2021-12-21T14:45:20.660Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
14:45:20 [2021-12-21T14:45:20.661Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
14:45:20 [2021-12-21T14:45:20.661Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
14:45:20 [2021-12-21T14:45:20.661Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
14:45:20 [2021-12-21T14:45:20.661Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
14:45:20 [2021-12-21T14:45:20.661Z] === RUN   TestParseRemoteURL
14:45:20 [2021-12-21T14:45:20.661Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
14:45:20 [2021-12-21T14:45:20.661Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
14:45:20 [2021-12-21T14:45:20.661Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
14:45:20 [2021-12-21T14:45:20.661Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
14:45:20 [2021-12-21T14:45:20.661Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
14:45:20 [2021-12-21T14:45:20.661Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
14:45:20 [2021-12-21T14:45:20.661Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
14:45:20 [2021-12-21T14:45:20.661Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
14:45:20 [2021-12-21T14:45:20.661Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
14:45:20 [2021-12-21T14:45:20.661Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
14:45:20 [2021-12-21T14:45:20.661Z] --- PASS: TestParseRemoteURL (0.00s)
14:45:20 [2021-12-21T14:45:20.661Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
14:45:20 [2021-12-21T14:45:20.661Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
14:45:20 [2021-12-21T14:45:20.661Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
14:45:20 [2021-12-21T14:45:20.661Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
14:45:20 [2021-12-21T14:45:20.661Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
14:45:20 [2021-12-21T14:45:20.661Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
14:45:20 [2021-12-21T14:45:20.661Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
14:45:20 [2021-12-21T14:45:20.661Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
14:45:20 [2021-12-21T14:45:20.661Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
14:45:20 [2021-12-21T14:45:20.661Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
14:45:20 [2021-12-21T14:45:20.661Z] === RUN   TestCloneArgsSmartHttp
14:45:20 [2021-12-21T14:45:20.661Z] --- PASS: TestCloneArgsSmartHttp (0.01s)
14:45:20 [2021-12-21T14:45:20.661Z] === RUN   TestCloneArgsDumbHttp
14:45:20 [2021-12-21T14:45:20.661Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
14:45:20 [2021-12-21T14:45:20.661Z] === RUN   TestCloneArgsGit
14:45:20 [2021-12-21T14:45:20.661Z] --- PASS: TestCloneArgsGit (0.00s)
14:45:20 [2021-12-21T14:45:20.661Z] === RUN   TestCheckoutGit
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.05s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestProcessNoDockerignore
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestProcessNoDockerignore (0.01s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestProcessShouldLeaveAllFiles
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestDetectContentType
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestDetectContentType (0.00s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestSelectAcceptableMIME
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestSelectAcceptableMIME (0.00s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestInspectEmptyResponse
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestInspectEmptyResponse (0.00s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestInspectResponseBinary
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestInspectResponseBinary (0.00s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestResponseUnsupportedContentType
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestInspectResponseTextSimple
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestInspectResponseTextSimple (0.00s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestInspectResponseEmptyContentType
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestUnknownContentLength
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestUnknownContentLength (0.00s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestDownloadRemote
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestEnable
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestEnable (0.00s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestDisable
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestDisable (0.00s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestEnabled
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestEnabled (0.00s)
14:45:21 [2021-12-21T14:45:21.134Z] PASS
14:45:21 [2021-12-21T14:45:21.134Z] coverage: 100.0% of statements
14:45:21 [2021-12-21T14:45:21.134Z] ok  	github.com/docker/docker/cli/debug	0.058s	coverage: 100.0% of statements
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestDownloadRemote (0.13s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestGetWithStatusError
14:45:21 [2021-12-21T14:45:21.134Z] --- PASS: TestGetWithStatusError (0.00s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestCloseRootDirectory
14:45:21 [2021-12-21T14:45:21.134Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:45:21 [2021-12-21T14:45:21.134Z] --- SKIP: TestCloseRootDirectory (0.00s)
14:45:21 [2021-12-21T14:45:21.134Z] === RUN   TestHashFile
14:45:21 [2021-12-21T14:45:21.134Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:45:21 [2021-12-21T14:45:21.134Z] --- SKIP: TestHashFile (0.00s)
14:45:21 [2021-12-21T14:45:21.135Z] === RUN   TestHashSubdir
14:45:21 [2021-12-21T14:45:21.135Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:45:21 [2021-12-21T14:45:21.135Z] --- SKIP: TestHashSubdir (0.01s)
14:45:21 [2021-12-21T14:45:21.135Z] === RUN   TestRemoveDirectory
14:45:21 [2021-12-21T14:45:21.135Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:45:21 [2021-12-21T14:45:21.135Z] --- SKIP: TestRemoveDirectory (0.00s)
14:45:21 [2021-12-21T14:45:21.135Z] PASS
14:45:21 [2021-12-21T14:45:21.135Z] coverage: 9.3% of statements
14:45:21 [2021-12-21T14:45:21.227Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
14:45:21 [2021-12-21T14:45:21.607Z] ok  	github.com/docker/docker/builder/remotecontext	0.411s	coverage: 9.3% of statements
14:45:21 [2021-12-21T14:45:21.793Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
14:45:21 [2021-12-21T14:45:21.793Z] === RUN   TestDockerSuite/TestBuildShellInherited
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestGetAllAllowed
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestGetAllAllowed (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestGetAllMeta
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestGetAllMeta (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestWarnOnUnusedBuildArgs
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestIsUnreferencedBuiltin
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestIsExistingDirectory
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestIsExistingDirectory (0.01s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestGetFilenameForDownload
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestGetFilenameForDownload (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestEnv2Variables
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestEnv2Variables (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestEnvValueWithExistingRunConfigEnv
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestMaintainer
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestMaintainer (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestLabel
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestLabel (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestFromScratch
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestFromScratch (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestFromWithArg
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestFromWithArg (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestFromWithArgButBuildArgsNotGiven
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestFromWithUndefinedArg
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestFromWithUndefinedArg (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestFromMultiStageWithNamedStage
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestOnbuild
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestOnbuild (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestWorkdir
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestWorkdir (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestCmd
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestCmd (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestHealthcheckNone
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestHealthcheckNone (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestHealthcheckCmd
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestHealthcheckCmd (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestEntrypoint
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestEntrypoint (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestExpose
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestExpose (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestUser
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestUser (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestVolume
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestVolume (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestStopSignal
14:45:22 [2021-12-21T14:45:22.080Z]     dispatchers_test.go:377: Windows does not support stopsignal
14:45:22 [2021-12-21T14:45:22.080Z] --- SKIP: TestStopSignal (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestArg
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestArg (0.01s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestShell
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestShell (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestPrependEnvOnCmd
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestPrependEnvOnCmd (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestRunWithBuildArgs
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestRunWithBuildArgs (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestRunIgnoresHealthcheck
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestDispatchUnsupportedOptions
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestNormalizeWorkdir
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestNormalizeWorkdir (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestDispatch
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestDispatch/ADD_multiple_files_to_file
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestDispatch/COPY_multiple_files_to_file
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestDispatch/COPY_wildcard_no_files
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestDispatch/COPY_url
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestDispatch (0.09s)
14:45:22 [2021-12-21T14:45:22.080Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s)
14:45:22 [2021-12-21T14:45:22.080Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s)
14:45:22 [2021-12-21T14:45:22.080Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
14:45:22 [2021-12-21T14:45:22.080Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s)
14:45:22 [2021-12-21T14:45:22.080Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
14:45:22 [2021-12-21T14:45:22.080Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z]     --- PASS: TestDispatch/COPY_url (0.01s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestAddScratchImageAddsToMounts
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestAddFromScratchPopulatesPlatform
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestImageSourceGetAddsToMounts
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestEmptyDockerfile
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestEmptyDockerfile (0.01s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestSymlinkDockerfile
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestSymlinkDockerfile (0.01s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestDockerfileOutsideTheBuildContext
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestNonExistingDockerfile
14:45:22 [2021-12-21T14:45:22.080Z] --- PASS: TestNonExistingDockerfile (0.00s)
14:45:22 [2021-12-21T14:45:22.080Z] === RUN   TestCopyRunConfig
14:45:22 [2021-12-21T14:45:22.081Z] --- PASS: TestCopyRunConfig (0.00s)
14:45:22 [2021-12-21T14:45:22.081Z] === RUN   TestDeepCopyRunConfig
14:45:22 [2021-12-21T14:45:22.081Z] --- PASS: TestDeepCopyRunConfig (0.00s)
14:45:22 [2021-12-21T14:45:22.081Z] === RUN   TestExportImage
14:45:22 [2021-12-21T14:45:22.081Z] --- PASS: TestExportImage (0.00s)
14:45:22 [2021-12-21T14:45:22.081Z] === RUN   TestNormalizeDest
14:45:22 [2021-12-21T14:45:22.081Z] --- PASS: TestNormalizeDest (0.00s)
14:45:22 [2021-12-21T14:45:22.081Z] PASS
14:45:22 [2021-12-21T14:45:22.081Z] coverage: 46.8% of statements
14:45:22 [2021-12-21T14:45:22.081Z] ok  	github.com/docker/docker/builder/dockerfile	0.261s	coverage: 46.8% of statements
14:45:22 [2021-12-21T14:45:22.553Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
14:45:22 [2021-12-21T14:45:22.553Z] === RUN   TestTCP4Proxy
14:45:22 [2021-12-21T14:45:22.750Z] === RUN   TestDockerSuite/TestBuildShellMultiple
14:45:23 [2021-12-21T14:45:23.027Z] --- PASS: TestTCP4Proxy (0.01s)
14:45:23 [2021-12-21T14:45:23.027Z] === RUN   TestTCP4ProxyHalfClose
14:45:23 [2021-12-21T14:45:23.027Z] --- PASS: TestTCP4ProxyHalfClose (0.00s)
14:45:23 [2021-12-21T14:45:23.027Z] === RUN   TestTCP6Proxy
14:45:23 [2021-12-21T14:45:23.027Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
14:45:23 [2021-12-21T14:45:23.027Z] --- SKIP: TestTCP6Proxy (0.00s)
14:45:23 [2021-12-21T14:45:23.027Z] === RUN   TestTCPDualStackProxy
14:45:23 [2021-12-21T14:45:23.027Z]     network_proxy_test.go:208: No support for dual stack yet
14:45:23 [2021-12-21T14:45:23.027Z] --- SKIP: TestTCPDualStackProxy (0.00s)
14:45:23 [2021-12-21T14:45:23.027Z] === RUN   TestUDP4Proxy
14:45:23 [2021-12-21T14:45:23.027Z] --- PASS: TestUDP4Proxy (0.00s)
14:45:23 [2021-12-21T14:45:23.027Z] === RUN   TestUDP6Proxy
14:45:23 [2021-12-21T14:45:23.027Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
14:45:23 [2021-12-21T14:45:23.027Z] --- SKIP: TestUDP6Proxy (0.00s)
14:45:23 [2021-12-21T14:45:23.027Z] === RUN   TestUDPWriteError
14:45:23 [2021-12-21T14:45:23.027Z] --- PASS: TestUDPWriteError (0.00s)
14:45:23 [2021-12-21T14:45:23.027Z] === RUN   TestSCTP4Proxy
14:45:23 [2021-12-21T14:45:23.027Z]     network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows
14:45:23 [2021-12-21T14:45:23.027Z] --- SKIP: TestSCTP4Proxy (0.00s)
14:45:23 [2021-12-21T14:45:23.027Z] === RUN   TestSCTP6Proxy
14:45:23 [2021-12-21T14:45:23.027Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
14:45:23 [2021-12-21T14:45:23.027Z] --- SKIP: TestSCTP6Proxy (0.00s)
14:45:23 [2021-12-21T14:45:23.027Z] PASS
14:45:23 [2021-12-21T14:45:23.027Z] coverage: 49.4% of statements
14:45:23 [2021-12-21T14:45:23.027Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.079s	coverage: 49.4% of statements
14:45:26 [2021-12-21T14:45:26.038Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
14:45:26 [2021-12-21T14:45:26.038Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
14:45:26 [2021-12-21T14:45:26.038Z] === RUN   TestDockerNetworkMacvlan/Addressing
14:45:26 [2021-12-21T14:45:26.075Z] Removing intermediate container 5791a2877daa
14:45:26 [2021-12-21T14:45:26.075Z]  ---> 7fe765673a66
14:45:26 [2021-12-21T14:45:26.075Z] Step 13/13 : CMD ["sh"]
14:45:26 [2021-12-21T14:45:26.075Z]  ---> Running in c44d389a387a
14:45:26 [2021-12-21T14:45:26.297Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
14:45:26 [2021-12-21T14:45:26.297Z]     docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows
14:45:26 [2021-12-21T14:45:26.297Z] === RUN   TestDockerSuite/TestBuildSpaces
14:45:26 [2021-12-21T14:45:26.544Z] Removing intermediate container c44d389a387a
14:45:26 [2021-12-21T14:45:26.544Z]  ---> 172b4db9b0fc
14:45:26 [2021-12-21T14:45:26.544Z] Successfully built 172b4db9b0fc
14:45:26 [2021-12-21T14:45:26.544Z] Successfully tagged busybox:latest
14:45:26 [2021-12-21T14:45:26.544Z] INFO: Docker images of the daemon under test
14:45:26 [2021-12-21T14:45:26.544Z] 
14:45:26 [2021-12-21T14:45:26.544Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
14:45:26 [2021-12-21T14:45:26.544Z] busybox                                latest              172b4db9b0fc        Less than a second ago   4.96GB
14:45:26 [2021-12-21T14:45:26.544Z] mcr.microsoft.com/windows/servercore   ltsc2022            136110e1a05c        13 days ago              4.91GB
14:45:26 [2021-12-21T14:45:26.544Z] microsoft/windowsservercore            latest              136110e1a05c        13 days ago              4.91GB
14:45:26 [2021-12-21T14:45:26.544Z] 
14:45:26 [2021-12-21T14:45:26.544Z] INFO: Running integration tests at 12/21/2021 14:45:26...
14:45:26 [2021-12-21T14:45:26.544Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
14:45:26 [2021-12-21T14:45:26.544Z] INFO: Integration API tests being run from the host:
14:45:26 [2021-12-21T14:45:26.544Z] INFO: make.ps1 starting at 12/21/2021 14:45:26
14:45:26 [2021-12-21T14:45:26.863Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
14:45:27 [2021-12-21T14:45:27.121Z] --- PASS: TestDockerNetworkMacvlan (12.58s)
14:45:27 [2021-12-21T14:45:27.121Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s)
14:45:27 [2021-12-21T14:45:27.121Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.17s)
14:45:27 [2021-12-21T14:45:27.121Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.22s)
14:45:27 [2021-12-21T14:45:27.121Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.22s)
14:45:27 [2021-12-21T14:45:27.121Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.89s)
14:45:27 [2021-12-21T14:45:27.121Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.78s)
14:45:27 [2021-12-21T14:45:27.121Z] PASS
14:45:27 [2021-12-21T14:45:27.121Z] 
14:45:27 [2021-12-21T14:45:27.121Z] DONE 8 tests in 14.259s
14:45:27 [2021-12-21T14:45:27.121Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
14:45:27 [2021-12-21T14:45:27.121Z] ++ 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
14:45:27 [2021-12-21T14:45:27.121Z] ++ set -e
14:45:27 [2021-12-21T14:45:27.121Z] ++ '[' -n 0 ']'
14:45:27 [2021-12-21T14:45:27.121Z] ++ set -x
14:45:27 [2021-12-21T14:45:27.121Z] ++ env -i DEST=/go/src/github.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
14:45:27 [2021-12-21T14:45:27.121Z] testing: warning: no tests to run
14:45:27 [2021-12-21T14:45:27.121Z] PASS
14:45:27 [2021-12-21T14:45:27.121Z] 
14:45:27 [2021-12-21T14:45:27.121Z] DONE 0 tests in 0.025s
14:45:27 [2021-12-21T14:45:27.121Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
14:45:27 [2021-12-21T14:45:27.121Z] ++ 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
14:45:27 [2021-12-21T14:45:27.121Z] ++ set -e
14:45:27 [2021-12-21T14:45:27.121Z] ++ '[' -n 0 ']'
14:45:27 [2021-12-21T14:45:27.121Z] ++ set -x
14:45:27 [2021-12-21T14:45:27.121Z] ++ env -i DEST=/go/src/github.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
14:45:27 [2021-12-21T14:45:27.380Z] INFO: Testing against a local daemon
14:45:27 [2021-12-21T14:45:27.380Z] === RUN   TestAuthZPluginAllowRequest
14:45:27 [2021-12-21T14:45:27.638Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
14:45:27 [2021-12-21T14:45:27.638Z] === RUN   TestDockerSuite/TestBuildStderr
14:45:28 [2021-12-21T14:45:28.112Z] Running D:\gopath\src\github.com\docker\docker\integration\build
14:45:28 [2021-12-21T14:45:28.573Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
14:45:28 [2021-12-21T14:45:28.832Z] --- PASS: TestAuthZPluginAllowRequest (1.46s)
14:45:28 [2021-12-21T14:45:28.832Z] === RUN   TestAuthZPluginTLS
14:45:29 [2021-12-21T14:45:29.317Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s)
14:45:29 [2021-12-21T14:45:29.317Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.53s)
14:45:29 [2021-12-21T14:45:29.317Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (14.42s)
14:45:29 [2021-12-21T14:45:29.317Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (17.27s)
14:45:29 [2021-12-21T14:45:29.317Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (17.95s)
14:45:29 [2021-12-21T14:45:29.317Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.35s)
14:45:29 [2021-12-21T14:45:29.317Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.48s)
14:45:29 [2021-12-21T14:45:29.317Z] === RUN   TestBuildMultiStageCopy
14:45:29 [2021-12-21T14:45:29.317Z] === RUN   TestBuildMultiStageCopy/copy_to_root
14:45:29 [2021-12-21T14:45:29.401Z] --- PASS: TestAuthZPluginTLS (0.56s)
14:45:29 [2021-12-21T14:45:29.401Z] === RUN   TestAuthZPluginDenyRequest
14:45:29 [2021-12-21T14:45:29.970Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
14:45:29 [2021-12-21T14:45:29.970Z] === RUN   TestAuthZPluginAPIDenyResponse
14:45:30 [2021-12-21T14:45:30.538Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
14:45:30 [2021-12-21T14:45:30.538Z] === RUN   TestAuthZPluginDenyResponse
14:45:31 [2021-12-21T14:45:31.106Z] --- PASS: TestAuthZPluginDenyResponse (0.56s)
14:45:31 [2021-12-21T14:45:31.106Z] === RUN   TestAuthZPluginAllowEventStream
14:45:31 [2021-12-21T14:45:31.364Z] === RUN   TestDockerSuite/TestBuildStopSignal
14:45:32 [2021-12-21T14:45:32.299Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
14:45:32 [2021-12-21T14:45:32.558Z] --- PASS: TestAuthZPluginAllowEventStream (1.41s)
14:45:32 [2021-12-21T14:45:32.558Z] === RUN   TestAuthZPluginErrorResponse
14:45:32 [2021-12-21T14:45:32.820Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
14:45:33 [2021-12-21T14:45:33.079Z] --- PASS: TestAuthZPluginErrorResponse (0.56s)
14:45:33 [2021-12-21T14:45:33.079Z] === RUN   TestAuthZPluginErrorRequest
14:45:33 [2021-12-21T14:45:33.338Z] === RUN   TestDockerSuite/TestBuildTagEvent
14:45:33 [2021-12-21T14:45:33.597Z] --- PASS: TestAuthZPluginErrorRequest (0.55s)
14:45:33 [2021-12-21T14:45:33.597Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
14:45:33 [2021-12-21T14:45:33.855Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
14:45:34 [2021-12-21T14:45:34.113Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s)
14:45:34 [2021-12-21T14:45:34.113Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
14:45:35 [2021-12-21T14:45:35.048Z] === RUN   TestDockerSuite/TestBuildUser
14:45:35 [2021-12-21T14:45:35.575Z] === RUN   TestCheckpointCreateError
14:45:35 [2021-12-21T14:45:35.575Z] --- PASS: TestCheckpointCreateError (0.00s)
14:45:35 [2021-12-21T14:45:35.575Z] === RUN   TestCheckpointCreate
14:45:35 [2021-12-21T14:45:35.575Z] --- PASS: TestCheckpointCreate (0.00s)
14:45:35 [2021-12-21T14:45:35.575Z] === RUN   TestCheckpointDeleteError
14:45:35 [2021-12-21T14:45:35.575Z] --- PASS: TestCheckpointDeleteError (0.00s)
14:45:35 [2021-12-21T14:45:35.575Z] === RUN   TestCheckpointDelete
14:45:35 [2021-12-21T14:45:35.575Z] --- PASS: TestCheckpointDelete (0.00s)
14:45:35 [2021-12-21T14:45:35.575Z] === RUN   TestCheckpointListError
14:45:35 [2021-12-21T14:45:35.575Z] --- PASS: TestCheckpointListError (0.00s)
14:45:35 [2021-12-21T14:45:35.575Z] === RUN   TestCheckpointList
14:45:35 [2021-12-21T14:45:35.575Z] --- PASS: TestCheckpointList (0.00s)
14:45:35 [2021-12-21T14:45:35.575Z] === RUN   TestCheckpointListContainerNotFound
14:45:35 [2021-12-21T14:45:35.575Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
14:45:35 [2021-12-21T14:45:35.575Z] === RUN   TestNewClientWithOpsFromEnv
14:45:35 [2021-12-21T14:45:35.575Z]     client_test.go:23: runtime.GOOS == "windows"
14:45:35 [2021-12-21T14:45:35.575Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
14:45:35 [2021-12-21T14:45:35.575Z] === RUN   TestGetAPIPath
14:45:35 [2021-12-21T14:45:35.575Z] --- PASS: TestGetAPIPath (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestParseHostURL
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestParseHostURL (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestNegotiateAPIVersionEmpty
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestNegotiateAPIVersion
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestNegotiateAPIVersion (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestNegotiateAPVersionOverride
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestNegotiateAPIVersionAutomatic
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestClientRedirect
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestClientRedirect (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigCreateUnsupported
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigCreateUnsupported (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigCreateError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigCreateError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigCreate
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigCreate (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigInspectNotFound
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigInspectNotFound (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigInspectWithEmptyID
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigInspectUnsupported
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigInspectUnsupported (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigInspectError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigInspectError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigInspectConfigNotFound
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigInspect
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigInspect (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigListUnsupported
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigListUnsupported (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigListError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigListError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigList
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigList (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigRemoveUnsupported
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigRemoveError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigRemoveError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigRemove
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigRemove (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigUpdateUnsupported
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigUpdateError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigUpdateError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestConfigUpdate
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestConfigUpdate (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerCommitError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerCommitError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerCommit
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerCommit (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerStatPathError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerStatPathError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerStatPathNotFoundError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerStatPathNoHeaderError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerStatPath
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerStatPath (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestCopyToContainerError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestCopyToContainerError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestCopyToContainerNotFoundError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestCopyToContainerNotStatusOKError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestCopyToContainer
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestCopyToContainer (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestCopyFromContainerError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestCopyFromContainerError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestCopyFromContainerNotFoundError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestCopyFromContainerNotStatusOKError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestCopyFromContainerNoHeaderError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestCopyFromContainer
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestCopyFromContainer (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerCreateError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerCreateError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerCreateImageNotFound
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerCreateWithName
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerCreateWithName (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerCreateAutoRemove
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerDiffError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerDiffError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerDiff
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerDiff (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerExecCreateError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerExecCreateError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerExecCreate
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerExecCreate (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerExecStartError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerExecStartError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerExecStart
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerExecStart (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerExecInspectError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerExecInspectError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerExecInspect
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerExecInspect (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerExportError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerExportError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerExport
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerExport (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerInspectError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerInspectError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerInspectContainerNotFound
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerInspectWithEmptyID
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerInspect
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerInspect (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerInspectNode
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerInspectNode (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerKillError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerKillError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerKill
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerKill (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerListError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerListError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerList
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerList (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerLogsNotFoundError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerLogsError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerLogsError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerLogs
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerLogs (0.22s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerPauseError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerPauseError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerPause
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerPause (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainersPruneError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainersPruneError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainersPrune
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainersPrune (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerRemoveError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerRemoveError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerRemoveNotFoundError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerRemove
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerRemove (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerRenameError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerRenameError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerRename
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerRename (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerResizeError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerResizeError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerExecResizeError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerExecResizeError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerResize
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerResize (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerExecResize
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerExecResize (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerRestartError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerRestartError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerRestart
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerRestart (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerStartError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerStartError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerStart
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerStart (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerStatsError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerStatsError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerStats
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerStats (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerStopError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerStopError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerStop
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerStop (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerTopError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerTopError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerTop
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerTop (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerUnpauseError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerUnpauseError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerUnpause
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerUnpause (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerUpdateError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerUpdateError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerUpdate
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerUpdate (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerWaitError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerWaitError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestContainerWait
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestContainerWait (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestDiskUsageError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestDiskUsageError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestDiskUsage
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestDiskUsage (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestDistributionInspectUnsupported
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestDistributionInspectWithEmptyID
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestEventsErrorInOptions
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestEventsErrorInOptions (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestEventsErrorFromServer
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestEventsErrorFromServer (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestEvents
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestEvents (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestTLSCloseWriter
14:45:35 [2021-12-21T14:45:35.576Z] === PAUSE TestTLSCloseWriter
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageBuildError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageBuildError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageBuild
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageBuild (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestGetDockerOS
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestGetDockerOS (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageCreateError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageCreateError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageCreate
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageCreate (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageHistoryError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageHistoryError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageHistory
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageHistory (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageImportError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageImportError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageImport
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageImport (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageInspectError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageInspectError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageInspectImageNotFound
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageInspectImageNotFound (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageInspectWithEmptyID
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageInspect
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageInspect (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageListError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageListError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageList
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageList (0.02s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageListApiBefore125
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageListApiBefore125 (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageLoadError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageLoadError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageLoad
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageLoad (0.01s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagesPruneError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagesPruneError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagesPrune
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagesPrune (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePullReferenceParseError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagePullReferenceParseError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePullAnyError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagePullAnyError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePullStatusUnauthorizedError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePullWithPrivilegedFuncNoError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePullWithoutErrors
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagePullWithoutErrors (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePushReferenceError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagePushReferenceError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePushAnyError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagePushAnyError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePushStatusUnauthorizedError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePushWithPrivilegedFuncNoError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePushWithoutErrors
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImagePushWithoutErrors (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageRemoveError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageRemoveError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageRemoveImageNotFound
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageRemove
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageRemove (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageSaveError
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageSaveError (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageSave
14:45:35 [2021-12-21T14:45:35.576Z] --- PASS: TestImageSave (0.00s)
14:45:35 [2021-12-21T14:45:35.576Z] === RUN   TestImageSearchAnyError
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestImageSearchAnyError (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestImageSearchStatusUnauthorizedError
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestImageSearchWithoutErrors
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestImageTagError
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestImageTagError (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestImageTagInvalidReference
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestImageTagInvalidReference (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestImageTagInvalidSourceImageName
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestImageTagHexSource
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestImageTagHexSource (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestImageTag
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestImageTag (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestInfoServerError
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestInfoServerError (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestInfoInvalidResponseJSONError
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestInfo
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestInfo (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkConnectError
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNetworkConnectError (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkConnect
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNetworkConnect (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkCreateError
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNetworkCreateError (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkCreate
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNetworkCreate (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkDisconnectError
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNetworkDisconnectError (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkDisconnect
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNetworkDisconnect (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkInspect
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkInspect/empty_ID
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkInspect/no_options
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkInspect/verbose
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkInspect/global_scope
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkInspect/unknown_network
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkInspect/server_error
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNetworkInspect (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z]     --- PASS: TestNetworkInspect/empty_ID (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z]     --- PASS: TestNetworkInspect/no_options (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z]     --- PASS: TestNetworkInspect/verbose (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z]     --- PASS: TestNetworkInspect/global_scope (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z]     --- PASS: TestNetworkInspect/unknown_network (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z]     --- PASS: TestNetworkInspect/server_error (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkListError
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNetworkListError (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkList
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNetworkList (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworksPruneError
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNetworksPruneError (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworksPrune
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNetworksPrune (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkRemoveError
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNetworkRemoveError (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNetworkRemove
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNetworkRemove (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNodeInspectError
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNodeInspectError (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNodeInspectNodeNotFound
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNodeInspectWithEmptyID
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
14:45:35 [2021-12-21T14:45:35.577Z] === RUN   TestNodeInspect
14:45:35 [2021-12-21T14:45:35.577Z] --- PASS: TestNodeInspect (0.00s)
14:45:35 [2021-12-21T14:45:35.984Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.74s)
14:45:35 [2021-12-21T14:45:35.984Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestNodeListError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestNodeListError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestNodeList
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestNodeList (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestNodeRemoveError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestNodeRemoveError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestNodeRemove
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestNodeRemove (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestNodeUpdateError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestNodeUpdateError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestNodeUpdate
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestNodeUpdate (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestOptionWithTimeout
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestOptionWithTimeout (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPingFail
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPingFail (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPingWithError
14:45:36 [2021-12-21T14:45:36.050Z] 2021/12/21 14:45:35 RoundTripper returned a response & error; ignoring response
14:45:36 [2021-12-21T14:45:36.050Z] 2021/12/21 14:45:35 RoundTripper returned a response & error; ignoring response
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPingWithError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPingSuccess
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPingSuccess (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPingHeadFallback
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPingHeadFallback/OK
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPingHeadFallback/Internal_Server_Error
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPingHeadFallback/Not_Found
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPingHeadFallback (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPluginDisableError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPluginDisableError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPluginDisable
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPluginDisable (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPluginEnableError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPluginEnableError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPluginEnable
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPluginEnable (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPluginInspectError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPluginInspectError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPluginInspectWithEmptyID
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPluginInspect
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPluginInspect (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPluginListError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPluginListError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPluginList
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPluginList (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPluginPushError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPluginPushError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPluginPush
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPluginPush (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPluginRemoveError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPluginRemoveError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPluginRemove
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPluginRemove (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPluginSetError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPluginSetError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPluginSet
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPluginSet (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSetHostHeader
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSetHostHeader (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestPlainTextError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestPlainTextError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestInfiniteError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestInfiniteError (0.04s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestCanceledContext
14:45:36 [2021-12-21T14:45:36.050Z] 2021/12/21 14:45:35 RoundTripper returned a response & error; ignoring response
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestCanceledContext (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestDeadlineExceededContext
14:45:36 [2021-12-21T14:45:36.050Z] 2021/12/21 14:45:35 RoundTripper returned a response & error; ignoring response
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestDeadlineExceededContext (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretCreateUnsupported
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretCreateUnsupported (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretCreateError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretCreateError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretCreate
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretCreate (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretInspectUnsupported
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretInspectUnsupported (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretInspectError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretInspectError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretInspectSecretNotFound
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretInspectWithEmptyID
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretInspect
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretInspect (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretListUnsupported
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretListUnsupported (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretListError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretListError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretList
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretList (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretRemoveUnsupported
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretRemoveError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretRemoveError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretRemove
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretRemove (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretUpdateUnsupported
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretUpdateError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretUpdateError (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestSecretUpdate
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestSecretUpdate (0.00s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestServiceCreateError
14:45:36 [2021-12-21T14:45:36.050Z] --- PASS: TestServiceCreateError (0.02s)
14:45:36 [2021-12-21T14:45:36.050Z] === RUN   TestServiceCreate
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceCreate (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestServiceCreateCompatiblePlatforms
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestServiceCreateDigestPinning
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestServiceInspectError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceInspectError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestServiceInspectServiceNotFound
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestServiceInspectWithEmptyID
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestServiceInspect
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceInspect (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestServiceListError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceListError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestServiceList
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceList (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestServiceLogsError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceLogsError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestServiceLogs
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceLogs (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestServiceRemoveError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceRemoveError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestServiceRemoveNotFoundError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestServiceRemove
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceRemove (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestServiceUpdateError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceUpdateError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestServiceUpdate
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestServiceUpdate (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestSwarmGetUnlockKeyError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestSwarmGetUnlockKey
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestSwarmInitError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestSwarmInitError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestSwarmInit
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestSwarmInit (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestSwarmInspectError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestSwarmInspectError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestSwarmInspect
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestSwarmInspect (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestSwarmJoinError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestSwarmJoinError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestSwarmJoin
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestSwarmJoin (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestSwarmLeaveError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestSwarmLeaveError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestSwarmLeave
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestSwarmLeave (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestSwarmUnlockError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestSwarmUnlockError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestSwarmUnlock
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestSwarmUnlock (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestSwarmUpdateError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestSwarmUpdateError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestSwarmUpdate
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestSwarmUpdate (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestTaskInspectError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestTaskInspectError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestTaskInspectWithEmptyID
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestTaskInspect
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestTaskInspect (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestTaskListError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestTaskListError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestTaskList
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestTaskList (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestVolumeCreateError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestVolumeCreateError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestVolumeCreate
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestVolumeCreate (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestVolumeInspectError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestVolumeInspectError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestVolumeInspectNotFound
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestVolumeInspectNotFound (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestVolumeInspectWithEmptyID
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestVolumeInspect
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestVolumeInspect (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestVolumeListError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestVolumeListError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestVolumeList
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestVolumeList (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestVolumeRemoveError
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestVolumeRemoveError (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === RUN   TestVolumeRemove
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestVolumeRemove (0.00s)
14:45:36 [2021-12-21T14:45:36.051Z] === CONT  TestTLSCloseWriter
14:45:36 [2021-12-21T14:45:36.051Z] --- PASS: TestTLSCloseWriter (0.02s)
14:45:36 [2021-12-21T14:45:36.051Z] PASS
14:45:36 [2021-12-21T14:45:36.051Z] coverage: 75.1% of statements
14:45:36 [2021-12-21T14:45:36.051Z] ok  	github.com/docker/docker/client	0.547s	coverage: 75.1% of statements
14:45:36 [2021-12-21T14:45:36.551Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
14:45:37 [2021-12-21T14:45:37.927Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.73s)
14:45:37 [2021-12-21T14:45:37.927Z] === RUN   TestAuthZPluginHeader
14:45:38 [2021-12-21T14:45:38.188Z]     docker_api_swarm_test.go:364: Waiting for possible election...
14:45:38 [2021-12-21T14:45:38.447Z] --- PASS: TestAuthZPluginHeader (0.91s)
14:45:38 [2021-12-21T14:45:38.447Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
14:45:39 [2021-12-21T14:45:39.762Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
14:45:39 [2021-12-21T14:45:39.821Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
14:45:40 [2021-12-21T14:45:40.231Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
14:45:41 [2021-12-21T14:45:41.219Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
14:45:42 [2021-12-21T14:45:42.784Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
14:45:43 [2021-12-21T14:45:43.109Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.40s)
14:45:43 [2021-12-21T14:45:43.109Z] === RUN   TestAuthZPluginV2Disable
14:45:44 [2021-12-21T14:45:44.999Z] --- PASS: TestBuildMultiStageCopy (17.16s)
14:45:44 [2021-12-21T14:45:44.999Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (11.47s)
14:45:44 [2021-12-21T14:45:44.999Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.06s)
14:45:44 [2021-12-21T14:45:44.999Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.33s)
14:45:44 [2021-12-21T14:45:44.999Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.53s)
14:45:44 [2021-12-21T14:45:44.999Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.76s)
14:45:44 [2021-12-21T14:45:44.999Z] === RUN   TestBuildMultiStageParentConfig
14:45:47 [2021-12-21T14:45:47.300Z] --- PASS: TestAuthZPluginV2Disable (3.82s)
14:45:47 [2021-12-21T14:45:47.300Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
14:45:47 [2021-12-21T14:45:47.949Z] --- PASS: TestBuildMultiStageParentConfig (3.32s)
14:45:47 [2021-12-21T14:45:47.949Z] === RUN   TestBuildLabelWithTargets
14:45:47 [2021-12-21T14:45:47.949Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
14:45:47 [2021-12-21T14:45:47.949Z] --- SKIP: TestBuildLabelWithTargets (0.00s)
14:45:47 [2021-12-21T14:45:47.949Z] === RUN   TestBuildWithEmptyLayers
14:45:49 [2021-12-21T14:45:49.830Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
14:45:50 [2021-12-21T14:45:50.172Z] --- PASS: TestBuildWithEmptyLayers (1.83s)
14:45:50 [2021-12-21T14:45:50.172Z] === RUN   TestBuildMultiStageOnBuild
14:45:50 [2021-12-21T14:45:50.399Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.62s)
14:45:50 [2021-12-21T14:45:50.399Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
14:45:50 [2021-12-21T14:45:50.657Z] === RUN   TestDockerSuite/TestBuildVerboseOut
14:45:51 [2021-12-21T14:45:51.592Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
14:45:51 [2021-12-21T14:45:51.592Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
14:45:51 [2021-12-21T14:45:51.851Z]     docker_api_swarm_test.go:272: [d0b71cd52d65f] joining swarm manager [d95635de07dce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:45:52 [2021-12-21T14:45:52.419Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
14:45:53 [2021-12-21T14:45:53.356Z]     docker_api_swarm_test.go:273: [d0f590575d26f] joining swarm manager [d95635de07dce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:45:53 [2021-12-21T14:45:53.356Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
14:45:54 [2021-12-21T14:45:54.732Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
14:45:54 [2021-12-21T14:45:54.732Z]     docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows
14:45:54 [2021-12-21T14:45:54.732Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
14:45:54 [2021-12-21T14:45:54.732Z]     docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows
14:45:54 [2021-12-21T14:45:54.732Z] === RUN   TestDockerSuite/TestBuildWindowsUser
14:45:54 [2021-12-21T14:45:54.732Z]     docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows
14:45:54 [2021-12-21T14:45:54.732Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
14:45:54 [2021-12-21T14:45:54.732Z]     docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows
14:45:54 [2021-12-21T14:45:54.732Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
14:45:56 [2021-12-21T14:45:56.109Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
14:45:56 [2021-12-21T14:45:56.368Z] === RUN   TestDockerSuite/TestBuildWithFailure
14:45:57 [2021-12-21T14:45:57.304Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
14:45:57 [2021-12-21T14:45:57.871Z] === RUN   TestDockerSuite/TestBuildWithTabs
14:45:59 [2021-12-21T14:45:59.247Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
14:45:59 [2021-12-21T14:45:59.247Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
14:46:01 [2021-12-21T14:46:01.171Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
14:46:01 [2021-12-21T14:46:01.426Z] --- PASS: TestCheckoutGit (39.73s)
14:46:01 [2021-12-21T14:46:01.426Z] === RUN   TestValidGitTransport
14:46:01 [2021-12-21T14:46:01.426Z] --- PASS: TestValidGitTransport (0.00s)
14:46:01 [2021-12-21T14:46:01.426Z] === RUN   TestGitInvalidRef
14:46:01 [2021-12-21T14:46:01.426Z] --- PASS: TestGitInvalidRef (0.26s)
14:46:01 [2021-12-21T14:46:01.426Z] PASS
14:46:01 [2021-12-21T14:46:01.426Z] coverage: 86.3% of statements
14:46:01 [2021-12-21T14:46:01.426Z] ok  	github.com/docker/docker/builder/remotecontext/git	40.093s	coverage: 86.3% of statements
14:46:01 [2021-12-21T14:46:01.426Z] ?   	github.com/docker/docker/cli	[no test files]
14:46:01 [2021-12-21T14:46:01.426Z] ?   	github.com/docker/docker/cli/config	[no test files]
14:46:02 [2021-12-21T14:46:02.550Z] === RUN   TestDockerSuite/TestBuildWithVolumes
14:46:02 [2021-12-21T14:46:02.809Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.53s)
14:46:02 [2021-12-21T14:46:02.809Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
14:46:03 [2021-12-21T14:46:03.376Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
14:46:03 [2021-12-21T14:46:03.635Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
14:46:04 [2021-12-21T14:46:04.032Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:46:04 [2021-12-21T14:46:04.032Z] INFO: Testing against a local daemon
14:46:04 [2021-12-21T14:46:04.032Z] === RUN   TestBuildWithSession
14:46:04 [2021-12-21T14:46:04.032Z]     build_session_test.go:25: TODO: BuildKit
14:46:04 [2021-12-21T14:46:04.032Z] --- SKIP: TestBuildWithSession (0.00s)
14:46:04 [2021-12-21T14:46:04.032Z] === RUN   TestBuildSquashParent
14:46:04 [2021-12-21T14:46:04.032Z]     build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:46:04 [2021-12-21T14:46:04.032Z] --- SKIP: TestBuildSquashParent (0.00s)
14:46:04 [2021-12-21T14:46:04.032Z] === RUN   TestBuildWithRemoveAndForceRemove
14:46:04 [2021-12-21T14:46:04.032Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:46:04 [2021-12-21T14:46:04.032Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:46:04 [2021-12-21T14:46:04.032Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:46:04 [2021-12-21T14:46:04.032Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:46:04 [2021-12-21T14:46:04.032Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:46:04 [2021-12-21T14:46:04.032Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:46:04 [2021-12-21T14:46:04.032Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:46:04 [2021-12-21T14:46:04.032Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:46:04 [2021-12-21T14:46:04.032Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:46:04 [2021-12-21T14:46:04.032Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:46:04 [2021-12-21T14:46:04.032Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:46:04 [2021-12-21T14:46:04.032Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:46:04 [2021-12-21T14:46:04.032Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:46:04 [2021-12-21T14:46:04.032Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:46:04 [2021-12-21T14:46:04.032Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:46:04 [2021-12-21T14:46:04.032Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:46:04 [2021-12-21T14:46:04.201Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
14:46:04 [2021-12-21T14:46:04.201Z]     docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows
14:46:04 [2021-12-21T14:46:04.201Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
14:46:04 [2021-12-21T14:46:04.459Z] === RUN   TestDockerSuite/TestBuildXZHost
14:46:05 [2021-12-21T14:46:05.835Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
14:46:05 [2021-12-21T14:46:05.835Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
14:46:05 [2021-12-21T14:46:05.835Z]     docker_cli_sni_test.go:18: Flakey test
14:46:05 [2021-12-21T14:46:05.835Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
14:46:06 [2021-12-21T14:46:06.222Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
14:46:06 [2021-12-21T14:46:06.222Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
14:46:06 [2021-12-21T14:46:06.222Z] === RUN   TestLoadDaemonCliConfigWithTLS
14:46:06 [2021-12-21T14:46:06.222Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
14:46:06 [2021-12-21T14:46:06.222Z] === RUN   TestLoadDaemonCliConfigWithConflicts
14:46:06 [2021-12-21T14:46:06.222Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
14:46:06 [2021-12-21T14:46:06.402Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
14:46:06 [2021-12-21T14:46:06.694Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
14:46:06 [2021-12-21T14:46:06.694Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
14:46:06 [2021-12-21T14:46:06.694Z] === RUN   TestLoadDaemonCliWithConflictingLabels
14:46:06 [2021-12-21T14:46:06.694Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
14:46:06 [2021-12-21T14:46:06.694Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
14:46:06 [2021-12-21T14:46:06.694Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
14:46:06 [2021-12-21T14:46:06.694Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
14:46:06 [2021-12-21T14:46:06.694Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s)
14:46:06 [2021-12-21T14:46:06.694Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
14:46:06 [2021-12-21T14:46:06.694Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.03s)
14:46:06 [2021-12-21T14:46:06.694Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
14:46:06 [2021-12-21T14:46:06.694Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
14:46:06 [2021-12-21T14:46:06.694Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
14:46:06 [2021-12-21T14:46:06.694Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
14:46:06 [2021-12-21T14:46:06.694Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
14:46:06 [2021-12-21T14:46:06.694Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
14:46:06 [2021-12-21T14:46:06.694Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
14:46:06 [2021-12-21T14:46:06.694Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
14:46:06 [2021-12-21T14:46:06.694Z] === RUN   TestConfigureDaemonLogs
14:46:06 [2021-12-21T14:46:06.694Z] --- PASS: TestConfigureDaemonLogs (0.00s)
14:46:06 [2021-12-21T14:46:06.694Z] === RUN   TestCommonOptionsInstallFlags
14:46:06 [2021-12-21T14:46:06.694Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
14:46:06 [2021-12-21T14:46:06.694Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
14:46:06 [2021-12-21T14:46:06.694Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
14:46:06 [2021-12-21T14:46:06.694Z] PASS
14:46:06 [2021-12-21T14:46:06.694Z] coverage: 18.6% of statements
14:46:06 [2021-12-21T14:46:06.694Z] ok  	github.com/docker/docker/cmd/dockerd	0.291s	coverage: 18.6% of statements
14:46:06 [2021-12-21T14:46:06.694Z] ?   	github.com/docker/docker/cmd/dockerd/trap	[no test files]
14:46:06 [2021-12-21T14:46:06.695Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
14:46:06 [2021-12-21T14:46:06.969Z] === RUN   TestDockerSuite/TestCommitChange
14:46:07 [2021-12-21T14:46:07.535Z] === RUN   TestDockerSuite/TestCommitChangeLabels
14:46:08 [2021-12-21T14:46:08.101Z] === RUN   TestDockerSuite/TestCommitHardlink
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestContainerStopSignal
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestContainerStopSignal (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestContainerStopTimeout
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestContainerStopTimeout (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestContainerSecretReferenceDestTarget
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestContainerLogPathSetForJSONFileLogger
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestContainerLogPathSetForRingLogger
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestReplaceAndAppendEnvVars
14:46:08 [2021-12-21T14:46:08.275Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestNewMemoryStore
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestNewMemoryStore (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestAddContainers
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestAddContainers (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestGetContainer
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestGetContainer (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestDeleteContainer
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestDeleteContainer (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestListContainers
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestListContainers (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestFirstContainer
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestFirstContainer (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestApplyAllContainer
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestApplyAllContainer (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestIsValidHealthString
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestIsValidHealthString (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestStateRunStop
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestStateRunStop (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestStateTimeoutWait
14:46:08 [2021-12-21T14:46:08.275Z]     state_test.go:141: Stop callback fired
14:46:08 [2021-12-21T14:46:08.275Z]     state_test.go:165: Stop callback fired
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestStateTimeoutWait (0.10s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestIsValidStateString
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestIsValidStateString (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestViewSaveDelete
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestViewSaveDelete (0.02s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestViewAll
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestViewAll (0.02s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestViewGet
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestViewGet (0.01s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestNames
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestNames (0.00s)
14:46:08 [2021-12-21T14:46:08.275Z] === RUN   TestViewWithHealthCheck
14:46:08 [2021-12-21T14:46:08.275Z] --- PASS: TestViewWithHealthCheck (0.01s)
14:46:08 [2021-12-21T14:46:08.275Z] PASS
14:46:08 [2021-12-21T14:46:08.275Z] coverage: 41.7% of statements
14:46:08 [2021-12-21T14:46:08.275Z] ok  	github.com/docker/docker/container	0.308s	coverage: 41.7% of statements
14:46:08 [2021-12-21T14:46:08.275Z] ?   	github.com/docker/docker/container/stream	[no test files]
14:46:08 [2021-12-21T14:46:08.275Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
14:46:08 [2021-12-21T14:46:08.275Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
14:46:08 [2021-12-21T14:46:08.275Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
14:46:09 [2021-12-21T14:46:09.035Z] === RUN   TestDockerSuite/TestCommitNewFile
14:46:09 [2021-12-21T14:46:09.854Z] === RUN   TestPrepare
14:46:09 [2021-12-21T14:46:09.854Z] --- PASS: TestPrepare (0.00s)
14:46:09 [2021-12-21T14:46:09.854Z] === RUN   TestStart
14:46:09 [2021-12-21T14:46:09.854Z] --- PASS: TestStart (0.00s)
14:46:09 [2021-12-21T14:46:09.854Z] === RUN   TestWaitCancel
14:46:09 [2021-12-21T14:46:09.854Z] --- PASS: TestWaitCancel (0.00s)
14:46:09 [2021-12-21T14:46:09.854Z] === RUN   TestWaitDisabled
14:46:09 [2021-12-21T14:46:09.854Z] --- PASS: TestWaitDisabled (0.00s)
14:46:09 [2021-12-21T14:46:09.854Z] === RUN   TestWaitEnabled
14:46:09 [2021-12-21T14:46:09.854Z] --- PASS: TestWaitEnabled (0.00s)
14:46:09 [2021-12-21T14:46:09.854Z] === RUN   TestRemove
14:46:09 [2021-12-21T14:46:09.854Z] --- PASS: TestRemove (0.00s)
14:46:09 [2021-12-21T14:46:09.854Z] PASS
14:46:09 [2021-12-21T14:46:09.854Z] coverage: 65.3% of statements
14:46:09 [2021-12-21T14:46:09.854Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.074s	coverage: 65.3% of statements
14:46:09 [2021-12-21T14:46:09.968Z] === RUN   TestDockerSuite/TestCommitPausedContainer
14:46:10 [2021-12-21T14:46:10.535Z] === RUN   TestDockerSuite/TestCommitTTY
14:46:11 [2021-12-21T14:46:11.423Z] --- PASS: TestBuildMultiStageOnBuild (21.09s)
14:46:11 [2021-12-21T14:46:11.423Z] === RUN   TestBuildUncleanTarFilenames
14:46:11 [2021-12-21T14:46:11.423Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
14:46:11 [2021-12-21T14:46:11.423Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
14:46:11 [2021-12-21T14:46:11.423Z] === RUN   TestBuildMultiStageLayerLeak
14:46:11 [2021-12-21T14:46:11.433Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
14:46:11 [2021-12-21T14:46:11.470Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
14:46:11 [2021-12-21T14:46:11.906Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.20s)
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
14:46:11 [2021-12-21T14:46:11.906Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
14:46:11 [2021-12-21T14:46:11.906Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
14:46:11 [2021-12-21T14:46:11.906Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCContainerRuntime
14:46:11 [2021-12-21T14:46:11.906Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
14:46:11 [2021-12-21T14:46:11.906Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCIsolation
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCIsolation/empty
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCIsolation/default
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCIsolation/process
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
14:46:11 [2021-12-21T14:46:11.906Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertFromGRPCIsolation
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertFromGRPCIsolation/default
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertFromGRPCIsolation/process
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
14:46:11 [2021-12-21T14:46:11.906Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCCredentialSpec
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
14:46:11 [2021-12-21T14:46:11.906Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
14:46:12 [2021-12-21T14:46:12.036Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
14:46:12 [2021-12-21T14:46:12.379Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
14:46:12 [2021-12-21T14:46:12.379Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
14:46:12 [2021-12-21T14:46:12.379Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
14:46:12 [2021-12-21T14:46:12.379Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
14:46:12 [2021-12-21T14:46:12.379Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
14:46:12 [2021-12-21T14:46:12.379Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
14:46:12 [2021-12-21T14:46:12.379Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
14:46:12 [2021-12-21T14:46:12.379Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
14:46:12 [2021-12-21T14:46:12.379Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
14:46:12 [2021-12-21T14:46:12.379Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
14:46:12 [2021-12-21T14:46:12.379Z] === RUN   TestServiceConvertFromGRPCConfigs
14:46:12 [2021-12-21T14:46:12.379Z] === RUN   TestServiceConvertFromGRPCConfigs/file
14:46:12 [2021-12-21T14:46:12.379Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
14:46:12 [2021-12-21T14:46:12.379Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
14:46:12 [2021-12-21T14:46:12.852Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
14:46:12 [2021-12-21T14:46:12.852Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
14:46:12 [2021-12-21T14:46:12.852Z] === RUN   TestServiceConvertToGRPCConfigs
14:46:12 [2021-12-21T14:46:12.852Z] === RUN   TestServiceConvertToGRPCConfigs/file
14:46:12 [2021-12-21T14:46:12.852Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
14:46:12 [2021-12-21T14:46:12.852Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
14:46:12 [2021-12-21T14:46:12.852Z] === RUN   TestServiceConvertToGRPCConfigs/none
14:46:12 [2021-12-21T14:46:12.852Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
14:46:12 [2021-12-21T14:46:12.852Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
14:46:12 [2021-12-21T14:46:12.852Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
14:46:12 [2021-12-21T14:46:12.852Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
14:46:12 [2021-12-21T14:46:12.852Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
14:46:12 [2021-12-21T14:46:12.852Z] PASS
14:46:12 [2021-12-21T14:46:12.852Z] coverage: 35.9% of statements
14:46:12 [2021-12-21T14:46:12.852Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.638s	coverage: 35.9% of statements
14:46:12 [2021-12-21T14:46:12.852Z] === RUN   TestNewListSecretsFilters
14:46:12 [2021-12-21T14:46:12.852Z] --- PASS: TestNewListSecretsFilters (0.00s)
14:46:12 [2021-12-21T14:46:12.852Z] === RUN   TestNewListConfigsFilters
14:46:12 [2021-12-21T14:46:12.852Z] --- PASS: TestNewListConfigsFilters (0.00s)
14:46:12 [2021-12-21T14:46:12.852Z] PASS
14:46:12 [2021-12-21T14:46:12.852Z] coverage: 0.5% of statements
14:46:12 [2021-12-21T14:46:12.852Z] ok  	github.com/docker/docker/daemon/cluster	1.056s	coverage: 0.5% of statements
14:46:12 [2021-12-21T14:46:12.970Z] === RUN   TestDockerSuite/TestCommitWithoutPause
14:46:13 [2021-12-21T14:46:13.537Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
14:46:13 [2021-12-21T14:46:13.537Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
14:46:13 [2021-12-21T14:46:13.537Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
14:46:13 [2021-12-21T14:46:13.795Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
14:46:13 [2021-12-21T14:46:13.795Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
14:46:13 [2021-12-21T14:46:13.795Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
14:46:13 [2021-12-21T14:46:13.795Z] === RUN   TestDockerSuite/TestContainerAPICommit
14:46:14 [2021-12-21T14:46:14.362Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
14:46:14 [2021-12-21T14:46:14.928Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
14:46:15 [2021-12-21T14:46:15.839Z] === RUN   TestBuilderGC
14:46:15 [2021-12-21T14:46:15.839Z] --- PASS: TestBuilderGC (0.00s)
14:46:15 [2021-12-21T14:46:15.839Z] === RUN   TestDaemonConfigurationNotFound
14:46:16 [2021-12-21T14:46:16.306Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
14:46:16 [2021-12-21T14:46:16.306Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestDaemonBrokenConfiguration
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestParseClusterAdvertiseSettings
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestFindConfigurationConflicts
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestFindConfigurationConflicts (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestDaemonConfigurationMergeConflicts
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestDaemonConfigurationMergeConcurrent
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestDaemonConfigurationMergeConcurrentError
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.02s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestFindConfigurationConflictsWithMergedValues
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfigurationErrors
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestValidateConfigurationErrors (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfiguration
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfiguration/with_label
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfiguration/with_dns
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfiguration/with_dns-search
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfiguration/with_max-download-attempts
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestValidateConfiguration/with_node_generic_resources
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestValidateConfiguration (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestModifiedDiscoverySettings
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestReloadSetConfigFileNotExist
14:46:16 [2021-12-21T14:46:16.317Z] time="2021-12-21T14:46:15Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestReloadSetConfigFileNotExist (0.22s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestReloadDefaultConfigNotExist
14:46:16 [2021-12-21T14:46:16.317Z]     config_test.go:526: os.Getuid() != 0: skipping test that requires root
14:46:16 [2021-12-21T14:46:16.317Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestReloadBadDefaultConfig
14:46:16 [2021-12-21T14:46:16.317Z] time="2021-12-21T14:46:15Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2855518549"
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestReloadWithConflictingLabels
14:46:16 [2021-12-21T14:46:16.317Z] time="2021-12-21T14:46:15Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3898559547"
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestReloadWithConflictingLabels (0.02s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestReloadWithDuplicateLabels
14:46:16 [2021-12-21T14:46:16.317Z] time="2021-12-21T14:46:15Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2940290710"
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestReloadWithDuplicateLabels (0.03s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestMaskURLCredentials
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestMaskURLCredentials (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestDaemonConfigurationMerge
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] PASS
14:46:16 [2021-12-21T14:46:16.317Z] coverage: 80.0% of statements
14:46:16 [2021-12-21T14:46:16.317Z] ok  	github.com/docker/docker/daemon/config	0.501s	coverage: 80.0% of statements
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestDiscoveryOptsErrors
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] === RUN   TestDiscoveryOpts
14:46:16 [2021-12-21T14:46:16.317Z] --- PASS: TestDiscoveryOpts (0.00s)
14:46:16 [2021-12-21T14:46:16.317Z] PASS
14:46:16 [2021-12-21T14:46:16.317Z] coverage: 30.0% of statements
14:46:16 [2021-12-21T14:46:16.317Z] ok  	github.com/docker/docker/daemon/discovery	0.061s	coverage: 30.0% of statements
14:46:16 [2021-12-21T14:46:16.875Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
14:46:17 [2021-12-21T14:46:17.314Z] === RUN   TestWaitNodeAttachment
14:46:17 [2021-12-21T14:46:17.450Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
14:46:17 [2021-12-21T14:46:17.789Z] --- PASS: TestWaitNodeAttachment (0.42s)
14:46:17 [2021-12-21T14:46:17.789Z] === RUN   TestIsolationConversion
14:46:17 [2021-12-21T14:46:17.789Z] === RUN   TestIsolationConversion/default
14:46:17 [2021-12-21T14:46:17.789Z] === RUN   TestIsolationConversion/process
14:46:17 [2021-12-21T14:46:17.789Z] === RUN   TestIsolationConversion/hyperv
14:46:17 [2021-12-21T14:46:17.789Z] --- PASS: TestIsolationConversion (0.00s)
14:46:17 [2021-12-21T14:46:17.789Z]     --- PASS: TestIsolationConversion/default (0.00s)
14:46:17 [2021-12-21T14:46:17.789Z]     --- PASS: TestIsolationConversion/process (0.00s)
14:46:17 [2021-12-21T14:46:17.789Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
14:46:17 [2021-12-21T14:46:17.789Z] === RUN   TestContainerLabels
14:46:17 [2021-12-21T14:46:17.789Z] --- PASS: TestContainerLabels (0.00s)
14:46:17 [2021-12-21T14:46:17.789Z] === RUN   TestCredentialSpecConversion
14:46:17 [2021-12-21T14:46:17.789Z] === RUN   TestCredentialSpecConversion/none
14:46:17 [2021-12-21T14:46:17.789Z] === RUN   TestCredentialSpecConversion/config
14:46:17 [2021-12-21T14:46:17.789Z] === RUN   TestCredentialSpecConversion/file
14:46:17 [2021-12-21T14:46:17.789Z] === RUN   TestCredentialSpecConversion/registry
14:46:17 [2021-12-21T14:46:17.789Z] --- PASS: TestCredentialSpecConversion (0.00s)
14:46:17 [2021-12-21T14:46:17.789Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
14:46:17 [2021-12-21T14:46:17.789Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
14:46:17 [2021-12-21T14:46:17.789Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
14:46:17 [2021-12-21T14:46:17.789Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
14:46:17 [2021-12-21T14:46:17.789Z] === RUN   TestControllerValidateMountBind
14:46:17 [2021-12-21T14:46:17.789Z] --- PASS: TestControllerValidateMountBind (0.00s)
14:46:17 [2021-12-21T14:46:17.789Z] === RUN   TestControllerValidateMountVolume
14:46:17 [2021-12-21T14:46:17.789Z] --- PASS: TestControllerValidateMountVolume (0.00s)
14:46:17 [2021-12-21T14:46:17.789Z] === RUN   TestControllerValidateMountTarget
14:46:17 [2021-12-21T14:46:17.789Z] --- PASS: TestControllerValidateMountTarget (0.00s)
14:46:17 [2021-12-21T14:46:17.790Z] === RUN   TestControllerValidateMountTmpfs
14:46:17 [2021-12-21T14:46:17.790Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
14:46:17 [2021-12-21T14:46:17.790Z] === RUN   TestControllerValidateMountInvalidType
14:46:17 [2021-12-21T14:46:17.790Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
14:46:17 [2021-12-21T14:46:17.790Z] === RUN   TestControllerValidateMountNamedPipe
14:46:17 [2021-12-21T14:46:17.790Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
14:46:17 [2021-12-21T14:46:17.790Z] PASS
14:46:17 [2021-12-21T14:46:17.790Z] coverage: 11.0% of statements
14:46:17 [2021-12-21T14:46:17.790Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.832s	coverage: 11.0% of statements
14:46:17 [2021-12-21T14:46:17.790Z] === RUN   TestEventsLog
14:46:17 [2021-12-21T14:46:17.790Z] --- PASS: TestEventsLog (0.00s)
14:46:17 [2021-12-21T14:46:17.790Z] === RUN   TestEventsLogTimeout
14:46:17 [2021-12-21T14:46:17.790Z] --- PASS: TestEventsLogTimeout (0.00s)
14:46:17 [2021-12-21T14:46:17.790Z] === RUN   TestLogEvents
14:46:17 [2021-12-21T14:46:17.790Z] --- PASS: TestLogEvents (0.05s)
14:46:17 [2021-12-21T14:46:17.790Z] === RUN   TestLoadBufferedEvents
14:46:17 [2021-12-21T14:46:17.790Z] --- PASS: TestLoadBufferedEvents (0.19s)
14:46:17 [2021-12-21T14:46:17.790Z] === RUN   TestLoadBufferedEventsOnlyFromPast
14:46:17 [2021-12-21T14:46:17.790Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
14:46:17 [2021-12-21T14:46:17.790Z] === RUN   TestIgnoreBufferedWhenNoTimes
14:46:17 [2021-12-21T14:46:17.790Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
14:46:18 [2021-12-21T14:46:18.016Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
14:46:18 [2021-12-21T14:46:18.271Z] PASS
14:46:18 [2021-12-21T14:46:18.271Z] coverage: 50.0% of statements
14:46:18 [2021-12-21T14:46:18.271Z] ok  	github.com/docker/docker/daemon/events	0.336s	coverage: 50.0% of statements
14:46:18 [2021-12-21T14:46:18.275Z] === RUN   TestDockerSuite/TestContainerAPICreate
14:46:18 [2021-12-21T14:46:18.743Z] === RUN   TestIsEmptyDir
14:46:18 [2021-12-21T14:46:18.743Z] --- PASS: TestIsEmptyDir (0.01s)
14:46:18 [2021-12-21T14:46:18.743Z] PASS
14:46:18 [2021-12-21T14:46:18.743Z] coverage: 2.3% of statements
14:46:18 [2021-12-21T14:46:18.743Z] ok  	github.com/docker/docker/daemon/graphdriver	0.097s	coverage: 2.3% of statements
14:46:18 [2021-12-21T14:46:18.840Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
14:46:18 [2021-12-21T14:46:18.840Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
14:46:18 [2021-12-21T14:46:18.840Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
14:46:19 [2021-12-21T14:46:19.098Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
14:46:19 [2021-12-21T14:46:19.098Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestVerifyNetworkingConfig
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestGetContainer
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestGetContainer (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestValidContainerNames
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestValidContainerNames (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestContainerInitDNS
14:46:19 [2021-12-21T14:46:19.219Z]     daemon_test.go:146: root required
14:46:19 [2021-12-21T14:46:19.219Z] --- SKIP: TestContainerInitDNS (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestMerge
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestMerge (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestValidateContainerIsolation
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestValidateContainerIsolation (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestFindNetworkErrorType
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestFindNetworkErrorType (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestEnsureServicesExist
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestEnsureServicesExist (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestEnsureServicesExistErrors
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestContainerDelete
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestContainerDelete (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestContainerDoubleDelete
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestContainerDoubleDelete (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestLogContainerEventCopyLabels
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestLogContainerEventWithAttributes
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestNoneHealthcheck
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestNoneHealthcheck (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestHealthStates
14:46:19 [2021-12-21T14:46:19.219Z] time="2021-12-21T14:46:18Z" 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"
14:46:19 [2021-12-21T14:46:19.219Z] time="2021-12-21T14:46:19Z" 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"
14:46:19 [2021-12-21T14:46:19.219Z] time="2021-12-21T14:46:19Z" 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"
14:46:19 [2021-12-21T14:46:19.219Z] time="2021-12-21T14:46:19Z" 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"
14:46:19 [2021-12-21T14:46:19.219Z] time="2021-12-21T14:46:19Z" 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"
14:46:19 [2021-12-21T14:46:19.219Z] time="2021-12-21T14:46:19Z" 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"
14:46:19 [2021-12-21T14:46:19.219Z] time="2021-12-21T14:46:19Z" 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"
14:46:19 [2021-12-21T14:46:19.219Z] time="2021-12-21T14:46:19Z" 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"
14:46:19 [2021-12-21T14:46:19.219Z] time="2021-12-21T14:46:19Z" 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"
14:46:19 [2021-12-21T14:46:19.219Z] time="2021-12-21T14:46:19Z" 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"
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestHealthStates (0.21s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestGetInspectData
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestGetInspectData (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestFillLicense
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestFillLicense (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestListInvalidFilter
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestListInvalidFilter (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestNameFilter
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestNameFilter (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
14:46:19 [2021-12-21T14:46:19.219Z] === 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
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- 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)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestDaemonReloadLabels
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestDaemonReloadLabels (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestDaemonReloadMirrors
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestDaemonReloadMirrors (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestDaemonReloadInsecureRegistries
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestDaemonReloadNotAffectOthers
14:46:19 [2021-12-21T14:46:19.219Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
14:46:19 [2021-12-21T14:46:19.219Z] === RUN   TestDaemonDiscoveryReload
14:46:19 [2021-12-21T14:46:19.357Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
14:46:19 [2021-12-21T14:46:19.357Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
14:46:19 [2021-12-21T14:46:19.357Z] === RUN   TestDockerSuite/TestContainerAPIDelete
14:46:19 [2021-12-21T14:46:19.616Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.61s)
14:46:19 [2021-12-21T14:46:19.616Z] PASS
14:46:19 [2021-12-21T14:46:19.616Z] 
14:46:19 [2021-12-21T14:46:19.616Z] DONE 17 tests in 52.308s
14:46:19 [2021-12-21T14:46:19.616Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
14:46:19 [2021-12-21T14:46:19.616Z] ++ 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
14:46:19 [2021-12-21T14:46:19.616Z] ++ set -e
14:46:19 [2021-12-21T14:46:19.616Z] ++ '[' -n 0 ']'
14:46:19 [2021-12-21T14:46:19.616Z] ++ set -x
14:46:19 [2021-12-21T14:46:19.616Z] ++ env -i DEST=/go/src/github.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
14:46:19 [2021-12-21T14:46:19.616Z] INFO: Testing against a local daemon
14:46:19 [2021-12-21T14:46:19.616Z] === RUN   TestPluginInvalidJSON
14:46:19 [2021-12-21T14:46:19.693Z] === RUN   TestLinkNaming
14:46:19 [2021-12-21T14:46:19.693Z] --- PASS: TestLinkNaming (0.00s)
14:46:19 [2021-12-21T14:46:19.693Z] === RUN   TestLinkNew
14:46:19 [2021-12-21T14:46:19.693Z] --- PASS: TestLinkNew (0.00s)
14:46:19 [2021-12-21T14:46:19.693Z] === RUN   TestLinkEnv
14:46:19 [2021-12-21T14:46:19.693Z] --- PASS: TestLinkEnv (0.00s)
14:46:19 [2021-12-21T14:46:19.693Z] === RUN   TestLinkMultipleEnv
14:46:19 [2021-12-21T14:46:19.693Z] --- PASS: TestLinkMultipleEnv (0.00s)
14:46:19 [2021-12-21T14:46:19.693Z] === RUN   TestLinkPortRangeEnv
14:46:19 [2021-12-21T14:46:19.693Z] --- PASS: TestLinkPortRangeEnv (0.00s)
14:46:19 [2021-12-21T14:46:19.693Z] PASS
14:46:19 [2021-12-21T14:46:19.693Z] coverage: 93.0% of statements
14:46:19 [2021-12-21T14:46:19.693Z] ok  	github.com/docker/docker/daemon/links	0.045s	coverage: 93.0% of statements
14:46:19 [2021-12-21T14:46:19.874Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:46:19 [2021-12-21T14:46:19.874Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:46:19 [2021-12-21T14:46:19.874Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:46:19 [2021-12-21T14:46:19.874Z] --- PASS: TestPluginInvalidJSON (0.03s)
14:46:19 [2021-12-21T14:46:19.874Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
14:46:19 [2021-12-21T14:46:19.874Z] === RUN   TestPluginInstall
14:46:19 [2021-12-21T14:46:19.874Z] === RUN   TestPluginInstall/no_auth
14:46:19 [2021-12-21T14:46:19.874Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
14:46:20 [2021-12-21T14:46:20.442Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
14:46:20 [2021-12-21T14:46:20.690Z] --- PASS: TestDaemonDiscoveryReload (1.02s)
14:46:20 [2021-12-21T14:46:20.690Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
14:46:20 [2021-12-21T14:46:20.690Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
14:46:20 [2021-12-21T14:46:20.690Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
14:46:21 [2021-12-21T14:46:21.010Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
14:46:21 [2021-12-21T14:46:21.010Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.51s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
14:46:21 [2021-12-21T14:46:21.687Z]     reload_test.go:520: root required
14:46:21 [2021-12-21T14:46:21.687Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestParseVolumesFrom
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestParseVolumesFrom (0.00s)
14:46:21 [2021-12-21T14:46:21.687Z] PASS
14:46:21 [2021-12-21T14:46:21.687Z] coverage: 9.0% of statements
14:46:21 [2021-12-21T14:46:21.687Z] ok  	github.com/docker/docker/daemon	2.501s	coverage: 9.0% of statements
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestAdapterReadLogs
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestAdapterReadLogs (0.00s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestCopier
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestCopier (0.00s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestCopierLongLines
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestCopierLongLines (0.01s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestCopierSlow
14:46:21 [2021-12-21T14:46:21.687Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
14:46:21 [2021-12-21T14:46:21.687Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
14:46:21 [2021-12-21T14:46:21.687Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
14:46:21 [2021-12-21T14:46:21.687Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
14:46:21 [2021-12-21T14:46:21.687Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
14:46:21 [2021-12-21T14:46:21.687Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
14:46:21 [2021-12-21T14:46:21.687Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
14:46:21 [2021-12-21T14:46:21.687Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
14:46:21 [2021-12-21T14:46:21.687Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
14:46:21 [2021-12-21T14:46:21.687Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
14:46:21 [2021-12-21T14:46:21.687Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
14:46:21 [2021-12-21T14:46:21.687Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
14:46:21 [2021-12-21T14:46:21.687Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
14:46:21 [2021-12-21T14:46:21.687Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestCopierSlow (0.20s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestCopierWithSized
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestCopierWithSized/as_is
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestCopierWithSized/With_RingLogger
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestCopierWithSized (0.01s)
14:46:21 [2021-12-21T14:46:21.687Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
14:46:21 [2021-12-21T14:46:21.687Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.01s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestCopierWithPartial
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestCopierWithPartial (0.00s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestRingLogger
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestRingLogger (0.00s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestRingCap
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestRingCap (0.00s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestRingClose
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestRingClose (0.00s)
14:46:21 [2021-12-21T14:46:21.687Z] === RUN   TestRingDrain
14:46:21 [2021-12-21T14:46:21.687Z] --- PASS: TestRingDrain (0.00s)
14:46:21 [2021-12-21T14:46:21.687Z] PASS
14:46:21 [2021-12-21T14:46:21.687Z] coverage: 43.8% of statements
14:46:21 [2021-12-21T14:46:21.687Z] ok  	github.com/docker/docker/daemon/logger	0.284s	coverage: 43.8% of statements
14:46:21 [2021-12-21T14:46:21.928Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:46:21 [2021-12-21T14:46:21.928Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:46:22 [2021-12-21T14:46:22.387Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
14:46:22 [2021-12-21T14:46:22.387Z] time="2021-12-21T14:46:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:46:22 [2021-12-21T14:46:22.387Z] time="2021-12-21T14:46:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9374fe7a5bbc4d90230f8692490a01f04e46bc69a391a4ebf000c0a43ee42890" mediatype=application/vnd.docker.plugin.v1+json size=522
14:46:22 [2021-12-21T14:46:22.387Z] time="2021-12-21T14:46:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:46:22 [2021-12-21T14:46:22.387Z] time="2021-12-21T14:46:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9374fe7a5bbc4d90230f8692490a01f04e46bc69a391a4ebf000c0a43ee42890" mediatype=application/vnd.docker.plugin.v1+json size=522
14:46:22 [2021-12-21T14:46:22.646Z] === RUN   TestPluginInstall/with_htpasswd
14:46:22 [2021-12-21T14:46:22.682Z] === RUN   TestNewStreamConfig
14:46:22 [2021-12-21T14:46:22.682Z] === RUN   TestNewStreamConfig/defaults
14:46:22 [2021-12-21T14:46:22.682Z] === RUN   TestNewStreamConfig/invalid_create_group
14:46:22 [2021-12-21T14:46:22.682Z] === RUN   TestNewStreamConfig/invalid_flush_interval
14:46:22 [2021-12-21T14:46:22.682Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
14:46:22 [2021-12-21T14:46:22.682Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
14:46:22 [2021-12-21T14:46:22.682Z] === RUN   TestNewStreamConfig/flush_interval_at_15
14:46:22 [2021-12-21T14:46:22.682Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
14:46:22 [2021-12-21T14:46:22.682Z] --- PASS: TestNewStreamConfig (0.00s)
14:46:22 [2021-12-21T14:46:22.682Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
14:46:22 [2021-12-21T14:46:22.682Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
14:46:22 [2021-12-21T14:46:22.682Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
14:46:22 [2021-12-21T14:46:22.682Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
14:46:22 [2021-12-21T14:46:22.682Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
14:46:22 [2021-12-21T14:46:22.682Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
14:46:22 [2021-12-21T14:46:22.682Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
14:46:22 [2021-12-21T14:46:22.682Z] === RUN   TestNewAWSLogsClientUserAgentHandler
14:46:22 [2021-12-21T14:46:22.682Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
14:46:22 [2021-12-21T14:46:22.682Z] === RUN   TestNewAWSLogsClientLogFormatHeaderHandler
14:46:22 [2021-12-21T14:46:22.682Z] === RUN   TestNewAWSLogsClientLogFormatHeaderHandler/json/emf
14:46:22 [2021-12-21T14:46:22.682Z] === RUN   TestNewAWSLogsClientLogFormatHeaderHandler/#00
14:46:22 [2021-12-21T14:46:22.682Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s)
14:46:22 [2021-12-21T14:46:22.682Z]     --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s)
14:46:22 [2021-12-21T14:46:22.682Z]     --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s)
14:46:22 [2021-12-21T14:46:22.682Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
14:46:22 [2021-12-21T14:46:22.682Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
14:46:22 [2021-12-21T14:46:22.682Z] === RUN   TestNewAWSLogsClientRegionDetect
14:46:22 [2021-12-21T14:46:22.682Z] time="2021-12-21T14:46:22Z" level=info msg="Trying to get region from EC2 Metadata"
14:46:22 [2021-12-21T14:46:22.682Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.21s)
14:46:22 [2021-12-21T14:46:22.682Z] === RUN   TestCreateSuccess
14:46:22 [2021-12-21T14:46:22.682Z] --- PASS: TestCreateSuccess (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCreateStreamSkipped
14:46:22 [2021-12-21T14:46:22.683Z] time="2021-12-21T14:46:22Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCreateStreamSkipped (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCreateLogGroupSuccess
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCreateError
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCreateError (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCreateAlreadyExists
14:46:22 [2021-12-21T14:46:22.683Z] time="2021-12-21T14:46:22Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCreateAlreadyExists (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestLogClosed
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestLogClosed (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestLogBlocking
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestLogBlocking (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestLogNonBlockingBufferEmpty
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestLogNonBlockingBufferFull
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestPublishBatchSuccess
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestPublishBatchSuccess (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestPublishBatchError
14:46:22 [2021-12-21T14:46:22.683Z] time="2021-12-21T14:46:22Z" level=error msg=Error
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestPublishBatchError (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestPublishBatchInvalidSeqSuccess
14:46:22 [2021-12-21T14:46:22.683Z] time="2021-12-21T14:46:22Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestPublishBatchAlreadyAccepted
14:46:22 [2021-12-21T14:46:22.683Z] time="2021-12-21T14:46:22Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
14:46:22 [2021-12-21T14:46:22.683Z] time="2021-12-21T14:46:22Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCollectBatchSimple
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCollectBatchSimple (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCollectBatchTicker
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCollectBatchTicker (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCollectBatchMultilinePattern
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCollectBatchClose
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCollectBatchClose (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestEffectiveLen
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestEffectiveLen/0/Hello
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestEffectiveLen/2/🙃
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestEffectiveLen/3/����
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestEffectiveLen/4/He��o
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestEffectiveLen/5/
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestEffectiveLen (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestFindValidSplit
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestFindValidSplit/0/
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1105: 
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1106: 
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestFindValidSplit/1/Hello
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1105: Hello
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1106: 
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestFindValidSplit/2/Hello
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1105: He
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1106: llo
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestFindValidSplit/3/Hello
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1105: 
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1106: Hello
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestFindValidSplit/4/🙃
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1105: 
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1106: 🙃
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestFindValidSplit/5/🙃
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1105: 🙃
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1106: 
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestFindValidSplit/6/a�
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1105: a
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1106: �
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestFindValidSplit/7/a�
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1105: a�
14:46:22 [2021-12-21T14:46:22.683Z]     cloudwatchlogs_test.go:1106: 
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestFindValidSplit (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestProcessEventEmoji
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestProcessEventEmoji (0.01s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCollectBatchLineSplit
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCollectBatchLineSplit (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCollectBatchLineSplitWithBinary
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCollectBatchMaxEvents
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCollectBatchMaxEvents (0.05s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCollectBatchMaxTotalBytes
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
14:46:22 [2021-12-21T14:46:22.683Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s)
14:46:22 [2021-12-21T14:46:22.683Z] === RUN   TestCollectBatchWithDuplicateTimestamps
14:46:22 [2021-12-21T14:46:22.905Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
14:46:22 [2021-12-21T14:46:22.905Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
14:46:22 [2021-12-21T14:46:22.969Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe
14:46:22 [2021-12-21T14:46:22.970Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe
14:46:22 [2021-12-21T14:46:22.970Z] GOOS="windows" GOARCH="amd64" GOARM=""
14:46:22 [2021-12-21T14:46:22.970Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe
14:46:22 [2021-12-21T14:46:22.970Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
14:46:22 [2021-12-21T14:46:22.970Z] remote: Enumerating objects: 23, done.
14:46:22 [2021-12-21T14:46:22.970Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
14:46:22 [2021-12-21T14:46:22.970Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
14:46:22 [2021-12-21T14:46:22.970Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
14:46:22 [2021-12-21T14:46:22.970Z] Receiving objects:   4% (1/23)
Receiving objects:   8% (2/23)
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.
14:46:22 [2021-12-21T14:46:22.970Z] Resolving deltas:   0% (0/2)
Resolving deltas:  50% (1/2)
Resolving deltas: 100% (2/2)
Resolving deltas: 100% (2/2), done.
14:46:22 [2021-12-21T14:46:22.970Z] Building: bundles/cross/windows/amd64/containerutility.exe
14:46:23 [2021-12-21T14:46:23.158Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s)
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestParseLogOptionsMultilinePattern
14:46:23 [2021-12-21T14:46:23.158Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestParseLogOptionsDatetimeFormat
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestSearchRegistryForImagesErrors
14:46:23 [2021-12-21T14:46:23.158Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestSearchRegistryForImages
14:46:23 [2021-12-21T14:46:23.158Z] --- PASS: TestSearchRegistryForImages (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestOnlyPlatformWithFallback
14:46:23 [2021-12-21T14:46:23.158Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestImageDelete
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
14:46:23 [2021-12-21T14:46:23.158Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s)
14:46:23 [2021-12-21T14:46:23.158Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.01s)
14:46:23 [2021-12-21T14:46:23.158Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
14:46:23 [2021-12-21T14:46:23.158Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
14:46:23 [2021-12-21T14:46:23.158Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestImageDelete/no_lease
14:46:23 [2021-12-21T14:46:23.158Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
14:46:23 [2021-12-21T14:46:23.158Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
14:46:23 [2021-12-21T14:46:23.158Z] === RUN   TestValidateLogOptionsFormat
14:46:23 [2021-12-21T14:46:23.159Z] === RUN   TestValidateLogOptionsFormat/0/json/emf
14:46:23 [2021-12-21T14:46:23.159Z] === RUN   TestValidateLogOptionsFormat/1/random
14:46:23 [2021-12-21T14:46:23.159Z] === RUN   TestValidateLogOptionsFormat/2/
14:46:23 [2021-12-21T14:46:23.159Z] === RUN   TestValidateLogOptionsFormat/3/json/emf
14:46:23 [2021-12-21T14:46:23.159Z] === RUN   TestValidateLogOptionsFormat/4/json/emf
14:46:23 [2021-12-21T14:46:23.159Z] --- PASS: TestValidateLogOptionsFormat (0.00s)
14:46:23 [2021-12-21T14:46:23.159Z]     --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s)
14:46:23 [2021-12-21T14:46:23.159Z]     --- PASS: TestValidateLogOptionsFormat/1/random (0.00s)
14:46:23 [2021-12-21T14:46:23.159Z]     --- PASS: TestValidateLogOptionsFormat/2/ (0.00s)
14:46:23 [2021-12-21T14:46:23.159Z]     --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s)
14:46:23 [2021-12-21T14:46:23.159Z]     --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s)
14:46:23 [2021-12-21T14:46:23.159Z] === RUN   TestCreateTagSuccess
14:46:23 [2021-12-21T14:46:23.159Z] === RUN   TestImageDelete/lease_exists
14:46:23 [2021-12-21T14:46:23.159Z] --- PASS: TestCreateTagSuccess (0.00s)
14:46:23 [2021-12-21T14:46:23.159Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
14:46:23 [2021-12-21T14:46:23.159Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.03s)
14:46:23 [2021-12-21T14:46:23.159Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
14:46:23 [2021-12-21T14:46:23.159Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
14:46:23 [2021-12-21T14:46:23.159Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
14:46:23 [2021-12-21T14:46:23.159Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
14:46:23 [2021-12-21T14:46:23.159Z] PASS
14:46:23 [2021-12-21T14:46:23.159Z] coverage: 78.0% of statements
14:46:23 [2021-12-21T14:46:23.159Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.508s	coverage: 78.0% of statements
14:46:23 [2021-12-21T14:46:23.159Z] --- PASS: TestImageDelete (0.08s)
14:46:23 [2021-12-21T14:46:23.159Z]     --- PASS: TestImageDelete/no_lease (0.02s)
14:46:23 [2021-12-21T14:46:23.159Z]     --- PASS: TestImageDelete/lease_exists (0.04s)
14:46:23 [2021-12-21T14:46:23.159Z] === RUN   TestContentStoreForPull
14:46:23 [2021-12-21T14:46:23.159Z] === RUN   TestJSONLogsMarshalJSONBuf
14:46:23 [2021-12-21T14:46:23.159Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
14:46:23 [2021-12-21T14:46:23.159Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
14:46:23 [2021-12-21T14:46:23.163Z] time="2021-12-21T14:46:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:46:23 [2021-12-21T14:46:23.163Z] time="2021-12-21T14:46:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d158e3477ce08283781b760269a104935ad8b47445311ad60b618a8c5377ce1d" mediatype=application/vnd.docker.plugin.v1+json size=522
14:46:23 [2021-12-21T14:46:23.163Z] time="2021-12-21T14:46:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:46:23 [2021-12-21T14:46:23.163Z] time="2021-12-21T14:46:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d158e3477ce08283781b760269a104935ad8b47445311ad60b618a8c5377ce1d" mediatype=application/vnd.docker.plugin.v1+json size=522
14:46:23 [2021-12-21T14:46:23.421Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
14:46:23 [2021-12-21T14:46:23.632Z] --- PASS: TestContentStoreForPull (0.31s)
14:46:23 [2021-12-21T14:46:23.632Z] PASS
14:46:23 [2021-12-21T14:46:23.632Z] coverage: 6.7% of statements
14:46:23 [2021-12-21T14:46:23.632Z] ok  	github.com/docker/docker/daemon/images	0.629s	coverage: 6.7% of statements
14:46:23 [2021-12-21T14:46:23.632Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.24s)
14:46:23 [2021-12-21T14:46:23.632Z] === RUN   TestFastTimeMarshalJSON
14:46:23 [2021-12-21T14:46:23.632Z] --- PASS: TestFastTimeMarshalJSON (0.01s)
14:46:23 [2021-12-21T14:46:23.632Z] PASS
14:46:23 [2021-12-21T14:46:23.632Z] coverage: 87.2% of statements
14:46:23 [2021-12-21T14:46:23.632Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.300s	coverage: 87.2% of statements
14:46:23 [2021-12-21T14:46:23.632Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
14:46:23 [2021-12-21T14:46:23.632Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
14:46:23 [2021-12-21T14:46:23.632Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
14:46:23 [2021-12-21T14:46:23.632Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
14:46:23 [2021-12-21T14:46:23.632Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
14:46:23 [2021-12-21T14:46:23.632Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
14:46:23 [2021-12-21T14:46:23.632Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
14:46:23 [2021-12-21T14:46:23.632Z] === RUN   TestJSONFileLogger
14:46:23 [2021-12-21T14:46:23.632Z] --- PASS: TestJSONFileLogger (0.00s)
14:46:23 [2021-12-21T14:46:23.632Z] === RUN   TestJSONFileLoggerWithTags
14:46:23 [2021-12-21T14:46:23.632Z] --- PASS: TestJSONFileLoggerWithTags (0.01s)
14:46:23 [2021-12-21T14:46:23.632Z] === RUN   TestJSONFileLoggerWithOpts
14:46:23 [2021-12-21T14:46:23.632Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s)
14:46:23 [2021-12-21T14:46:23.632Z] === RUN   TestJSONFileLoggerWithLabelsEnv
14:46:23 [2021-12-21T14:46:23.632Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
14:46:23 [2021-12-21T14:46:23.632Z] === RUN   TestEncodeDecode
14:46:23 [2021-12-21T14:46:23.632Z] === PAUSE TestEncodeDecode
14:46:23 [2021-12-21T14:46:23.632Z] === RUN   TestUnexpectedEOF
14:46:23 [2021-12-21T14:46:23.679Z] === RUN   TestPluginInstall/with_insecure
14:46:23 [2021-12-21T14:46:23.937Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
14:46:24 [2021-12-21T14:46:24.109Z] time="2021-12-21T14:46:23Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
14:46:24 [2021-12-21T14:46:24.109Z] time="2021-12-21T14:46:23Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
14:46:24 [2021-12-21T14:46:24.109Z] --- PASS: TestUnexpectedEOF (0.22s)
14:46:24 [2021-12-21T14:46:24.109Z] === CONT  TestEncodeDecode
14:46:24 [2021-12-21T14:46:24.109Z] --- PASS: TestEncodeDecode (0.00s)
14:46:24 [2021-12-21T14:46:24.109Z] PASS
14:46:24 [2021-12-21T14:46:24.109Z] coverage: 69.9% of statements
14:46:24 [2021-12-21T14:46:24.109Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.325s	coverage: 69.9% of statements
14:46:24 [2021-12-21T14:46:24.504Z] time="2021-12-21T14:46:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:46:24 [2021-12-21T14:46:24.504Z] time="2021-12-21T14:46:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:983c608fed67889f7b9568fa09907283b3fd49c48aef36c925b5a1c19e9f215b" mediatype=application/vnd.docker.plugin.v1+json size=522
14:46:24 [2021-12-21T14:46:24.504Z] time="2021-12-21T14:46:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:46:24 [2021-12-21T14:46:24.504Z] time="2021-12-21T14:46:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:983c608fed67889f7b9568fa09907283b3fd49c48aef36c925b5a1c19e9f215b" mediatype=application/vnd.docker.plugin.v1+json size=522
14:46:24 [2021-12-21T14:46:24.764Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
14:46:24 [2021-12-21T14:46:24.764Z]     plugin_test.go:165: [dacffd0264a24] daemon is not started
14:46:24 [2021-12-21T14:46:24.764Z] --- PASS: TestPluginInstall (5.05s)
14:46:24 [2021-12-21T14:46:24.764Z]     --- PASS: TestPluginInstall/no_auth (2.96s)
14:46:24 [2021-12-21T14:46:24.764Z]     --- PASS: TestPluginInstall/with_htpasswd (0.85s)
14:46:24 [2021-12-21T14:46:24.764Z]     --- PASS: TestPluginInstall/with_insecure (1.23s)
14:46:24 [2021-12-21T14:46:24.764Z] === RUN   TestPluginsWithRuntimes
14:46:25 [2021-12-21T14:46:25.104Z] === RUN   TestWriteLog
14:46:25 [2021-12-21T14:46:25.104Z] === PAUSE TestWriteLog
14:46:25 [2021-12-21T14:46:25.104Z] === RUN   TestReadLog
14:46:25 [2021-12-21T14:46:25.104Z] === PAUSE TestReadLog
14:46:25 [2021-12-21T14:46:25.104Z] === CONT  TestWriteLog
14:46:25 [2021-12-21T14:46:25.104Z] --- PASS: TestWriteLog (0.00s)
14:46:25 [2021-12-21T14:46:25.104Z] === CONT  TestReadLog
14:46:25 [2021-12-21T14:46:25.104Z] === RUN   TestReadLog/tail_exact
14:46:25 [2021-12-21T14:46:25.104Z] === RUN   TestReadLog/tail_less_than_available
14:46:25 [2021-12-21T14:46:25.104Z] === RUN   TestReadLog/tail_more_than_available
14:46:25 [2021-12-21T14:46:25.104Z] --- PASS: TestReadLog (0.22s)
14:46:25 [2021-12-21T14:46:25.104Z]     --- PASS: TestReadLog/tail_exact (0.20s)
14:46:25 [2021-12-21T14:46:25.104Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
14:46:25 [2021-12-21T14:46:25.332Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
14:46:25 [2021-12-21T14:46:25.332Z] === RUN   TestDockerSuite/TestContainerAPIKill
14:46:25 [2021-12-21T14:46:25.577Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
14:46:25 [2021-12-21T14:46:25.577Z] PASS
14:46:25 [2021-12-21T14:46:25.577Z] coverage: 75.2% of statements
14:46:25 [2021-12-21T14:46:25.577Z] ok  	github.com/docker/docker/daemon/logger/local	0.283s	coverage: 75.2% of statements
14:46:25 [2021-12-21T14:46:25.577Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
14:46:25 [2021-12-21T14:46:25.577Z] === RUN   TestLog
14:46:25 [2021-12-21T14:46:25.577Z] --- PASS: TestLog (0.01s)
14:46:25 [2021-12-21T14:46:25.577Z] PASS
14:46:25 [2021-12-21T14:46:25.577Z] coverage: 31.5% of statements
14:46:25 [2021-12-21T14:46:25.577Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.074s	coverage: 31.5% of statements
14:46:25 [2021-12-21T14:46:25.577Z] === RUN   TestOpenFileDelete
14:46:25 [2021-12-21T14:46:25.577Z] --- PASS: TestOpenFileDelete (0.00s)
14:46:25 [2021-12-21T14:46:25.577Z] === RUN   TestOpenFileRename
14:46:25 [2021-12-21T14:46:25.577Z] --- PASS: TestOpenFileRename (0.00s)
14:46:25 [2021-12-21T14:46:25.577Z] === RUN   TestParseLogTagDefaultTag
14:46:25 [2021-12-21T14:46:25.577Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
14:46:25 [2021-12-21T14:46:25.577Z] === RUN   TestParseLogTag
14:46:25 [2021-12-21T14:46:25.577Z] --- PASS: TestParseLogTag (0.00s)
14:46:25 [2021-12-21T14:46:25.577Z] === RUN   TestParseLogTagEmptyTag
14:46:25 [2021-12-21T14:46:25.577Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
14:46:25 [2021-12-21T14:46:25.577Z] === RUN   TestTailFiles
14:46:25 [2021-12-21T14:46:25.577Z] --- PASS: TestTailFiles (0.00s)
14:46:25 [2021-12-21T14:46:25.577Z] === RUN   TestFollowLogsConsumerGone
14:46:25 [2021-12-21T14:46:25.577Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
14:46:25 [2021-12-21T14:46:25.577Z] === RUN   TestFollowLogsProducerGone
14:46:25 [2021-12-21T14:46:25.577Z]     logfile_test.go:231: messages sent: 4098, received: 4098
14:46:25 [2021-12-21T14:46:25.577Z]     logfile_test.go:178: logDecode() closed after sending 4098 messages
14:46:25 [2021-12-21T14:46:25.577Z] --- PASS: TestFollowLogsProducerGone (0.00s)
14:46:25 [2021-12-21T14:46:25.577Z] === RUN   TestCheckCapacityAndRotate
14:46:25 [2021-12-21T14:46:25.577Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
14:46:25 [2021-12-21T14:46:25.577Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
14:46:25 [2021-12-21T14:46:25.899Z] === RUN   TestDockerSuite/TestContainerAPIPause
14:46:26 [2021-12-21T14:46:26.050Z] --- PASS: TestCheckCapacityAndRotate (0.17s)
14:46:26 [2021-12-21T14:46:26.050Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
14:46:26 [2021-12-21T14:46:26.050Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s)
14:46:26 [2021-12-21T14:46:26.050Z] PASS
14:46:26 [2021-12-21T14:46:26.050Z] coverage: 55.3% of statements
14:46:26 [2021-12-21T14:46:26.050Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.248s	coverage: 55.3% of statements
14:46:26 [2021-12-21T14:46:26.267Z] Cross building: bundles/cross/linux/ppc64le
14:46:26 [2021-12-21T14:46:26.268Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev
14:46:26 [2021-12-21T14:46:26.268Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
14:46:26 [2021-12-21T14:46:26.383Z] --- PASS: TestBuildMultiStageLayerLeak (13.34s)
14:46:26 [2021-12-21T14:46:26.383Z] === RUN   TestBuildWithHugeFile
14:46:26 [2021-12-21T14:46:26.465Z] === RUN   TestPluginsWithRuntimes/No_Args
14:46:26 [2021-12-21T14:46:26.465Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
14:46:26 [2021-12-21T14:46:26.524Z] === RUN   TestNewParse
14:46:26 [2021-12-21T14:46:26.524Z] --- PASS: TestNewParse (0.00s)
14:46:26 [2021-12-21T14:46:26.524Z] PASS
14:46:26 [2021-12-21T14:46:26.524Z] coverage: 8.3% of statements
14:46:26 [2021-12-21T14:46:26.524Z] ok  	github.com/docker/docker/daemon/logger/templates	0.046s	coverage: 8.3% of statements
14:46:26 [2021-12-21T14:46:26.524Z] === RUN   TestValidateLogOpt
14:46:26 [2021-12-21T14:46:26.524Z] --- PASS: TestValidateLogOpt (0.00s)
14:46:26 [2021-12-21T14:46:26.524Z] === RUN   TestNewMissedConfig
14:46:26 [2021-12-21T14:46:26.524Z] --- PASS: TestNewMissedConfig (0.00s)
14:46:26 [2021-12-21T14:46:26.524Z] === RUN   TestNewMissedUrl
14:46:26 [2021-12-21T14:46:26.524Z] --- PASS: TestNewMissedUrl (0.00s)
14:46:26 [2021-12-21T14:46:26.524Z] === RUN   TestNewMissedToken
14:46:26 [2021-12-21T14:46:26.524Z] --- PASS: TestNewMissedToken (0.00s)
14:46:26 [2021-12-21T14:46:26.524Z] === RUN   TestNewWithProxy
14:46:26 [2021-12-21T14:46:26.524Z] --- PASS: TestNewWithProxy (0.00s)
14:46:26 [2021-12-21T14:46:26.524Z] === RUN   TestDefault
14:46:26 [2021-12-21T14:46:26.524Z] --- PASS: TestDefault (0.01s)
14:46:26 [2021-12-21T14:46:26.524Z] === RUN   TestInlineFormatWithNonDefaultOptions
14:46:26 [2021-12-21T14:46:26.524Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
14:46:26 [2021-12-21T14:46:26.524Z] === RUN   TestJsonFormat
14:46:26 [2021-12-21T14:46:26.524Z] --- PASS: TestJsonFormat (0.01s)
14:46:26 [2021-12-21T14:46:26.524Z] === RUN   TestRawFormat
14:46:26 [2021-12-21T14:46:26.524Z] --- PASS: TestRawFormat (0.00s)
14:46:26 [2021-12-21T14:46:26.524Z] === RUN   TestRawFormatWithLabels
14:46:26 [2021-12-21T14:46:26.524Z] --- PASS: TestRawFormatWithLabels (0.00s)
14:46:26 [2021-12-21T14:46:26.524Z] === RUN   TestRawFormatWithoutTag
14:46:26 [2021-12-21T14:46:26.524Z] --- PASS: TestRawFormatWithoutTag (0.00s)
14:46:26 [2021-12-21T14:46:26.524Z] === RUN   TestBatching
14:46:26 [2021-12-21T14:46:26.997Z] --- PASS: TestBatching (0.33s)
14:46:26 [2021-12-21T14:46:26.997Z] === RUN   TestFrequency
14:46:26 [2021-12-21T14:46:26.997Z] === RUN   TestParseLogFormat
14:46:26 [2021-12-21T14:46:26.997Z] --- PASS: TestParseLogFormat (0.00s)
14:46:26 [2021-12-21T14:46:26.997Z] === RUN   TestValidateLogOptEmpty
14:46:26 [2021-12-21T14:46:26.997Z] --- PASS: TestValidateLogOptEmpty (0.00s)
14:46:26 [2021-12-21T14:46:26.997Z] === RUN   TestValidateSyslogAddress
14:46:26 [2021-12-21T14:46:26.997Z] --- PASS: TestValidateSyslogAddress (0.00s)
14:46:26 [2021-12-21T14:46:26.997Z] === RUN   TestParseAddressDefaultPort
14:46:26 [2021-12-21T14:46:26.997Z] --- PASS: TestParseAddressDefaultPort (0.00s)
14:46:26 [2021-12-21T14:46:26.997Z] === RUN   TestValidateSyslogFacility
14:46:26 [2021-12-21T14:46:26.997Z] --- PASS: TestValidateSyslogFacility (0.00s)
14:46:26 [2021-12-21T14:46:26.997Z] === RUN   TestValidateLogOptSyslogFormat
14:46:26 [2021-12-21T14:46:26.997Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
14:46:26 [2021-12-21T14:46:26.997Z] === RUN   TestValidateLogOpt
14:46:26 [2021-12-21T14:46:26.997Z] --- PASS: TestValidateLogOpt (0.00s)
14:46:26 [2021-12-21T14:46:26.997Z] PASS
14:46:26 [2021-12-21T14:46:26.997Z] coverage: 46.8% of statements
14:46:26 [2021-12-21T14:46:26.997Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.062s	coverage: 46.8% of statements
14:46:27 [2021-12-21T14:46:27.400Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
14:46:27 [2021-12-21T14:46:27.400Z] === RUN   TestDockerSuite/TestContainerAPIRename
14:46:27 [2021-12-21T14:46:27.471Z] --- PASS: TestFrequency (0.17s)
14:46:27 [2021-12-21T14:46:27.471Z] === RUN   TestOneMessagePerRequest
14:46:27 [2021-12-21T14:46:27.471Z] --- PASS: TestOneMessagePerRequest (0.00s)
14:46:27 [2021-12-21T14:46:27.471Z] === RUN   TestVerify
14:46:27 [2021-12-21T14:46:27.471Z] --- PASS: TestVerify (0.00s)
14:46:27 [2021-12-21T14:46:27.471Z] === RUN   TestSkipVerify
14:46:27 [2021-12-21T14:46:27.471Z] time="2021-12-21T14:46:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:46:27 [2021-12-21T14:46:27.471Z] time="2021-12-21T14:46:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:46:27 [2021-12-21T14:46:27.471Z] time="2021-12-21T14:46:27Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:46:27 [2021-12-21T14:46:27.659Z] === RUN   TestPluginsWithRuntimes/With_Args
14:46:27 [2021-12-21T14:46:27.917Z] === RUN   TestDockerSuite/TestContainerAPIRestart
14:46:28 [2021-12-21T14:46:28.468Z] --- PASS: TestSkipVerify (1.09s)
14:46:28 [2021-12-21T14:46:28.468Z] === RUN   TestBufferMaximum
14:46:28 [2021-12-21T14:46:28.468Z] time="2021-12-21T14:46:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:46:28 [2021-12-21T14:46:28.468Z] time="2021-12-21T14:46:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:46:28 [2021-12-21T14:46:28.468Z] time="2021-12-21T14:46:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:46:28 [2021-12-21T14:46:28.468Z] time="2021-12-21T14:46:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:46:28 [2021-12-21T14:46:28.468Z] time="2021-12-21T14:46:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:46:28 [2021-12-21T14:46:28.468Z] time="2021-12-21T14:46:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097988.028539\",\"host\":\"97d4fb743fc3\"}'"
14:46:28 [2021-12-21T14:46:28.468Z] time="2021-12-21T14:46:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097988.029510\",\"host\":\"97d4fb743fc3\"}'"
14:46:28 [2021-12-21T14:46:28.468Z] --- PASS: TestBufferMaximum (0.01s)
14:46:28 [2021-12-21T14:46:28.468Z] === RUN   TestServerAlwaysDown
14:46:28 [2021-12-21T14:46:28.468Z] time="2021-12-21T14:46:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:46:28 [2021-12-21T14:46:28.468Z] time="2021-12-21T14:46:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:46:28 [2021-12-21T14:46:28.468Z] time="2021-12-21T14:46:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097988.033511\",\"host\":\"97d4fb743fc3\"}'"
14:46:28 [2021-12-21T14:46:28.468Z] time="2021-12-21T14:46:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097988.033511\",\"host\":\"97d4fb743fc3\"}'"
14:46:28 [2021-12-21T14:46:28.468Z] time="2021-12-21T14:46:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
14:46:28 [2021-12-21T14:46:28.468Z] time="2021-12-21T14:46:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097988.033511\",\"host\":\"97d4fb743fc3\"}'"
14:46:28 [2021-12-21T14:46:28.468Z] time="2021-12-21T14:46:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097988.034509\",\"host\":\"97d4fb743fc3\"}'"
14:46:28 [2021-12-21T14:46:28.468Z] time="2021-12-21T14:46:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1640097988.034509\",\"host\":\"97d4fb743fc3\"}'"
14:46:28 [2021-12-21T14:46:28.468Z] --- PASS: TestServerAlwaysDown (0.00s)
14:46:28 [2021-12-21T14:46:28.468Z] === RUN   TestCannotSendAfterClose
14:46:28 [2021-12-21T14:46:28.468Z] --- PASS: TestCannotSendAfterClose (0.00s)
14:46:28 [2021-12-21T14:46:28.468Z] === RUN   TestDeadlockOnBlockedEndpoint
14:46:28 [2021-12-21T14:46:28.468Z] === RUN   TestV1IDService
14:46:28 [2021-12-21T14:46:28.468Z] --- PASS: TestV1IDService (0.03s)
14:46:28 [2021-12-21T14:46:28.468Z] === RUN   TestV2MetadataService
14:46:28 [2021-12-21T14:46:28.853Z] --- PASS: TestPluginsWithRuntimes (3.90s)
14:46:28 [2021-12-21T14:46:28.853Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.05s)
14:46:28 [2021-12-21T14:46:28.853Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.08s)
14:46:28 [2021-12-21T14:46:28.853Z] === RUN   TestPluginBackCompatMediaTypes
14:46:28 [2021-12-21T14:46:28.853Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
14:46:29 [2021-12-21T14:46:29.420Z] --- PASS: TestPluginBackCompatMediaTypes (0.73s)
14:46:29 [2021-12-21T14:46:29.420Z] PASS
14:46:29 [2021-12-21T14:46:29.420Z] 
14:46:29 [2021-12-21T14:46:29.420Z] DONE 10 tests in 9.862s
14:46:29 [2021-12-21T14:46:29.420Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
14:46:29 [2021-12-21T14:46:29.420Z] ++ 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
14:46:29 [2021-12-21T14:46:29.420Z] ++ set -e
14:46:29 [2021-12-21T14:46:29.420Z] ++ '[' -n 0 ']'
14:46:29 [2021-12-21T14:46:29.420Z] ++ set -x
14:46:29 [2021-12-21T14:46:29.420Z] ++ env -i DEST=/go/src/github.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
14:46:29 [2021-12-21T14:46:29.467Z] time="2021-12-21T14:46:29Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49209/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk
14:46:29 [2021-12-21T14:46:29.467Z] time="2021-12-21T14:46:29Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"97d4fb743fc3\"}'"
14:46:29 [2021-12-21T14:46:29.467Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
14:46:29 [2021-12-21T14:46:29.467Z] PASS
14:46:29 [2021-12-21T14:46:29.467Z] coverage: 82.5% of statements
14:46:29 [2021-12-21T14:46:29.467Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.702s	coverage: 82.5% of statements
14:46:29 [2021-12-21T14:46:29.467Z] ?   	github.com/docker/docker/daemon/names	[no test files]
14:46:29 [2021-12-21T14:46:29.467Z] ?   	github.com/docker/docker/daemon/network	[no test files]
14:46:29 [2021-12-21T14:46:29.467Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
14:46:29 [2021-12-21T14:46:29.678Z] INFO: Testing against a local daemon
14:46:29 [2021-12-21T14:46:29.678Z] === RUN   TestExternalGraphDriver
14:46:29 [2021-12-21T14:46:29.678Z] === RUN   TestExternalGraphDriver/json
14:46:29 [2021-12-21T14:46:29.936Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
14:46:29 [2021-12-21T14:46:29.941Z] === RUN   TestSuccessfulDownload
14:46:29 [2021-12-21T14:46:29.941Z]     download_test.go:267: Needs fixing on Windows
14:46:29 [2021-12-21T14:46:29.941Z] --- SKIP: TestSuccessfulDownload (0.00s)
14:46:29 [2021-12-21T14:46:29.941Z] === RUN   TestCancelledDownload
14:46:29 [2021-12-21T14:46:29.941Z] --- PASS: TestCancelledDownload (0.00s)
14:46:29 [2021-12-21T14:46:29.941Z] === RUN   TestMaxDownloadAttempts
14:46:29 [2021-12-21T14:46:29.941Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
14:46:29 [2021-12-21T14:46:29.941Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
14:46:29 [2021-12-21T14:46:29.941Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
14:46:29 [2021-12-21T14:46:29.941Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
14:46:29 [2021-12-21T14:46:29.941Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
14:46:29 [2021-12-21T14:46:29.941Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
14:46:29 [2021-12-21T14:46:29.941Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
14:46:29 [2021-12-21T14:46:29.941Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
14:46:29 [2021-12-21T14:46:29.941Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
14:46:29 [2021-12-21T14:46:29.941Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
14:46:29 [2021-12-21T14:46:29.941Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
14:46:29 [2021-12-21T14:46:29.941Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
14:46:29 [2021-12-21T14:46:29.941Z] --- PASS: TestV2MetadataService (1.31s)
14:46:29 [2021-12-21T14:46:29.941Z] PASS
14:46:29 [2021-12-21T14:46:29.941Z] coverage: 48.2% of statements
14:46:29 [2021-12-21T14:46:29.941Z] ok  	github.com/docker/docker/distribution/metadata	1.426s	coverage: 48.2% of statements
14:46:29 [2021-12-21T14:46:29.941Z] === RUN   TestContinueOnError_NonMirrorEndpoint
14:46:29 [2021-12-21T14:46:29.941Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
14:46:29 [2021-12-21T14:46:29.941Z] === RUN   TestContinueOnError_MirrorEndpoint
14:46:29 [2021-12-21T14:46:29.941Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
14:46:29 [2021-12-21T14:46:29.941Z] === RUN   TestContinueOnError_NeverContinue
14:46:29 [2021-12-21T14:46:29.941Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
14:46:29 [2021-12-21T14:46:29.941Z] === RUN   TestManifestStore
14:46:29 [2021-12-21T14:46:29.941Z] === RUN   TestManifestStore/no_remote_or_local
14:46:30 [2021-12-21T14:46:30.195Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
14:46:30 [2021-12-21T14:46:30.195Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
14:46:30 [2021-12-21T14:46:30.195Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
14:46:30 [2021-12-21T14:46:30.195Z] === RUN   TestDockerSuite/TestContainerAPIStart
14:46:30 [2021-12-21T14:46:30.414Z] time="2021-12-21T14:46:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:46:30 [2021-12-21T14:46:30.414Z] time="2021-12-21T14:46:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:46:30 [2021-12-21T14:46:30.414Z] time="2021-12-21T14:46:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:46:30 [2021-12-21T14:46:30.414Z] time="2021-12-21T14:46:29Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
14:46:30 [2021-12-21T14:46:30.414Z] --- PASS: TestMaxDownloadAttempts (0.00s)
14:46:30 [2021-12-21T14:46:30.414Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.57s)
14:46:30 [2021-12-21T14:46:30.414Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.57s)
14:46:30 [2021-12-21T14:46:30.414Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.57s)
14:46:30 [2021-12-21T14:46:30.414Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.57s)
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestTransfer
14:46:30 [2021-12-21T14:46:30.414Z] time="2021-12-21T14:46:30Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3169938500\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestManifestStore/no_local_cache
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestManifestStore/with_local_cache
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestManifestStore/unknown_media_type
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestManifestStore/unknown_media_type/no_cache
14:46:30 [2021-12-21T14:46:30.414Z] time="2021-12-21T14:46:30Z" level=warning msg="reference for unknown type: "
14:46:30 [2021-12-21T14:46:30.414Z] time="2021-12-21T14:46:30Z" level=warning msg="reference for unknown type: "
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestManifestStore/unknown_media_type/with_cache
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
14:46:30 [2021-12-21T14:46:30.414Z] time="2021-12-21T14:46:30Z" level=warning msg="reference for unknown type: "
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
14:46:30 [2021-12-21T14:46:30.414Z] time="2021-12-21T14:46:30Z" level=warning msg="reference for unknown type: "
14:46:30 [2021-12-21T14:46:30.414Z] --- PASS: TestTransfer (0.12s)
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestConcurrencyLimit
14:46:30 [2021-12-21T14:46:30.414Z] time="2021-12-21T14:46:30Z" level=warning msg="reference for unknown type: "
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestManifestStore/error_persisting_manifest
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
14:46:30 [2021-12-21T14:46:30.414Z] time="2021-12-21T14:46:30Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
14:46:30 [2021-12-21T14:46:30.414Z] --- PASS: TestManifestStore (0.47s)
14:46:30 [2021-12-21T14:46:30.414Z]     --- PASS: TestManifestStore/no_remote_or_local (0.32s)
14:46:30 [2021-12-21T14:46:30.414Z]     --- PASS: TestManifestStore/no_local_cache (0.03s)
14:46:30 [2021-12-21T14:46:30.414Z]     --- PASS: TestManifestStore/with_local_cache (0.02s)
14:46:30 [2021-12-21T14:46:30.414Z]     --- PASS: TestManifestStore/unknown_media_type (0.07s)
14:46:30 [2021-12-21T14:46:30.414Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s)
14:46:30 [2021-12-21T14:46:30.414Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s)
14:46:30 [2021-12-21T14:46:30.414Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s)
14:46:30 [2021-12-21T14:46:30.414Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s)
14:46:30 [2021-12-21T14:46:30.414Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.02s)
14:46:30 [2021-12-21T14:46:30.414Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
14:46:30 [2021-12-21T14:46:30.414Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s)
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestDetectManifestBlobMediaType
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestDetectManifestBlobMediaType/schema1
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
14:46:30 [2021-12-21T14:46:30.414Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
14:46:30 [2021-12-21T14:46:30.414Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
14:46:30 [2021-12-21T14:46:30.414Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
14:46:30 [2021-12-21T14:46:30.414Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
14:46:30 [2021-12-21T14:46:30.414Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
14:46:30 [2021-12-21T14:46:30.414Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
14:46:30 [2021-12-21T14:46:30.414Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestDetectManifestBlobMediaTypeInvalid
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests
14:46:30 [2021-12-21T14:46:30.414Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers
14:46:30 [2021-12-21T14:46:30.415Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests
14:46:30 [2021-12-21T14:46:30.415Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers
14:46:30 [2021-12-21T14:46:30.415Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests
14:46:30 [2021-12-21T14:46:30.415Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config
14:46:30 [2021-12-21T14:46:30.415Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/config_and_manifests
14:46:30 [2021-12-21T14:46:30.415Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests
14:46:30 [2021-12-21T14:46:30.415Z] === RUN   TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers
14:46:30 [2021-12-21T14:46:30.415Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z]     --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z] === RUN   TestFixManifestLayers
14:46:30 [2021-12-21T14:46:30.415Z] --- PASS: TestFixManifestLayers (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z] === RUN   TestFixManifestLayersBaseLayerParent
14:46:30 [2021-12-21T14:46:30.415Z]     pull_v2_test.go:73: Needs fixing on Windows
14:46:30 [2021-12-21T14:46:30.415Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z] === RUN   TestFixManifestLayersBadParent
14:46:30 [2021-12-21T14:46:30.415Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z] === RUN   TestValidateManifest
14:46:30 [2021-12-21T14:46:30.415Z]     pull_v2_test.go:118: Needs fixing on Windows
14:46:30 [2021-12-21T14:46:30.415Z] --- SKIP: TestValidateManifest (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z] === RUN   TestFormatPlatform
14:46:30 [2021-12-21T14:46:30.415Z] --- PASS: TestFormatPlatform (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z] === RUN   TestGetRepositoryMountCandidates
14:46:30 [2021-12-21T14:46:30.415Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z] === RUN   TestLayerAlreadyExists
14:46:30 [2021-12-21T14:46:30.415Z]     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}
14:46:30 [2021-12-21T14:46:30.415Z]     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}
14:46:30 [2021-12-21T14:46:30.415Z]     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}
14:46:30 [2021-12-21T14:46:30.415Z]     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}
14:46:30 [2021-12-21T14:46:30.415Z]     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}
14:46:30 [2021-12-21T14:46:30.415Z]     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}
14:46:30 [2021-12-21T14:46:30.415Z] --- PASS: TestLayerAlreadyExists (0.00s)
14:46:30 [2021-12-21T14:46:30.415Z] === RUN   TestWhenEmptyAuthConfig
14:46:30 [2021-12-21T14:46:30.762Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
14:46:30 [2021-12-21T14:46:30.888Z] --- PASS: TestConcurrencyLimit (0.36s)
14:46:30 [2021-12-21T14:46:30.888Z] === RUN   TestInactiveJobs
14:46:31 [2021-12-21T14:46:31.329Z] === RUN   TestExternalGraphDriver/spec
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestNotFound
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestNotFound (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestConflict
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestConflict (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestForbidden
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestForbidden (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestInvalidParameter
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestInvalidParameter (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestNotImplemented
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestNotImplemented (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestNotModified
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestNotModified (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestUnauthorized
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestUnauthorized (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestUnknown
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestUnknown (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestCancelled
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestCancelled (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestDeadline
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestDeadline (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestDataLoss
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestDataLoss (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestUnavailable
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestUnavailable (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestSystem
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestSystem (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestFromStatusCode
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestFromStatusCode/Not_Found
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestFromStatusCode/Bad_Request
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestFromStatusCode/Conflict
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestFromStatusCode/Unauthorized
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestFromStatusCode/Service_Unavailable
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestFromStatusCode/Forbidden
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestFromStatusCode/Not_Modified
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestFromStatusCode/Not_Implemented
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestFromStatusCode/Internal_Server_Error
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestFromStatusCode (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z] PASS
14:46:31 [2021-12-21T14:46:31.361Z] coverage: 53.1% of statements
14:46:31 [2021-12-21T14:46:31.361Z] ok  	github.com/docker/docker/errdefs	0.052s	coverage: 53.1% of statements
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestInactiveJobs (0.42s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestWatchRelease
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestWatchRelease (0.04s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestWatchFinishedTransfer
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestWatchFinishedTransfer (0.00s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestDuplicateTransfer
14:46:31 [2021-12-21T14:46:31.361Z] --- PASS: TestDuplicateTransfer (0.04s)
14:46:31 [2021-12-21T14:46:31.361Z] === RUN   TestSuccessfulUpload
14:46:31 [2021-12-21T14:46:31.361Z] time="2021-12-21T14:46:31Z" level=error msg="Upload failed, retrying: simulating retry"
14:46:31 [2021-12-21T14:46:31.833Z] --- PASS: TestWhenEmptyAuthConfig (1.16s)
14:46:31 [2021-12-21T14:46:31.833Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
14:46:31 [2021-12-21T14:46:31.833Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
14:46:31 [2021-12-21T14:46:31.833Z] === RUN   TestTokenPassThru
14:46:31 [2021-12-21T14:46:31.833Z] --- PASS: TestTokenPassThru (0.01s)
14:46:31 [2021-12-21T14:46:31.833Z] === RUN   TestTokenPassThruDifferentHost
14:46:31 [2021-12-21T14:46:31.833Z] --- PASS: TestTokenPassThruDifferentHost (0.01s)
14:46:31 [2021-12-21T14:46:31.833Z] PASS
14:46:31 [2021-12-21T14:46:31.833Z] coverage: 24.6% of statements
14:46:31 [2021-12-21T14:46:31.833Z] --- PASS: TestSuccessfulUpload (0.36s)
14:46:31 [2021-12-21T14:46:31.833Z] === RUN   TestCancelledUpload
14:46:31 [2021-12-21T14:46:31.833Z] --- PASS: TestCancelledUpload (0.00s)
14:46:31 [2021-12-21T14:46:31.833Z] PASS
14:46:31 [2021-12-21T14:46:31.833Z] coverage: 76.8% of statements
14:46:31 [2021-12-21T14:46:31.833Z] ok  	github.com/docker/docker/distribution	1.740s	coverage: 24.6% of statements
14:46:31 [2021-12-21T14:46:31.833Z] ok  	github.com/docker/docker/distribution/xfer	2.068s	coverage: 76.8% of statements
14:46:31 [2021-12-21T14:46:31.833Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
14:46:31 [2021-12-21T14:46:31.833Z] ?   	github.com/docker/docker/dockerversion	[no test files]
14:46:32 [2021-12-21T14:46:32.305Z] === RUN   TestFSGetInvalidData
14:46:32 [2021-12-21T14:46:32.305Z] --- PASS: TestFSGetInvalidData (0.01s)
14:46:32 [2021-12-21T14:46:32.305Z] === RUN   TestFSInvalidSet
14:46:32 [2021-12-21T14:46:32.305Z] --- PASS: TestFSInvalidSet (0.02s)
14:46:32 [2021-12-21T14:46:32.305Z] === RUN   TestFSInvalidRoot
14:46:32 [2021-12-21T14:46:32.305Z] --- PASS: TestFSInvalidRoot (0.01s)
14:46:32 [2021-12-21T14:46:32.305Z] === RUN   TestFSMetadataGetSet
14:46:32 [2021-12-21T14:46:32.305Z] --- PASS: TestFSMetadataGetSet (0.10s)
14:46:32 [2021-12-21T14:46:32.305Z] === RUN   TestFSInvalidWalker
14:46:32 [2021-12-21T14:46:32.305Z] --- PASS: TestFSInvalidWalker (0.03s)
14:46:32 [2021-12-21T14:46:32.305Z] === RUN   TestFSGetSet
14:46:32 [2021-12-21T14:46:32.305Z] --- PASS: TestFSGetSet (0.08s)
14:46:32 [2021-12-21T14:46:32.305Z] === RUN   TestFSGetUnsetKey
14:46:32 [2021-12-21T14:46:32.305Z] --- PASS: TestFSGetUnsetKey (0.01s)
14:46:32 [2021-12-21T14:46:32.305Z] === RUN   TestFSGetEmptyData
14:46:32 [2021-12-21T14:46:32.305Z] --- PASS: TestFSGetEmptyData (0.00s)
14:46:32 [2021-12-21T14:46:32.305Z] === RUN   TestFSDelete
14:46:32 [2021-12-21T14:46:32.305Z] --- PASS: TestFSDelete (0.03s)
14:46:32 [2021-12-21T14:46:32.305Z] === RUN   TestFSWalker
14:46:32 [2021-12-21T14:46:32.305Z] --- PASS: TestFSWalker (0.02s)
14:46:32 [2021-12-21T14:46:32.305Z] === RUN   TestFSWalkerStopOnError
14:46:32 [2021-12-21T14:46:32.305Z] --- PASS: TestFSWalkerStopOnError (0.02s)
14:46:32 [2021-12-21T14:46:32.305Z] === RUN   TestNewFromJSON
14:46:32 [2021-12-21T14:46:32.305Z] --- PASS: TestNewFromJSON (0.00s)
14:46:32 [2021-12-21T14:46:32.305Z] === RUN   TestNewFromJSONWithInvalidJSON
14:46:32 [2021-12-21T14:46:32.305Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
14:46:32 [2021-12-21T14:46:32.305Z] === RUN   TestMarshalKeyOrder
14:46:32 [2021-12-21T14:46:32.305Z] --- PASS: TestMarshalKeyOrder (0.00s)
14:46:32 [2021-12-21T14:46:32.305Z] === RUN   TestHistoryEqual
14:46:32 [2021-12-21T14:46:32.358Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
14:46:32 [2021-12-21T14:46:32.358Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (19.06s)
14:46:32 [2021-12-21T14:46:32.358Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (19.38s)
14:46:32 [2021-12-21T14:46:32.358Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (19.48s)
14:46:32 [2021-12-21T14:46:32.358Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (19.58s)
14:46:32 [2021-12-21T14:46:32.358Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (11.43s)
14:46:32 [2021-12-21T14:46:32.358Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.89s)
14:46:32 [2021-12-21T14:46:32.358Z] === RUN   TestBuildMultiStageCopy
14:46:32 [2021-12-21T14:46:32.358Z] === RUN   TestBuildMultiStageCopy/copy_to_root
14:46:32 [2021-12-21T14:46:32.778Z] === RUN   TestCompare
14:46:32 [2021-12-21T14:46:32.778Z] --- PASS: TestCompare (0.00s)
14:46:32 [2021-12-21T14:46:32.778Z] PASS
14:46:32 [2021-12-21T14:46:32.778Z] coverage: 19.2% of statements
14:46:32 [2021-12-21T14:46:32.778Z] ok  	github.com/docker/docker/image/cache	0.079s	coverage: 19.2% of statements
14:46:32 [2021-12-21T14:46:32.778Z] --- PASS: TestHistoryEqual (0.23s)
14:46:32 [2021-12-21T14:46:32.778Z] === RUN   TestImage
14:46:32 [2021-12-21T14:46:32.778Z] --- PASS: TestImage (0.00s)
14:46:32 [2021-12-21T14:46:32.778Z] === RUN   TestImageOSNotEmpty
14:46:32 [2021-12-21T14:46:32.778Z] --- PASS: TestImageOSNotEmpty (0.00s)
14:46:32 [2021-12-21T14:46:32.778Z] === RUN   TestNewChildImageFromImageWithRootFS
14:46:32 [2021-12-21T14:46:32.778Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
14:46:32 [2021-12-21T14:46:32.778Z] === RUN   TestCreate
14:46:32 [2021-12-21T14:46:32.778Z] --- PASS: TestCreate (0.01s)
14:46:32 [2021-12-21T14:46:32.778Z] === RUN   TestRestore
14:46:32 [2021-12-21T14:46:32.778Z] time="2021-12-21T14:46:32Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
14:46:32 [2021-12-21T14:46:32.778Z] --- PASS: TestRestore (0.05s)
14:46:32 [2021-12-21T14:46:32.778Z] === RUN   TestAddDelete
14:46:32 [2021-12-21T14:46:32.778Z] --- PASS: TestAddDelete (0.04s)
14:46:32 [2021-12-21T14:46:32.778Z] === RUN   TestSearchAfterDelete
14:46:32 [2021-12-21T14:46:32.778Z] --- PASS: TestSearchAfterDelete (0.02s)
14:46:32 [2021-12-21T14:46:32.778Z] === RUN   TestParentReset
14:46:32 [2021-12-21T14:46:32.778Z] --- PASS: TestParentReset (0.09s)
14:46:32 [2021-12-21T14:46:32.778Z] === RUN   TestGetAndSetLastUpdated
14:46:32 [2021-12-21T14:46:32.778Z] --- PASS: TestGetAndSetLastUpdated (0.04s)
14:46:32 [2021-12-21T14:46:32.778Z] === RUN   TestStoreLen
14:46:32 [2021-12-21T14:46:32.778Z] --- PASS: TestStoreLen (0.09s)
14:46:32 [2021-12-21T14:46:32.778Z] PASS
14:46:32 [2021-12-21T14:46:32.778Z] coverage: 86.6% of statements
14:46:33 [2021-12-21T14:46:33.228Z] === RUN   TestExternalGraphDriver/pull
14:46:33 [2021-12-21T14:46:33.251Z] ok  	github.com/docker/docker/image	0.966s	coverage: 86.6% of statements
14:46:33 [2021-12-21T14:46:33.251Z] === RUN   TestMakeV1ConfigFromConfig
14:46:33 [2021-12-21T14:46:33.251Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
14:46:33 [2021-12-21T14:46:33.251Z] PASS
14:46:33 [2021-12-21T14:46:33.251Z] coverage: 25.0% of statements
14:46:33 [2021-12-21T14:46:33.251Z] ok  	github.com/docker/docker/image/v1	0.081s	coverage: 25.0% of statements
14:46:33 [2021-12-21T14:46:33.724Z] === RUN   TestValidateManifest
14:46:33 [2021-12-21T14:46:33.724Z] === RUN   TestValidateManifest/nil
14:46:33 [2021-12-21T14:46:33.724Z] === RUN   TestValidateManifest/non-nil
14:46:33 [2021-12-21T14:46:33.724Z] --- PASS: TestValidateManifest (0.00s)
14:46:33 [2021-12-21T14:46:33.724Z]     --- PASS: TestValidateManifest/nil (0.00s)
14:46:33 [2021-12-21T14:46:33.724Z]     --- PASS: TestValidateManifest/non-nil (0.00s)
14:46:33 [2021-12-21T14:46:33.724Z] PASS
14:46:33 [2021-12-21T14:46:33.724Z] coverage: 0.7% of statements
14:46:33 [2021-12-21T14:46:33.724Z] ok  	github.com/docker/docker/image/tarexport	0.122s	coverage: 0.7% of statements
14:46:33 [2021-12-21T14:46:33.724Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
14:46:34 [2021-12-21T14:46:34.619Z] --- PASS: TestExternalGraphDriver (5.00s)
14:46:34 [2021-12-21T14:46:34.619Z]     --- PASS: TestExternalGraphDriver/json (1.74s)
14:46:34 [2021-12-21T14:46:34.619Z]     --- PASS: TestExternalGraphDriver/spec (1.62s)
14:46:34 [2021-12-21T14:46:34.619Z]     --- PASS: TestExternalGraphDriver/pull (1.59s)
14:46:34 [2021-12-21T14:46:34.619Z] === RUN   TestGraphdriverPluginV2
14:46:34 [2021-12-21T14:46:34.877Z] === RUN   TestDockerSuite/TestContainerAPIStop
14:46:35 [2021-12-21T14:46:35.304Z] === RUN   TestSerialization
14:46:35 [2021-12-21T14:46:35.305Z] --- PASS: TestSerialization (0.03s)
14:46:35 [2021-12-21T14:46:35.305Z] PASS
14:46:35 [2021-12-21T14:46:35.305Z] coverage: 100.0% of statements
14:46:35 [2021-12-21T14:46:35.305Z] ok  	github.com/docker/docker/libcontainerd/queue	0.075s	coverage: 100.0% of statements
14:46:35 [2021-12-21T14:46:35.305Z] === RUN   TestEnvironmentParsing
14:46:35 [2021-12-21T14:46:35.305Z] --- PASS: TestEnvironmentParsing (0.00s)
14:46:35 [2021-12-21T14:46:35.305Z] PASS
14:46:35 [2021-12-21T14:46:35.305Z] coverage: 1.2% of statements
14:46:35 [2021-12-21T14:46:35.305Z] ok  	github.com/docker/docker/libcontainerd/local	0.067s	coverage: 1.2% of statements
14:46:35 [2021-12-21T14:46:35.443Z] === RUN   TestDockerSuite/TestContainerAPITop
14:46:35 [2021-12-21T14:46:35.778Z] === RUN   TestEmptyLayer
14:46:35 [2021-12-21T14:46:35.778Z] --- PASS: TestEmptyLayer (0.00s)
14:46:35 [2021-12-21T14:46:35.778Z] === RUN   TestCommitFailure
14:46:35 [2021-12-21T14:46:35.778Z] --- PASS: TestCommitFailure (0.04s)
14:46:35 [2021-12-21T14:46:35.778Z] === RUN   TestStartTransactionFailure
14:46:35 [2021-12-21T14:46:35.778Z] --- PASS: TestStartTransactionFailure (0.00s)
14:46:35 [2021-12-21T14:46:35.778Z] === RUN   TestGetOrphan
14:46:35 [2021-12-21T14:46:35.778Z] --- PASS: TestGetOrphan (0.01s)
14:46:35 [2021-12-21T14:46:35.778Z] === RUN   TestMountAndRegister
14:46:35 [2021-12-21T14:46:35.778Z]     layer_test.go:270: Layer size: 14
14:46:35 [2021-12-21T14:46:35.778Z] --- PASS: TestMountAndRegister (0.08s)
14:46:35 [2021-12-21T14:46:35.778Z] === RUN   TestLayerRelease
14:46:35 [2021-12-21T14:46:35.778Z]     layer_test.go:303: Failing on Windows
14:46:35 [2021-12-21T14:46:35.778Z] --- SKIP: TestLayerRelease (0.00s)
14:46:35 [2021-12-21T14:46:35.778Z] === RUN   TestStoreRestore
14:46:35 [2021-12-21T14:46:35.778Z]     layer_test.go:352: Failing on Windows
14:46:35 [2021-12-21T14:46:35.778Z] --- SKIP: TestStoreRestore (0.00s)
14:46:35 [2021-12-21T14:46:35.778Z] === RUN   TestTarStreamStability
14:46:35 [2021-12-21T14:46:35.778Z]     layer_test.go:467: Failing on Windows
14:46:35 [2021-12-21T14:46:35.778Z] --- SKIP: TestTarStreamStability (0.00s)
14:46:36 [2021-12-21T14:46:36.010Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
14:46:36 [2021-12-21T14:46:36.010Z]     docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows
14:46:36 [2021-12-21T14:46:36.010Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
14:46:36 [2021-12-21T14:46:36.010Z] === RUN   TestDockerSuite/TestContainerAPIWait
14:46:36 [2021-12-21T14:46:36.251Z] === RUN   TestRegisterExistingLayer
14:46:36 [2021-12-21T14:46:36.251Z] --- PASS: TestRegisterExistingLayer (0.18s)
14:46:36 [2021-12-21T14:46:36.251Z] === RUN   TestTarStreamVerification
14:46:36 [2021-12-21T14:46:36.251Z]     layer_test.go:696: Failing on Windows
14:46:36 [2021-12-21T14:46:36.251Z] --- SKIP: TestTarStreamVerification (0.00s)
14:46:36 [2021-12-21T14:46:36.251Z] === RUN   TestLayerMigration
14:46:36 [2021-12-21T14:46:36.251Z]     migration_test.go:45: Failing on Windows
14:46:36 [2021-12-21T14:46:36.251Z] --- SKIP: TestLayerMigration (0.00s)
14:46:36 [2021-12-21T14:46:36.251Z] === RUN   TestLayerMigrationNoTarsplit
14:46:36 [2021-12-21T14:46:36.251Z]     migration_test.go:181: Failing on Windows
14:46:36 [2021-12-21T14:46:36.251Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
14:46:36 [2021-12-21T14:46:36.251Z] === RUN   TestMountInit
14:46:36 [2021-12-21T14:46:36.251Z]     mount_test.go:17: Failing on Windows
14:46:36 [2021-12-21T14:46:36.251Z] --- SKIP: TestMountInit (0.00s)
14:46:36 [2021-12-21T14:46:36.251Z] === RUN   TestMountSize
14:46:36 [2021-12-21T14:46:36.251Z]     mount_test.go:76: Failing on Windows
14:46:36 [2021-12-21T14:46:36.251Z] --- SKIP: TestMountSize (0.00s)
14:46:36 [2021-12-21T14:46:36.251Z] === RUN   TestMountChanges
14:46:36 [2021-12-21T14:46:36.251Z]     mount_test.go:125: Failing on Windows
14:46:36 [2021-12-21T14:46:36.251Z] --- SKIP: TestMountChanges (0.00s)
14:46:36 [2021-12-21T14:46:36.251Z] === RUN   TestMountApply
14:46:36 [2021-12-21T14:46:36.251Z]     mount_test.go:212: Failing on Windows
14:46:36 [2021-12-21T14:46:36.251Z] --- SKIP: TestMountApply (0.00s)
14:46:36 [2021-12-21T14:46:36.251Z] PASS
14:46:36 [2021-12-21T14:46:36.251Z] coverage: 30.1% of statements
14:46:36 [2021-12-21T14:46:36.251Z] ok  	github.com/docker/docker/layer	0.449s	coverage: 30.1% of statements
14:46:36 [2021-12-21T14:46:36.251Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
14:46:36 [2021-12-21T14:46:36.251Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
14:46:36 [2021-12-21T14:46:36.251Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
14:46:36 [2021-12-21T14:46:36.251Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestSequenceGetAvailableBit
14:46:36 [2021-12-21T14:46:36.725Z] --- PASS: TestSequenceGetAvailableBit (0.00s)
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestSequenceEqual
14:46:36 [2021-12-21T14:46:36.725Z] --- PASS: TestSequenceEqual (0.00s)
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestSequenceCopy
14:46:36 [2021-12-21T14:46:36.725Z] --- PASS: TestSequenceCopy (0.00s)
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestGetFirstAvailable
14:46:36 [2021-12-21T14:46:36.725Z] --- PASS: TestGetFirstAvailable (0.00s)
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestFindSequence
14:46:36 [2021-12-21T14:46:36.725Z] --- PASS: TestFindSequence (0.00s)
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestCheckIfAvailable
14:46:36 [2021-12-21T14:46:36.725Z] --- PASS: TestCheckIfAvailable (0.00s)
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestMergeSequences
14:46:36 [2021-12-21T14:46:36.725Z] --- PASS: TestMergeSequences (0.00s)
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestPushReservation
14:46:36 [2021-12-21T14:46:36.725Z] --- PASS: TestPushReservation (0.00s)
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestSerializeDeserialize
14:46:36 [2021-12-21T14:46:36.725Z] --- PASS: TestSerializeDeserialize (0.00s)
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestSet
14:46:36 [2021-12-21T14:46:36.725Z] --- PASS: TestSet (0.00s)
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestSetUnset
14:46:36 [2021-12-21T14:46:36.725Z] --- PASS: TestSetUnset (0.00s)
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestOffsetSetUnset
14:46:36 [2021-12-21T14:46:36.725Z] --- PASS: TestOffsetSetUnset (0.00s)
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestSetInRange
14:46:36 [2021-12-21T14:46:36.725Z] --- PASS: TestSetInRange (0.00s)
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestSetAnyInRange
14:46:36 [2021-12-21T14:46:36.725Z] --- PASS: TestSetAnyInRange (0.00s)
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestMethods
14:46:36 [2021-12-21T14:46:36.725Z] --- PASS: TestMethods (0.00s)
14:46:36 [2021-12-21T14:46:36.725Z] === RUN   TestRandomAllocateDeallocate
14:46:37 [2021-12-21T14:46:37.384Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
14:46:38 [2021-12-21T14:46:38.762Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
14:46:38 [2021-12-21T14:46:38.762Z] --- PASS: TestGraphdriverPluginV2 (4.22s)
14:46:38 [2021-12-21T14:46:38.762Z] PASS
14:46:38 [2021-12-21T14:46:38.762Z] 
14:46:38 [2021-12-21T14:46:38.762Z] DONE 5 tests in 9.407s
14:46:38 [2021-12-21T14:46:38.762Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
14:46:38 [2021-12-21T14:46:38.762Z] ++ 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
14:46:38 [2021-12-21T14:46:38.762Z] ++ set -e
14:46:38 [2021-12-21T14:46:38.762Z] ++ '[' -n 0 ']'
14:46:38 [2021-12-21T14:46:38.762Z] ++ set -x
14:46:38 [2021-12-21T14:46:38.763Z] ++ env -i DEST=/go/src/github.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
14:46:38 [2021-12-21T14:46:38.966Z] === RUN   TestInvalidConfig
14:46:38 [2021-12-21T14:46:38.966Z] --- PASS: TestInvalidConfig (0.00s)
14:46:38 [2021-12-21T14:46:38.966Z] === RUN   TestConfig
14:46:38 [2021-12-21T14:46:38.966Z] --- PASS: TestConfig (0.01s)
14:46:38 [2021-12-21T14:46:38.966Z] === RUN   TestOptionsLabels
14:46:38 [2021-12-21T14:46:38.966Z] --- PASS: TestOptionsLabels (0.00s)
14:46:38 [2021-12-21T14:46:38.966Z] === RUN   TestValidName
14:46:38 [2021-12-21T14:46:38.966Z] --- PASS: TestValidName (0.00s)
14:46:38 [2021-12-21T14:46:38.966Z] === RUN   TestTLSConfiguration
14:46:39 [2021-12-21T14:46:39.022Z] INFO: Testing against a local daemon
14:46:39 [2021-12-21T14:46:39.022Z] === RUN   TestContinueAfterPluginCrash
14:46:39 [2021-12-21T14:46:39.022Z] === PAUSE TestContinueAfterPluginCrash
14:46:39 [2021-12-21T14:46:39.022Z] === RUN   TestReadPluginNoRead
14:46:39 [2021-12-21T14:46:39.022Z] === PAUSE TestReadPluginNoRead
14:46:39 [2021-12-21T14:46:39.022Z] === RUN   TestDaemonStartWithLogOpt
14:46:39 [2021-12-21T14:46:39.022Z] === PAUSE TestDaemonStartWithLogOpt
14:46:39 [2021-12-21T14:46:39.022Z] === CONT  TestContinueAfterPluginCrash
14:46:39 [2021-12-21T14:46:39.022Z] === CONT  TestDaemonStartWithLogOpt
14:46:39 [2021-12-21T14:46:39.281Z] === RUN   TestDockerSuite/TestContainerNetworkMode
14:46:39 [2021-12-21T14:46:39.439Z] time="2021-12-21T14:46:38Z" level=info msg="Option Initializing KV with TLS"
14:46:39 [2021-12-21T14:46:39.439Z] --- PASS: TestTLSConfiguration (0.26s)
14:46:39 [2021-12-21T14:46:39.439Z] PASS
14:46:39 [2021-12-21T14:46:39.439Z] coverage: 24.0% of statements
14:46:39 [2021-12-21T14:46:39.439Z] ok  	github.com/docker/docker/libnetwork/config	0.355s	coverage: 24.0% of statements
14:46:39 [2021-12-21T14:46:39.917Z] === RUN   TestKey
14:46:39 [2021-12-21T14:46:39.917Z] --- PASS: TestKey (0.00s)
14:46:39 [2021-12-21T14:46:39.917Z] === RUN   TestParseKey
14:46:39 [2021-12-21T14:46:39.917Z] --- PASS: TestParseKey (0.00s)
14:46:39 [2021-12-21T14:46:39.917Z] === RUN   TestInvalidDataStore
14:46:39 [2021-12-21T14:46:39.917Z] --- PASS: TestInvalidDataStore (0.00s)
14:46:39 [2021-12-21T14:46:39.917Z] === RUN   TestKVObjectFlatKey
14:46:39 [2021-12-21T14:46:39.917Z] --- PASS: TestKVObjectFlatKey (0.00s)
14:46:39 [2021-12-21T14:46:39.917Z] === RUN   TestAtomicKVObjectFlatKey
14:46:39 [2021-12-21T14:46:39.917Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s)
14:46:39 [2021-12-21T14:46:39.917Z] PASS
14:46:39 [2021-12-21T14:46:39.917Z] coverage: 21.9% of statements
14:46:39 [2021-12-21T14:46:39.917Z] ok  	github.com/docker/docker/libnetwork/datastore	0.078s	coverage: 21.9% of statements
14:46:40 [2021-12-21T14:46:40.391Z] === RUN   TestErrorInterfaces
14:46:40 [2021-12-21T14:46:40.391Z] --- PASS: TestErrorInterfaces (0.00s)
14:46:40 [2021-12-21T14:46:40.391Z] === RUN   TestNetworkMarshalling
14:46:40 [2021-12-21T14:46:40.865Z] --- PASS: TestNetworkMarshalling (0.24s)
14:46:40 [2021-12-21T14:46:40.865Z] === RUN   TestEndpointMarshalling
14:46:40 [2021-12-21T14:46:40.865Z] --- PASS: TestEndpointMarshalling (0.00s)
14:46:40 [2021-12-21T14:46:40.865Z] === RUN   TestAuxAddresses
14:46:40 [2021-12-21T14:46:40.865Z] time="2021-12-21T14:46:40Z" level=info msg="Restoring existing overlay networks from HNS into docker"
14:46:40 [2021-12-21T14:46:40.865Z] --- PASS: TestAuxAddresses (0.02s)
14:46:40 [2021-12-21T14:46:40.865Z] === RUN   TestSRVServiceQuery
14:46:40 [2021-12-21T14:46:40.865Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
14:46:40 [2021-12-21T14:46:40.865Z] --- SKIP: TestSRVServiceQuery (0.01s)
14:46:40 [2021-12-21T14:46:40.865Z] === RUN   TestServiceVIPReuse
14:46:40 [2021-12-21T14:46:40.865Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
14:46:40 [2021-12-21T14:46:40.865Z] --- SKIP: TestServiceVIPReuse (0.01s)
14:46:40 [2021-12-21T14:46:40.865Z] === RUN   TestIpamReleaseOnNetDriverFailures
14:46:40 [2021-12-21T14:46:40.865Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
14:46:40 [2021-12-21T14:46:40.865Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s)
14:46:40 [2021-12-21T14:46:40.865Z] === RUN   TestDNSIPQuery
14:46:40 [2021-12-21T14:46:40.865Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
14:46:40 [2021-12-21T14:46:40.865Z] --- SKIP: TestDNSIPQuery (0.00s)
14:46:40 [2021-12-21T14:46:40.865Z] === RUN   TestDNSProxyServFail
14:46:40 [2021-12-21T14:46:40.865Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
14:46:40 [2021-12-21T14:46:40.865Z] --- SKIP: TestDNSProxyServFail (0.00s)
14:46:40 [2021-12-21T14:46:40.865Z] === RUN   TestSandboxAddEmpty
14:46:40 [2021-12-21T14:46:40.865Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:46:40 [2021-12-21T14:46:40.865Z] --- SKIP: TestSandboxAddEmpty (0.01s)
14:46:40 [2021-12-21T14:46:40.865Z] === RUN   TestSandboxAddMultiPrio
14:46:40 [2021-12-21T14:46:40.865Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:46:40 [2021-12-21T14:46:40.865Z] --- SKIP: TestSandboxAddMultiPrio (0.00s)
14:46:40 [2021-12-21T14:46:40.865Z] === RUN   TestSandboxAddSamePrio
14:46:40 [2021-12-21T14:46:40.865Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:46:40 [2021-12-21T14:46:40.865Z] --- SKIP: TestSandboxAddSamePrio (0.01s)
14:46:40 [2021-12-21T14:46:40.865Z] === RUN   TestCleanupServiceDiscovery
14:46:40 [2021-12-21T14:46:40.865Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
14:46:40 [2021-12-21T14:46:40.865Z] --- SKIP: TestCleanupServiceDiscovery (0.00s)
14:46:40 [2021-12-21T14:46:40.865Z] === RUN   TestDNSOptions
14:46:40 [2021-12-21T14:46:40.865Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
14:46:40 [2021-12-21T14:46:40.865Z] --- SKIP: TestDNSOptions (0.00s)
14:46:40 [2021-12-21T14:46:40.865Z] === RUN   TestMultipleControllersWithSameStore
14:46:40 [2021-12-21T14:46:40.865Z] time="2021-12-21T14:46:40Z" level=info msg="Restoring existing overlay networks from HNS into docker"
14:46:40 [2021-12-21T14:46:40.865Z] time="2021-12-21T14:46:40Z" level=info msg="Restoring existing overlay networks from HNS into docker"
14:46:40 [2021-12-21T14:46:40.865Z] --- PASS: TestMultipleControllersWithSameStore (0.05s)
14:46:40 [2021-12-21T14:46:40.865Z] PASS
14:46:40 [2021-12-21T14:46:40.865Z] coverage: 8.6% of statements
14:46:40 [2021-12-21T14:46:40.865Z] === RUN   TestIPDataMarshalling
14:46:40 [2021-12-21T14:46:40.865Z] --- PASS: TestIPDataMarshalling (0.00s)
14:46:40 [2021-12-21T14:46:40.865Z] === RUN   TestValidateAndIsV6
14:46:40 [2021-12-21T14:46:40.865Z] --- PASS: TestValidateAndIsV6 (0.00s)
14:46:40 [2021-12-21T14:46:40.865Z] PASS
14:46:40 [2021-12-21T14:46:40.865Z] coverage: 68.9% of statements
14:46:40 [2021-12-21T14:46:40.865Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.067s	coverage: 68.9% of statements
14:46:40 [2021-12-21T14:46:40.865Z] ok  	github.com/docker/docker/libnetwork	0.471s	coverage: 8.6% of statements
14:46:41 [2021-12-21T14:46:41.186Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
14:46:41 [2021-12-21T14:46:41.338Z] === RUN   TestDriver
14:46:41 [2021-12-21T14:46:41.338Z] --- PASS: TestDriver (0.00s)
14:46:41 [2021-12-21T14:46:41.338Z] PASS
14:46:41 [2021-12-21T14:46:41.811Z] coverage: 34.8% of statements
14:46:41 [2021-12-21T14:46:41.811Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.049s	coverage: 34.8% of statements
14:46:42 [2021-12-21T14:46:42.125Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
14:46:42 [2021-12-21T14:46:42.284Z] === RUN   TestDriver
14:46:42 [2021-12-21T14:46:42.284Z] --- PASS: TestDriver (0.00s)
14:46:42 [2021-12-21T14:46:42.284Z] PASS
14:46:42 [2021-12-21T14:46:42.284Z] coverage: 34.8% of statements
14:46:42 [2021-12-21T14:46:42.284Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.061s	coverage: 34.8% of statements
14:46:42 [2021-12-21T14:46:42.284Z] === RUN   TestNetworkAllocateFree
14:46:42 [2021-12-21T14:46:42.284Z] --- PASS: TestNetworkAllocateFree (0.00s)
14:46:42 [2021-12-21T14:46:42.284Z] === RUN   TestNetworkAllocateUserDefinedVNIs
14:46:42 [2021-12-21T14:46:42.284Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s)
14:46:42 [2021-12-21T14:46:42.284Z] PASS
14:46:42 [2021-12-21T14:46:42.284Z] coverage: 63.6% of statements
14:46:42 [2021-12-21T14:46:42.284Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.051s	coverage: 63.6% of statements
14:46:43 [2021-12-21T14:46:43.280Z] === RUN   TestGetEmptyCapabilities
14:46:43 [2021-12-21T14:46:43.280Z] --- PASS: TestGetEmptyCapabilities (0.01s)
14:46:43 [2021-12-21T14:46:43.280Z] === RUN   TestGetExtraCapabilities
14:46:43 [2021-12-21T14:46:43.280Z] --- PASS: TestGetExtraCapabilities (0.01s)
14:46:43 [2021-12-21T14:46:43.280Z] === RUN   TestGetInvalidCapabilities
14:46:43 [2021-12-21T14:46:43.280Z] --- PASS: TestGetInvalidCapabilities (0.01s)
14:46:43 [2021-12-21T14:46:43.280Z] === RUN   TestRemoteDriver
14:46:43 [2021-12-21T14:46:43.280Z] --- PASS: TestRemoteDriver (0.01s)
14:46:43 [2021-12-21T14:46:43.280Z] === RUN   TestDriverError
14:46:43 [2021-12-21T14:46:43.280Z] --- PASS: TestDriverError (0.01s)
14:46:43 [2021-12-21T14:46:43.280Z] === RUN   TestMissingValues
14:46:43 [2021-12-21T14:46:43.280Z] --- PASS: TestMissingValues (0.01s)
14:46:43 [2021-12-21T14:46:43.280Z] === RUN   TestRollback
14:46:43 [2021-12-21T14:46:43.280Z] --- PASS: TestRollback (0.01s)
14:46:43 [2021-12-21T14:46:43.280Z] PASS
14:46:43 [2021-12-21T14:46:43.280Z] coverage: 57.4% of statements
14:46:43 [2021-12-21T14:46:43.280Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.117s	coverage: 57.4% of statements
14:46:43 [2021-12-21T14:46:43.753Z] === RUN   TestNew
14:46:43 [2021-12-21T14:46:43.753Z] --- PASS: TestNew (0.00s)
14:46:43 [2021-12-21T14:46:43.753Z] === RUN   TestAddDriver
14:46:43 [2021-12-21T14:46:43.753Z] --- PASS: TestAddDriver (0.00s)
14:46:43 [2021-12-21T14:46:43.753Z] === RUN   TestAddDuplicateDriver
14:46:43 [2021-12-21T14:46:43.753Z] --- PASS: TestAddDuplicateDriver (0.00s)
14:46:43 [2021-12-21T14:46:43.753Z] === RUN   TestIPAMDefaultAddressSpaces
14:46:43 [2021-12-21T14:46:43.753Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s)
14:46:43 [2021-12-21T14:46:43.753Z] === RUN   TestDriver
14:46:43 [2021-12-21T14:46:43.753Z] --- PASS: TestDriver (0.00s)
14:46:43 [2021-12-21T14:46:43.753Z] === RUN   TestIPAM
14:46:43 [2021-12-21T14:46:43.753Z] --- PASS: TestIPAM (0.00s)
14:46:43 [2021-12-21T14:46:43.753Z] === RUN   TestWalkIPAMs
14:46:43 [2021-12-21T14:46:43.753Z] --- PASS: TestWalkIPAMs (0.00s)
14:46:43 [2021-12-21T14:46:43.753Z] === RUN   TestWalkDrivers
14:46:43 [2021-12-21T14:46:43.753Z] --- PASS: TestWalkDrivers (0.00s)
14:46:43 [2021-12-21T14:46:43.753Z] PASS
14:46:43 [2021-12-21T14:46:43.753Z] coverage: 82.4% of statements
14:46:43 [2021-12-21T14:46:43.753Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.091s	coverage: 82.4% of statements
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestNAT
14:46:44 [2021-12-21T14:46:44.227Z]     windows_test.go:58: Test does not work on CI and was never running to begin with
14:46:44 [2021-12-21T14:46:44.227Z] --- SKIP: TestNAT (0.00s)
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestTransparent
14:46:44 [2021-12-21T14:46:44.227Z]     windows_test.go:63: Test does not work on CI and was never running to begin with
14:46:44 [2021-12-21T14:46:44.227Z] --- SKIP: TestTransparent (0.00s)
14:46:44 [2021-12-21T14:46:44.227Z] PASS
14:46:44 [2021-12-21T14:46:44.227Z] coverage: 0.0% of statements
14:46:44 [2021-12-21T14:46:44.227Z] --- PASS: TestRandomAllocateDeallocate (7.28s)
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestAllocateRandomDeallocate
14:46:44 [2021-12-21T14:46:44.227Z] ok  	github.com/docker/docker/libnetwork/drivers/windows	0.060s	coverage: 0.0% of statements
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestBuildDefault
14:46:44 [2021-12-21T14:46:44.227Z] --- PASS: TestBuildDefault (0.00s)
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestBuildHostnameDomainname
14:46:44 [2021-12-21T14:46:44.227Z] --- PASS: TestBuildHostnameDomainname (0.00s)
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestBuildHostname
14:46:44 [2021-12-21T14:46:44.227Z] --- PASS: TestBuildHostname (0.00s)
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestBuildHostnameFQDN
14:46:44 [2021-12-21T14:46:44.227Z] --- PASS: TestBuildHostnameFQDN (0.00s)
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestBuildNoIP
14:46:44 [2021-12-21T14:46:44.227Z] --- PASS: TestBuildNoIP (0.00s)
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestUpdate
14:46:44 [2021-12-21T14:46:44.227Z] --- PASS: TestUpdate (0.00s)
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestUpdateIgnoresPrefixedHostname
14:46:44 [2021-12-21T14:46:44.227Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s)
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestDeleteIgnoresPrefixedHostname
14:46:44 [2021-12-21T14:46:44.227Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s)
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestAddEmpty
14:46:44 [2021-12-21T14:46:44.227Z] --- PASS: TestAddEmpty (0.00s)
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestAdd
14:46:44 [2021-12-21T14:46:44.227Z] --- PASS: TestAdd (0.00s)
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestDeleteEmpty
14:46:44 [2021-12-21T14:46:44.227Z] --- PASS: TestDeleteEmpty (0.00s)
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestDeleteNewline
14:46:44 [2021-12-21T14:46:44.227Z] --- PASS: TestDeleteNewline (0.00s)
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestDelete
14:46:44 [2021-12-21T14:46:44.227Z] --- PASS: TestDelete (0.00s)
14:46:44 [2021-12-21T14:46:44.227Z] === RUN   TestConcurrentWrites
14:46:44 [2021-12-21T14:46:44.659Z] --- PASS: TestDaemonStartWithLogOpt (5.51s)
14:46:44 [2021-12-21T14:46:44.659Z] === CONT  TestReadPluginNoRead
14:46:44 [2021-12-21T14:46:44.659Z]     docker_api_swarm_node_test.go:20: [d176e7cf0ddc7] joining swarm manager [d017051d8bed6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:46:44 [2021-12-21T14:46:44.700Z] --- PASS: TestConcurrentWrites (0.43s)
14:46:44 [2021-12-21T14:46:44.700Z] PASS
14:46:44 [2021-12-21T14:46:44.700Z] coverage: 81.2% of statements
14:46:44 [2021-12-21T14:46:44.700Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.513s	coverage: 81.2% of statements
14:46:44 [2021-12-21T14:46:44.858Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
14:46:44 [2021-12-21T14:46:44.858Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
14:46:45 [2021-12-21T14:46:45.173Z] === RUN   TestNew
14:46:45 [2021-12-21T14:46:45.173Z] --- PASS: TestNew (0.00s)
14:46:45 [2021-12-21T14:46:45.173Z] === RUN   TestAllocate
14:46:45 [2021-12-21T14:46:45.173Z] --- PASS: TestAllocate (0.00s)
14:46:45 [2021-12-21T14:46:45.173Z] === RUN   TestUninitialized
14:46:45 [2021-12-21T14:46:45.173Z] --- PASS: TestUninitialized (0.00s)
14:46:45 [2021-12-21T14:46:45.173Z] === RUN   TestAllocateInRange
14:46:45 [2021-12-21T14:46:45.173Z] --- PASS: TestAllocateInRange (0.00s)
14:46:45 [2021-12-21T14:46:45.173Z] === RUN   TestAllocateSerial
14:46:45 [2021-12-21T14:46:45.173Z] --- PASS: TestAllocateSerial (0.00s)
14:46:45 [2021-12-21T14:46:45.173Z] PASS
14:46:45 [2021-12-21T14:46:45.173Z] coverage: 87.5% of statements
14:46:45 [2021-12-21T14:46:45.173Z] ok  	github.com/docker/docker/libnetwork/idm	0.053s	coverage: 87.5% of statements
14:46:45 [2021-12-21T14:46:45.173Z] === RUN   TestDiff
14:46:45 [2021-12-21T14:46:45.173Z] --- PASS: TestDiff (0.00s)
14:46:45 [2021-12-21T14:46:45.173Z] === RUN   TestAddedCallback
14:46:45 [2021-12-21T14:46:45.173Z] --- PASS: TestAddedCallback (0.00s)
14:46:45 [2021-12-21T14:46:45.173Z] === RUN   TestRemovedCallback
14:46:45 [2021-12-21T14:46:45.173Z] --- PASS: TestRemovedCallback (0.00s)
14:46:45 [2021-12-21T14:46:45.173Z] === RUN   TestNoCallback
14:46:45 [2021-12-21T14:46:45.173Z] --- PASS: TestNoCallback (0.00s)
14:46:45 [2021-12-21T14:46:45.173Z] PASS
14:46:45 [2021-12-21T14:46:45.173Z] coverage: 48.1% of statements
14:46:45 [2021-12-21T14:46:45.173Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.062s	coverage: 48.1% of statements
14:46:45 [2021-12-21T14:46:45.594Z]     docker_api_swarm_node_test.go:21: [dcbbd8acd78e1] joining swarm manager [d017051d8bed6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:46:45 [2021-12-21T14:46:45.594Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
14:46:45 [2021-12-21T14:46:45.647Z] --- PASS: TestAllocateRandomDeallocate (1.45s)
14:46:45 [2021-12-21T14:46:45.647Z] === RUN   TestAllocateRandomDeallocateSerialize
14:46:45 [2021-12-21T14:46:45.845Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
14:46:46 [2021-12-21T14:46:46.122Z] === RUN   TestCaller
14:46:46 [2021-12-21T14:46:46.122Z] --- PASS: TestCaller (0.00s)
14:46:46 [2021-12-21T14:46:46.122Z] PASS
14:46:46 [2021-12-21T14:46:46.122Z] coverage: 100.0% of statements
14:46:46 [2021-12-21T14:46:46.122Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.052s	coverage: 100.0% of statements
14:46:46 [2021-12-21T14:46:46.122Z] === RUN   TestSetSerialInsertDelete
14:46:46 [2021-12-21T14:46:46.122Z] --- PASS: TestSetSerialInsertDelete (0.00s)
14:46:46 [2021-12-21T14:46:46.122Z] === RUN   TestSetParallelInsertDelete
14:46:46 [2021-12-21T14:46:46.530Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
14:46:47 [2021-12-21T14:46:47.118Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.47s)
14:46:47 [2021-12-21T14:46:47.118Z] === RUN   TestRetrieveFromStore
14:46:47 [2021-12-21T14:46:47.413Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
14:46:47 [2021-12-21T14:46:47.468Z] === RUN   TestReadPluginNoRead/default
14:46:47 [2021-12-21T14:46:47.591Z] --- PASS: TestRetrieveFromStore (0.70s)
14:46:47 [2021-12-21T14:46:47.591Z] === RUN   TestIsCorrupted
14:46:47 [2021-12-21T14:46:47.591Z] --- PASS: TestIsCorrupted (0.03s)
14:46:47 [2021-12-21T14:46:47.591Z] === RUN   TestSetRollover
14:46:47 [2021-12-21T14:46:47.591Z] === RUN   TestInt2IP2IntConversion
14:46:47 [2021-12-21T14:46:47.727Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
14:46:48 [2021-12-21T14:46:48.587Z] --- PASS: TestInt2IP2IntConversion (0.59s)
14:46:48 [2021-12-21T14:46:48.587Z] === RUN   TestGetAddressVersion
14:46:48 [2021-12-21T14:46:48.587Z] --- PASS: TestGetAddressVersion (0.00s)
14:46:48 [2021-12-21T14:46:48.587Z] === RUN   TestKeyString
14:46:48 [2021-12-21T14:46:48.587Z] --- PASS: TestKeyString (0.00s)
14:46:48 [2021-12-21T14:46:48.587Z] === RUN   TestPoolDataMarshal
14:46:48 [2021-12-21T14:46:48.587Z] --- PASS: TestPoolDataMarshal (0.00s)
14:46:48 [2021-12-21T14:46:48.587Z] === RUN   TestSubnetsMarshal
14:46:48 [2021-12-21T14:46:48.587Z] --- PASS: TestSubnetsMarshal (0.07s)
14:46:48 [2021-12-21T14:46:48.587Z] === RUN   TestAddSubnets
14:46:48 [2021-12-21T14:46:48.587Z] === RUN   TestPoolRequest
14:46:48 [2021-12-21T14:46:48.587Z] --- PASS: TestPoolRequest (0.00s)
14:46:48 [2021-12-21T14:46:48.587Z] === RUN   TestOtherRequests
14:46:48 [2021-12-21T14:46:48.587Z] --- PASS: TestOtherRequests (0.00s)
14:46:48 [2021-12-21T14:46:48.587Z] PASS
14:46:48 [2021-12-21T14:46:48.587Z] coverage: 57.1% of statements
14:46:48 [2021-12-21T14:46:48.587Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.051s	coverage: 57.1% of statements
14:46:48 [2021-12-21T14:46:48.587Z] --- PASS: TestAddSubnets (0.09s)
14:46:48 [2021-12-21T14:46:48.587Z] === RUN   TestDoublePoolRelease
14:46:48 [2021-12-21T14:46:48.587Z] --- PASS: TestDoublePoolRelease (0.04s)
14:46:48 [2021-12-21T14:46:48.587Z] === RUN   TestAddReleasePoolID
14:46:48 [2021-12-21T14:46:48.587Z] --- PASS: TestAddReleasePoolID (0.15s)
14:46:48 [2021-12-21T14:46:48.587Z] === RUN   TestPredefinedPool
14:46:48 [2021-12-21T14:46:48.587Z] --- PASS: TestPredefinedPool (0.03s)
14:46:48 [2021-12-21T14:46:48.587Z] === RUN   TestRemoveSubnet
14:46:48 [2021-12-21T14:46:48.662Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
14:46:48 [2021-12-21T14:46:48.923Z] === RUN   TestReadPluginNoRead/disabled_caching
14:46:48 [2021-12-21T14:46:48.979Z] --- PASS: TestBuildMultiStageCopy (17.28s)
14:46:48 [2021-12-21T14:46:48.979Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (11.87s)
14:46:48 [2021-12-21T14:46:48.979Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
14:46:48 [2021-12-21T14:46:48.979Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.22s)
14:46:48 [2021-12-21T14:46:48.979Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.46s)
14:46:48 [2021-12-21T14:46:48.979Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.73s)
14:46:48 [2021-12-21T14:46:48.979Z] === RUN   TestBuildMultiStageParentConfig
14:46:49 [2021-12-21T14:46:49.060Z] --- PASS: TestRemoveSubnet (0.25s)
14:46:49 [2021-12-21T14:46:49.060Z] === RUN   TestGetSameAddress
14:46:49 [2021-12-21T14:46:49.060Z] --- PASS: TestGetSameAddress (0.03s)
14:46:49 [2021-12-21T14:46:49.060Z] === RUN   TestPoolAllocationReuse
14:46:49 [2021-12-21T14:46:49.492Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
14:46:49 [2021-12-21T14:46:49.536Z] === RUN   TestGetCapabilities
14:46:49 [2021-12-21T14:46:49.751Z] --- PASS: TestContinueAfterPluginCrash (10.64s)
14:46:50 [2021-12-21T14:46:50.008Z] --- PASS: TestGetCapabilities (0.01s)
14:46:50 [2021-12-21T14:46:50.008Z] === RUN   TestGetCapabilitiesFromLegacyDriver
14:46:50 [2021-12-21T14:46:50.008Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s)
14:46:50 [2021-12-21T14:46:50.008Z] === RUN   TestGetDefaultAddressSpaces
14:46:50 [2021-12-21T14:46:50.008Z] --- PASS: TestGetDefaultAddressSpaces (0.01s)
14:46:50 [2021-12-21T14:46:50.008Z] === RUN   TestRemoteDriver
14:46:50 [2021-12-21T14:46:50.008Z] --- PASS: TestSetRollover (2.14s)
14:46:50 [2021-12-21T14:46:50.008Z] === RUN   TestSetRolloverSerial
14:46:50 [2021-12-21T14:46:50.008Z] --- PASS: TestRemoteDriver (0.01s)
14:46:50 [2021-12-21T14:46:50.008Z] PASS
14:46:50 [2021-12-21T14:46:50.008Z] coverage: 47.4% of statements
14:46:50 [2021-12-21T14:46:50.008Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.090s	coverage: 47.4% of statements
14:46:50 [2021-12-21T14:46:50.318Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
14:46:50 [2021-12-21T14:46:50.884Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
14:46:51 [2021-12-21T14:46:51.004Z] === RUN   TestWindowsIPAM
14:46:51 [2021-12-21T14:46:51.004Z] --- PASS: TestWindowsIPAM (0.00s)
14:46:51 [2021-12-21T14:46:51.004Z] PASS
14:46:51 [2021-12-21T14:46:51.004Z] coverage: 71.4% of statements
14:46:51 [2021-12-21T14:46:51.004Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.046s	coverage: 71.4% of statements
14:46:51 [2021-12-21T14:46:51.477Z] --- PASS: TestPoolAllocationReuse (2.34s)
14:46:51 [2021-12-21T14:46:51.477Z] === RUN   TestGetAddressSubPoolEqualPool
14:46:51 [2021-12-21T14:46:51.477Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s)
14:46:51 [2021-12-21T14:46:51.477Z] === RUN   TestRequestReleaseAddressFromSubPool
14:46:51 [2021-12-21T14:46:51.843Z] === CONT  TestReadPluginNoRead
14:46:51 [2021-12-21T14:46:51.843Z]     read_test.go:92: [dae042ba22c29] daemon is not started
14:46:51 [2021-12-21T14:46:51.843Z] --- PASS: TestReadPluginNoRead (6.99s)
14:46:51 [2021-12-21T14:46:51.843Z]     --- PASS: TestReadPluginNoRead/default (1.44s)
14:46:51 [2021-12-21T14:46:51.843Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.40s)
14:46:51 [2021-12-21T14:46:51.843Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.33s)
14:46:51 [2021-12-21T14:46:51.843Z] PASS
14:46:51 [2021-12-21T14:46:51.843Z] 
14:46:51 [2021-12-21T14:46:51.843Z] DONE 6 tests in 12.706s
14:46:51 [2021-12-21T14:46:51.843Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
14:46:51 [2021-12-21T14:46:51.843Z] ++ 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
14:46:51 [2021-12-21T14:46:51.843Z] ++ set -e
14:46:51 [2021-12-21T14:46:51.843Z] ++ '[' -n 0 ']'
14:46:51 [2021-12-21T14:46:51.843Z] ++ set -x
14:46:51 [2021-12-21T14:46:51.843Z] ++ env -i DEST=/go/src/github.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
14:46:51 [2021-12-21T14:46:51.843Z] testing: warning: no tests to run
14:46:51 [2021-12-21T14:46:51.843Z] PASS
14:46:51 [2021-12-21T14:46:51.843Z] 
14:46:51 [2021-12-21T14:46:51.843Z] DONE 0 tests in 0.050s
14:46:51 [2021-12-21T14:46:51.843Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
14:46:51 [2021-12-21T14:46:51.843Z] ++ 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
14:46:51 [2021-12-21T14:46:51.843Z] ++ set -e
14:46:51 [2021-12-21T14:46:51.843Z] ++ '[' -n 0 ']'
14:46:51 [2021-12-21T14:46:51.843Z] ++ set -x
14:46:51 [2021-12-21T14:46:51.843Z] ++ env -i DEST=/go/src/github.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
14:46:51 [2021-12-21T14:46:51.843Z] INFO: Testing against a local daemon
14:46:51 [2021-12-21T14:46:51.843Z] === RUN   TestPluginWithDevMounts
14:46:51 [2021-12-21T14:46:51.843Z] === PAUSE TestPluginWithDevMounts
14:46:51 [2021-12-21T14:46:51.843Z] === CONT  TestPluginWithDevMounts
14:46:51 [2021-12-21T14:46:51.931Z] --- PASS: TestBuildMultiStageParentConfig (3.02s)
14:46:51 [2021-12-21T14:46:51.931Z] === RUN   TestBuildLabelWithTargets
14:46:51 [2021-12-21T14:46:51.931Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
14:46:51 [2021-12-21T14:46:51.931Z] --- SKIP: TestBuildLabelWithTargets (0.00s)
14:46:51 [2021-12-21T14:46:51.931Z] === RUN   TestBuildWithEmptyLayers
14:46:51 [2021-12-21T14:46:51.937Z] === RUN   TestDefaultNetwork
14:46:51 [2021-12-21T14:46:51.937Z] --- PASS: TestSetRolloverSerial (2.18s)
14:46:51 [2021-12-21T14:46:51.937Z] === RUN   TestGetFirstAvailableFromCurrent
14:46:51 [2021-12-21T14:46:51.937Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s)
14:46:51 [2021-12-21T14:46:51.937Z] PASS
14:46:51 [2021-12-21T14:46:51.937Z] coverage: 84.4% of statements
14:46:51 [2021-12-21T14:46:51.937Z] ok  	github.com/docker/docker/libnetwork/bitseq	15.316s	coverage: 84.4% of statements
14:46:51 [2021-12-21T14:46:51.937Z] --- PASS: TestDefaultNetwork (0.32s)
14:46:51 [2021-12-21T14:46:51.937Z] === RUN   TestConfigGlobalScopeDefaultNetworks
14:46:52 [2021-12-21T14:46:52.108Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
14:46:52 [2021-12-21T14:46:52.398Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.30s)
14:46:52 [2021-12-21T14:46:52.398Z] === RUN   TestInitAddressPools
14:46:52 [2021-12-21T14:46:52.398Z] --- PASS: TestInitAddressPools (0.00s)
14:46:52 [2021-12-21T14:46:52.398Z] PASS
14:46:52 [2021-12-21T14:46:52.398Z] coverage: 74.0% of statements
14:46:52 [2021-12-21T14:46:52.398Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.713s	coverage: 74.0% of statements
14:46:53 [2021-12-21T14:46:53.370Z] === RUN   TestKeyValue
14:46:53 [2021-12-21T14:46:53.370Z] --- PASS: TestKeyValue (0.00s)
14:46:53 [2021-12-21T14:46:53.370Z] PASS
14:46:53 [2021-12-21T14:46:53.370Z] coverage: 60.0% of statements
14:46:53 [2021-12-21T14:46:53.370Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.050s	coverage: 60.0% of statements
14:46:53 [2021-12-21T14:46:53.479Z] --- PASS: TestBuildWithEmptyLayers (1.74s)
14:46:53 [2021-12-21T14:46:53.479Z] === RUN   TestBuildMultiStageOnBuild
14:46:53 [2021-12-21T14:46:53.482Z] --- PASS: TestPluginWithDevMounts (1.65s)
14:46:53 [2021-12-21T14:46:53.482Z] PASS
14:46:53 [2021-12-21T14:46:53.482Z] 
14:46:53 [2021-12-21T14:46:53.482Z] DONE 1 tests in 1.775s
14:46:53 [2021-12-21T14:46:53.482Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
14:46:53 [2021-12-21T14:46:53.482Z] ++ 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
14:46:53 [2021-12-21T14:46:53.482Z] ++ set -e
14:46:53 [2021-12-21T14:46:53.482Z] ++ '[' -n 0 ']'
14:46:53 [2021-12-21T14:46:53.482Z] ++ set -x
14:46:53 [2021-12-21T14:46:53.482Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
14:46:53 [2021-12-21T14:46:53.482Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
14:46:53 [2021-12-21T14:46:53.741Z] INFO: Testing against a local daemon
14:46:53 [2021-12-21T14:46:53.741Z] === RUN   TestSecretInspect
14:46:54 [2021-12-21T14:46:54.912Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.66s)
14:46:54 [2021-12-21T14:46:54.913Z] === RUN   TestSerializeRequestReleaseAddressFromSubPool
14:46:55 [2021-12-21T14:46:55.113Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000756cd8_<nil>}
14:46:56 [2021-12-21T14:46:56.048Z] --- PASS: TestSecretInspect (2.29s)
14:46:56 [2021-12-21T14:46:56.048Z] === RUN   TestSecretList
14:46:56 [2021-12-21T14:46:56.306Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
14:46:56 [2021-12-21T14:46:56.306Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1145090268_/foo_false__<nil>_<nil>_<nil>}
14:46:56 [2021-12-21T14:46:56.454Z] --- PASS: TestSetParallelInsertDelete (10.00s)
14:46:56 [2021-12-21T14:46:56.454Z] PASS
14:46:56 [2021-12-21T14:46:56.454Z] coverage: 100.0% of statements
14:46:56 [2021-12-21T14:46:56.454Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.056s	coverage: 100.0% of statements
14:46:56 [2021-12-21T14:46:56.454Z] === RUN   TestNetworkDBSimple
14:46:56 [2021-12-21T14:46:56.915Z] === RUN   TestGenerate
14:46:56 [2021-12-21T14:46:56.915Z] --- PASS: TestGenerate (0.00s)
14:46:56 [2021-12-21T14:46:56.915Z] === RUN   TestGeneratePtr
14:46:56 [2021-12-21T14:46:56.915Z] --- PASS: TestGeneratePtr (0.00s)
14:46:56 [2021-12-21T14:46:56.915Z] === RUN   TestGenerateMissingField
14:46:56 [2021-12-21T14:46:56.915Z] --- PASS: TestGenerateMissingField (0.00s)
14:46:56 [2021-12-21T14:46:56.915Z] === RUN   TestFieldCannotBeSet
14:46:56 [2021-12-21T14:46:56.915Z] --- PASS: TestFieldCannotBeSet (0.00s)
14:46:56 [2021-12-21T14:46:56.915Z] === RUN   TestTypeMismatchError
14:46:56 [2021-12-21T14:46:56.915Z] --- PASS: TestTypeMismatchError (0.00s)
14:46:56 [2021-12-21T14:46:56.915Z] PASS
14:46:56 [2021-12-21T14:46:56.915Z] coverage: 100.0% of statements
14:46:56 [2021-12-21T14:46:56.915Z] ok  	github.com/docker/docker/libnetwork/options	0.047s	coverage: 100.0% of statements
14:46:57 [2021-12-21T14:46:57.682Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1145090268_/foo_true__<nil>_<nil>_<nil>}
14:46:57 [2021-12-21T14:46:57.888Z] 2021/12/21 14:46:57 Closing DB instances...
14:46:57 [2021-12-21T14:46:57.889Z] testing: warning: no tests to run
14:46:57 [2021-12-21T14:46:57.889Z] PASS
14:46:57 [2021-12-21T14:46:57.889Z] coverage: 0.0% of statements
14:46:57 [2021-12-21T14:46:57.889Z] ok  	github.com/docker/docker/libnetwork/osl	0.050s	coverage: 0.0% of statements [no tests to run]
14:46:58 [2021-12-21T14:46:58.349Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.20s)
14:46:58 [2021-12-21T14:46:58.349Z] === RUN   TestGetAddress
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
14:46:58 [2021-12-21T14:46:58.349Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
14:46:58 [2021-12-21T14:46:58.616Z] --- PASS: TestSecretList (2.67s)
14:46:58 [2021-12-21T14:46:58.616Z] === RUN   TestSecretsCreateAndDelete
14:46:58 [2021-12-21T14:46:58.809Z] === RUN   TestRequestNewPort
14:46:58 [2021-12-21T14:46:58.809Z] --- PASS: TestRequestNewPort (0.00s)
14:46:58 [2021-12-21T14:46:58.809Z] === RUN   TestRequestSpecificPort
14:46:58 [2021-12-21T14:46:58.809Z] --- PASS: TestRequestSpecificPort (0.00s)
14:46:58 [2021-12-21T14:46:58.809Z] === RUN   TestReleasePort
14:46:58 [2021-12-21T14:46:58.809Z] --- PASS: TestReleasePort (0.00s)
14:46:58 [2021-12-21T14:46:58.809Z] === RUN   TestReuseReleasedPort
14:46:58 [2021-12-21T14:46:58.809Z] --- PASS: TestReuseReleasedPort (0.00s)
14:46:58 [2021-12-21T14:46:58.809Z] === RUN   TestReleaseUnreadledPort
14:46:58 [2021-12-21T14:46:58.809Z] --- PASS: TestReleaseUnreadledPort (0.00s)
14:46:58 [2021-12-21T14:46:58.809Z] === RUN   TestUnknowProtocol
14:46:58 [2021-12-21T14:46:58.809Z] --- PASS: TestUnknowProtocol (0.00s)
14:46:58 [2021-12-21T14:46:58.809Z] === RUN   TestAllocateAllPorts
14:46:58 [2021-12-21T14:46:58.809Z] --- PASS: TestAllocateAllPorts (0.00s)
14:46:58 [2021-12-21T14:46:58.809Z] === RUN   TestPortAllocation
14:46:58 [2021-12-21T14:46:58.809Z] --- PASS: TestPortAllocation (0.00s)
14:46:58 [2021-12-21T14:46:58.809Z] === RUN   TestPortAllocationWithCustomRange
14:46:58 [2021-12-21T14:46:58.809Z] --- PASS: TestPortAllocationWithCustomRange (0.00s)
14:46:58 [2021-12-21T14:46:58.809Z] === RUN   TestNoDuplicateBPR
14:46:58 [2021-12-21T14:46:58.809Z] --- PASS: TestNoDuplicateBPR (0.00s)
14:46:58 [2021-12-21T14:46:58.809Z] === RUN   TestChangePortRange
14:46:58 [2021-12-21T14:46:58.809Z]     portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0
14:46:58 [2021-12-21T14:46:58.809Z]     portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0
14:46:58 [2021-12-21T14:46:58.809Z]     portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0
14:46:58 [2021-12-21T14:46:58.809Z]     portallocator_test.go:343: test: port allocate range 60100-65010, setErr=<nil>, reqPort=60100
14:46:58 [2021-12-21T14:46:58.809Z]     portallocator_test.go:343: test: port allocate range 0-0, setErr=<nil>, reqPort=60000
14:46:58 [2021-12-21T14:46:58.809Z]     portallocator_test.go:343: test: port allocate range 59900-65000, setErr=<nil>, reqPort=60001
14:46:58 [2021-12-21T14:46:58.809Z] --- PASS: TestChangePortRange (0.00s)
14:46:58 [2021-12-21T14:46:58.809Z] PASS
14:46:58 [2021-12-21T14:46:58.809Z] coverage: 88.6% of statements
14:46:58 [2021-12-21T14:46:58.809Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.051s	coverage: 88.6% of statements
14:46:59 [2021-12-21T14:46:59.184Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3116102255_/foo_false__<nil>_<nil>_<nil>}
14:46:59 [2021-12-21T14:46:59.270Z] --- PASS: TestNetworkDBSimple (2.65s)
14:46:59 [2021-12-21T14:46:59.270Z] === RUN   TestNetworkDBJoinLeaveNetwork
14:46:59 [2021-12-21T14:46:59.731Z] testing: warning: no tests to run
14:46:59 [2021-12-21T14:46:59.731Z] PASS
14:46:59 [2021-12-21T14:46:59.731Z] coverage: 0.0% of statements
14:46:59 [2021-12-21T14:46:59.731Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.046s	coverage: 0.0% of statements [no tests to run]
14:46:59 [2021-12-21T14:46:59.731Z] === RUN   TestHashData
14:46:59 [2021-12-21T14:46:59.731Z] --- PASS: TestHashData (0.00s)
14:46:59 [2021-12-21T14:46:59.731Z] PASS
14:46:59 [2021-12-21T14:46:59.731Z] coverage: 2.8% of statements
14:46:59 [2021-12-21T14:46:59.731Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.051s	coverage: 2.8% of statements
14:47:00 [2021-12-21T14:47:00.192Z] === RUN   TestErrorConstructors
14:47:00 [2021-12-21T14:47:00.192Z] --- PASS: TestErrorConstructors (0.00s)
14:47:00 [2021-12-21T14:47:00.192Z] === RUN   TestCompareIPMask
14:47:00 [2021-12-21T14:47:00.192Z] --- PASS: TestCompareIPMask (0.00s)
14:47:00 [2021-12-21T14:47:00.192Z] === RUN   TestUtilGetHostPartIP
14:47:00 [2021-12-21T14:47:00.192Z] --- PASS: TestUtilGetHostPartIP (0.00s)
14:47:00 [2021-12-21T14:47:00.192Z] === RUN   TestUtilGetBroadcastIP
14:47:00 [2021-12-21T14:47:00.192Z] --- PASS: TestUtilGetBroadcastIP (0.00s)
14:47:00 [2021-12-21T14:47:00.192Z] === RUN   TestParseCIDR
14:47:00 [2021-12-21T14:47:00.192Z] --- PASS: TestParseCIDR (0.00s)
14:47:00 [2021-12-21T14:47:00.192Z] PASS
14:47:00 [2021-12-21T14:47:00.192Z] coverage: 37.3% of statements
14:47:00 [2021-12-21T14:47:00.192Z] ok  	github.com/docker/docker/libnetwork/types	0.050s	coverage: 37.3% of statements
14:47:00 [2021-12-21T14:47:00.192Z] 2021/12/21 14:47:00 Closing DB instances...
14:47:00 [2021-12-21T14:47:00.561Z]     docker_api_swarm_test.go:502: [d711cfb7ef7ae] joining swarm manager [d1fea119cef6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:47:00 [2021-12-21T14:47:00.561Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3116102255_/foo_true__<nil>_<nil>_<nil>}
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
14:47:01 [2021-12-21T14:47:01.164Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
14:47:01 [2021-12-21T14:47:01.165Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
14:47:01 [2021-12-21T14:47:01.165Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
14:47:01 [2021-12-21T14:47:01.165Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
14:47:01 [2021-12-21T14:47:01.165Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
14:47:01 [2021-12-21T14:47:01.165Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
14:47:01 [2021-12-21T14:47:01.165Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
14:47:01 [2021-12-21T14:47:01.165Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
14:47:01 [2021-12-21T14:47:01.165Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
14:47:01 [2021-12-21T14:47:01.165Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
14:47:01 [2021-12-21T14:47:01.165Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
14:47:01 [2021-12-21T14:47:01.165Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
14:47:01 [2021-12-21T14:47:01.165Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
14:47:01 [2021-12-21T14:47:01.165Z] PASS
14:47:01 [2021-12-21T14:47:01.165Z] coverage: 50.0% of statements
14:47:01 [2021-12-21T14:47:01.165Z] ok  	github.com/docker/docker/oci	0.055s	coverage: 50.0% of statements
14:47:01 [2021-12-21T14:47:01.496Z] --- PASS: TestSecretsCreateAndDelete (2.79s)
14:47:01 [2021-12-21T14:47:01.496Z] === RUN   TestSecretsUpdate
14:47:02 [2021-12-21T14:47:02.062Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3116102255_/foo_true__0xc000756d08_<nil>_<nil>}
14:47:02 [2021-12-21T14:47:02.137Z] === RUN   TestParseVersion
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestParseVersion (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] PASS
14:47:02 [2021-12-21T14:47:02.138Z] coverage: 52.9% of statements
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.65s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestNetworkDBJoinLeaveNetworks
14:47:02 [2021-12-21T14:47:02.138Z] ok  	github.com/docker/docker/pkg/aaparser	0.046s	coverage: 52.9% of statements
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestAddressPoolOpt
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestAddressPoolOpt (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/a
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/something
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/_=a
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/env1=value1
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/_env1=value1
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/env2=value2=value3
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/env3=abc!qwe
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/env_4=value_4
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/PATH
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/=a
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/PATH=
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/PATH=something
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/asd!qwe
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/1asd
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/123
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/some_space
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/__some_space_before
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/some_space_after__
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/=
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateEnv/PaTh
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestValidateEnv (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/a (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/something (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/_=a (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/PATH (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/=a (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/1asd (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/123 (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/some_space (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/= (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestParseHost
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestParseHost (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestParseDockerDaemonHost
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestParseDockerDaemonHost (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestParseTCP
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestParseTCP (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestParseInvalidUnixAddrInvalid
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateExtraHosts
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestValidateExtraHosts (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestIpOptString
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestIpOptString (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestNewIpOptInvalidDefaultVal
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestNewIpOptValidDefaultVal
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestIpOptSetInvalidVal
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateIPAddress
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestValidateIPAddress (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestMapOpts
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestMapOpts (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestListOptsWithoutValidator
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestListOptsWithoutValidator (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestListOptsWithValidator
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestListOptsWithValidator (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateDNSSearch
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestValidateDNSSearch (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateLabel
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateLabel/label_with_general_format
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateLabel/label_with_more_than_one_=
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateLabel/label_with_one_more
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestValidateLabel (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestNamedListOpts
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestNamedListOpts (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestNamedMapOpts
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestNamedMapOpts (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestParseLink
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestParseLink (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestQuotedStringSetWithQuotes
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestQuotedStringSetWithNoQuotes
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] === RUN   TestUlimitOpt
14:47:02 [2021-12-21T14:47:02.138Z] --- PASS: TestUlimitOpt (0.00s)
14:47:02 [2021-12-21T14:47:02.138Z] PASS
14:47:02 [2021-12-21T14:47:02.138Z] coverage: 67.1% of statements
14:47:02 [2021-12-21T14:47:02.138Z] ok  	github.com/docker/docker/opts	0.101s	coverage: 67.1% of statements
14:47:03 [2021-12-21T14:47:03.438Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000756d98_<nil>}
14:47:03 [2021-12-21T14:47:03.680Z] 2021/12/21 14:47:02 Closing DB instances...
14:47:03 [2021-12-21T14:47:03.680Z] === RUN   TestPeerCertificateMarshalJSON
14:47:03 [2021-12-21T14:47:03.696Z] --- PASS: TestSecretsUpdate (2.19s)
14:47:03 [2021-12-21T14:47:03.696Z] === RUN   TestTemplatedSecret
14:47:04 [2021-12-21T14:47:04.142Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
14:47:04 [2021-12-21T14:47:04.142Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
14:47:04 [2021-12-21T14:47:04.142Z] --- PASS: TestPeerCertificateMarshalJSON (0.60s)
14:47:04 [2021-12-21T14:47:04.142Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
14:47:04 [2021-12-21T14:47:04.142Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
14:47:04 [2021-12-21T14:47:04.142Z] === RUN   TestMiddleware
14:47:04 [2021-12-21T14:47:04.142Z] --- PASS: TestMiddleware (0.00s)
14:47:04 [2021-12-21T14:47:04.142Z] === RUN   TestNewResponseModifier
14:47:04 [2021-12-21T14:47:04.142Z] --- PASS: TestNewResponseModifier (0.00s)
14:47:04 [2021-12-21T14:47:04.142Z] PASS
14:47:04 [2021-12-21T14:47:04.142Z] coverage: 26.8% of statements
14:47:04 [2021-12-21T14:47:04.603Z] ok  	github.com/docker/docker/pkg/authorization	0.668s	coverage: 26.8% of statements
14:47:04 [2021-12-21T14:47:04.603Z] === RUN   TestIsArchivePathDir
14:47:05 [2021-12-21T14:47:05.068Z] --- PASS: TestIsArchivePathDir (0.08s)
14:47:05 [2021-12-21T14:47:05.068Z] === RUN   TestIsArchivePathInvalidFile
14:47:05 [2021-12-21T14:47:05.068Z] time="2021-12-21T14:47:04Z" level=error msg="node1(ae52f59485e2) Could not close DB: timeout waiting for leave broadcast"
14:47:05 [2021-12-21T14:47:05.068Z] --- PASS: TestNetworkDBJoinLeaveNetworks (3.03s)
14:47:05 [2021-12-21T14:47:05.068Z] === RUN   TestNetworkDBCRUDTableEntry
14:47:05 [2021-12-21T14:47:05.068Z] --- PASS: TestIsArchivePathInvalidFile (0.19s)
14:47:05 [2021-12-21T14:47:05.068Z] === RUN   TestIsArchivePathTar
14:47:05 [2021-12-21T14:47:05.068Z] --- PASS: TestIsArchivePathTar (0.21s)
14:47:05 [2021-12-21T14:47:05.068Z] === RUN   TestDecompressStreamGzip
14:47:05 [2021-12-21T14:47:05.068Z] === RUN   TestUnbuffered
14:47:05 [2021-12-21T14:47:05.068Z] --- PASS: TestUnbuffered (0.00s)
14:47:05 [2021-12-21T14:47:05.068Z] === RUN   TestRaceUnbuffered
14:47:05 [2021-12-21T14:47:05.068Z] --- PASS: TestRaceUnbuffered (0.00s)
14:47:05 [2021-12-21T14:47:05.068Z] PASS
14:47:05 [2021-12-21T14:47:05.068Z] coverage: 100.0% of statements
14:47:05 [2021-12-21T14:47:05.068Z] ok  	github.com/docker/docker/pkg/broadcaster	0.048s	coverage: 100.0% of statements
14:47:05 [2021-12-21T14:47:05.070Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000756dc8_<nil>}
14:47:05 [2021-12-21T14:47:05.529Z] --- PASS: TestDecompressStreamGzip (0.14s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestDecompressStreamBzip2
14:47:05 [2021-12-21T14:47:05.529Z] --- PASS: TestDecompressStreamBzip2 (0.13s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestDecompressStreamXz
14:47:05 [2021-12-21T14:47:05.529Z]     archive_test.go:133: Xz not present in msys2
14:47:05 [2021-12-21T14:47:05.529Z] --- SKIP: TestDecompressStreamXz (0.00s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestDecompressStreamZstd
14:47:05 [2021-12-21T14:47:05.529Z]     archive_test.go:140: zstd not installed
14:47:05 [2021-12-21T14:47:05.529Z] --- SKIP: TestDecompressStreamZstd (0.04s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestCompressStreamXzUnsupported
14:47:05 [2021-12-21T14:47:05.529Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestCompressStreamBzip2Unsupported
14:47:05 [2021-12-21T14:47:05.529Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestCompressStreamInvalid
14:47:05 [2021-12-21T14:47:05.529Z] --- PASS: TestCompressStreamInvalid (0.00s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestExtensionInvalid
14:47:05 [2021-12-21T14:47:05.529Z] --- PASS: TestExtensionInvalid (0.00s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestExtensionUncompressed
14:47:05 [2021-12-21T14:47:05.529Z] --- PASS: TestExtensionUncompressed (0.00s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestExtensionBzip2
14:47:05 [2021-12-21T14:47:05.529Z] --- PASS: TestExtensionBzip2 (0.00s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestExtensionGzip
14:47:05 [2021-12-21T14:47:05.529Z] --- PASS: TestExtensionGzip (0.00s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestExtensionXz
14:47:05 [2021-12-21T14:47:05.529Z] --- PASS: TestExtensionXz (0.00s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestExtensionZstd
14:47:05 [2021-12-21T14:47:05.529Z] --- PASS: TestExtensionZstd (0.00s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestCmdStreamLargeStderr
14:47:05 [2021-12-21T14:47:05.529Z] --- PASS: TestCmdStreamLargeStderr (0.09s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestCmdStreamBad
14:47:05 [2021-12-21T14:47:05.529Z]     archive_test.go:252: Failing on Windows CI machines
14:47:05 [2021-12-21T14:47:05.529Z] --- SKIP: TestCmdStreamBad (0.00s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestCmdStreamGood
14:47:05 [2021-12-21T14:47:05.529Z] --- PASS: TestCmdStreamGood (0.06s)
14:47:05 [2021-12-21T14:47:05.529Z] === RUN   TestUntarPathWithInvalidDest
14:47:05 [2021-12-21T14:47:05.989Z] --- PASS: TestUntarPathWithInvalidDest (0.07s)
14:47:05 [2021-12-21T14:47:05.989Z] === RUN   TestUntarPathWithInvalidSrc
14:47:05 [2021-12-21T14:47:05.989Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
14:47:05 [2021-12-21T14:47:05.989Z] === RUN   TestUntarPath
14:47:05 [2021-12-21T14:47:05.989Z] --- PASS: TestUntarPath (0.08s)
14:47:05 [2021-12-21T14:47:05.989Z] === RUN   TestUntarPathWithDestinationFile
14:47:05 [2021-12-21T14:47:05.989Z] --- PASS: TestUntarPathWithDestinationFile (0.07s)
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestMatch
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestMatch/[[]]
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestMatch/[[foo]]
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestMatch/[[bar]_[foo]]
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestMatch/[[foo_bar]]
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestMatch/[[qux]_[foo]]
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestMatch/[]
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestMatch/[]#01
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestMatch/[[qux]]
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestMatch/[[foo_bar_qux]]
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestMatch/[[qux]_[baz]]
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestMatch/[[foo_baz]]
14:47:05 [2021-12-21T14:47:05.990Z] --- PASS: TestMatch (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z]     --- PASS: TestMatch/[[]] (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z]     --- PASS: TestMatch/[[foo]] (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z]     --- PASS: TestMatch/[] (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z]     --- PASS: TestMatch/[]#01 (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z]     --- PASS: TestMatch/[[qux]] (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z] PASS
14:47:05 [2021-12-21T14:47:05.990Z] coverage: 87.5% of statements
14:47:05 [2021-12-21T14:47:05.990Z] ok  	github.com/docker/docker/pkg/capabilities	0.048s	coverage: 87.5% of statements
14:47:05 [2021-12-21T14:47:05.990Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s)
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestCopyWithTarInvalidSrc
14:47:05 [2021-12-21T14:47:05.990Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
14:47:05 [2021-12-21T14:47:05.990Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestCopyWithTarSrcFile
14:47:05 [2021-12-21T14:47:05.990Z] --- PASS: TestCopyWithTarSrcFile (0.01s)
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestCopyWithTarSrcFolder
14:47:05 [2021-12-21T14:47:05.990Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestCopyFileWithTarInvalidSrc
14:47:05 [2021-12-21T14:47:05.990Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
14:47:05 [2021-12-21T14:47:05.990Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestCopyFileWithTarSrcFolder
14:47:05 [2021-12-21T14:47:05.990Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestCopyFileWithTarSrcFile
14:47:05 [2021-12-21T14:47:05.990Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s)
14:47:05 [2021-12-21T14:47:05.990Z] === RUN   TestTarFiles
14:47:06 [2021-12-21T14:47:06.447Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000756e58_<nil>}
14:47:06 [2021-12-21T14:47:06.447Z] --- PASS: TestTemplatedSecret (2.75s)
14:47:06 [2021-12-21T14:47:06.447Z] === RUN   TestSecretCreateResolve
14:47:07 [2021-12-21T14:47:07.534Z] 2021/12/21 14:47:07 Closing DB instances...
14:47:07 [2021-12-21T14:47:07.534Z] === RUN   TestChrootTarUntar
14:47:07 [2021-12-21T14:47:07.534Z]     archive_test.go:44: os.Getuid() != 0: skipping test that requires root
14:47:07 [2021-12-21T14:47:07.534Z] --- SKIP: TestChrootTarUntar (0.00s)
14:47:07 [2021-12-21T14:47:07.534Z] === RUN   TestChrootUntarWithHugeExcludesList
14:47:07 [2021-12-21T14:47:07.534Z]     archive_test.go:76: os.Getuid() != 0: skipping test that requires root
14:47:07 [2021-12-21T14:47:07.534Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
14:47:07 [2021-12-21T14:47:07.534Z] === RUN   TestChrootUntarEmptyArchive
14:47:07 [2021-12-21T14:47:07.534Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
14:47:07 [2021-12-21T14:47:07.534Z] === RUN   TestChrootTarUntarWithSymlink
14:47:07 [2021-12-21T14:47:07.534Z]     archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:47:07 [2021-12-21T14:47:07.534Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
14:47:07 [2021-12-21T14:47:07.534Z] === RUN   TestChrootCopyWithTar
14:47:07 [2021-12-21T14:47:07.534Z]     archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:47:07 [2021-12-21T14:47:07.534Z] --- SKIP: TestChrootCopyWithTar (0.00s)
14:47:07 [2021-12-21T14:47:07.534Z] === RUN   TestChrootCopyFileWithTar
14:47:07 [2021-12-21T14:47:07.534Z]     archive_test.go:248: os.Getuid() != 0: skipping test that requires root
14:47:07 [2021-12-21T14:47:07.534Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
14:47:07 [2021-12-21T14:47:07.534Z] === RUN   TestChrootUntarPath
14:47:07 [2021-12-21T14:47:07.534Z]     archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:47:07 [2021-12-21T14:47:07.534Z] --- SKIP: TestChrootUntarPath (0.00s)
14:47:07 [2021-12-21T14:47:07.534Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
14:47:07 [2021-12-21T14:47:07.534Z]     archive_test.go:355: os.Getuid() != 0: skipping test that requires root
14:47:07 [2021-12-21T14:47:07.534Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
14:47:07 [2021-12-21T14:47:07.534Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
14:47:07 [2021-12-21T14:47:07.534Z]     archive_test.go:372: os.Getuid() != 0: skipping test that requires root
14:47:07 [2021-12-21T14:47:07.534Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
14:47:07 [2021-12-21T14:47:07.534Z] === RUN   TestChrootApplyDotDotFile
14:47:07 [2021-12-21T14:47:07.534Z]     archive_test.go:389: os.Getuid() != 0: skipping test that requires root
14:47:07 [2021-12-21T14:47:07.534Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
14:47:07 [2021-12-21T14:47:07.534Z] PASS
14:47:07 [2021-12-21T14:47:07.534Z] coverage: 15.1% of statements
14:47:07 [2021-12-21T14:47:07.534Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.106s	coverage: 15.1% of statements
14:47:07 [2021-12-21T14:47:07.821Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000756ee8_<nil>}
14:47:08 [2021-12-21T14:47:08.388Z]     docker_api_swarm_test.go:507: [d51013ef47fb5] joining swarm manager [d1fea119cef6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:47:08 [2021-12-21T14:47:08.504Z] === RUN   TestSizeEmpty
14:47:08 [2021-12-21T14:47:08.504Z] --- PASS: TestSizeEmpty (0.00s)
14:47:08 [2021-12-21T14:47:08.504Z] === RUN   TestSizeEmptyFile
14:47:08 [2021-12-21T14:47:08.504Z] --- PASS: TestSizeEmptyFile (0.00s)
14:47:08 [2021-12-21T14:47:08.504Z] === RUN   TestSizeNonemptyFile
14:47:08 [2021-12-21T14:47:08.504Z] --- PASS: TestSizeNonemptyFile (0.00s)
14:47:08 [2021-12-21T14:47:08.504Z] === RUN   TestSizeNestedDirectoryEmpty
14:47:08 [2021-12-21T14:47:08.504Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
14:47:08 [2021-12-21T14:47:08.504Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
14:47:08 [2021-12-21T14:47:08.504Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
14:47:08 [2021-12-21T14:47:08.504Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
14:47:08 [2021-12-21T14:47:08.504Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
14:47:08 [2021-12-21T14:47:08.504Z] === RUN   TestMoveToSubdir
14:47:08 [2021-12-21T14:47:08.504Z] --- PASS: TestMoveToSubdir (0.01s)
14:47:08 [2021-12-21T14:47:08.504Z] === RUN   TestSizeNonExistingDirectory
14:47:08 [2021-12-21T14:47:08.504Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
14:47:08 [2021-12-21T14:47:08.504Z] PASS
14:47:08 [2021-12-21T14:47:08.504Z] coverage: 80.0% of statements
14:47:08 [2021-12-21T14:47:08.504Z] ok  	github.com/docker/docker/pkg/directory	0.057s	coverage: 80.0% of statements
14:47:08 [2021-12-21T14:47:08.954Z] --- PASS: TestSecretCreateResolve (2.48s)
14:47:08 [2021-12-21T14:47:08.954Z] PASS
14:47:08 [2021-12-21T14:47:08.954Z] 
14:47:08 [2021-12-21T14:47:08.954Z] DONE 6 tests in 15.421s
14:47:08 [2021-12-21T14:47:08.954Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
14:47:08 [2021-12-21T14:47:08.954Z] ++ 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
14:47:08 [2021-12-21T14:47:08.954Z] ++ set -e
14:47:08 [2021-12-21T14:47:08.954Z] ++ '[' -n 0 ']'
14:47:08 [2021-12-21T14:47:08.954Z] ++ set -x
14:47:08 [2021-12-21T14:47:08.954Z] ++ env -i DEST=/go/src/github.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
14:47:08 [2021-12-21T14:47:08.954Z] INFO: Testing against a local daemon
14:47:08 [2021-12-21T14:47:08.954Z] === RUN   TestServiceCreateInit
14:47:08 [2021-12-21T14:47:08.954Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:47:09 [2021-12-21T14:47:09.212Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
14:47:09 [2021-12-21T14:47:09.476Z] --- PASS: TestNetworkDBCRUDTableEntry (4.29s)
14:47:09 [2021-12-21T14:47:09.476Z] === RUN   TestNetworkDBCRUDTableEntries
14:47:09 [2021-12-21T14:47:09.476Z] === RUN   Test
14:47:09 [2021-12-21T14:47:09.476Z] === RUN   Test/TestContainsEntry
14:47:09 [2021-12-21T14:47:09.476Z] === RUN   Test/TestCreateEntries
14:47:09 [2021-12-21T14:47:09.476Z] === RUN   Test/TestEntriesDiff
14:47:09 [2021-12-21T14:47:09.476Z] === RUN   Test/TestEntriesEquality
14:47:09 [2021-12-21T14:47:09.476Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
14:47:09 [2021-12-21T14:47:09.476Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
14:47:09 [2021-12-21T14:47:09.476Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
14:47:09 [2021-12-21T14:47:09.476Z] === RUN   Test/TestGeneratorNotGenerate
14:47:09 [2021-12-21T14:47:09.476Z] === RUN   Test/TestGeneratorWithPort
14:47:09 [2021-12-21T14:47:09.476Z] === RUN   Test/TestGeneratorWithPortNotGenerate
14:47:09 [2021-12-21T14:47:09.476Z] === RUN   Test/TestNewEntry
14:47:09 [2021-12-21T14:47:09.476Z] === RUN   Test/TestParse
14:47:09 [2021-12-21T14:47:09.476Z] --- PASS: Test (0.00s)
14:47:09 [2021-12-21T14:47:09.476Z]     --- PASS: Test/TestContainsEntry (0.00s)
14:47:09 [2021-12-21T14:47:09.476Z]     --- PASS: Test/TestCreateEntries (0.00s)
14:47:09 [2021-12-21T14:47:09.476Z]     --- PASS: Test/TestEntriesDiff (0.00s)
14:47:09 [2021-12-21T14:47:09.476Z]     --- PASS: Test/TestEntriesEquality (0.00s)
14:47:09 [2021-12-21T14:47:09.476Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
14:47:09 [2021-12-21T14:47:09.476Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
14:47:09 [2021-12-21T14:47:09.476Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
14:47:09 [2021-12-21T14:47:09.476Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
14:47:09 [2021-12-21T14:47:09.476Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
14:47:09 [2021-12-21T14:47:09.476Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
14:47:09 [2021-12-21T14:47:09.476Z]     --- PASS: Test/TestNewEntry (0.00s)
14:47:09 [2021-12-21T14:47:09.476Z]     --- PASS: Test/TestParse (0.00s)
14:47:09 [2021-12-21T14:47:09.476Z] PASS
14:47:09 [2021-12-21T14:47:09.476Z] coverage: 58.3% of statements
14:47:09 [2021-12-21T14:47:09.476Z] ok  	github.com/docker/docker/pkg/discovery	0.054s	coverage: 58.3% of statements
14:47:10 [2021-12-21T14:47:10.159Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
14:47:10 [2021-12-21T14:47:10.159Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
14:47:10 [2021-12-21T14:47:10.159Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
14:47:10 [2021-12-21T14:47:10.159Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
14:47:10 [2021-12-21T14:47:10.159Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
14:47:10 [2021-12-21T14:47:10.159Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
14:47:10 [2021-12-21T14:47:10.159Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
14:47:10 [2021-12-21T14:47:10.159Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
14:47:10 [2021-12-21T14:47:10.159Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
14:47:10 [2021-12-21T14:47:10.159Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
14:47:10 [2021-12-21T14:47:10.159Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
14:47:10 [2021-12-21T14:47:10.159Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
14:47:10 [2021-12-21T14:47:10.420Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
14:47:10 [2021-12-21T14:47:10.420Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
14:47:10 [2021-12-21T14:47:10.420Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
14:47:10 [2021-12-21T14:47:10.420Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
14:47:10 [2021-12-21T14:47:10.420Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
14:47:10 [2021-12-21T14:47:10.420Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
14:47:10 [2021-12-21T14:47:10.452Z] === RUN   Test
14:47:10 [2021-12-21T14:47:10.452Z] === RUN   Test/TestContent
14:47:10 [2021-12-21T14:47:10.452Z] === RUN   Test/TestInitialize
14:47:10 [2021-12-21T14:47:10.452Z] === RUN   Test/TestNew
14:47:10 [2021-12-21T14:47:10.452Z] === RUN   Test/TestParsingContentsWithComments
14:47:10 [2021-12-21T14:47:10.452Z] === RUN   Test/TestRegister
14:47:10 [2021-12-21T14:47:10.452Z] === RUN   Test/TestWatch
14:47:10 [2021-12-21T14:47:10.452Z] --- PASS: Test (0.01s)
14:47:10 [2021-12-21T14:47:10.452Z]     --- PASS: Test/TestContent (0.00s)
14:47:10 [2021-12-21T14:47:10.452Z]     --- PASS: Test/TestInitialize (0.00s)
14:47:10 [2021-12-21T14:47:10.452Z]     --- PASS: Test/TestNew (0.00s)
14:47:10 [2021-12-21T14:47:10.452Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
14:47:10 [2021-12-21T14:47:10.452Z]     --- PASS: Test/TestRegister (0.00s)
14:47:10 [2021-12-21T14:47:10.452Z]     --- PASS: Test/TestWatch (0.00s)
14:47:10 [2021-12-21T14:47:10.452Z] PASS
14:47:10 [2021-12-21T14:47:10.452Z] coverage: 97.6% of statements
14:47:10 [2021-12-21T14:47:10.452Z] ok  	github.com/docker/docker/pkg/discovery/file	0.062s	coverage: 97.6% of statements
14:47:11 [2021-12-21T14:47:11.165Z] --- PASS: TestBuildMultiStageOnBuild (17.17s)
14:47:11 [2021-12-21T14:47:11.165Z] === RUN   TestBuildUncleanTarFilenames
14:47:11 [2021-12-21T14:47:11.165Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
14:47:11 [2021-12-21T14:47:11.165Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
14:47:11 [2021-12-21T14:47:11.165Z] === RUN   TestBuildMultiStageLayerLeak
14:47:11 [2021-12-21T14:47:11.423Z] 2021/12/21 14:47:11 Closing DB instances...
14:47:11 [2021-12-21T14:47:11.883Z] === RUN   Test
14:47:11 [2021-12-21T14:47:11.883Z] === RUN   Test/TestInitialize
14:47:12 [2021-12-21T14:47:12.344Z] time="2021-12-21T14:47:11Z" level=info msg="Initializing discovery without TLS"
14:47:12 [2021-12-21T14:47:12.344Z] time="2021-12-21T14:47:12Z" level=info msg="Initializing discovery without TLS"
14:47:12 [2021-12-21T14:47:12.344Z] time="2021-12-21T14:47:12Z" level=info msg="Initializing discovery without TLS"
14:47:12 [2021-12-21T14:47:12.344Z] === RUN   Test/TestInitializeWithCerts
14:47:12 [2021-12-21T14:47:12.344Z] time="2021-12-21T14:47:12Z" level=info msg="Initializing discovery with TLS"
14:47:12 [2021-12-21T14:47:12.344Z] === RUN   Test/TestWatch
14:47:12 [2021-12-21T14:47:12.344Z] time="2021-12-21T14:47:12Z" level=info msg="Initializing discovery without TLS"
14:47:12 [2021-12-21T14:47:12.805Z] --- PASS: TestNetworkDBCRUDTableEntries (3.46s)
14:47:12 [2021-12-21T14:47:12.805Z] === RUN   TestNetworkDBNodeLeave
14:47:12 [2021-12-21T14:47:12.956Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
14:47:13 [2021-12-21T14:47:13.214Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:47:13 [2021-12-21T14:47:13.778Z] --- PASS: TestTarFiles (7.43s)
14:47:13 [2021-12-21T14:47:13.778Z] === RUN   TestDetectCompressionZstd
14:47:13 [2021-12-21T14:47:13.778Z] --- PASS: TestDetectCompressionZstd (0.00s)
14:47:13 [2021-12-21T14:47:13.778Z] === RUN   TestTarUntar
14:47:13 [2021-12-21T14:47:13.778Z] --- PASS: TestTarUntar (0.05s)
14:47:13 [2021-12-21T14:47:13.778Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
14:47:13 [2021-12-21T14:47:13.778Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
14:47:13 [2021-12-21T14:47:13.778Z] === RUN   TestTarWithOptions
14:47:13 [2021-12-21T14:47:13.778Z] --- PASS: TestTarWithOptions (0.04s)
14:47:13 [2021-12-21T14:47:13.778Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
14:47:13 [2021-12-21T14:47:13.778Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
14:47:13 [2021-12-21T14:47:13.778Z] === RUN   TestUntarUstarGnuConflict
14:47:13 [2021-12-21T14:47:13.778Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
14:47:13 [2021-12-21T14:47:13.778Z] === RUN   TestUntarInvalidFilenames
14:47:13 [2021-12-21T14:47:13.778Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1949587024\\dest"
14:47:13 [2021-12-21T14:47:13.778Z] --- PASS: TestUntarInvalidFilenames (0.22s)
14:47:13 [2021-12-21T14:47:13.778Z] === RUN   TestUntarHardlinkToSymlink
14:47:13 [2021-12-21T14:47:13.778Z] --- PASS: TestUntarHardlinkToSymlink (0.02s)
14:47:13 [2021-12-21T14:47:13.778Z] === RUN   TestUntarInvalidHardlink
14:47:13 [2021-12-21T14:47:13.778Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3793335085\\victim\\hello" -> "../victim/hello"
14:47:13 [2021-12-21T14:47:13.778Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2012324816\\victim\\hello" -> "/../victim/hello"
14:47:13 [2021-12-21T14:47:13.778Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2452337995\\victim" -> "../victim"
14:47:13 [2021-12-21T14:47:13.778Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3986065940\\victim" -> "../victim"
14:47:13 [2021-12-21T14:47:13.778Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2879462955\\victim" -> "../victim"
14:47:13 [2021-12-21T14:47:13.778Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3522730064\\victim" -> "../victim"
14:47:13 [2021-12-21T14:47:13.778Z] --- PASS: TestUntarInvalidHardlink (0.04s)
14:47:13 [2021-12-21T14:47:13.778Z] === RUN   TestUntarInvalidSymlink
14:47:13 [2021-12-21T14:47:13.778Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1839201050\\dest\\dotdot" -> "../victim/hello"
14:47:13 [2021-12-21T14:47:13.778Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2172314303\\dest\\slash-dotdot" -> "/../victim/hello"
14:47:13 [2021-12-21T14:47:13.778Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2759998176\\dest\\loophole-victim" -> "../victim"
14:47:13 [2021-12-21T14:47:13.778Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4145031220\\dest\\loophole-victim" -> "../victim"
14:47:13 [2021-12-21T14:47:13.778Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2534536489\\dest\\loophole-victim" -> "../victim"
14:47:13 [2021-12-21T14:47:13.778Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3129483923\\dest\\loophole-victim" -> "../victim"
14:47:13 [2021-12-21T14:47:13.778Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2271076401\\dest\\dir\\loophole" -> "../../victim"
14:47:13 [2021-12-21T14:47:13.778Z] --- PASS: TestUntarInvalidSymlink (0.05s)
14:47:13 [2021-12-21T14:47:13.778Z] === RUN   TestTempArchiveCloseMultipleTimes
14:47:13 [2021-12-21T14:47:13.778Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
14:47:13 [2021-12-21T14:47:13.778Z] === RUN   TestXGlobalNoParent
14:47:13 [2021-12-21T14:47:13.778Z] --- PASS: TestXGlobalNoParent (0.00s)
14:47:13 [2021-12-21T14:47:13.778Z] === RUN   TestReplaceFileTarWrapper
14:47:14 [2021-12-21T14:47:14.238Z] --- PASS: TestReplaceFileTarWrapper (0.22s)
14:47:14 [2021-12-21T14:47:14.238Z] === RUN   TestPrefixHeaderReadable
14:47:14 [2021-12-21T14:47:14.238Z] --- PASS: TestPrefixHeaderReadable (0.03s)
14:47:14 [2021-12-21T14:47:14.238Z] === RUN   TestDisablePigz
14:47:14 [2021-12-21T14:47:14.238Z]     archive_test.go:1372: Test will not check full path when Pigz not installed
14:47:14 [2021-12-21T14:47:14.238Z] --- PASS: TestDisablePigz (0.14s)
14:47:14 [2021-12-21T14:47:14.238Z] === RUN   TestPigz
14:47:14 [2021-12-21T14:47:14.589Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
14:47:14 [2021-12-21T14:47:14.699Z]     archive_test.go:1401: Tested whether Pigz is not used, as it not installed
14:47:14 [2021-12-21T14:47:14.699Z] --- PASS: TestPigz (0.17s)
14:47:14 [2021-12-21T14:47:14.699Z] === RUN   TestCopyFileWithInvalidDest
14:47:14 [2021-12-21T14:47:14.699Z]     archive_windows_test.go:16: Currently fails
14:47:14 [2021-12-21T14:47:14.699Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
14:47:14 [2021-12-21T14:47:14.699Z] === RUN   TestCanonicalTarNameForPath
14:47:14 [2021-12-21T14:47:14.699Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
14:47:14 [2021-12-21T14:47:14.699Z] === RUN   TestCanonicalTarName
14:47:14 [2021-12-21T14:47:14.699Z] --- PASS: TestCanonicalTarName (0.00s)
14:47:14 [2021-12-21T14:47:14.699Z] === RUN   TestChmodTarEntry
14:47:14 [2021-12-21T14:47:14.699Z] --- PASS: TestChmodTarEntry (0.00s)
14:47:14 [2021-12-21T14:47:14.699Z] === RUN   TestHardLinkOrder
14:47:14 [2021-12-21T14:47:14.699Z] --- PASS: TestHardLinkOrder (0.09s)
14:47:14 [2021-12-21T14:47:14.699Z] === RUN   TestChangeString
14:47:14 [2021-12-21T14:47:14.699Z] --- PASS: TestChangeString (0.00s)
14:47:14 [2021-12-21T14:47:14.699Z] === RUN   TestChangesWithNoChanges
14:47:14 [2021-12-21T14:47:14.700Z] --- PASS: TestChangesWithNoChanges (0.04s)
14:47:14 [2021-12-21T14:47:14.700Z] === RUN   TestChangesWithChanges
14:47:14 [2021-12-21T14:47:14.700Z] --- PASS: TestChangesWithChanges (0.04s)
14:47:14 [2021-12-21T14:47:14.700Z] === RUN   TestChangesWithChangesGH13590
14:47:14 [2021-12-21T14:47:14.700Z]     changes_test.go:195: needs more investigation
14:47:14 [2021-12-21T14:47:14.700Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
14:47:14 [2021-12-21T14:47:14.700Z] === RUN   TestChangesDirsEmpty
14:47:14 [2021-12-21T14:47:14.700Z] --- PASS: TestChangesDirsEmpty (0.16s)
14:47:14 [2021-12-21T14:47:14.700Z] === RUN   TestChangesDirsMutated
14:47:15 [2021-12-21T14:47:15.160Z] --- PASS: TestChangesDirsMutated (0.16s)
14:47:15 [2021-12-21T14:47:15.160Z] === RUN   TestApplyLayer
14:47:15 [2021-12-21T14:47:15.160Z]     changes_test.go:432: needs further investigation
14:47:15 [2021-12-21T14:47:15.160Z] --- SKIP: TestApplyLayer (0.00s)
14:47:15 [2021-12-21T14:47:15.160Z] === RUN   TestChangesSizeWithHardlinks
14:47:15 [2021-12-21T14:47:15.160Z]     changes_test.go:468: needs further investigation
14:47:15 [2021-12-21T14:47:15.160Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
14:47:15 [2021-12-21T14:47:15.160Z] === RUN   TestChangesSizeWithNoChanges
14:47:15 [2021-12-21T14:47:15.160Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
14:47:15 [2021-12-21T14:47:15.160Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
14:47:15 [2021-12-21T14:47:15.160Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
14:47:15 [2021-12-21T14:47:15.160Z] === RUN   TestChangesSize
14:47:15 [2021-12-21T14:47:15.160Z] --- PASS: TestChangesSize (0.01s)
14:47:15 [2021-12-21T14:47:15.160Z] === RUN   TestApplyLayerInvalidFilenames
14:47:15 [2021-12-21T14:47:15.160Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames812295937\\dest"
14:47:15 [2021-12-21T14:47:15.160Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s)
14:47:15 [2021-12-21T14:47:15.160Z] === RUN   TestApplyLayerInvalidHardlink
14:47:15 [2021-12-21T14:47:15.160Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2536982616\\victim\\hello" -> "../victim/hello"
14:47:15 [2021-12-21T14:47:15.160Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3307985014\\victim\\hello" -> "/../victim/hello"
14:47:15 [2021-12-21T14:47:15.160Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2287513185\\victim" -> "../victim"
14:47:15 [2021-12-21T14:47:15.160Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2042511121\\victim" -> "../victim"
14:47:15 [2021-12-21T14:47:15.160Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink970283732\\victim" -> "../victim"
14:47:15 [2021-12-21T14:47:15.160Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2950487803\\victim" -> "../victim"
14:47:15 [2021-12-21T14:47:15.160Z] --- PASS: TestApplyLayerInvalidHardlink (0.05s)
14:47:15 [2021-12-21T14:47:15.160Z] === RUN   TestApplyLayerInvalidSymlink
14:47:15 [2021-12-21T14:47:15.160Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2373429323\\dest\\dotdot" -> "../victim/hello"
14:47:15 [2021-12-21T14:47:15.160Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3815978033\\dest\\slash-dotdot" -> "/../victim/hello"
14:47:15 [2021-12-21T14:47:15.160Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2787611037\\dest\\loophole-victim" -> "../victim"
14:47:15 [2021-12-21T14:47:15.160Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink474295755\\dest\\loophole-victim" -> "../victim"
14:47:15 [2021-12-21T14:47:15.160Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2665507259\\dest\\loophole-victim" -> "../victim"
14:47:15 [2021-12-21T14:47:15.160Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2552487541\\dest\\loophole-victim" -> "../victim"
14:47:15 [2021-12-21T14:47:15.160Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s)
14:47:15 [2021-12-21T14:47:15.160Z] === RUN   TestApplyLayerWhiteouts
14:47:15 [2021-12-21T14:47:15.160Z] --- PASS: TestApplyLayerWhiteouts (0.09s)
14:47:15 [2021-12-21T14:47:15.160Z] === RUN   TestGenerateEmptyFile
14:47:15 [2021-12-21T14:47:15.160Z] --- PASS: TestGenerateEmptyFile (0.00s)
14:47:15 [2021-12-21T14:47:15.160Z] === RUN   TestGenerateWithContent
14:47:15 [2021-12-21T14:47:15.160Z] --- PASS: TestGenerateWithContent (0.00s)
14:47:15 [2021-12-21T14:47:15.160Z] PASS
14:47:15 [2021-12-21T14:47:15.160Z] coverage: 63.0% of statements
14:47:15 [2021-12-21T14:47:15.160Z] ok  	github.com/docker/docker/pkg/archive	10.469s	coverage: 63.0% of statements
14:47:15 [2021-12-21T14:47:15.160Z] --- PASS: Test (3.25s)
14:47:15 [2021-12-21T14:47:15.160Z]     --- PASS: Test/TestInitialize (0.22s)
14:47:15 [2021-12-21T14:47:15.160Z]     --- PASS: Test/TestInitializeWithCerts (0.02s)
14:47:15 [2021-12-21T14:47:15.160Z]     --- PASS: Test/TestWatch (3.00s)
14:47:15 [2021-12-21T14:47:15.160Z] PASS
14:47:15 [2021-12-21T14:47:15.160Z] coverage: 84.1% of statements
14:47:15 [2021-12-21T14:47:15.160Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.304s	coverage: 84.1% of statements
14:47:15 [2021-12-21T14:47:15.620Z] --- PASS: TestNetworkDBNodeLeave (3.04s)
14:47:15 [2021-12-21T14:47:15.621Z] === RUN   TestNetworkDBWatch
14:47:16 [2021-12-21T14:47:16.081Z] === RUN   Test
14:47:16 [2021-12-21T14:47:16.081Z] === RUN   Test/TestWatch
14:47:16 [2021-12-21T14:47:16.081Z] --- PASS: Test (0.00s)
14:47:16 [2021-12-21T14:47:16.081Z]     --- PASS: Test/TestWatch (0.00s)
14:47:16 [2021-12-21T14:47:16.081Z] PASS
14:47:16 [2021-12-21T14:47:16.081Z] coverage: 92.3% of statements
14:47:16 [2021-12-21T14:47:16.081Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.053s	coverage: 92.3% of statements
14:47:17 [2021-12-21T14:47:17.119Z] === RUN   TestDockerSuite/TestCopyAndRestart
14:47:17 [2021-12-21T14:47:17.622Z] === RUN   Test
14:47:17 [2021-12-21T14:47:17.622Z] === RUN   Test/TestInitialize
14:47:17 [2021-12-21T14:47:17.622Z] === RUN   Test/TestInitializeWithPattern
14:47:17 [2021-12-21T14:47:17.622Z] === RUN   Test/TestRegister
14:47:17 [2021-12-21T14:47:17.622Z] === RUN   Test/TestWatch
14:47:17 [2021-12-21T14:47:17.622Z] --- PASS: Test (0.00s)
14:47:17 [2021-12-21T14:47:17.622Z]     --- PASS: Test/TestInitialize (0.00s)
14:47:17 [2021-12-21T14:47:17.622Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
14:47:17 [2021-12-21T14:47:17.622Z]     --- PASS: Test/TestRegister (0.00s)
14:47:17 [2021-12-21T14:47:17.622Z]     --- PASS: Test/TestWatch (0.00s)
14:47:17 [2021-12-21T14:47:17.622Z] PASS
14:47:17 [2021-12-21T14:47:17.622Z] coverage: 93.8% of statements
14:47:17 [2021-12-21T14:47:17.622Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.054s	coverage: 93.8% of statements
14:47:17 [2021-12-21T14:47:17.622Z] 2021/12/21 14:47:17 Closing DB instances...
14:47:18 [2021-12-21T14:47:18.053Z] --- PASS: TestServiceCreateInit (9.08s)
14:47:18 [2021-12-21T14:47:18.053Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.27s)
14:47:18 [2021-12-21T14:47:18.053Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.79s)
14:47:18 [2021-12-21T14:47:18.053Z] === RUN   TestCreateServiceMultipleTimes
14:47:18 [2021-12-21T14:47:18.595Z] === RUN   TestPollerAddRemove
14:47:18 [2021-12-21T14:47:18.595Z] --- PASS: TestPollerAddRemove (0.00s)
14:47:18 [2021-12-21T14:47:18.595Z] === RUN   TestPollerEvent
14:47:18 [2021-12-21T14:47:18.595Z]     poller_test.go:40: No chmod on Windows
14:47:18 [2021-12-21T14:47:18.595Z] --- SKIP: TestPollerEvent (0.00s)
14:47:18 [2021-12-21T14:47:18.595Z] === RUN   TestPollerClose
14:47:18 [2021-12-21T14:47:18.595Z] --- PASS: TestPollerClose (0.00s)
14:47:18 [2021-12-21T14:47:18.595Z] PASS
14:47:18 [2021-12-21T14:47:18.595Z] coverage: 45.7% of statements
14:47:18 [2021-12-21T14:47:18.595Z] ok  	github.com/docker/docker/pkg/filenotify	0.058s	coverage: 45.7% of statements
14:47:18 [2021-12-21T14:47:18.619Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
14:47:18 [2021-12-21T14:47:18.619Z] === RUN   TestDockerSuite/TestCpAbsolutePath
14:47:19 [2021-12-21T14:47:19.056Z] --- PASS: TestNetworkDBWatch (3.06s)
14:47:19 [2021-12-21T14:47:19.056Z] === RUN   TestNetworkDBBulkSync
14:47:19 [2021-12-21T14:47:19.186Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestCopyFileWithInvalidSrc
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestCopyFileWithInvalidDest
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestCopyFileWithSameSrcAndDest
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestCopyFile
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestCopyFile (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
14:47:20 [2021-12-21T14:47:20.027Z]     fileutils_test.go:133: Needs porting to Windows
14:47:20 [2021-12-21T14:47:20.027Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestReadSymlinkedDirectoryToFile
14:47:20 [2021-12-21T14:47:20.027Z]     fileutils_test.go:179: Needs porting to Windows
14:47:20 [2021-12-21T14:47:20.027Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestWildcardMatches
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestWildcardMatches (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestPatternMatches
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestPatternMatches (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestExclusionPatternMatchesPatternBefore
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestPatternMatchesFolderExclusions
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestPatternMatchesFolderWildcardExclusions
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestExclusionPatternMatchesPatternAfter
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestExclusionPatternMatchesWholeDirectory
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestSingleExclamationError
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestSingleExclamationError (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestMatchesWithNoPatterns
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestMatchesWithMalformedPatterns
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestMatches
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestMatches/MatchesOrParentMatches
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestMatches/MatchesUsingParentResult
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestMatches/MatchesUsingParentResults
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestMatches/MatchesUsingParentResultsNoContext
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestMatches (0.01s)
14:47:20 [2021-12-21T14:47:20.027Z]     --- PASS: TestMatches/MatchesOrParentMatches (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z]     --- PASS: TestMatches/MatchesUsingParentResult (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z]     --- PASS: TestMatches/MatchesUsingParentResults (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z]     --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestCleanPatterns
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestCleanPatterns (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestCleanPatternsStripEmptyPatterns
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestCleanPatternsExceptionFlag
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestCleanPatternsErrorSingleException
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestCreateIfNotExistsDir
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestCreateIfNotExistsFile
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestCreateIfNotExistsFile (0.01s)
14:47:20 [2021-12-21T14:47:20.027Z] === RUN   TestMatch
14:47:20 [2021-12-21T14:47:20.027Z] --- PASS: TestMatch (0.00s)
14:47:20 [2021-12-21T14:47:20.027Z] PASS
14:47:20 [2021-12-21T14:47:20.027Z] coverage: 84.0% of statements
14:47:20 [2021-12-21T14:47:20.027Z] ok  	github.com/docker/docker/pkg/fileutils	0.100s	coverage: 84.0% of statements
14:47:20 [2021-12-21T14:47:20.123Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
14:47:20 [2021-12-21T14:47:20.489Z] 2021/12/21 14:47:19 Closing DB instances...
14:47:20 [2021-12-21T14:47:20.490Z] === RUN   TestGet
14:47:20 [2021-12-21T14:47:20.490Z] --- PASS: TestGet (0.00s)
14:47:20 [2021-12-21T14:47:20.490Z] === RUN   TestGetShortcutString
14:47:20 [2021-12-21T14:47:20.490Z] --- PASS: TestGetShortcutString (0.00s)
14:47:20 [2021-12-21T14:47:20.490Z] PASS
14:47:20 [2021-12-21T14:47:20.490Z] coverage: 42.9% of statements
14:47:20 [2021-12-21T14:47:20.490Z] ok  	github.com/docker/docker/pkg/homedir	0.054s	coverage: 42.9% of statements
14:47:20 [2021-12-21T14:47:20.689Z] === RUN   TestDockerSuite/TestCpFromCaseA
14:47:21 [2021-12-21T14:47:21.625Z] === RUN   TestDockerSuite/TestCpFromCaseB
14:47:22 [2021-12-21T14:47:22.030Z] === RUN   TestCreateIDMapOrder
14:47:22 [2021-12-21T14:47:22.031Z] --- PASS: TestCreateIDMapOrder (0.00s)
14:47:22 [2021-12-21T14:47:22.031Z] PASS
14:47:22 [2021-12-21T14:47:22.031Z] coverage: 7.2% of statements
14:47:22 [2021-12-21T14:47:22.031Z] ok  	github.com/docker/docker/pkg/idtools	0.063s	coverage: 7.2% of statements
14:47:22 [2021-12-21T14:47:22.031Z] --- PASS: TestNetworkDBBulkSync (3.09s)
14:47:22 [2021-12-21T14:47:22.031Z] === RUN   TestNetworkDBCRUDMediumCluster
14:47:22 [2021-12-21T14:47:22.560Z] === RUN   TestDockerSuite/TestCpFromCaseC
14:47:23 [2021-12-21T14:47:23.127Z] === RUN   TestDockerSuite/TestCpFromCaseD
14:47:23 [2021-12-21T14:47:23.586Z] === RUN   TestFixedBufferCap
14:47:23 [2021-12-21T14:47:23.586Z] --- PASS: TestFixedBufferCap (0.00s)
14:47:23 [2021-12-21T14:47:23.586Z] === RUN   TestFixedBufferLen
14:47:23 [2021-12-21T14:47:23.586Z] --- PASS: TestFixedBufferLen (0.00s)
14:47:23 [2021-12-21T14:47:23.586Z] === RUN   TestFixedBufferString
14:47:23 [2021-12-21T14:47:23.586Z] --- PASS: TestFixedBufferString (0.00s)
14:47:23 [2021-12-21T14:47:23.586Z] === RUN   TestFixedBufferWrite
14:47:23 [2021-12-21T14:47:23.586Z] --- PASS: TestFixedBufferWrite (0.00s)
14:47:23 [2021-12-21T14:47:23.586Z] === RUN   TestFixedBufferRead
14:47:23 [2021-12-21T14:47:23.586Z] --- PASS: TestFixedBufferRead (0.00s)
14:47:23 [2021-12-21T14:47:23.586Z] === RUN   TestBytesPipeRead
14:47:23 [2021-12-21T14:47:23.586Z] --- PASS: TestBytesPipeRead (0.00s)
14:47:23 [2021-12-21T14:47:23.586Z] === RUN   TestBytesPipeWrite
14:47:23 [2021-12-21T14:47:23.586Z] --- PASS: TestBytesPipeWrite (0.00s)
14:47:23 [2021-12-21T14:47:23.586Z] === RUN   TestBytesPipeWriteRandomChunks
14:47:24 [2021-12-21T14:47:24.047Z] --- PASS: TestBytesPipeWriteRandomChunks (0.61s)
14:47:24 [2021-12-21T14:47:24.047Z] === RUN   TestAtomicWriteToFile
14:47:24 [2021-12-21T14:47:24.047Z] --- PASS: TestAtomicWriteToFile (0.01s)
14:47:24 [2021-12-21T14:47:24.047Z] === RUN   TestAtomicWriteSetCommit
14:47:24 [2021-12-21T14:47:24.047Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
14:47:24 [2021-12-21T14:47:24.047Z] === RUN   TestAtomicWriteSetCancel
14:47:24 [2021-12-21T14:47:24.065Z] === RUN   TestDockerSuite/TestCpFromCaseE
14:47:24 [2021-12-21T14:47:24.509Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
14:47:24 [2021-12-21T14:47:24.509Z] === RUN   TestReadCloserWrapperClose
14:47:24 [2021-12-21T14:47:24.509Z] --- PASS: TestReadCloserWrapperClose (0.00s)
14:47:24 [2021-12-21T14:47:24.509Z] === RUN   TestReaderErrWrapperReadOnError
14:47:24 [2021-12-21T14:47:24.509Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
14:47:24 [2021-12-21T14:47:24.509Z] === RUN   TestReaderErrWrapperRead
14:47:24 [2021-12-21T14:47:24.509Z] --- PASS: TestReaderErrWrapperRead (0.00s)
14:47:24 [2021-12-21T14:47:24.509Z] === RUN   TestCancelReadCloser
14:47:24 [2021-12-21T14:47:24.509Z] --- PASS: TestCancelReadCloser (0.11s)
14:47:24 [2021-12-21T14:47:24.509Z] === RUN   TestWriteCloserWrapperClose
14:47:24 [2021-12-21T14:47:24.509Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
14:47:24 [2021-12-21T14:47:24.509Z] === RUN   TestNopWriteCloser
14:47:24 [2021-12-21T14:47:24.509Z] --- PASS: TestNopWriteCloser (0.00s)
14:47:24 [2021-12-21T14:47:24.509Z] === RUN   TestNopWriter
14:47:24 [2021-12-21T14:47:24.509Z] --- PASS: TestNopWriter (0.00s)
14:47:24 [2021-12-21T14:47:24.509Z] === RUN   TestWriteCounter
14:47:24 [2021-12-21T14:47:24.509Z] --- PASS: TestWriteCounter (0.00s)
14:47:24 [2021-12-21T14:47:24.509Z] PASS
14:47:24 [2021-12-21T14:47:24.509Z] coverage: 70.1% of statements
14:47:24 [2021-12-21T14:47:24.509Z] ok  	github.com/docker/docker/pkg/ioutils	0.828s	coverage: 70.1% of statements
14:47:25 [2021-12-21T14:47:25.441Z] === RUN   TestDockerSuite/TestCpFromCaseF
14:47:25 [2021-12-21T14:47:25.481Z] 2021/12/21 14:47:25 Closing DB instances...
14:47:25 [2021-12-21T14:47:25.942Z] === RUN   TestError
14:47:25 [2021-12-21T14:47:25.942Z] --- PASS: TestError (0.00s)
14:47:25 [2021-12-21T14:47:25.942Z] === RUN   TestProgressString
14:47:25 [2021-12-21T14:47:25.942Z] === RUN   TestProgressString/no_progress
14:47:25 [2021-12-21T14:47:25.942Z] === RUN   TestProgressString/progress_1
14:47:25 [2021-12-21T14:47:25.942Z] === RUN   TestProgressString/some_progress_with_a_start_time
14:47:25 [2021-12-21T14:47:25.942Z] === RUN   TestProgressString/some_progress_without_a_start_time
14:47:25 [2021-12-21T14:47:25.942Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
14:47:25 [2021-12-21T14:47:25.942Z] === RUN   TestProgressString/with_units
14:47:25 [2021-12-21T14:47:25.942Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
14:47:25 [2021-12-21T14:47:25.942Z] === RUN   TestProgressString/hide_counts
14:47:25 [2021-12-21T14:47:25.942Z] --- PASS: TestProgressString (0.00s)
14:47:25 [2021-12-21T14:47:25.942Z]     --- PASS: TestProgressString/no_progress (0.00s)
14:47:25 [2021-12-21T14:47:25.942Z]     --- PASS: TestProgressString/progress_1 (0.00s)
14:47:25 [2021-12-21T14:47:25.942Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
14:47:25 [2021-12-21T14:47:25.942Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
14:47:25 [2021-12-21T14:47:25.942Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
14:47:25 [2021-12-21T14:47:25.942Z]     --- PASS: TestProgressString/with_units (0.00s)
14:47:25 [2021-12-21T14:47:25.942Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
14:47:25 [2021-12-21T14:47:25.942Z]     --- PASS: TestProgressString/hide_counts (0.00s)
14:47:25 [2021-12-21T14:47:25.942Z] === RUN   TestJSONMessageDisplay
14:47:25 [2021-12-21T14:47:25.942Z] --- PASS: TestJSONMessageDisplay (0.22s)
14:47:25 [2021-12-21T14:47:25.942Z] === RUN   TestJSONMessageDisplayWithJSONError
14:47:25 [2021-12-21T14:47:25.942Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
14:47:25 [2021-12-21T14:47:25.942Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
14:47:25 [2021-12-21T14:47:25.942Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
14:47:25 [2021-12-21T14:47:25.942Z] === RUN   TestDisplayJSONMessagesStream
14:47:25 [2021-12-21T14:47:25.942Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
14:47:25 [2021-12-21T14:47:25.942Z] PASS
14:47:25 [2021-12-21T14:47:25.942Z] coverage: 91.7% of statements
14:47:25 [2021-12-21T14:47:25.942Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.275s	coverage: 91.7% of statements
14:47:25 [2021-12-21T14:47:25.942Z] time="2021-12-21T14:47:25Z" level=error msg="node: a7d7d2594c38 is unknown to memberlist"
14:47:25 [2021-12-21T14:47:25.952Z] --- PASS: TestBuildMultiStageLayerLeak (14.08s)
14:47:25 [2021-12-21T14:47:25.952Z] === RUN   TestBuildWithHugeFile
14:47:26 [2021-12-21T14:47:26.008Z] === RUN   TestDockerSuite/TestCpFromCaseG
14:47:26 [2021-12-21T14:47:26.578Z] === RUN   TestDockerSuite/TestCpFromCaseH
14:47:26 [2021-12-21T14:47:26.912Z] --- PASS: TestGetAddress (28.37s)
14:47:26 [2021-12-21T14:47:26.912Z] === RUN   TestRequestSyntaxCheck
14:47:26 [2021-12-21T14:47:26.912Z] --- PASS: TestRequestSyntaxCheck (0.04s)
14:47:26 [2021-12-21T14:47:26.912Z] === RUN   TestRequest
14:47:26 [2021-12-21T14:47:26.912Z] === RUN   TestStandardLongPath
14:47:26 [2021-12-21T14:47:26.912Z] --- PASS: TestStandardLongPath (0.00s)
14:47:26 [2021-12-21T14:47:26.912Z] === RUN   TestUNCLongPath
14:47:26 [2021-12-21T14:47:26.912Z] --- PASS: TestUNCLongPath (0.00s)
14:47:26 [2021-12-21T14:47:26.912Z] PASS
14:47:26 [2021-12-21T14:47:26.912Z] coverage: 100.0% of statements
14:47:26 [2021-12-21T14:47:26.912Z] ok  	github.com/docker/docker/pkg/longpath	0.052s	coverage: 100.0% of statements
14:47:27 [2021-12-21T14:47:27.145Z] === RUN   TestDockerSuite/TestCpFromCaseI
14:47:27 [2021-12-21T14:47:27.713Z] === RUN   TestDockerSuite/TestCpFromCaseJ
14:47:27 [2021-12-21T14:47:27.891Z] === RUN   TestNameFormat
14:47:27 [2021-12-21T14:47:27.891Z] --- PASS: TestNameFormat (0.00s)
14:47:27 [2021-12-21T14:47:27.891Z] === RUN   TestNameRetries
14:47:27 [2021-12-21T14:47:27.891Z] --- PASS: TestNameRetries (0.00s)
14:47:27 [2021-12-21T14:47:27.891Z] PASS
14:47:27 [2021-12-21T14:47:27.891Z] coverage: 85.7% of statements
14:47:27 [2021-12-21T14:47:27.891Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.066s	coverage: 85.7% of statements
14:47:28 [2021-12-21T14:47:28.280Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
14:47:28 [2021-12-21T14:47:28.353Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.49s)
14:47:28 [2021-12-21T14:47:28.353Z] === RUN   TestNetworkDBNodeJoinLeaveIteration
14:47:28 [2021-12-21T14:47:28.814Z] === RUN   TestParseKeyValueOpt
14:47:28 [2021-12-21T14:47:28.814Z] --- PASS: TestParseKeyValueOpt (0.00s)
14:47:28 [2021-12-21T14:47:28.814Z] === RUN   TestParseUintList
14:47:28 [2021-12-21T14:47:28.814Z] --- PASS: TestParseUintList (0.00s)
14:47:28 [2021-12-21T14:47:28.814Z] === RUN   TestParseUintListMaximumLimits
14:47:28 [2021-12-21T14:47:28.814Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
14:47:28 [2021-12-21T14:47:28.814Z] PASS
14:47:28 [2021-12-21T14:47:28.814Z] coverage: 97.0% of statements
14:47:28 [2021-12-21T14:47:28.814Z] ok  	github.com/docker/docker/pkg/parsers	0.046s	coverage: 97.0% of statements
14:47:29 [2021-12-21T14:47:29.275Z] 2021/12/21 14:47:29 Closing DB instances...
14:47:29 [2021-12-21T14:47:29.679Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
14:47:29 [2021-12-21T14:47:29.736Z] === RUN   TestNewAndRemove
14:47:29 [2021-12-21T14:47:29.736Z] --- PASS: TestNewAndRemove (0.00s)
14:47:29 [2021-12-21T14:47:29.736Z] === RUN   TestRemoveInvalidPath
14:47:29 [2021-12-21T14:47:29.736Z] --- PASS: TestRemoveInvalidPath (0.00s)
14:47:29 [2021-12-21T14:47:29.736Z] PASS
14:47:29 [2021-12-21T14:47:29.736Z] coverage: 82.6% of statements
14:47:29 [2021-12-21T14:47:29.736Z] ok  	github.com/docker/docker/pkg/pidfile	0.057s	coverage: 82.6% of statements
14:47:29 [2021-12-21T14:47:29.937Z] === RUN   TestDockerSuite/TestCpGarbagePath
14:47:30 [2021-12-21T14:47:30.504Z] === RUN   TestDockerSuite/TestCpLocalOnly
14:47:30 [2021-12-21T14:47:30.504Z] === RUN   TestDockerSuite/TestCpNameHasColon
14:47:31 [2021-12-21T14:47:31.070Z] === RUN   TestDockerSuite/TestCpRelativePath
14:47:31 [2021-12-21T14:47:31.278Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.68s)
14:47:31 [2021-12-21T14:47:31.278Z] === RUN   TestNetworkDBGarbageCollection
14:47:31 [2021-12-21T14:47:31.278Z] === RUN   TestFailedConnection
14:47:31 [2021-12-21T14:47:31.636Z] === RUN   TestDockerSuite/TestCpSpecialFiles
14:47:32 [2021-12-21T14:47:32.202Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
14:47:32 [2021-12-21T14:47:32.768Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
14:47:32 [2021-12-21T14:47:32.819Z] --- PASS: TestFailedConnection (1.04s)
14:47:32 [2021-12-21T14:47:32.819Z] === RUN   TestFailOnce
14:47:32 [2021-12-21T14:47:32.819Z] 2021/12/21 14:47:32 http: panic serving 127.0.0.1:49316: Plugin not ready
14:47:32 [2021-12-21T14:47:32.819Z] goroutine 18 [running]:
14:47:32 [2021-12-21T14:47:32.819Z] net/http.(*conn).serve.func1()
14:47:32 [2021-12-21T14:47:32.819Z] 	c:/go/src/net/http/server.go:1802 +0xb9
14:47:32 [2021-12-21T14:47:32.819Z] panic({0xd5ac40, 0xe67350})
14:47:32 [2021-12-21T14:47:32.819Z] 	c:/go/src/runtime/panic.go:1047 +0x266
14:47:32 [2021-12-21T14:47:32.819Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xc0f997c7c6a15ec2}, 0xc000051a98)
14:47:32 [2021-12-21T14:47:32.819Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d
14:47:32 [2021-12-21T14:47:32.819Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xe740d0, 0xc00015e0e0}, 0xcaf106)
14:47:32 [2021-12-21T14:47:32.819Z] 	c:/go/src/net/http/server.go:2047 +0x2f
14:47:32 [2021-12-21T14:47:32.819Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xe740d0, 0xc00015e0e0}, 0xc0000a6000)
14:47:32 [2021-12-21T14:47:32.819Z] 	c:/go/src/net/http/server.go:2425 +0x149
14:47:32 [2021-12-21T14:47:32.819Z] net/http.serverHandler.ServeHTTP({0xe726d0}, {0xe740d0, 0xc00015e0e0}, 0xc0000a6000)
14:47:32 [2021-12-21T14:47:32.819Z] 	c:/go/src/net/http/server.go:2879 +0x43b
14:47:32 [2021-12-21T14:47:32.819Z] net/http.(*conn).serve(0xc000096000, {0xe75fa0, 0xc0001820c0})
14:47:32 [2021-12-21T14:47:32.819Z] 	c:/go/src/net/http/server.go:1930 +0xb08
14:47:32 [2021-12-21T14:47:32.819Z] created by net/http.(*Server).Serve
14:47:32 [2021-12-21T14:47:32.819Z] 	c:/go/src/net/http/server.go:3034 +0x4e8
14:47:32 [2021-12-21T14:47:32.819Z] time="2021-12-21T14:47:32Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49315/Test.FailOnce: Post \"http://127.0.0.1:49315/Test.FailOnce\": EOF, retrying in 1s"
14:47:33 [2021-12-21T14:47:33.336Z] === RUN   TestDockerSuite/TestCpToCaseA
14:47:33 [2021-12-21T14:47:33.792Z] --- PASS: TestFailOnce (1.22s)
14:47:33 [2021-12-21T14:47:33.792Z] === RUN   TestEchoInputOutput
14:47:33 [2021-12-21T14:47:33.792Z] --- PASS: TestEchoInputOutput (0.00s)
14:47:33 [2021-12-21T14:47:33.792Z] === RUN   TestBackoff
14:47:33 [2021-12-21T14:47:33.792Z] --- PASS: TestBackoff (0.00s)
14:47:33 [2021-12-21T14:47:33.792Z] === RUN   TestAbortRetry
14:47:33 [2021-12-21T14:47:33.792Z] --- PASS: TestAbortRetry (0.00s)
14:47:33 [2021-12-21T14:47:33.792Z] === RUN   TestClientScheme
14:47:33 [2021-12-21T14:47:33.792Z] --- PASS: TestClientScheme (0.00s)
14:47:33 [2021-12-21T14:47:33.792Z] === RUN   TestNewClientWithTimeout
14:47:34 [2021-12-21T14:47:34.254Z] time="2021-12-21T14:47:33Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49321/Test.Echo: Post \"http://127.0.0.1:49321/Test.Echo\": context deadline exceeded (Client.Timeout exceeded while awaiting headers), retrying in 1s"
14:47:34 [2021-12-21T14:47:34.270Z] === RUN   TestDockerSuite/TestCpToCaseB
14:47:34 [2021-12-21T14:47:34.837Z] === RUN   TestDockerSuite/TestCpToCaseC
14:47:35 [2021-12-21T14:47:35.772Z] --- PASS: TestCreateServiceMultipleTimes (17.50s)
14:47:35 [2021-12-21T14:47:35.772Z] === RUN   TestCreateServiceConflict
14:47:35 [2021-12-21T14:47:35.796Z] time="2021-12-21T14:47:35Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49321/Test.Echo: Post \"http://127.0.0.1:49321/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
14:47:36 [2021-12-21T14:47:36.341Z] === RUN   TestDockerSuite/TestCpToCaseD
14:47:38 [2021-12-21T14:47:38.241Z] --- PASS: TestCreateServiceConflict (2.54s)
14:47:38 [2021-12-21T14:47:38.241Z] === RUN   TestCreateServiceMaxReplicas
14:47:38 [2021-12-21T14:47:38.717Z] time="2021-12-21T14:47:37Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49321/Test.Echo: Post \"http://127.0.0.1:49321/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
14:47:39 [2021-12-21T14:47:39.617Z] === RUN   TestDockerSuite/TestCpToCaseE
14:47:40 [2021-12-21T14:47:40.903Z] --- PASS: TestRequest (14.09s)
14:47:40 [2021-12-21T14:47:40.903Z] === RUN   TestOverlappingRequests
14:47:41 [2021-12-21T14:47:41.365Z] --- PASS: TestOverlappingRequests (0.63s)
14:47:41 [2021-12-21T14:47:41.365Z] === RUN   TestRelease
14:47:41 [2021-12-21T14:47:41.522Z] --- PASS: TestCreateServiceMaxReplicas (3.44s)
14:47:41 [2021-12-21T14:47:41.522Z] === RUN   TestCreateWithDuplicateNetworkNames
14:47:41 [2021-12-21T14:47:41.826Z] === RUN   TestParseEmptyInterface
14:47:41 [2021-12-21T14:47:41.826Z] --- PASS: TestParseEmptyInterface (0.00s)
14:47:41 [2021-12-21T14:47:41.826Z] === RUN   TestParseNonInterfaceType
14:47:41 [2021-12-21T14:47:41.826Z] --- PASS: TestParseNonInterfaceType (0.00s)
14:47:41 [2021-12-21T14:47:41.826Z] === RUN   TestParseWithOneFunction
14:47:41 [2021-12-21T14:47:41.826Z] --- PASS: TestParseWithOneFunction (0.00s)
14:47:41 [2021-12-21T14:47:41.826Z] === RUN   TestParseWithMultipleFuncs
14:47:41 [2021-12-21T14:47:41.826Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
14:47:41 [2021-12-21T14:47:41.826Z] === RUN   TestParseWithUnnamedReturn
14:47:42 [2021-12-21T14:47:42.088Z] === RUN   TestDockerSuite/TestCpToCaseF
14:47:42 [2021-12-21T14:47:42.287Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
14:47:42 [2021-12-21T14:47:42.287Z] === RUN   TestEmbeddedInterface
14:47:42 [2021-12-21T14:47:42.287Z] --- PASS: TestEmbeddedInterface (0.00s)
14:47:42 [2021-12-21T14:47:42.287Z] === RUN   TestParsedImports
14:47:42 [2021-12-21T14:47:42.287Z] --- PASS: TestParsedImports (0.00s)
14:47:42 [2021-12-21T14:47:42.287Z] === RUN   TestAliasedImports
14:47:42 [2021-12-21T14:47:42.287Z] --- PASS: TestAliasedImports (0.00s)
14:47:42 [2021-12-21T14:47:42.287Z] PASS
14:47:42 [2021-12-21T14:47:42.287Z] coverage: 56.8% of statements
14:47:42 [2021-12-21T14:47:42.287Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.066s	coverage: 56.8% of statements
14:47:42 [2021-12-21T14:47:42.656Z] === RUN   TestDockerSuite/TestCpToCaseG
14:47:42 [2021-12-21T14:47:42.747Z] time="2021-12-21T14:47:42Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49321/Test.Echo: Post \"http://127.0.0.1:49321/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
14:47:43 [2021-12-21T14:47:43.209Z] === RUN   TestHTTPTransport
14:47:43 [2021-12-21T14:47:43.209Z] --- PASS: TestHTTPTransport (0.00s)
14:47:43 [2021-12-21T14:47:43.209Z] PASS
14:47:43 [2021-12-21T14:47:43.209Z] coverage: 85.7% of statements
14:47:43 [2021-12-21T14:47:43.209Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.045s	coverage: 85.7% of statements
14:47:44 [2021-12-21T14:47:44.181Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
14:47:44 [2021-12-21T14:47:44.181Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
14:47:44 [2021-12-21T14:47:44.181Z] === RUN   TestBufioReaderPoolPutAndGet
14:47:44 [2021-12-21T14:47:44.181Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
14:47:44 [2021-12-21T14:47:44.181Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
14:47:44 [2021-12-21T14:47:44.181Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
14:47:44 [2021-12-21T14:47:44.181Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
14:47:44 [2021-12-21T14:47:44.181Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
14:47:44 [2021-12-21T14:47:44.181Z] === RUN   TestBufioWriterPoolPutAndGet
14:47:44 [2021-12-21T14:47:44.181Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
14:47:44 [2021-12-21T14:47:44.181Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
14:47:44 [2021-12-21T14:47:44.181Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
14:47:44 [2021-12-21T14:47:44.181Z] === RUN   TestBufferPoolPutAndGet
14:47:44 [2021-12-21T14:47:44.181Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
14:47:44 [2021-12-21T14:47:44.181Z] PASS
14:47:44 [2021-12-21T14:47:44.181Z] coverage: 88.2% of statements
14:47:44 [2021-12-21T14:47:44.181Z] ok  	github.com/docker/docker/pkg/pools	0.043s	coverage: 88.2% of statements
14:47:44 [2021-12-21T14:47:44.181Z] --- PASS: TestRelease (2.64s)
14:47:44 [2021-12-21T14:47:44.181Z] === RUN   TestAllocateRandomDeallocate
14:47:44 [2021-12-21T14:47:44.642Z] === RUN   TestOutputOnPrematureClose
14:47:44 [2021-12-21T14:47:44.642Z] --- PASS: TestOutputOnPrematureClose (0.00s)
14:47:44 [2021-12-21T14:47:44.642Z] === RUN   TestCompleteSilently
14:47:44 [2021-12-21T14:47:44.642Z] --- PASS: TestCompleteSilently (0.00s)
14:47:44 [2021-12-21T14:47:44.642Z] PASS
14:47:44 [2021-12-21T14:47:44.642Z] coverage: 75.9% of statements
14:47:44 [2021-12-21T14:47:44.642Z] ok  	github.com/docker/docker/pkg/progress	0.039s	coverage: 75.9% of statements
14:47:45 [2021-12-21T14:47:45.104Z] === RUN   TestSendToOneSub
14:47:45 [2021-12-21T14:47:45.104Z] --- PASS: TestSendToOneSub (0.00s)
14:47:45 [2021-12-21T14:47:45.104Z] === RUN   TestSendToMultipleSubs
14:47:45 [2021-12-21T14:47:45.104Z] --- PASS: TestSendToMultipleSubs (0.00s)
14:47:45 [2021-12-21T14:47:45.104Z] === RUN   TestEvictOneSub
14:47:45 [2021-12-21T14:47:45.104Z] --- PASS: TestEvictOneSub (0.00s)
14:47:45 [2021-12-21T14:47:45.104Z] === RUN   TestClosePublisher
14:47:45 [2021-12-21T14:47:45.104Z] --- PASS: TestClosePublisher (0.00s)
14:47:45 [2021-12-21T14:47:45.104Z] === RUN   TestPubSubRace
14:47:45 [2021-12-21T14:47:45.187Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
14:47:46 [2021-12-21T14:47:46.123Z] === RUN   TestDockerSuite/TestCpToCaseH
14:47:46 [2021-12-21T14:47:46.653Z] --- PASS: TestPubSubRace (1.08s)
14:47:46 [2021-12-21T14:47:46.653Z] PASS
14:47:46 [2021-12-21T14:47:46.653Z] coverage: 75.0% of statements
14:47:46 [2021-12-21T14:47:46.653Z] ok  	github.com/docker/docker/pkg/pubsub	1.127s	coverage: 75.0% of statements
14:47:47 [2021-12-21T14:47:47.115Z] === RUN   TestRegister
14:47:47 [2021-12-21T14:47:47.115Z] --- PASS: TestRegister (0.00s)
14:47:47 [2021-12-21T14:47:47.115Z] === RUN   TestCommand
14:47:47 [2021-12-21T14:47:47.115Z] --- PASS: TestCommand (0.03s)
14:47:47 [2021-12-21T14:47:47.115Z] === RUN   TestNaiveSelf
14:47:47 [2021-12-21T14:47:47.115Z] --- PASS: TestNaiveSelf (0.04s)
14:47:47 [2021-12-21T14:47:47.115Z] PASS
14:47:47 [2021-12-21T14:47:47.115Z] coverage: 82.4% of statements
14:47:47 [2021-12-21T14:47:47.115Z] ok  	github.com/docker/docker/pkg/reexec	0.113s	coverage: 82.4% of statements
14:47:47 [2021-12-21T14:47:47.503Z]     docker_api_swarm_node_test.go:81: [daffdf4a83c09] joining swarm manager [dcdde2dd6c7e7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:47:48 [2021-12-21T14:47:48.088Z] === RUN   TestDump
14:47:48 [2021-12-21T14:47:48.088Z] goroutine 6 [running]:
14:47:48 [2021-12-21T14:47:48.088Z] github.com/docker/docker/pkg/stack.dump(0x136b457)
14:47:48 [2021-12-21T14:47:48.088Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c
14:47:48 [2021-12-21T14:47:48.088Z] github.com/docker/docker/pkg/stack.Dump(...)
14:47:48 [2021-12-21T14:47:48.088Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18
14:47:48 [2021-12-21T14:47:48.088Z] github.com/docker/docker/pkg/stack.TestDump(0x0)
14:47:48 [2021-12-21T14:47:48.088Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a
14:47:48 [2021-12-21T14:47:48.088Z] testing.tRunner(0xc00011c1a0, 0x14d8e38)
14:47:48 [2021-12-21T14:47:48.088Z] 	c:/go/src/testing/testing.go:1259 +0x102
14:47:48 [2021-12-21T14:47:48.088Z] created by testing.(*T).Run
14:47:48 [2021-12-21T14:47:48.088Z] 	c:/go/src/testing/testing.go:1306 +0x35a
14:47:48 [2021-12-21T14:47:48.088Z] 
14:47:48 [2021-12-21T14:47:48.088Z] goroutine 1 [chan receive]:
14:47:48 [2021-12-21T14:47:48.088Z] testing.(*T).Run(0xc00011c000, {0x14ca4fd, 0x134a1b3}, 0x14d8e38)
14:47:48 [2021-12-21T14:47:48.088Z] 	c:/go/src/testing/testing.go:1307 +0x375
14:47:48 [2021-12-21T14:47:48.088Z] testing.runTests.func1(0xc000068750)
14:47:48 [2021-12-21T14:47:48.088Z] 	c:/go/src/testing/testing.go:1598 +0x6e
14:47:48 [2021-12-21T14:47:48.088Z] testing.tRunner(0xc00011c000, 0xc000071ce0)
14:47:48 [2021-12-21T14:47:48.088Z] 	c:/go/src/testing/testing.go:1259 +0x102
14:47:48 [2021-12-21T14:47:48.088Z] testing.runTests(0xc000076080, {0x163cba0, 0x3, 0x3}, {0x136a6ad, 0x14cc1f7, 0x1641640})
14:47:48 [2021-12-21T14:47:48.088Z] 	c:/go/src/testing/testing.go:1596 +0x43f
14:47:48 [2021-12-21T14:47:48.088Z] testing.(*M).Run(0xc000076080)
14:47:48 [2021-12-21T14:47:48.088Z] 	c:/go/src/testing/testing.go:1504 +0x51d
14:47:48 [2021-12-21T14:47:48.088Z] main.main()
14:47:48 [2021-12-21T14:47:48.088Z] 	_testmain.go:95 +0x1f5
14:47:48 [2021-12-21T14:47:48.088Z] --- PASS: TestDump (0.00s)
14:47:48 [2021-12-21T14:47:48.088Z] === RUN   TestDumpToFile
14:47:48 [2021-12-21T14:47:48.088Z] --- PASS: TestDumpToFile (0.18s)
14:47:48 [2021-12-21T14:47:48.088Z] === RUN   TestDumpToFileWithEmptyInput
14:47:48 [2021-12-21T14:47:48.088Z] goroutine 8 [running]:
14:47:48 [2021-12-21T14:47:48.088Z] github.com/docker/docker/pkg/stack.dump(0x13d83f4)
14:47:48 [2021-12-21T14:47:48.088Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c
14:47:48 [2021-12-21T14:47:48.088Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x13d87a0})
14:47:48 [2021-12-21T14:47:48.088Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214
14:47:48 [2021-12-21T14:47:48.088Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00011c1a0)
14:47:48 [2021-12-21T14:47:48.088Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26
14:47:48 [2021-12-21T14:47:48.088Z] testing.tRunner(0xc00011c680, 0x14d8e28)
14:47:48 [2021-12-21T14:47:48.088Z] 	c:/go/src/testing/testing.go:1259 +0x102
14:47:48 [2021-12-21T14:47:48.088Z] created by testing.(*T).Run
14:47:48 [2021-12-21T14:47:48.088Z] 	c:/go/src/testing/testing.go:1306 +0x35a
14:47:48 [2021-12-21T14:47:48.088Z] 
14:47:48 [2021-12-21T14:47:48.088Z] goroutine 1 [chan receive]:
14:47:48 [2021-12-21T14:47:48.088Z] testing.(*T).Run(0xc00011c000, {0x14d1289, 0x134a1b3}, 0x14d8e28)
14:47:48 [2021-12-21T14:47:48.088Z] 	c:/go/src/testing/testing.go:1307 +0x375
14:47:48 [2021-12-21T14:47:48.088Z] testing.runTests.func1(0xc000068750)
14:47:48 [2021-12-21T14:47:48.088Z] 	c:/go/src/testing/testing.go:1598 +0x6e
14:47:48 [2021-12-21T14:47:48.088Z] testing.tRunner(0xc00011c000, 0xc000071ce0)
14:47:48 [2021-12-21T14:47:48.088Z] 	c:/go/src/testing/testing.go:1259 +0x102
14:47:48 [2021-12-21T14:47:48.088Z] testing.runTests(0xc000076080, {0x163cba0, 0x3, 0x3}, {0x136a6ad, 0x14cc1f7, 0x1641640})
14:47:48 [2021-12-21T14:47:48.088Z] 	c:/go/src/testing/testing.go:1596 +0x43f
14:47:48 [2021-12-21T14:47:48.088Z] testing.(*M).Run(0xc000076080)
14:47:48 [2021-12-21T14:47:48.088Z] 	c:/go/src/testing/testing.go:1504 +0x51d
14:47:48 [2021-12-21T14:47:48.088Z] main.main()
14:47:48 [2021-12-21T14:47:48.088Z] 	_testmain.go:95 +0x1f5
14:47:48 [2021-12-21T14:47:48.088Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s)
14:47:48 [2021-12-21T14:47:48.088Z] PASS
14:47:48 [2021-12-21T14:47:48.088Z] coverage: 90.9% of statements
14:47:48 [2021-12-21T14:47:48.088Z] ok  	github.com/docker/docker/pkg/stack	0.229s	coverage: 90.9% of statements
14:47:48 [2021-12-21T14:47:48.437Z] === RUN   TestDockerSuite/TestCpToCaseI
14:47:48 [2021-12-21T14:47:48.548Z] === RUN   TestNewStdWriter
14:47:48 [2021-12-21T14:47:48.548Z] --- PASS: TestNewStdWriter (0.00s)
14:47:48 [2021-12-21T14:47:48.548Z] === RUN   TestWriteWithUninitializedStdWriter
14:47:48 [2021-12-21T14:47:48.548Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
14:47:48 [2021-12-21T14:47:48.548Z] === RUN   TestWriteWithNilBytes
14:47:48 [2021-12-21T14:47:48.548Z] --- PASS: TestWriteWithNilBytes (0.00s)
14:47:48 [2021-12-21T14:47:48.548Z] === RUN   TestWrite
14:47:48 [2021-12-21T14:47:48.548Z] --- PASS: TestWrite (0.00s)
14:47:48 [2021-12-21T14:47:48.548Z] === RUN   TestWriteWithWriterError
14:47:48 [2021-12-21T14:47:48.548Z] --- PASS: TestWriteWithWriterError (0.00s)
14:47:48 [2021-12-21T14:47:48.548Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
14:47:48 [2021-12-21T14:47:48.548Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
14:47:48 [2021-12-21T14:47:48.548Z] === RUN   TestStdCopyWriteAndRead
14:47:48 [2021-12-21T14:47:48.548Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
14:47:48 [2021-12-21T14:47:48.548Z] === RUN   TestStdCopyReturnsErrorReadingHeader
14:47:48 [2021-12-21T14:47:48.548Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
14:47:48 [2021-12-21T14:47:48.548Z] === RUN   TestStdCopyReturnsErrorReadingFrame
14:47:48 [2021-12-21T14:47:48.548Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
14:47:48 [2021-12-21T14:47:48.548Z] === RUN   TestStdCopyDetectsCorruptedFrame
14:47:48 [2021-12-21T14:47:48.548Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
14:47:48 [2021-12-21T14:47:48.548Z] === RUN   TestStdCopyWithInvalidInputHeader
14:47:48 [2021-12-21T14:47:48.548Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
14:47:48 [2021-12-21T14:47:48.548Z] === RUN   TestStdCopyWithCorruptedPrefix
14:47:48 [2021-12-21T14:47:48.548Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
14:47:48 [2021-12-21T14:47:48.548Z] === RUN   TestStdCopyReturnsWriteErrors
14:47:48 [2021-12-21T14:47:48.548Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
14:47:49 [2021-12-21T14:47:49.006Z] === RUN   TestDockerSuite/TestCpToCaseJ
14:47:49 [2021-12-21T14:47:49.009Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
14:47:49 [2021-12-21T14:47:49.009Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
14:47:49 [2021-12-21T14:47:49.009Z] === RUN   TestStdCopyReturnsErrorFromSystem
14:47:49 [2021-12-21T14:47:49.009Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
14:47:49 [2021-12-21T14:47:49.009Z] PASS
14:47:49 [2021-12-21T14:47:49.009Z] coverage: 100.0% of statements
14:47:49 [2021-12-21T14:47:49.009Z] ok  	github.com/docker/docker/pkg/stdcopy	0.053s	coverage: 100.0% of statements
14:47:49 [2021-12-21T14:47:49.470Z] === RUN   TestRawProgressFormatterFormatStatus
14:47:49 [2021-12-21T14:47:49.470Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
14:47:49 [2021-12-21T14:47:49.470Z] === RUN   TestRawProgressFormatterFormatProgress
14:47:49 [2021-12-21T14:47:49.470Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
14:47:49 [2021-12-21T14:47:49.470Z] === RUN   TestFormatStatus
14:47:49 [2021-12-21T14:47:49.470Z] --- PASS: TestFormatStatus (0.00s)
14:47:49 [2021-12-21T14:47:49.470Z] === RUN   TestFormatError
14:47:49 [2021-12-21T14:47:49.470Z] --- PASS: TestFormatError (0.00s)
14:47:49 [2021-12-21T14:47:49.470Z] === RUN   TestFormatJSONError
14:47:49 [2021-12-21T14:47:49.470Z] --- PASS: TestFormatJSONError (0.00s)
14:47:49 [2021-12-21T14:47:49.470Z] === RUN   TestJsonProgressFormatterFormatProgress
14:47:49 [2021-12-21T14:47:49.470Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
14:47:49 [2021-12-21T14:47:49.470Z] === RUN   TestJsonProgressFormatterFormatStatus
14:47:49 [2021-12-21T14:47:49.470Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
14:47:49 [2021-12-21T14:47:49.470Z] === RUN   TestNewJSONProgressOutput
14:47:49 [2021-12-21T14:47:49.470Z] --- PASS: TestNewJSONProgressOutput (0.00s)
14:47:49 [2021-12-21T14:47:49.470Z] === RUN   TestAuxFormatterEmit
14:47:49 [2021-12-21T14:47:49.470Z] --- PASS: TestAuxFormatterEmit (0.00s)
14:47:49 [2021-12-21T14:47:49.470Z] === RUN   TestStreamWriterStdout
14:47:49 [2021-12-21T14:47:49.470Z] --- PASS: TestStreamWriterStdout (0.00s)
14:47:49 [2021-12-21T14:47:49.470Z] === RUN   TestStreamWriterStderr
14:47:49 [2021-12-21T14:47:49.931Z] --- PASS: TestStreamWriterStderr (0.00s)
14:47:49 [2021-12-21T14:47:49.931Z] PASS
14:47:49 [2021-12-21T14:47:49.931Z] coverage: 66.2% of statements
14:47:49 [2021-12-21T14:47:49.931Z] ok  	github.com/docker/docker/pkg/streamformatter	0.049s	coverage: 66.2% of statements
14:47:50 [2021-12-21T14:47:50.392Z] === RUN   TestGenerateRandomID
14:47:50 [2021-12-21T14:47:50.392Z] --- PASS: TestGenerateRandomID (0.00s)
14:47:50 [2021-12-21T14:47:50.392Z] === RUN   TestShortenId
14:47:50 [2021-12-21T14:47:50.392Z] --- PASS: TestShortenId (0.00s)
14:47:50 [2021-12-21T14:47:50.392Z] === RUN   TestShortenSha256Id
14:47:50 [2021-12-21T14:47:50.392Z] --- PASS: TestShortenSha256Id (0.00s)
14:47:50 [2021-12-21T14:47:50.392Z] === RUN   TestShortenIdEmpty
14:47:50 [2021-12-21T14:47:50.392Z] --- PASS: TestShortenIdEmpty (0.00s)
14:47:50 [2021-12-21T14:47:50.392Z] === RUN   TestShortenIdInvalid
14:47:50 [2021-12-21T14:47:50.392Z] --- PASS: TestShortenIdInvalid (0.00s)
14:47:50 [2021-12-21T14:47:50.392Z] === RUN   TestIsShortIDNonHex
14:47:50 [2021-12-21T14:47:50.392Z] --- PASS: TestIsShortIDNonHex (0.00s)
14:47:50 [2021-12-21T14:47:50.392Z] === RUN   TestIsShortIDNotCorrectSize
14:47:50 [2021-12-21T14:47:50.392Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
14:47:50 [2021-12-21T14:47:50.392Z] PASS
14:47:50 [2021-12-21T14:47:50.392Z] coverage: 70.6% of statements
14:47:50 [2021-12-21T14:47:50.392Z] ok  	github.com/docker/docker/pkg/stringid	0.040s	coverage: 70.6% of statements
14:47:50 [2021-12-21T14:47:50.853Z] --- PASS: TestAllocateRandomDeallocate (7.04s)
14:47:50 [2021-12-21T14:47:50.853Z] === RUN   TestRetrieveFromStore
14:47:51 [2021-12-21T14:47:51.324Z] === RUN   TestIsCpusetListAvailable
14:47:51 [2021-12-21T14:47:51.324Z] --- PASS: TestIsCpusetListAvailable (0.00s)
14:47:51 [2021-12-21T14:47:51.324Z] PASS
14:47:51 [2021-12-21T14:47:51.324Z] coverage: 39.4% of statements
14:47:51 [2021-12-21T14:47:51.324Z] ok  	github.com/docker/docker/pkg/sysinfo	0.057s	coverage: 39.4% of statements
14:47:51 [2021-12-21T14:47:51.324Z] --- PASS: TestNewClientWithTimeout (17.61s)
14:47:51 [2021-12-21T14:47:51.324Z] === RUN   TestClientStream
14:47:51 [2021-12-21T14:47:51.324Z] --- PASS: TestClientStream (0.01s)
14:47:51 [2021-12-21T14:47:51.324Z] === RUN   TestClientSendFile
14:47:51 [2021-12-21T14:47:51.324Z] --- PASS: TestClientSendFile (0.01s)
14:47:51 [2021-12-21T14:47:51.324Z] === RUN   TestClientWithRequestTimeout
14:47:51 [2021-12-21T14:47:51.324Z] --- PASS: TestClientWithRequestTimeout (0.01s)
14:47:51 [2021-12-21T14:47:51.324Z] === RUN   TestFileSpecPlugin
14:47:51 [2021-12-21T14:47:51.324Z] --- PASS: TestFileSpecPlugin (0.02s)
14:47:51 [2021-12-21T14:47:51.324Z] === RUN   TestFileJSONSpecPlugin
14:47:51 [2021-12-21T14:47:51.324Z] --- PASS: TestFileJSONSpecPlugin (0.01s)
14:47:51 [2021-12-21T14:47:51.324Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
14:47:51 [2021-12-21T14:47:51.324Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
14:47:51 [2021-12-21T14:47:51.324Z] === RUN   TestPluginAddHandler
14:47:51 [2021-12-21T14:47:51.324Z] --- PASS: TestPluginAddHandler (0.00s)
14:47:51 [2021-12-21T14:47:51.324Z] === RUN   TestPluginWaitBadPlugin
14:47:51 [2021-12-21T14:47:51.324Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
14:47:51 [2021-12-21T14:47:51.324Z] === RUN   TestGet
14:47:51 [2021-12-21T14:47:51.324Z] time="2021-12-21T14:47:51Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
14:47:52 [2021-12-21T14:47:52.294Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
14:47:52 [2021-12-21T14:47:52.295Z] time="2021-12-21T14:47:52Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
14:47:52 [2021-12-21T14:47:52.861Z] === RUN   TestDockerSuite/TestCpToDot
14:47:53 [2021-12-21T14:47:53.267Z] === RUN   TestChtimes
14:47:53 [2021-12-21T14:47:53.267Z] --- PASS: TestChtimes (0.01s)
14:47:53 [2021-12-21T14:47:53.267Z] === RUN   TestChtimesWindows
14:47:53 [2021-12-21T14:47:53.267Z] --- PASS: TestChtimesWindows (0.01s)
14:47:53 [2021-12-21T14:47:53.267Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
14:47:53 [2021-12-21T14:47:53.267Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
14:47:53 [2021-12-21T14:47:53.267Z] === RUN   TestEnsureRemoveAllNotExist
14:47:53 [2021-12-21T14:47:53.267Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
14:47:53 [2021-12-21T14:47:53.267Z] === RUN   TestEnsureRemoveAllWithDir
14:47:53 [2021-12-21T14:47:53.267Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
14:47:53 [2021-12-21T14:47:53.267Z] === RUN   TestEnsureRemoveAllWithFile
14:47:53 [2021-12-21T14:47:53.267Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
14:47:53 [2021-12-21T14:47:53.267Z] === RUN   TestHasWin32KSupport
14:47:53 [2021-12-21T14:47:53.267Z]     syscall_windows_test.go:8: win32k: true
14:47:53 [2021-12-21T14:47:53.267Z] --- PASS: TestHasWin32KSupport (0.00s)
14:47:53 [2021-12-21T14:47:53.267Z] PASS
14:47:53 [2021-12-21T14:47:53.267Z] coverage: 13.0% of statements
14:47:53 [2021-12-21T14:47:53.267Z] ok  	github.com/docker/docker/pkg/system	0.059s	coverage: 13.0% of statements
14:47:53 [2021-12-21T14:47:53.430Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
14:47:53 [2021-12-21T14:47:53.728Z] --- PASS: TestRetrieveFromStore (2.43s)
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestRequestReleaseAddressDuplicate
14:47:53 [2021-12-21T14:47:53.728Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s)
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestParallelPredefinedRequest1
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestParallelPredefinedRequest1
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestParallelPredefinedRequest2
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestParallelPredefinedRequest2
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestParallelPredefinedRequest3
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestParallelPredefinedRequest3
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestParallelPredefinedRequest4
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestParallelPredefinedRequest4
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestParallelPredefinedRequest5
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestParallelPredefinedRequest5
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestDebug
14:47:53 [2021-12-21T14:47:53.728Z] --- PASS: TestDebug (0.00s)
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestRequestPoolParallel
14:47:53 [2021-12-21T14:47:53.728Z] --- PASS: TestRequestPoolParallel (0.25s)
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestFullAllocateRelease
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestTailFile
14:47:53 [2021-12-21T14:47:53.728Z] --- PASS: TestTailFile (0.00s)
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestTailFileManyLines
14:47:53 [2021-12-21T14:47:53.728Z] --- PASS: TestTailFileManyLines (0.00s)
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestTailEmptyFile
14:47:53 [2021-12-21T14:47:53.728Z] --- PASS: TestTailEmptyFile (0.00s)
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestTailNegativeN
14:47:53 [2021-12-21T14:47:53.728Z] --- PASS: TestTailNegativeN (0.00s)
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestNewTailReader
14:47:53 [2021-12-21T14:47:53.728Z] === CONT  TestNewTailReader
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/2_byte_delimiter
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestNewTailReader/2_byte_delimiter
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/4_byte_delimiter
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestNewTailReader/4_byte_delimiter
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/8_byte_delimiter
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestNewTailReader/8_byte_delimiter
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/12_byte_delimiter
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestNewTailReader/12_byte_delimiter
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/no_delimiter
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestNewTailReader/no_delimiter
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/single_byte_delimiter
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestNewTailReader/single_byte_delimiter
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/truncated_last_line
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/truncated_last_line#01
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/truncated_last_line#02
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
14:47:53 [2021-12-21T14:47:53.728Z] === CONT  TestNewTailReader/2_byte_delimiter
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
14:47:53 [2021-12-21T14:47:53.728Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
14:47:53 [2021-12-21T14:47:53.728Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.191Z] === CONT  TestNewTailReader/12_byte_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === CONT  TestNewTailReader/single_byte_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === CONT  TestNewTailReader/4_byte_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.191Z] === CONT  TestNewTailReader/8_byte_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === CONT  TestNewTailReader/no_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/no_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.191Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.191Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.191Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.191Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.191Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.191Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.191Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.192Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.193Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.193Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.193Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.194Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.194Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.194Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.656Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
14:47:54 [2021-12-21T14:47:54.656Z] === CONT  TestNewTailReader/no_delimiter/no_lines
14:47:54 [2021-12-21T14:47:54.656Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.656Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.656Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.656Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.656Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.657Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
14:47:54 [2021-12-21T14:47:54.658Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
14:47:54 [2021-12-21T14:47:54.658Z] --- PASS: TestNewTailReader (0.00s)
14:47:54 [2021-12-21T14:47:54.658Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
14:47:54 [2021-12-21T14:47:54.658Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.658Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
14:47:54 [2021-12-21T14:47:54.658Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
14:47:54 [2021-12-21T14:47:54.658Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
14:47:54 [2021-12-21T14:47:54.658Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
14:47:54 [2021-12-21T14:47:54.658Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.00s)
14:47:54 [2021-12-21T14:47:54.658Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
14:47:54 [2021-12-21T14:47:54.658Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.658Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.658Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
14:47:54 [2021-12-21T14:47:54.658Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.01s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.01s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.01s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.02s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.659Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.02s)
14:47:54 [2021-12-21T14:47:54.660Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.01s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.660Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
14:47:54 [2021-12-21T14:47:54.807Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.01s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z] PASS
14:47:55 [2021-12-21T14:47:55.121Z] coverage: 88.6% of statements
14:47:55 [2021-12-21T14:47:55.121Z] ok  	github.com/docker/docker/pkg/tailfile	0.293s	coverage: 88.6% of statements
14:47:55 [2021-12-21T14:47:55.121Z] --- PASS: TestFullAllocateRelease (0.61s)
14:47:55 [2021-12-21T14:47:55.121Z] === RUN   TestOddAllocateRelease
14:47:55 [2021-12-21T14:47:55.121Z] time="2021-12-21T14:47:54Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
14:47:55 [2021-12-21T14:47:55.121Z] --- PASS: TestOddAllocateRelease (0.51s)
14:47:55 [2021-12-21T14:47:55.121Z] === RUN   TestFullAllocateSerialReleaseParallel
14:47:55 [2021-12-21T14:47:55.121Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s)
14:47:55 [2021-12-21T14:47:55.121Z] === RUN   TestOddAllocateSerialReleaseParallel
14:47:55 [2021-12-21T14:47:55.121Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.07s)
14:47:55 [2021-12-21T14:47:55.121Z] === RUN   TestEvenAllocateSerialReleaseParallel
14:47:55 [2021-12-21T14:47:55.121Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.07s)
14:47:55 [2021-12-21T14:47:55.121Z] === CONT  TestParallelPredefinedRequest1
14:47:55 [2021-12-21T14:47:55.121Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:47:55 [2021-12-21T14:47:55.121Z] === CONT  TestParallelPredefinedRequest4
14:47:55 [2021-12-21T14:47:55.121Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z] === CONT  TestParallelPredefinedRequest3
14:47:55 [2021-12-21T14:47:55.121Z] === CONT  TestParallelPredefinedRequest2
14:47:55 [2021-12-21T14:47:55.121Z] === CONT  TestParallelPredefinedRequest3
14:47:55 [2021-12-21T14:47:55.121Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:47:55 [2021-12-21T14:47:55.121Z] === CONT  TestParallelPredefinedRequest5
14:47:55 [2021-12-21T14:47:55.121Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:47:55 [2021-12-21T14:47:55.121Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z] === CONT  TestParallelPredefinedRequest4
14:47:55 [2021-12-21T14:47:55.121Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:47:55 [2021-12-21T14:47:55.121Z] === CONT  TestParallelPredefinedRequest2
14:47:55 [2021-12-21T14:47:55.121Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:47:55 [2021-12-21T14:47:55.121Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s)
14:47:55 [2021-12-21T14:47:55.121Z] PASS
14:47:55 [2021-12-21T14:47:55.121Z] coverage: 85.3% of statements
14:47:55 [2021-12-21T14:47:55.121Z] ok  	github.com/docker/docker/libnetwork/ipam	67.432s	coverage: 85.3% of statements
14:47:55 [2021-12-21T14:47:55.583Z] === RUN   TestTarSumRemoveNonExistent
14:47:55 [2021-12-21T14:47:55.583Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
14:47:55 [2021-12-21T14:47:55.583Z] === RUN   TestTarSumRemove
14:47:55 [2021-12-21T14:47:55.583Z] --- PASS: TestTarSumRemove (0.00s)
14:47:55 [2021-12-21T14:47:55.583Z] === RUN   TestSortFileInfoSums
14:47:55 [2021-12-21T14:47:55.583Z] --- PASS: TestSortFileInfoSums (0.00s)
14:47:55 [2021-12-21T14:47:55.583Z] === RUN   TestNewTarSumForLabelInvalid
14:47:55 [2021-12-21T14:47:55.583Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
14:47:55 [2021-12-21T14:47:55.583Z] === RUN   TestNewTarSumForLabel
14:47:55 [2021-12-21T14:47:55.583Z] --- PASS: TestNewTarSumForLabel (0.00s)
14:47:55 [2021-12-21T14:47:55.583Z] === RUN   TestEmptyTar
14:47:55 [2021-12-21T14:47:55.583Z] --- PASS: TestEmptyTar (0.00s)
14:47:55 [2021-12-21T14:47:55.583Z] === RUN   TestTarSumsReadSize
14:47:55 [2021-12-21T14:47:55.583Z] --- PASS: TestTarSumsReadSize (0.00s)
14:47:55 [2021-12-21T14:47:55.583Z] === RUN   TestTarSums
14:47:55 [2021-12-21T14:47:55.583Z] --- PASS: TestTarSums (0.08s)
14:47:55 [2021-12-21T14:47:55.583Z] === RUN   TestIteration
14:47:55 [2021-12-21T14:47:55.583Z] --- PASS: TestIteration (0.00s)
14:47:55 [2021-12-21T14:47:55.583Z] === RUN   TestVersionLabelForChecksum
14:47:55 [2021-12-21T14:47:55.583Z] --- PASS: TestVersionLabelForChecksum (0.00s)
14:47:55 [2021-12-21T14:47:55.583Z] === RUN   TestVersion
14:47:55 [2021-12-21T14:47:55.583Z] --- PASS: TestVersion (0.00s)
14:47:55 [2021-12-21T14:47:55.583Z] === RUN   TestGetVersion
14:47:55 [2021-12-21T14:47:55.583Z] --- PASS: TestGetVersion (0.00s)
14:47:55 [2021-12-21T14:47:55.583Z] === RUN   TestGetVersions
14:47:55 [2021-12-21T14:47:55.583Z] --- PASS: TestGetVersions (0.00s)
14:47:55 [2021-12-21T14:47:55.583Z] PASS
14:47:55 [2021-12-21T14:47:55.583Z] coverage: 89.3% of statements
14:47:55 [2021-12-21T14:47:55.583Z] ok  	github.com/docker/docker/pkg/tarsum	0.140s	coverage: 89.3% of statements
14:47:55 [2021-12-21T14:47:55.743Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.06s)
14:47:55 [2021-12-21T14:47:55.743Z] === RUN   TestCreateServiceSecretFileMode
14:47:56 [2021-12-21T14:47:56.309Z] === RUN   TestDockerSuite/TestCpToStdout
14:47:56 [2021-12-21T14:47:56.554Z] testing: warning: no tests to run
14:47:56 [2021-12-21T14:47:56.554Z] PASS
14:47:56 [2021-12-21T14:47:56.554Z] coverage: [no statements]
14:47:56 [2021-12-21T14:47:56.554Z] ok  	github.com/docker/docker/pkg/term/windows	0.043s	coverage: [no statements] [no tests to run]
14:47:56 [2021-12-21T14:47:56.875Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
14:47:57 [2021-12-21T14:47:57.015Z] === RUN   TestTruncIndex
14:47:57 [2021-12-21T14:47:57.015Z] --- PASS: TestTruncIndex (0.10s)
14:47:57 [2021-12-21T14:47:57.015Z] PASS
14:47:57 [2021-12-21T14:47:57.015Z] coverage: 91.5% of statements
14:47:57 [2021-12-21T14:47:57.015Z] ok  	github.com/docker/docker/pkg/truncindex	0.142s	coverage: 91.5% of statements
14:47:57 [2021-12-21T14:47:57.986Z] === RUN   TestIsGIT
14:47:57 [2021-12-21T14:47:57.986Z] --- PASS: TestIsGIT (0.00s)
14:47:57 [2021-12-21T14:47:57.986Z] === RUN   TestIsTransport
14:47:57 [2021-12-21T14:47:57.986Z] --- PASS: TestIsTransport (0.00s)
14:47:57 [2021-12-21T14:47:57.986Z] PASS
14:47:57 [2021-12-21T14:47:57.986Z] coverage: 100.0% of statements
14:47:57 [2021-12-21T14:47:57.986Z] ok  	github.com/docker/docker/pkg/urlutil	0.038s	coverage: 100.0% of statements
14:47:58 [2021-12-21T14:47:58.253Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
14:47:58 [2021-12-21T14:47:58.253Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
14:47:58 [2021-12-21T14:47:58.447Z] === RUN   TestVersionInfo
14:47:58 [2021-12-21T14:47:58.447Z] --- PASS: TestVersionInfo (0.00s)
14:47:58 [2021-12-21T14:47:58.447Z] === RUN   TestAppendVersions
14:47:58 [2021-12-21T14:47:58.447Z] --- PASS: TestAppendVersions (0.00s)
14:47:58 [2021-12-21T14:47:58.447Z] PASS
14:47:58 [2021-12-21T14:47:58.447Z] coverage: 88.9% of statements
14:47:58 [2021-12-21T14:47:58.447Z] ok  	github.com/docker/docker/pkg/useragent	0.037s	coverage: 88.9% of statements
14:47:58 [2021-12-21T14:47:58.447Z] time="2021-12-21T14:47:58Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
14:47:58 [2021-12-21T14:47:58.820Z] === RUN   TestDockerSuite/TestCpVolumePath
14:47:59 [2021-12-21T14:47:59.387Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
14:47:59 [2021-12-21T14:47:59.387Z] === RUN   TestDockerSuite/TestCreateArgs
14:47:59 [2021-12-21T14:47:59.387Z] === RUN   TestDockerSuite/TestCreateByImageID
14:47:59 [2021-12-21T14:47:59.954Z] === RUN   TestDockerSuite/TestCreateEchoStdout
14:48:00 [2021-12-21T14:48:00.520Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
14:48:00 [2021-12-21T14:48:00.520Z]     docker_cli_create_test.go:59: unmatched requirement Devicemapper
14:48:00 [2021-12-21T14:48:00.520Z] === RUN   TestDockerSuite/TestCreateHostConfig
14:48:00 [2021-12-21T14:48:00.520Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
14:48:00 [2021-12-21T14:48:00.633Z] === RUN   TestValidatePrivileges
14:48:00 [2021-12-21T14:48:00.633Z] --- PASS: TestValidatePrivileges (0.00s)
14:48:00 [2021-12-21T14:48:00.633Z] === RUN   TestFilterByCapNeg
14:48:00 [2021-12-21T14:48:00.633Z] --- PASS: TestFilterByCapNeg (0.00s)
14:48:00 [2021-12-21T14:48:00.633Z] === RUN   TestFilterByCapPos
14:48:00 [2021-12-21T14:48:00.633Z] --- PASS: TestFilterByCapPos (0.00s)
14:48:00 [2021-12-21T14:48:00.633Z] === RUN   TestStoreGetPluginNotMatchCapRefs
14:48:00 [2021-12-21T14:48:00.633Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
14:48:00 [2021-12-21T14:48:00.633Z] PASS
14:48:00 [2021-12-21T14:48:00.633Z] coverage: 12.0% of statements
14:48:00 [2021-12-21T14:48:00.633Z] ok  	github.com/docker/docker/plugin	0.083s	coverage: 12.0% of statements
14:48:00 [2021-12-21T14:48:00.778Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
14:48:01 [2021-12-21T14:48:01.037Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
14:48:01 [2021-12-21T14:48:01.037Z] === RUN   TestDockerSuite/TestCreateLabels
14:48:01 [2021-12-21T14:48:01.037Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
14:48:01 [2021-12-21T14:48:01.295Z] === RUN   TestDockerSuite/TestCreateRM
14:48:01 [2021-12-21T14:48:01.295Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
14:48:01 [2021-12-21T14:48:01.295Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
14:48:01 [2021-12-21T14:48:01.295Z] === RUN   TestDockerSuite/TestCreateStopSignal
14:48:01 [2021-12-21T14:48:01.295Z] === RUN   TestDockerSuite/TestCreateStopTimeout
14:48:01 [2021-12-21T14:48:01.554Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
14:48:01 [2021-12-21T14:48:01.606Z] === RUN   TestNewSettable
14:48:01 [2021-12-21T14:48:01.606Z] --- PASS: TestNewSettable (0.00s)
14:48:01 [2021-12-21T14:48:01.606Z] === RUN   TestIsSettable
14:48:01 [2021-12-21T14:48:01.606Z] --- PASS: TestIsSettable (0.00s)
14:48:01 [2021-12-21T14:48:01.606Z] === RUN   TestUpdateSettingsEnv
14:48:01 [2021-12-21T14:48:01.606Z] --- PASS: TestUpdateSettingsEnv (0.00s)
14:48:01 [2021-12-21T14:48:01.606Z] PASS
14:48:01 [2021-12-21T14:48:01.606Z] coverage: 20.0% of statements
14:48:01 [2021-12-21T14:48:01.606Z] ok  	github.com/docker/docker/plugin/v2	0.048s	coverage: 20.0% of statements
14:48:02 [2021-12-21T14:48:02.578Z] === RUN   TestLoad
14:48:02 [2021-12-21T14:48:02.578Z] --- PASS: TestLoad (0.00s)
14:48:02 [2021-12-21T14:48:02.578Z] === RUN   TestSave
14:48:02 [2021-12-21T14:48:02.578Z] --- PASS: TestSave (0.04s)
14:48:02 [2021-12-21T14:48:02.578Z] === RUN   TestAddDeleteGet
14:48:02 [2021-12-21T14:48:02.578Z] --- PASS: TestAddDeleteGet (0.05s)
14:48:02 [2021-12-21T14:48:02.578Z] === RUN   TestInvalidTags
14:48:02 [2021-12-21T14:48:02.578Z] --- PASS: TestInvalidTags (0.01s)
14:48:02 [2021-12-21T14:48:02.578Z] PASS
14:48:02 [2021-12-21T14:48:02.578Z] coverage: 84.4% of statements
14:48:02 [2021-12-21T14:48:02.578Z] ok  	github.com/docker/docker/reference	0.149s	coverage: 84.4% of statements
14:48:02 [2021-12-21T14:48:02.801Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev
14:48:02 [2021-12-21T14:48:02.801Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev
14:48:02 [2021-12-21T14:48:02.801Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
14:48:02 [2021-12-21T14:48:02.801Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev
14:48:02 [2021-12-21T14:48:02.801Z] Cross building: bundles/cross/linux/s390x
14:48:02 [2021-12-21T14:48:02.801Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev
14:48:02 [2021-12-21T14:48:02.801Z] GOOS="linux" GOARCH="s390x" GOARM=""
14:48:03 [2021-12-21T14:48:03.460Z]     docker_api_swarm_node_test.go:53: [db22add5f3248] joining swarm manager [d5b5d81b3517c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:48:03 [2021-12-21T14:48:03.460Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
14:48:03 [2021-12-21T14:48:03.460Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
14:48:03 [2021-12-21T14:48:03.460Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
14:48:04 [2021-12-21T14:48:04.395Z]     docker_api_swarm_node_test.go:54: [d72981ac9b9b8] joining swarm manager [d5b5d81b3517c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:48:04 [2021-12-21T14:48:04.763Z] === RUN   TestResolveAuthConfigIndexServer
14:48:04 [2021-12-21T14:48:04.763Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
14:48:04 [2021-12-21T14:48:04.763Z] === RUN   TestResolveAuthConfigFullURL
14:48:04 [2021-12-21T14:48:04.763Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
14:48:04 [2021-12-21T14:48:04.763Z] === RUN   TestLoadAllowNondistributableArtifacts
14:48:04 [2021-12-21T14:48:04.763Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
14:48:04 [2021-12-21T14:48:04.763Z] === RUN   TestValidateMirror
14:48:04 [2021-12-21T14:48:04.763Z] --- PASS: TestValidateMirror (0.00s)
14:48:04 [2021-12-21T14:48:04.763Z] === RUN   TestLoadInsecureRegistries
14:48:05 [2021-12-21T14:48:05.224Z] time="2021-12-21T14:48:04Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
14:48:05 [2021-12-21T14:48:05.224Z] time="2021-12-21T14:48:04Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
14:48:05 [2021-12-21T14:48:05.224Z] time="2021-12-21T14:48:04Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
14:48:05 [2021-12-21T14:48:05.224Z] --- PASS: TestLoadInsecureRegistries (0.17s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestNewServiceConfig
14:48:05 [2021-12-21T14:48:05.224Z] --- PASS: TestNewServiceConfig (0.00s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestValidateIndexName
14:48:05 [2021-12-21T14:48:05.224Z] --- PASS: TestValidateIndexName (0.00s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestValidateIndexNameWithError
14:48:05 [2021-12-21T14:48:05.224Z] --- PASS: TestValidateIndexNameWithError (0.00s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestEndpointParse
14:48:05 [2021-12-21T14:48:05.224Z] --- PASS: TestEndpointParse (0.00s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestEndpointParseInvalid
14:48:05 [2021-12-21T14:48:05.224Z] --- PASS: TestEndpointParseInvalid (0.00s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestValidateEndpoint
14:48:05 [2021-12-21T14:48:05.224Z] --- PASS: TestValidateEndpoint (0.00s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestPing
14:48:05 [2021-12-21T14:48:05.224Z] --- PASS: TestPing (0.00s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestPingRegistryEndpoint
14:48:05 [2021-12-21T14:48:05.224Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
14:48:05 [2021-12-21T14:48:05.224Z] --- SKIP: TestPingRegistryEndpoint (0.01s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestEndpoint
14:48:05 [2021-12-21T14:48:05.224Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
14:48:05 [2021-12-21T14:48:05.224Z] --- SKIP: TestEndpoint (0.01s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestParseRepositoryInfo
14:48:05 [2021-12-21T14:48:05.224Z] --- PASS: TestParseRepositoryInfo (0.00s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestNewIndexInfo
14:48:05 [2021-12-21T14:48:05.224Z] --- PASS: TestNewIndexInfo (0.00s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestMirrorEndpointLookup
14:48:05 [2021-12-21T14:48:05.224Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
14:48:05 [2021-12-21T14:48:05.224Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestSearchRepositories
14:48:05 [2021-12-21T14:48:05.224Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
14:48:05 [2021-12-21T14:48:05.224Z]         Host: 127.0.0.1:49375
14:48:05 [2021-12-21T14:48:05.224Z]         User-Agent: docker test client
14:48:05 [2021-12-21T14:48:05.224Z]         Authorization: Token fake-token
14:48:05 [2021-12-21T14:48:05.224Z]         X-Docker-Token: true
14:48:05 [2021-12-21T14:48:05.224Z]         Accept-Encoding: gzip
14:48:05 [2021-12-21T14:48:05.224Z]         
14:48:05 [2021-12-21T14:48:05.224Z]         
14:48:05 [2021-12-21T14:48:05.224Z]     registry_test.go:730: HTTP/1.1 200 OK
14:48:05 [2021-12-21T14:48:05.224Z]         Connection: close
14:48:05 [2021-12-21T14:48:05.224Z]         Content-Length: 144
14:48:05 [2021-12-21T14:48:05.224Z]         Cache-Control: no-cache
14:48:05 [2021-12-21T14:48:05.224Z]         Content-Type: application/json
14:48:05 [2021-12-21T14:48:05.224Z]         Date: Tue, 21 Dec 2021 14:48:04 GMT
14:48:05 [2021-12-21T14:48:05.224Z]         Expires: -1
14:48:05 [2021-12-21T14:48:05.224Z]         Pragma: no-cache
14:48:05 [2021-12-21T14:48:05.224Z]         Server: docker-tests/mock
14:48:05 [2021-12-21T14:48:05.224Z]         X-Docker-Registry-Config: mock
14:48:05 [2021-12-21T14:48:05.224Z]         X-Docker-Registry-Version: 0.0.0
14:48:05 [2021-12-21T14:48:05.224Z]         
14:48:05 [2021-12-21T14:48:05.224Z]         
14:48:05 [2021-12-21T14:48:05.224Z] --- PASS: TestSearchRepositories (0.01s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestTrustedLocation
14:48:05 [2021-12-21T14:48:05.224Z] --- PASS: TestTrustedLocation (0.00s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
14:48:05 [2021-12-21T14:48:05.224Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestAllowNondistributableArtifacts
14:48:05 [2021-12-21T14:48:05.224Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
14:48:05 [2021-12-21T14:48:05.224Z] === RUN   TestIsSecureIndex
14:48:05 [2021-12-21T14:48:05.224Z] --- PASS: TestIsSecureIndex (0.00s)
14:48:05 [2021-12-21T14:48:05.224Z] PASS
14:48:05 [2021-12-21T14:48:05.224Z] coverage: 51.2% of statements
14:48:05 [2021-12-21T14:48:05.224Z] ok  	github.com/docker/docker/registry	0.264s	coverage: 51.2% of statements
14:48:06 [2021-12-21T14:48:06.198Z] === RUN   TestResumableRequestHeaderSimpleErrors
14:48:06 [2021-12-21T14:48:06.198Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s)
14:48:06 [2021-12-21T14:48:06.198Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
14:48:06 [2021-12-21T14:48:06.198Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
14:48:06 [2021-12-21T14:48:06.198Z] === RUN   TestResumableRequestHeaderTooMuchFailures
14:48:06 [2021-12-21T14:48:06.198Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
14:48:06 [2021-12-21T14:48:06.198Z] === RUN   TestResumableRequestReaderWithReadError
14:48:06 [2021-12-21T14:48:06.198Z] time="2021-12-21T14:48:05Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
14:48:06 [2021-12-21T14:48:06.198Z] --- PASS: TestResumableRequestReaderWithReadError (0.16s)
14:48:06 [2021-12-21T14:48:06.198Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
14:48:06 [2021-12-21T14:48:06.198Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
14:48:06 [2021-12-21T14:48:06.198Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
14:48:06 [2021-12-21T14:48:06.198Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
14:48:06 [2021-12-21T14:48:06.198Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
14:48:06 [2021-12-21T14:48:06.198Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
14:48:06 [2021-12-21T14:48:06.198Z] === RUN   TestResumableRequestReader
14:48:06 [2021-12-21T14:48:06.198Z] --- PASS: TestGet (15.01s)
14:48:06 [2021-12-21T14:48:06.198Z] === RUN   TestPluginWithNoManifest
14:48:06 [2021-12-21T14:48:06.198Z] --- PASS: TestResumableRequestReader (0.00s)
14:48:06 [2021-12-21T14:48:06.198Z] === RUN   TestResumableRequestReaderWithInitialResponse
14:48:06 [2021-12-21T14:48:06.198Z] --- PASS: TestPluginWithNoManifest (0.00s)
14:48:06 [2021-12-21T14:48:06.198Z] === RUN   TestGetAll
14:48:06 [2021-12-21T14:48:06.198Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
14:48:06 [2021-12-21T14:48:06.198Z] PASS
14:48:06 [2021-12-21T14:48:06.198Z] coverage: 100.0% of statements
14:48:06 [2021-12-21T14:48:06.198Z] --- PASS: TestGetAll (0.00s)
14:48:06 [2021-12-21T14:48:06.198Z] PASS
14:48:06 [2021-12-21T14:48:06.198Z] coverage: 73.2% of statements
14:48:06 [2021-12-21T14:48:06.198Z] ok  	github.com/docker/docker/registry/resumable	0.234s	coverage: 100.0% of statements
14:48:06 [2021-12-21T14:48:06.198Z] ok  	github.com/docker/docker/pkg/plugins	35.000s	coverage: 73.2% of statements
14:48:06 [2021-12-21T14:48:06.299Z] === RUN   TestDockerSuite/TestCreateWithPortRange
14:48:06 [2021-12-21T14:48:06.299Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
14:48:06 [2021-12-21T14:48:06.299Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
14:48:06 [2021-12-21T14:48:06.565Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
14:48:06 [2021-12-21T14:48:06.565Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
14:48:06 [2021-12-21T14:48:06.565Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
14:48:07 [2021-12-21T14:48:07.136Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
14:48:07 [2021-12-21T14:48:07.171Z] === RUN   TestRestartManagerTimeout
14:48:07 [2021-12-21T14:48:07.171Z] --- PASS: TestRestartManagerTimeout (0.00s)
14:48:07 [2021-12-21T14:48:07.171Z] === RUN   TestRestartManagerTimeoutReset
14:48:07 [2021-12-21T14:48:07.171Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
14:48:07 [2021-12-21T14:48:07.171Z] PASS
14:48:07 [2021-12-21T14:48:07.171Z] coverage: 50.9% of statements
14:48:07 [2021-12-21T14:48:07.171Z] ok  	github.com/docker/docker/restartmanager	0.048s	coverage: 50.9% of statements
14:48:07 [2021-12-21T14:48:07.632Z] === RUN   TestDecodeContainerConfig
14:48:07 [2021-12-21T14:48:07.632Z] --- PASS: TestDecodeContainerConfig (0.00s)
14:48:07 [2021-12-21T14:48:07.632Z] === RUN   TestDecodeContainerConfigIsolation
14:48:07 [2021-12-21T14:48:07.632Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
14:48:07 [2021-12-21T14:48:07.632Z] === RUN   TestValidatePrivileged
14:48:07 [2021-12-21T14:48:07.632Z] --- PASS: TestValidatePrivileged (0.00s)
14:48:07 [2021-12-21T14:48:07.632Z] PASS
14:48:07 [2021-12-21T14:48:07.632Z] coverage: 52.6% of statements
14:48:07 [2021-12-21T14:48:07.632Z] ok  	github.com/docker/docker/runconfig	0.054s	coverage: 52.6% of statements
14:48:08 [2021-12-21T14:48:08.071Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
14:48:08 [2021-12-21T14:48:08.093Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
14:48:08 [2021-12-21T14:48:08.093Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
14:48:08 [2021-12-21T14:48:08.093Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
14:48:08 [2021-12-21T14:48:08.093Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
14:48:08 [2021-12-21T14:48:08.093Z] PASS
14:48:08 [2021-12-21T14:48:08.093Z] coverage: 62.5% of statements
14:48:08 [2021-12-21T14:48:08.093Z] ok  	github.com/docker/docker/testutil	0.135s	coverage: 62.5% of statements
14:48:08 [2021-12-21T14:48:08.330Z] --- PASS: TestCreateServiceSecretFileMode (12.75s)
14:48:08 [2021-12-21T14:48:08.330Z] === RUN   TestCreateServiceConfigFileMode
14:48:08 [2021-12-21T14:48:08.590Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
14:48:09 [2021-12-21T14:48:09.526Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
14:48:10 [2021-12-21T14:48:10.904Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
14:48:11 [2021-12-21T14:48:11.471Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
14:48:11 [2021-12-21T14:48:11.730Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
14:48:11 [2021-12-21T14:48:11.988Z] === RUN   TestDockerSuite/TestDevicePermissions
14:48:12 [2021-12-21T14:48:12.247Z] === RUN   TestDockerSuite/TestDockerFails
14:48:12 [2021-12-21T14:48:12.247Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
14:48:12 [2021-12-21T14:48:12.247Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
14:48:12 [2021-12-21T14:48:12.247Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
14:48:12 [2021-12-21T14:48:12.799Z] === RUN   TestGetDriver
14:48:12 [2021-12-21T14:48:12.799Z] --- PASS: TestGetDriver (0.00s)
14:48:12 [2021-12-21T14:48:12.799Z] === RUN   TestVolumeRequestError
14:48:12 [2021-12-21T14:48:12.799Z] --- PASS: TestVolumeRequestError (0.01s)
14:48:12 [2021-12-21T14:48:12.799Z] PASS
14:48:12 [2021-12-21T14:48:12.799Z] coverage: 36.1% of statements
14:48:12 [2021-12-21T14:48:12.799Z] ok  	github.com/docker/docker/volume/drivers	0.076s	coverage: 36.1% of statements
14:48:12 [2021-12-21T14:48:12.799Z] === RUN   TestGetAddress
14:48:12 [2021-12-21T14:48:12.799Z] --- PASS: TestGetAddress (0.00s)
14:48:12 [2021-12-21T14:48:12.799Z] === RUN   TestRemove
14:48:12 [2021-12-21T14:48:12.799Z]     local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
14:48:12 [2021-12-21T14:48:12.799Z] --- SKIP: TestRemove (0.00s)
14:48:12 [2021-12-21T14:48:12.799Z] === RUN   TestInitializeWithVolumes
14:48:12 [2021-12-21T14:48:12.799Z] --- PASS: TestInitializeWithVolumes (0.01s)
14:48:12 [2021-12-21T14:48:12.799Z] === RUN   TestCreate
14:48:12 [2021-12-21T14:48:12.799Z] --- PASS: TestCreate (0.01s)
14:48:12 [2021-12-21T14:48:12.799Z] === RUN   TestValidateName
14:48:12 [2021-12-21T14:48:12.799Z] --- PASS: TestValidateName (0.00s)
14:48:12 [2021-12-21T14:48:12.799Z] === RUN   TestCreateWithOpts
14:48:12 [2021-12-21T14:48:12.799Z]     local_test.go:180: runtime.GOOS == "windows"
14:48:12 [2021-12-21T14:48:12.799Z] --- SKIP: TestCreateWithOpts (0.00s)
14:48:12 [2021-12-21T14:48:12.799Z] === RUN   TestRelaodNoOpts
14:48:12 [2021-12-21T14:48:12.799Z] --- PASS: TestRelaodNoOpts (0.02s)
14:48:12 [2021-12-21T14:48:12.799Z] PASS
14:48:12 [2021-12-21T14:48:12.799Z] coverage: 41.5% of statements
14:48:12 [2021-12-21T14:48:12.799Z] ok  	github.com/docker/docker/volume/local	0.091s	coverage: 41.5% of statements
14:48:13 [2021-12-21T14:48:13.183Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
14:48:13 [2021-12-21T14:48:13.260Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
14:48:13 [2021-12-21T14:48:13.260Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
14:48:13 [2021-12-21T14:48:13.260Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
14:48:13 [2021-12-21T14:48:13.260Z] ?   	github.com/docker/docker/libnetwork/netutils	[no test files]
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLCOWParseMountRaw
14:48:13 [2021-12-21T14:48:13.721Z] --- PASS: TestLCOWParseMountRaw (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLCOWParseMountRawSplit
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLCOWParseMountRawSplit/0_c:\:/foo
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLCOWParseMountRawSplit/1_c:\:/foo:ro
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLCOWParseMountRawSplit/2_c:\:/foo:rw
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLCOWParseMountRawSplit/3_c:\:/foo:foo
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLCOWParseMountRawSplit/4_name:/foo:rw
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLCOWParseMountRawSplit/5_name:/foo
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLCOWParseMountRawSplit/6_name:/foo:ro
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLCOWParseMountRawSplit/7_name:/
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLCOWParseMountRawSplit/8_driver/name:/
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo
14:48:13 [2021-12-21T14:48:13.721Z] --- PASS: TestLCOWParseMountRawSplit (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLinuxParseMountRaw
14:48:13 [2021-12-21T14:48:13.721Z] --- PASS: TestLinuxParseMountRaw (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLinuxParseMountRawSplit
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLinuxParseMountRawSplit/0_/tmp:/tmp1
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLinuxParseMountRawSplit/4_name:/named1
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLinuxParseMountRawSplit/5_name:/named2
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLinuxParseMountRawSplit/6_name:/named3:ro
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLinuxParseMountRawSplit/7_local/name:/tmp:rw
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLinuxParseMountRawSplit/8_/tmp:tmp
14:48:13 [2021-12-21T14:48:13.721Z] --- PASS: TestLinuxParseMountRawSplit (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestLinuxParseMountSpecBindWithFileinfoError
14:48:13 [2021-12-21T14:48:13.721Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestConvertTmpfsOptions
14:48:13 [2021-12-21T14:48:13.721Z]     linux_parser_test.go:209: data="mode=700,size=1m"
14:48:13 [2021-12-21T14:48:13.721Z]     linux_parser_test.go:209: data="ro"
14:48:13 [2021-12-21T14:48:13.721Z] --- PASS: TestConvertTmpfsOptions (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestParseMountSpec
14:48:13 [2021-12-21T14:48:13.721Z]     parser_test.go:62: case 0
14:48:13 [2021-12-21T14:48:13.721Z]     parser_test.go:62: case 1
14:48:13 [2021-12-21T14:48:13.721Z]     parser_test.go:62: case 2
14:48:13 [2021-12-21T14:48:13.721Z]     parser_test.go:62: case 3
14:48:13 [2021-12-21T14:48:13.721Z]     parser_test.go:62: case 4
14:48:13 [2021-12-21T14:48:13.721Z]     parser_test.go:62: case 5
14:48:13 [2021-12-21T14:48:13.721Z] --- PASS: TestParseMountSpec (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestValidateMount
14:48:13 [2021-12-21T14:48:13.721Z] --- PASS: TestValidateMount (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountRaw
14:48:13 [2021-12-21T14:48:13.721Z] --- PASS: TestWindowsParseMountRaw (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountRawSplit
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountRawSplit/0_c:\:d:
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountRawSplit/1_c:\:d:\
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountRawSplit/2_c:\:d:\:ro
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountRawSplit/3_c:\:d:\:rw
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountRawSplit/4_c:\:d:\:foo
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountRawSplit/5_name:d::rw
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountRawSplit/6_name:d:
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountRawSplit/7_name:d::ro
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountRawSplit/8_name:c:
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountRawSplit/9_driver/name:c:
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo
14:48:13 [2021-12-21T14:48:13.721Z] --- PASS: TestWindowsParseMountRawSplit (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z]     --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z] === RUN   TestWindowsParseMountSpecBindWithFileinfoError
14:48:13 [2021-12-21T14:48:13.721Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s)
14:48:13 [2021-12-21T14:48:13.721Z] PASS
14:48:13 [2021-12-21T14:48:13.721Z] coverage: 67.6% of statements
14:48:13 [2021-12-21T14:48:13.721Z] ok  	github.com/docker/docker/volume/mounts	0.084s	coverage: 67.6% of statements
14:48:13 [2021-12-21T14:48:13.750Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
14:48:14 [2021-12-21T14:48:14.684Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
14:48:14 [2021-12-21T14:48:14.684Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
14:48:14 [2021-12-21T14:48:14.684Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestSetGetMeta
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestSetGetMeta
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestRestore
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestRestore
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestServiceCreate
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestServiceCreate
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestServiceList
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestServiceList
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestServiceRemove
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestServiceRemove
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestServiceGet
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestServiceGet
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestServicePrune
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestServicePrune
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestCreate
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestCreate
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestRemove
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestRemove
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestList
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestList
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestFindByDriver
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestFindByDriver
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestFindByReferenced
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestFindByReferenced
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestDerefMultipleOfSameRef
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestDerefMultipleOfSameRef
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestDefererencePluginOnCreateError
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestDefererencePluginOnCreateError
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestRefDerefRemove
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestRefDerefRemove
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestGet
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestGet
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestGetWithReference
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestGetWithReference
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestFilterFunc
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestFilterFunc/test_nil_list
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestFilterFunc/test_nil_list
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestFilterFunc/test_empty_list
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestFilterFunc/test_empty_list
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestFilterFunc/test_filter_some
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestFilterFunc/test_filter_some
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestFilterFunc/test_filter_middle
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestFilterFunc/test_filter_middle
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestFilterFunc/test_filter_middle_and_last
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
14:48:14 [2021-12-21T14:48:14.696Z] === RUN   TestFilterFunc/test_filter_first_and_last
14:48:14 [2021-12-21T14:48:14.696Z] === PAUSE TestFilterFunc/test_filter_first_and_last
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestFilterFunc/test_nil_list
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestFilterFunc/test_filter_some
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestFilterFunc/test_empty_list
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestFilterFunc/test_filter_middle_and_last
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestFilterFunc/test_filter_first_and_last
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestFilterFunc/test_filter_middle
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestFilterFunc (0.00s)
14:48:14 [2021-12-21T14:48:14.696Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
14:48:14 [2021-12-21T14:48:14.696Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
14:48:14 [2021-12-21T14:48:14.696Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
14:48:14 [2021-12-21T14:48:14.696Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
14:48:14 [2021-12-21T14:48:14.696Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
14:48:14 [2021-12-21T14:48:14.696Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
14:48:14 [2021-12-21T14:48:14.696Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
14:48:14 [2021-12-21T14:48:14.696Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestSetGetMeta
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestDefererencePluginOnCreateError
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestList
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestDerefMultipleOfSameRef
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestSetGetMeta (0.03s)
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestRemove
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestCreate
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestDerefMultipleOfSameRef (0.04s)
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestDefererencePluginOnCreateError (0.05s)
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestServicePrune
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestList (0.06s)
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestServiceGet
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestRemove (0.04s)
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestServiceRemove
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestCreate (0.03s)
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestServiceList
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestServiceGet (0.16s)
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestServiceCreate
14:48:14 [2021-12-21T14:48:14.696Z] time="2021-12-21T14:48:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestServiceRemove (0.15s)
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestRestore
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestServiceList (0.15s)
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
14:48:14 [2021-12-21T14:48:14.696Z] time="2021-12-21T14:48:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:48:14 [2021-12-21T14:48:14.696Z] time="2021-12-21T14:48:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:48:14 [2021-12-21T14:48:14.696Z] time="2021-12-21T14:48:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestServiceCreate (0.03s)
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestGetWithReference
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestGet
14:48:14 [2021-12-21T14:48:14.696Z] time="2021-12-21T14:48:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestRestore (0.04s)
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestRefDerefRemove
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestServicePrune (0.22s)
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestFindByReferenced
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestGet (0.03s)
14:48:14 [2021-12-21T14:48:14.696Z] === CONT  TestFindByDriver
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestGetWithReference (0.03s)
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestRefDerefRemove (0.03s)
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestFindByReferenced (0.03s)
14:48:14 [2021-12-21T14:48:14.696Z] --- PASS: TestFindByDriver (0.03s)
14:48:14 [2021-12-21T14:48:14.696Z] PASS
14:48:14 [2021-12-21T14:48:14.696Z] coverage: 69.0% of statements
14:48:14 [2021-12-21T14:48:14.696Z] ok  	github.com/docker/docker/volume/service	0.354s	coverage: 69.0% of statements
14:48:14 [2021-12-21T14:48:14.943Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
14:48:20 [2021-12-21T14:48:20.206Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
14:48:21 [2021-12-21T14:48:21.582Z] --- PASS: TestCreateServiceConfigFileMode (12.89s)
14:48:21 [2021-12-21T14:48:21.582Z] === RUN   TestCreateServiceSysctls
14:48:22 [2021-12-21T14:48:22.148Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
14:48:23 [2021-12-21T14:48:23.292Z] 2021/12/21 14:48:23 Closing DB instances...
14:48:24 [2021-12-21T14:48:24.683Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
14:48:25 [2021-12-21T14:48:25.250Z] --- PASS: TestCreateServiceSysctls (3.80s)
14:48:25 [2021-12-21T14:48:25.250Z] === RUN   TestCreateServiceCapabilities
14:48:25 [2021-12-21T14:48:25.477Z] --- PASS: TestNetworkDBGarbageCollection (54.27s)
14:48:25 [2021-12-21T14:48:25.477Z] === RUN   TestFindNode
14:48:25 [2021-12-21T14:48:25.477Z] 2021/12/21 14:48:25 Closing DB instances...
14:48:25 [2021-12-21T14:48:25.477Z] --- PASS: TestFindNode (0.02s)
14:48:25 [2021-12-21T14:48:25.477Z] === RUN   TestChangeNodeState
14:48:25 [2021-12-21T14:48:25.477Z] 2021/12/21 14:48:25 Closing DB instances...
14:48:25 [2021-12-21T14:48:25.477Z] --- PASS: TestChangeNodeState (0.02s)
14:48:25 [2021-12-21T14:48:25.477Z] === RUN   TestNodeReincarnation
14:48:25 [2021-12-21T14:48:25.477Z] 2021/12/21 14:48:25 Closing DB instances...
14:48:25 [2021-12-21T14:48:25.817Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
14:48:27 [2021-12-21T14:48:27.208Z] === RUN   TestDockerSuite/TestEventsAttach
14:48:27 [2021-12-21T14:48:27.779Z] --- PASS: TestCreateServiceCapabilities (2.52s)
14:48:27 [2021-12-21T14:48:27.779Z] === RUN   TestInspect
14:48:27 [2021-12-21T14:48:27.779Z] === RUN   TestDockerSuite/TestEventsCommit
14:48:28 [2021-12-21T14:48:28.345Z] === RUN   TestDockerSuite/TestEventsContainerEvents
14:48:28 [2021-12-21T14:48:28.911Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
14:48:29 [2021-12-21T14:48:29.479Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
14:48:30 [2021-12-21T14:48:30.413Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
14:48:30 [2021-12-21T14:48:30.673Z] --- PASS: TestInspect (3.17s)
14:48:30 [2021-12-21T14:48:30.673Z] === RUN   TestCreateJob
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=error msg="failed to send node leave: timed out broadcasting node event"
14:48:31 [2021-12-21T14:48:31.283Z] --- PASS: TestNodeReincarnation (5.02s)
14:48:31 [2021-12-21T14:48:31.283Z] === RUN   TestParallelCreate
14:48:31 [2021-12-21T14:48:31.283Z] 2021/12/21 14:48:30 Closing DB instances...
14:48:31 [2021-12-21T14:48:31.283Z] --- PASS: TestParallelCreate (0.02s)
14:48:31 [2021-12-21T14:48:31.283Z] === RUN   TestParallelDelete
14:48:31 [2021-12-21T14:48:31.283Z] 2021/12/21 14:48:30 Closing DB instances...
14:48:31 [2021-12-21T14:48:31.283Z] --- PASS: TestParallelDelete (0.02s)
14:48:31 [2021-12-21T14:48:31.283Z] === RUN   TestNetworkDBIslands
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:43f3a382aec3 with config:&{NodeID:43f3a382aec3 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}"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=info msg="Node 43f3a382aec3/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=info msg="Node 43f3a382aec3/172.24.174.213, added to nodes list"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:c24e44898ae6 with config:&{NodeID:c24e44898ae6 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}"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=info msg="Node c24e44898ae6/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=info msg="Node c24e44898ae6/172.24.174.213, added to nodes list"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=info msg="The new bootstrap node list is:[localhost:10033]"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10033"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=debug msg="memberlist: Stream connection from=[::1]:49430"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=info msg="Node c24e44898ae6/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=info msg="Node c24e44898ae6/172.24.174.213, added to nodes list"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=info msg="Node 43f3a382aec3/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=info msg="Node 43f3a382aec3/172.24.174.213, added to nodes list"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49431"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10033"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:30Z" level=debug msg="memberlist: Failed to join 172.24.174.213: dial tcp 172.24.174.213:10006: connectex: No connection could be made because the target machine actively refused it."
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:1a819b4e999d with config:&{NodeID:1a819b4e999d 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}"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=info msg="Node 1a819b4e999d/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=info msg="Node 1a819b4e999d/172.24.174.213, added to nodes list"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=info msg="The new bootstrap node list is:[localhost:10034]"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10034"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=debug msg="memberlist: Stream connection from=[::1]:49433"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=info msg="Node 1a819b4e999d/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=info msg="Node 1a819b4e999d/172.24.174.213, added to nodes list"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=info msg="Node 43f3a382aec3/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=info msg="Node 43f3a382aec3/172.24.174.213, added to nodes list"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=info msg="Node c24e44898ae6/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=info msg="Node c24e44898ae6/172.24.174.213, added to nodes list"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10034"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49434"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=info msg="Node 1a819b4e999d/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.283Z] time="2021-12-21T14:48:31Z" level=info msg="Node 1a819b4e999d/172.24.174.213, added to nodes list"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:72a25cbb6ee4 with config:&{NodeID:72a25cbb6ee4 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}"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, added to nodes list"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="The new bootstrap node list is:[localhost:10035]"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10035"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=debug msg="memberlist: Stream connection from=[::1]:49435"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, added to nodes list"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="Node 43f3a382aec3/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="Node 43f3a382aec3/172.24.174.213, added to nodes list"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="Node c24e44898ae6/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="Node c24e44898ae6/172.24.174.213, added to nodes list"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="Node 1a819b4e999d/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="Node 1a819b4e999d/172.24.174.213, added to nodes list"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10035"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49436"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, added to nodes list"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, joined gossip cluster"
14:48:31 [2021-12-21T14:48:31.744Z] time="2021-12-21T14:48:31Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, added to nodes list"
14:48:32 [2021-12-21T14:48:32.048Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=debug msg="memberlist: Failed to join 172.24.174.213: dial tcp 172.24.174.213:10006: connectex: No connection could be made because the target machine actively refused it."
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:c7603707b360 with config:&{NodeID:c7603707b360 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}"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=info msg="Node c7603707b360/172.24.174.213, joined gossip cluster"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=info msg="Node c7603707b360/172.24.174.213, added to nodes list"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=info msg="The new bootstrap node list is:[localhost:10036]"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10036"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=debug msg="memberlist: Stream connection from=[::1]:49438"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=info msg="Node c7603707b360/172.24.174.213, joined gossip cluster"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=info msg="Node c7603707b360/172.24.174.213, added to nodes list"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=info msg="Node c24e44898ae6/172.24.174.213, joined gossip cluster"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=info msg="Node c24e44898ae6/172.24.174.213, added to nodes list"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, joined gossip cluster"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, added to nodes list"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=info msg="Node 1a819b4e999d/172.24.174.213, joined gossip cluster"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=info msg="Node 1a819b4e999d/172.24.174.213, added to nodes list"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=info msg="Node 43f3a382aec3/172.24.174.213, joined gossip cluster"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=info msg="Node 43f3a382aec3/172.24.174.213, added to nodes list"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10036"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:31Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49439"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:32Z" level=info msg="Node c7603707b360/172.24.174.213, joined gossip cluster"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:32Z" level=info msg="Node c7603707b360/172.24.174.213, added to nodes list"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:32Z" level=info msg="Node c7603707b360/172.24.174.213, joined gossip cluster"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:32Z" level=info msg="Node c7603707b360/172.24.174.213, added to nodes list"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:32Z" level=info msg="Node c7603707b360/172.24.174.213, joined gossip cluster"
14:48:32 [2021-12-21T14:48:32.208Z] time="2021-12-21T14:48:32Z" level=info msg="Node c7603707b360/172.24.174.213, added to nodes list"
14:48:32 [2021-12-21T14:48:32.669Z]     networkdb_test.go:835: Re-joining: 3
14:48:32 [2021-12-21T14:48:32.670Z] time="2021-12-21T14:48:32Z" level=info msg="The new bootstrap node list is:[172.24.174.213:10033 172.24.174.213:10034 172.24.174.213:10035]"
14:48:32 [2021-12-21T14:48:32.670Z] time="2021-12-21T14:48:32Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.24.174.213:10033"
14:48:32 [2021-12-21T14:48:32.670Z] time="2021-12-21T14:48:32Z" level=debug msg="memberlist: Stream connection from=172.24.174.213:49440"
14:48:32 [2021-12-21T14:48:32.670Z] time="2021-12-21T14:48:32Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.24.174.213:10034"
14:48:32 [2021-12-21T14:48:32.670Z] time="2021-12-21T14:48:32Z" level=debug msg="memberlist: Stream connection from=172.24.174.213:49441"
14:48:32 [2021-12-21T14:48:32.670Z] time="2021-12-21T14:48:32Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.24.174.213:10035"
14:48:32 [2021-12-21T14:48:32.670Z] time="2021-12-21T14:48:32Z" level=debug msg="memberlist: Stream connection from=172.24.174.213:49442"
14:48:32 [2021-12-21T14:48:32.670Z]     networkdb_test.go:835: Re-joining: 4
14:48:32 [2021-12-21T14:48:32.670Z] time="2021-12-21T14:48:32Z" level=info msg="The new bootstrap node list is:[172.24.174.213:10033 172.24.174.213:10034 172.24.174.213:10035]"
14:48:32 [2021-12-21T14:48:32.670Z] time="2021-12-21T14:48:32Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.24.174.213:10033"
14:48:32 [2021-12-21T14:48:32.670Z] time="2021-12-21T14:48:32Z" level=debug msg="memberlist: Stream connection from=172.24.174.213:49443"
14:48:32 [2021-12-21T14:48:32.670Z] time="2021-12-21T14:48:32Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.24.174.213:10034"
14:48:32 [2021-12-21T14:48:32.670Z] time="2021-12-21T14:48:32Z" level=debug msg="memberlist: Stream connection from=172.24.174.213:49444"
14:48:32 [2021-12-21T14:48:32.670Z] time="2021-12-21T14:48:32Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.24.174.213:10035"
14:48:32 [2021-12-21T14:48:32.670Z] time="2021-12-21T14:48:32Z" level=debug msg="memberlist: Stream connection from=172.24.174.213:49445"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:32Z" level=info msg="node 0 leaving"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:32Z" level=debug msg="memberlist: Failed to join 172.24.174.213: dial tcp 172.24.174.213:10006: connectex: No connection could be made because the target machine actively refused it."
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:32Z" level=info msg="Node 43f3a382aec3 change state NodeActive --> NodeLeft"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:32Z" level=info msg="node2(c24e44898ae6): Node leave event for 43f3a382aec3/172.24.174.213"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:32Z" level=info msg="Node 43f3a382aec3 change state NodeActive --> NodeLeft"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:32Z" level=info msg="Node 43f3a382aec3 change state NodeActive --> NodeLeft"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:32Z" level=info msg="node5(c7603707b360): Node leave event for 43f3a382aec3/172.24.174.213"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:32Z" level=info msg="node3(1a819b4e999d): Node leave event for 43f3a382aec3/172.24.174.213"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:32Z" level=info msg="Node 43f3a382aec3 change state NodeActive --> NodeLeft"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:32Z" level=info msg="node4(72a25cbb6ee4): Node leave event for 43f3a382aec3/172.24.174.213"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:32Z" level=info msg="Node 43f3a382aec3 change state NodeActive --> NodeLeft"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:32Z" level=info msg="node1(43f3a382aec3): Node leave event for 43f3a382aec3/172.24.174.213"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:33Z" level=info msg="Node 43f3a382aec3/172.24.174.213, left gossip cluster"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:33Z" level=info msg="Node 43f3a382aec3/172.24.174.213, left gossip cluster"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:33Z" level=info msg="Node 43f3a382aec3/172.24.174.213, left gossip cluster"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:33Z" level=info msg="Node 43f3a382aec3/172.24.174.213, left gossip cluster"
14:48:33 [2021-12-21T14:48:33.131Z] time="2021-12-21T14:48:33Z" level=info msg="Node 43f3a382aec3/172.24.174.213, left gossip cluster"
14:48:33 [2021-12-21T14:48:33.427Z] === RUN   TestDockerSuite/TestEventsContainerRestart
14:48:33 [2021-12-21T14:48:33.592Z] time="2021-12-21T14:48:33Z" level=info msg="node 1 leaving"
14:48:33 [2021-12-21T14:48:33.592Z] time="2021-12-21T14:48:33Z" level=info msg="Node c24e44898ae6 change state NodeActive --> NodeLeft"
14:48:33 [2021-12-21T14:48:33.592Z] time="2021-12-21T14:48:33Z" level=info msg="node5(c7603707b360): Node leave event for c24e44898ae6/172.24.174.213"
14:48:33 [2021-12-21T14:48:33.592Z] time="2021-12-21T14:48:33Z" level=info msg="Node c24e44898ae6 change state NodeActive --> NodeLeft"
14:48:33 [2021-12-21T14:48:33.592Z] time="2021-12-21T14:48:33Z" level=info msg="node3(1a819b4e999d): Node leave event for c24e44898ae6/172.24.174.213"
14:48:33 [2021-12-21T14:48:33.592Z] time="2021-12-21T14:48:33Z" level=info msg="Node c24e44898ae6/172.24.174.213, left gossip cluster"
14:48:33 [2021-12-21T14:48:33.592Z] time="2021-12-21T14:48:33Z" level=info msg="Node c24e44898ae6 change state NodeActive --> NodeFailed"
14:48:33 [2021-12-21T14:48:33.592Z] time="2021-12-21T14:48:33Z" level=info msg="Node c24e44898ae6/172.24.174.213, added to failed nodes list"
14:48:33 [2021-12-21T14:48:33.592Z] time="2021-12-21T14:48:33Z" level=info msg="Node c24e44898ae6 change state NodeActive --> NodeLeft"
14:48:33 [2021-12-21T14:48:33.592Z] time="2021-12-21T14:48:33Z" level=info msg="node4(72a25cbb6ee4): Node leave event for c24e44898ae6/172.24.174.213"
14:48:33 [2021-12-21T14:48:33.592Z] time="2021-12-21T14:48:33Z" level=error msg="node: c24e44898ae6 is unknown to memberlist"
14:48:33 [2021-12-21T14:48:33.592Z] time="2021-12-21T14:48:33Z" level=info msg="Node c24e44898ae6/172.24.174.213, left gossip cluster"
14:48:33 [2021-12-21T14:48:33.592Z] time="2021-12-21T14:48:33Z" level=info msg="Node c24e44898ae6/172.24.174.213, left gossip cluster"
14:48:33 [2021-12-21T14:48:33.592Z] time="2021-12-21T14:48:33Z" level=info msg="Node c24e44898ae6/172.24.174.213, left gossip cluster"
14:48:34 [2021-12-21T14:48:34.053Z] time="2021-12-21T14:48:33Z" level=info msg="node 2 leaving"
14:48:34 [2021-12-21T14:48:34.053Z] time="2021-12-21T14:48:33Z" level=info msg="Node 1a819b4e999d change state NodeActive --> NodeLeft"
14:48:34 [2021-12-21T14:48:34.053Z] time="2021-12-21T14:48:33Z" level=info msg="node5(c7603707b360): Node leave event for 1a819b4e999d/172.24.174.213"
14:48:34 [2021-12-21T14:48:34.053Z] time="2021-12-21T14:48:33Z" level=info msg="Node 1a819b4e999d change state NodeActive --> NodeLeft"
14:48:34 [2021-12-21T14:48:34.053Z] time="2021-12-21T14:48:33Z" level=info msg="node4(72a25cbb6ee4): Node leave event for 1a819b4e999d/172.24.174.213"
14:48:34 [2021-12-21T14:48:34.053Z] time="2021-12-21T14:48:33Z" level=info msg="Node 1a819b4e999d change state NodeActive --> NodeLeft"
14:48:34 [2021-12-21T14:48:34.053Z] time="2021-12-21T14:48:33Z" level=info msg="node3(1a819b4e999d): Node leave event for 1a819b4e999d/172.24.174.213"
14:48:34 [2021-12-21T14:48:34.053Z] time="2021-12-21T14:48:33Z" level=debug msg="memberlist: Failed ping: c24e44898ae6 (timeout reached)"
14:48:34 [2021-12-21T14:48:34.053Z] time="2021-12-21T14:48:33Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.174.213:10036: use of closed network connection"
14:48:34 [2021-12-21T14:48:34.053Z] time="2021-12-21T14:48:33Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.174.213:10037: use of closed network connection"
14:48:34 [2021-12-21T14:48:34.053Z] time="2021-12-21T14:48:33Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.174.213:10035: use of closed network connection"
14:48:34 [2021-12-21T14:48:34.053Z] time="2021-12-21T14:48:33Z" level=debug msg="memberlist: Failed to join 172.24.174.213: dial tcp 172.24.174.213:10006: connectex: No connection could be made because the target machine actively refused it."
14:48:34 [2021-12-21T14:48:34.053Z] time="2021-12-21T14:48:33Z" level=info msg="Node 1a819b4e999d/172.24.174.213, left gossip cluster"
14:48:34 [2021-12-21T14:48:34.053Z] time="2021-12-21T14:48:33Z" level=info msg="Node 1a819b4e999d/172.24.174.213, left gossip cluster"
14:48:34 [2021-12-21T14:48:34.365Z] --- PASS: TestCreateJob (3.57s)
14:48:34 [2021-12-21T14:48:34.365Z] === RUN   TestReplicatedJob
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10035->172.24.174.213:10036: use of closed network connection"
14:48:34 [2021-12-21T14:48:34.514Z]     networkdb_test.go:867: node4: OK
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=info msg="Node 1a819b4e999d/172.24.174.213, left gossip cluster"
14:48:34 [2021-12-21T14:48:34.514Z]     networkdb_test.go:867: node5: OK
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=info msg="node 0 coming back"
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:79a2de430504 with config:&{NodeID:79a2de430504 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}"
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=info msg="Node 79a2de430504/172.24.174.213, joined gossip cluster"
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=info msg="Node 79a2de430504/172.24.174.213, added to nodes list"
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=info msg="node 1 coming back"
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:13359fdfa45c with config:&{NodeID:13359fdfa45c 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}"
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=info msg="Node 13359fdfa45c/172.24.174.213, joined gossip cluster"
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=info msg="Node 13359fdfa45c/172.24.174.213, added to nodes list"
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=info msg="node 2 coming back"
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:c4af26196abf with config:&{NodeID:c4af26196abf 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}"
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=info msg="Node c4af26196abf/172.24.174.213, joined gossip cluster"
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=info msg="Node c4af26196abf/172.24.174.213, added to nodes list"
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=debug msg="memberlist: Stream connection from=172.24.174.213:49447"
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=warning msg="memberlist: Failed fallback ping: write tcp 172.24.174.213:49447->172.24.174.213:10034: i/o timeout"
14:48:34 [2021-12-21T14:48:34.514Z] time="2021-12-21T14:48:34Z" level=info msg="memberlist: Suspect c24e44898ae6 has failed, no acks received"
14:48:34 [2021-12-21T14:48:34.975Z] time="2021-12-21T14:48:34Z" level=debug msg="memberlist: Failed to join 172.24.174.213: dial tcp 172.24.174.213:10006: connectex: No connection could be made because the target machine actively refused it."
14:48:35 [2021-12-21T14:48:35.740Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
14:48:35 [2021-12-21T14:48:35.946Z] time="2021-12-21T14:48:35Z" level=debug msg="memberlist: Failed to join 172.24.174.213: dial tcp 172.24.174.213:10006: connectex: No connection could be made because the target machine actively refused it."
14:48:36 [2021-12-21T14:48:36.308Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
14:48:36 [2021-12-21T14:48:36.918Z] time="2021-12-21T14:48:36Z" level=debug msg="memberlist: Failed to join 172.24.174.213: dial tcp 172.24.174.213:10006: connectex: No connection could be made because the target machine actively refused it."
14:48:37 [2021-12-21T14:48:37.889Z] time="2021-12-21T14:48:37Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.174.213:10033 172.24.174.213:10034 172.24.174.213:10035]"
14:48:37 [2021-12-21T14:48:37.889Z] time="2021-12-21T14:48:37Z" level=debug msg="memberlist: Failed to join 172.24.174.213: dial tcp 172.24.174.213:10006: connectex: No connection could be made because the target machine actively refused it."
14:48:38 [2021-12-21T14:48:38.211Z] === RUN   TestDockerSuite/TestEventsCopy
14:48:38 [2021-12-21T14:48:38.343Z] --- PASS: TestBuildWithHugeFile (127.84s)
14:48:38 [2021-12-21T14:48:38.343Z] === RUN   TestBuildWCOWSandboxSize
14:48:38 [2021-12-21T14:48:38.343Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:48:38 [2021-12-21T14:48:38.343Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z] === RUN   TestBuildWithEmptyDockerfile
14:48:38 [2021-12-21T14:48:38.343Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
14:48:38 [2021-12-21T14:48:38.343Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
14:48:38 [2021-12-21T14:48:38.343Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:48:38 [2021-12-21T14:48:38.343Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:48:38 [2021-12-21T14:48:38.343Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:48:38 [2021-12-21T14:48:38.343Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:48:38 [2021-12-21T14:48:38.343Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
14:48:38 [2021-12-21T14:48:38.343Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:48:38 [2021-12-21T14:48:38.343Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:48:38 [2021-12-21T14:48:38.343Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s)
14:48:38 [2021-12-21T14:48:38.343Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
14:48:38 [2021-12-21T14:48:38.343Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
14:48:38 [2021-12-21T14:48:38.343Z] === RUN   TestBuildPreserveOwnership
14:48:38 [2021-12-21T14:48:38.343Z]     build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME
14:48:38 [2021-12-21T14:48:38.343Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z] === RUN   TestBuildPlatformInvalid
14:48:38 [2021-12-21T14:48:38.343Z] --- PASS: TestBuildPlatformInvalid (0.08s)
14:48:38 [2021-12-21T14:48:38.343Z] PASS
14:48:38 [2021-12-21T14:48:38.343Z] ok  	github.com/docker/docker/integration/build	209.881s
14:48:38 [2021-12-21T14:48:38.343Z] 
14:48:38 [2021-12-21T14:48:38.343Z] === Skipped
14:48:38 [2021-12-21T14:48:38.343Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z]     build_session_test.go:25: TODO: BuildKit
14:48:38 [2021-12-21T14:48:38.343Z] 
14:48:38 [2021-12-21T14:48:38.343Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z]     build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:48:38 [2021-12-21T14:48:38.343Z] 
14:48:38 [2021-12-21T14:48:38.343Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
14:48:38 [2021-12-21T14:48:38.343Z] 
14:48:38 [2021-12-21T14:48:38.343Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
14:48:38 [2021-12-21T14:48:38.343Z] 
14:48:38 [2021-12-21T14:48:38.343Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:48:38 [2021-12-21T14:48:38.343Z] 
14:48:38 [2021-12-21T14:48:38.343Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z]     build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME
14:48:38 [2021-12-21T14:48:38.343Z] 
14:48:38 [2021-12-21T14:48:38.343Z] DONE 29 tests, 6 skipped in 244.765s
14:48:38 [2021-12-21T14:48:38.343Z] Running D:\gopath\src\github.com\docker\docker\integration\config
14:48:38 [2021-12-21T14:48:38.343Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:48:38 [2021-12-21T14:48:38.343Z] INFO: Testing against a local daemon
14:48:38 [2021-12-21T14:48:38.343Z] === RUN   TestConfigInspect
14:48:38 [2021-12-21T14:48:38.343Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:48:38 [2021-12-21T14:48:38.343Z] --- SKIP: TestConfigInspect (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z] === RUN   TestConfigList
14:48:38 [2021-12-21T14:48:38.343Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:48:38 [2021-12-21T14:48:38.343Z] --- SKIP: TestConfigList (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z] === RUN   TestConfigsCreateAndDelete
14:48:38 [2021-12-21T14:48:38.343Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:48:38 [2021-12-21T14:48:38.343Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z] === RUN   TestConfigsUpdate
14:48:38 [2021-12-21T14:48:38.343Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
14:48:38 [2021-12-21T14:48:38.343Z] --- SKIP: TestConfigsUpdate (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z] === RUN   TestTemplatedConfig
14:48:38 [2021-12-21T14:48:38.343Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
14:48:38 [2021-12-21T14:48:38.343Z] --- SKIP: TestTemplatedConfig (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z] === RUN   TestConfigCreateResolve
14:48:38 [2021-12-21T14:48:38.343Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
14:48:38 [2021-12-21T14:48:38.343Z] --- SKIP: TestConfigCreateResolve (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z] PASS
14:48:38 [2021-12-21T14:48:38.343Z] ok  	github.com/docker/docker/integration/config	0.108s
14:48:38 [2021-12-21T14:48:38.343Z] 
14:48:38 [2021-12-21T14:48:38.343Z] === Skipped
14:48:38 [2021-12-21T14:48:38.343Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:48:38 [2021-12-21T14:48:38.343Z] 
14:48:38 [2021-12-21T14:48:38.343Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:48:38 [2021-12-21T14:48:38.343Z] 
14:48:38 [2021-12-21T14:48:38.343Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:48:38 [2021-12-21T14:48:38.343Z] 
14:48:38 [2021-12-21T14:48:38.343Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
14:48:38 [2021-12-21T14:48:38.343Z] 
14:48:38 [2021-12-21T14:48:38.343Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
14:48:38 [2021-12-21T14:48:38.343Z] 
14:48:38 [2021-12-21T14:48:38.343Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
14:48:38 [2021-12-21T14:48:38.343Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
14:48:38 [2021-12-21T14:48:38.343Z] 
14:48:38 [2021-12-21T14:48:38.343Z] DONE 6 tests, 6 skipped in 2.462s
14:48:38 [2021-12-21T14:48:38.343Z] Running D:\gopath\src\github.com\docker\docker\integration\container
14:48:38 [2021-12-21T14:48:38.349Z] time="2021-12-21T14:48:37Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.174.213:10033 172.24.174.213:10034 172.24.174.213:10035]"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.24.174.213:10033"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=debug msg="memberlist: Stream connection from=172.24.174.213:49453"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c7603707b360/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c7603707b360/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 79a2de430504/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 79a2de430504/172.24.174.213, is the new incarnation of the shutdown node 43f3a382aec3/172.24.174.213"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 79a2de430504/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.24.174.213:10034"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=debug msg="memberlist: Stream connection from=172.24.174.213:49454"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c7603707b360/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c7603707b360/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 79a2de430504/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 79a2de430504/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 13359fdfa45c/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 13359fdfa45c/172.24.174.213, is the new incarnation of the shutdown node c24e44898ae6/172.24.174.213"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 13359fdfa45c/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.24.174.213:10035"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=debug msg="memberlist: Stream connection from=172.24.174.213:49455"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 13359fdfa45c/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 13359fdfa45c/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 79a2de430504/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 79a2de430504/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c7603707b360/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c7603707b360/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c4af26196abf/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c4af26196abf/172.24.174.213, is the new incarnation of the shutdown node 1a819b4e999d/172.24.174.213"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c4af26196abf/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 79a2de430504/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 79a2de430504/172.24.174.213, is the new incarnation of the shutdown node 43f3a382aec3/172.24.174.213"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 79a2de430504/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 13359fdfa45c/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 13359fdfa45c/172.24.174.213, is the new incarnation of the shutdown node c24e44898ae6/172.24.174.213"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 13359fdfa45c/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 13359fdfa45c/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node 13359fdfa45c/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c4af26196abf/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c4af26196abf/172.24.174.213, is the new incarnation of the shutdown node 1a819b4e999d/172.24.174.213"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c4af26196abf/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c4af26196abf/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c4af26196abf/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c4af26196abf/172.24.174.213, joined gossip cluster"
14:48:38 [2021-12-21T14:48:38.810Z] time="2021-12-21T14:48:38Z" level=info msg="Node c4af26196abf/172.24.174.213, added to nodes list"
14:48:38 [2021-12-21T14:48:38.817Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:48:38 [2021-12-21T14:48:38.817Z] INFO: Testing against a local daemon
14:48:38 [2021-12-21T14:48:38.817Z] === RUN   TestCheckpoint
14:48:38 [2021-12-21T14:48:38.817Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:48:38 [2021-12-21T14:48:38.817Z] --- SKIP: TestCheckpoint (0.00s)
14:48:38 [2021-12-21T14:48:38.817Z] === RUN   TestContainerInvalidJSON
14:48:38 [2021-12-21T14:48:38.817Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
14:48:38 [2021-12-21T14:48:38.817Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
14:48:38 [2021-12-21T14:48:38.817Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
14:48:38 [2021-12-21T14:48:38.817Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
14:48:38 [2021-12-21T14:48:38.817Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
14:48:38 [2021-12-21T14:48:38.817Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
14:48:38 [2021-12-21T14:48:38.817Z] --- PASS: TestContainerInvalidJSON (0.04s)
14:48:38 [2021-12-21T14:48:38.817Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
14:48:38 [2021-12-21T14:48:38.817Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
14:48:38 [2021-12-21T14:48:38.817Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:48:38 [2021-12-21T14:48:38.817Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.34s)
14:48:38 [2021-12-21T14:48:38.817Z] === RUN   TestCopyFromContainerPathIsNotDir
14:48:39 [2021-12-21T14:48:39.272Z] time="2021-12-21T14:48:38Z" level=debug msg="memberlist: Failed to join 172.24.174.213: dial tcp 172.24.174.213:10006: connectex: No connection could be made because the target machine actively refused it."
14:48:39 [2021-12-21T14:48:39.272Z] time="2021-12-21T14:48:38Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.24.174.213:10033"
14:48:39 [2021-12-21T14:48:39.272Z] time="2021-12-21T14:48:38Z" level=debug msg="memberlist: Stream connection from=172.24.174.213:49457"
14:48:39 [2021-12-21T14:48:39.272Z] time="2021-12-21T14:48:38Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.24.174.213:10034"
14:48:39 [2021-12-21T14:48:39.272Z] time="2021-12-21T14:48:38Z" level=debug msg="memberlist: Stream connection from=172.24.174.213:49458"
14:48:39 [2021-12-21T14:48:39.272Z] time="2021-12-21T14:48:38Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.24.174.213:10035"
14:48:39 [2021-12-21T14:48:39.272Z] time="2021-12-21T14:48:38Z" level=debug msg="memberlist: Stream connection from=172.24.174.213:49459"
14:48:39 [2021-12-21T14:48:39.272Z] 2021/12/21 14:48:39 Closing DB instances...
14:48:39 [2021-12-21T14:48:39.285Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.29s)
14:48:39 [2021-12-21T14:48:39.285Z] === RUN   TestCopyToContainerPathDoesNotExist
14:48:39 [2021-12-21T14:48:39.285Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.29s)
14:48:39 [2021-12-21T14:48:39.285Z] === RUN   TestCopyToContainerPathIsNotDir
14:48:39 [2021-12-21T14:48:39.589Z] === RUN   TestDockerSuite/TestEventsFilterContainer
14:48:39 [2021-12-21T14:48:39.733Z] time="2021-12-21T14:48:39Z" level=info msg="Node 79a2de430504 change state NodeActive --> NodeLeft"
14:48:39 [2021-12-21T14:48:39.733Z] time="2021-12-21T14:48:39Z" level=info msg="Node 79a2de430504 change state NodeActive --> NodeLeft"
14:48:39 [2021-12-21T14:48:39.733Z] time="2021-12-21T14:48:39Z" level=info msg="node2(13359fdfa45c): Node leave event for 79a2de430504/172.24.174.213"
14:48:39 [2021-12-21T14:48:39.733Z] time="2021-12-21T14:48:39Z" level=info msg="node3(c4af26196abf): Node leave event for 79a2de430504/172.24.174.213"
14:48:39 [2021-12-21T14:48:39.733Z] time="2021-12-21T14:48:39Z" level=info msg="Node 79a2de430504 change state NodeActive --> NodeLeft"
14:48:39 [2021-12-21T14:48:39.733Z] time="2021-12-21T14:48:39Z" level=info msg="node4(72a25cbb6ee4): Node leave event for 79a2de430504/172.24.174.213"
14:48:39 [2021-12-21T14:48:39.733Z] time="2021-12-21T14:48:39Z" level=info msg="Node 79a2de430504 change state NodeActive --> NodeLeft"
14:48:39 [2021-12-21T14:48:39.733Z] time="2021-12-21T14:48:39Z" level=info msg="node1(79a2de430504): Node leave event for 79a2de430504/172.24.174.213"
14:48:39 [2021-12-21T14:48:39.733Z] time="2021-12-21T14:48:39Z" level=info msg="Node 79a2de430504 change state NodeActive --> NodeLeft"
14:48:39 [2021-12-21T14:48:39.733Z] time="2021-12-21T14:48:39Z" level=info msg="node5(c7603707b360): Node leave event for 79a2de430504/172.24.174.213"
14:48:39 [2021-12-21T14:48:39.733Z] time="2021-12-21T14:48:39Z" level=info msg="Node 79a2de430504/172.24.174.213, left gossip cluster"
14:48:39 [2021-12-21T14:48:39.733Z] time="2021-12-21T14:48:39Z" level=info msg="Node 79a2de430504/172.24.174.213, left gossip cluster"
14:48:39 [2021-12-21T14:48:39.733Z] time="2021-12-21T14:48:39Z" level=info msg="Node 79a2de430504/172.24.174.213, left gossip cluster"
14:48:39 [2021-12-21T14:48:39.733Z] time="2021-12-21T14:48:39Z" level=info msg="Node 79a2de430504/172.24.174.213, left gossip cluster"
14:48:39 [2021-12-21T14:48:39.733Z] time="2021-12-21T14:48:39Z" level=info msg="Node 79a2de430504/172.24.174.213, left gossip cluster"
14:48:39 [2021-12-21T14:48:39.754Z] --- PASS: TestCopyToContainerPathIsNotDir (0.28s)
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCopyFromContainer
14:48:39 [2021-12-21T14:48:39.754Z]     copy_test.go:81: testEnv.DaemonInfo.OSType == "windows"
14:48:39 [2021-12-21T14:48:39.754Z] --- SKIP: TestCopyFromContainer (0.00s)
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:48:39 [2021-12-21T14:48:39.754Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:48:39 [2021-12-21T14:48:39.754Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:48:39 [2021-12-21T14:48:39.754Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:48:39 [2021-12-21T14:48:39.754Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:48:39 [2021-12-21T14:48:39.754Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:48:39 [2021-12-21T14:48:39.754Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:48:39 [2021-12-21T14:48:39.754Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
14:48:39 [2021-12-21T14:48:39.754Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
14:48:39 [2021-12-21T14:48:39.754Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
14:48:39 [2021-12-21T14:48:39.754Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateLinkToNonExistingContainer
14:48:39 [2021-12-21T14:48:39.754Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
14:48:39 [2021-12-21T14:48:39.754Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateWithInvalidEnv
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateWithInvalidEnv/0
14:48:39 [2021-12-21T14:48:39.754Z] === PAUSE TestCreateWithInvalidEnv/0
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateWithInvalidEnv/1
14:48:39 [2021-12-21T14:48:39.754Z] === PAUSE TestCreateWithInvalidEnv/1
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateWithInvalidEnv/2
14:48:39 [2021-12-21T14:48:39.754Z] === PAUSE TestCreateWithInvalidEnv/2
14:48:39 [2021-12-21T14:48:39.754Z] === CONT  TestCreateWithInvalidEnv/0
14:48:39 [2021-12-21T14:48:39.754Z] === CONT  TestCreateWithInvalidEnv/1
14:48:39 [2021-12-21T14:48:39.754Z] === CONT  TestCreateWithInvalidEnv/2
14:48:39 [2021-12-21T14:48:39.754Z] --- PASS: TestCreateWithInvalidEnv (0.04s)
14:48:39 [2021-12-21T14:48:39.754Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.01s)
14:48:39 [2021-12-21T14:48:39.754Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
14:48:39 [2021-12-21T14:48:39.754Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.01s)
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateTmpfsMountsTarget
14:48:39 [2021-12-21T14:48:39.754Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
14:48:39 [2021-12-21T14:48:39.754Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateWithCustomMaskedPaths
14:48:39 [2021-12-21T14:48:39.754Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
14:48:39 [2021-12-21T14:48:39.754Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateWithCustomReadonlyPaths
14:48:39 [2021-12-21T14:48:39.754Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
14:48:39 [2021-12-21T14:48:39.754Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:48:39 [2021-12-21T14:48:39.754Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:48:39 [2021-12-21T14:48:39.754Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:48:39 [2021-12-21T14:48:39.754Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:48:39 [2021-12-21T14:48:39.754Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:48:39 [2021-12-21T14:48:39.754Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:48:39 [2021-12-21T14:48:39.754Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:48:39 [2021-12-21T14:48:39.754Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:48:39 [2021-12-21T14:48:39.754Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:48:39 [2021-12-21T14:48:39.754Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:48:39 [2021-12-21T14:48:39.754Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:48:39 [2021-12-21T14:48:39.754Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s)
14:48:39 [2021-12-21T14:48:39.754Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
14:48:39 [2021-12-21T14:48:39.754Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
14:48:39 [2021-12-21T14:48:39.754Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
14:48:39 [2021-12-21T14:48:39.754Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
14:48:39 [2021-12-21T14:48:39.754Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:48:39 [2021-12-21T14:48:39.754Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
14:48:39 [2021-12-21T14:48:39.754Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.01s)
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateDifferentPlatform
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateDifferentPlatform/different_os
14:48:39 [2021-12-21T14:48:39.754Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:48:40 [2021-12-21T14:48:40.194Z] time="2021-12-21T14:48:39Z" level=warning msg="memberlist: Failed to send gossip to 172.24.174.213:10034: write udp [::]:10033->172.24.174.213:10034: use of closed network connection"
14:48:40 [2021-12-21T14:48:40.195Z] time="2021-12-21T14:48:39Z" level=info msg="Node 13359fdfa45c change state NodeActive --> NodeLeft"
14:48:40 [2021-12-21T14:48:40.195Z] time="2021-12-21T14:48:39Z" level=info msg="node5(c7603707b360): Node leave event for 13359fdfa45c/172.24.174.213"
14:48:40 [2021-12-21T14:48:40.195Z] time="2021-12-21T14:48:39Z" level=info msg="Node 13359fdfa45c change state NodeActive --> NodeLeft"
14:48:40 [2021-12-21T14:48:40.195Z] time="2021-12-21T14:48:39Z" level=info msg="node3(c4af26196abf): Node leave event for 13359fdfa45c/172.24.174.213"
14:48:40 [2021-12-21T14:48:40.195Z] time="2021-12-21T14:48:39Z" level=info msg="Node 13359fdfa45c change state NodeActive --> NodeLeft"
14:48:40 [2021-12-21T14:48:40.195Z] time="2021-12-21T14:48:39Z" level=info msg="node4(72a25cbb6ee4): Node leave event for 13359fdfa45c/172.24.174.213"
14:48:40 [2021-12-21T14:48:40.195Z] time="2021-12-21T14:48:39Z" level=info msg="Node 13359fdfa45c change state NodeActive --> NodeLeft"
14:48:40 [2021-12-21T14:48:40.195Z] time="2021-12-21T14:48:39Z" level=info msg="node2(13359fdfa45c): Node leave event for 13359fdfa45c/172.24.174.213"
14:48:40 [2021-12-21T14:48:40.195Z] time="2021-12-21T14:48:39Z" level=debug msg="memberlist: Failed to join 172.24.174.213: dial tcp 172.24.174.213:10006: connectex: No connection could be made because the target machine actively refused it."
14:48:40 [2021-12-21T14:48:40.195Z] time="2021-12-21T14:48:39Z" level=info msg="Node 13359fdfa45c/172.24.174.213, left gossip cluster"
14:48:40 [2021-12-21T14:48:40.195Z] time="2021-12-21T14:48:39Z" level=info msg="Node 13359fdfa45c/172.24.174.213, left gossip cluster"
14:48:40 [2021-12-21T14:48:40.195Z] time="2021-12-21T14:48:39Z" level=info msg="Node 13359fdfa45c/172.24.174.213, left gossip cluster"
14:48:40 [2021-12-21T14:48:40.195Z] time="2021-12-21T14:48:39Z" level=info msg="Node 13359fdfa45c/172.24.174.213, left gossip cluster"
14:48:40 [2021-12-21T14:48:40.195Z] time="2021-12-21T14:48:40Z" level=info msg="Node c4af26196abf change state NodeActive --> NodeLeft"
14:48:40 [2021-12-21T14:48:40.195Z] time="2021-12-21T14:48:40Z" level=info msg="node5(c7603707b360): Node leave event for c4af26196abf/172.24.174.213"
14:48:40 [2021-12-21T14:48:40.222Z] --- PASS: TestCreateDifferentPlatform (0.05s)
14:48:40 [2021-12-21T14:48:40.222Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
14:48:40 [2021-12-21T14:48:40.222Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
14:48:40 [2021-12-21T14:48:40.222Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:48:40 [2021-12-21T14:48:40.222Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.15s)
14:48:40 [2021-12-21T14:48:40.222Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:48:40 [2021-12-21T14:48:40.222Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
14:48:40 [2021-12-21T14:48:40.222Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s)
14:48:40 [2021-12-21T14:48:40.222Z] === RUN   TestContainerKillOnDaemonStart
14:48:40 [2021-12-21T14:48:40.222Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:48:40 [2021-12-21T14:48:40.222Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
14:48:40 [2021-12-21T14:48:40.222Z] === RUN   TestDiff
14:48:40 [2021-12-21T14:48:40.222Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
14:48:40 [2021-12-21T14:48:40.222Z] --- SKIP: TestDiff (0.00s)
14:48:40 [2021-12-21T14:48:40.222Z] === RUN   TestExecWithCloseStdin
14:48:40 [2021-12-21T14:48:40.523Z] --- PASS: TestReplicatedJob (5.96s)
14:48:40 [2021-12-21T14:48:40.523Z] === RUN   TestUpdateReplicatedJob
14:48:40 [2021-12-21T14:48:40.523Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
14:48:40 [2021-12-21T14:48:40.656Z] time="2021-12-21T14:48:40Z" level=info msg="Node c4af26196abf change state NodeActive --> NodeLeft"
14:48:40 [2021-12-21T14:48:40.656Z] time="2021-12-21T14:48:40Z" level=info msg="node4(72a25cbb6ee4): Node leave event for c4af26196abf/172.24.174.213"
14:48:40 [2021-12-21T14:48:40.656Z] time="2021-12-21T14:48:40Z" level=info msg="Node c4af26196abf change state NodeActive --> NodeLeft"
14:48:40 [2021-12-21T14:48:40.656Z] time="2021-12-21T14:48:40Z" level=info msg="node3(c4af26196abf): Node leave event for c4af26196abf/172.24.174.213"
14:48:40 [2021-12-21T14:48:40.656Z] time="2021-12-21T14:48:40Z" level=info msg="Node c4af26196abf/172.24.174.213, left gossip cluster"
14:48:40 [2021-12-21T14:48:40.656Z] time="2021-12-21T14:48:40Z" level=info msg="Node c4af26196abf/172.24.174.213, left gossip cluster"
14:48:40 [2021-12-21T14:48:40.656Z] time="2021-12-21T14:48:40Z" level=info msg="Node c4af26196abf/172.24.174.213, left gossip cluster"
14:48:41 [2021-12-21T14:48:41.117Z] time="2021-12-21T14:48:40Z" level=debug msg="memberlist: Failed ping: 72a25cbb6ee4 (timeout reached)"
14:48:41 [2021-12-21T14:48:41.117Z] time="2021-12-21T14:48:40Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.24.174.213:10035: use of closed network connection"
14:48:41 [2021-12-21T14:48:41.117Z] time="2021-12-21T14:48:40Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.24.174.213:10037: use of closed network connection"
14:48:41 [2021-12-21T14:48:41.117Z] time="2021-12-21T14:48:40Z" level=debug msg="memberlist: Stream connection from=172.24.174.213:49461"
14:48:41 [2021-12-21T14:48:41.117Z] time="2021-12-21T14:48:40Z" level=debug msg="memberlist: Failed to join 172.24.174.213: dial tcp 172.24.174.213:10006: connectex: No connection could be made because the target machine actively refused it."
14:48:41 [2021-12-21T14:48:41.117Z] time="2021-12-21T14:48:40Z" level=info msg="Node 72a25cbb6ee4 change state NodeActive --> NodeLeft"
14:48:41 [2021-12-21T14:48:41.117Z] time="2021-12-21T14:48:40Z" level=info msg="node5(c7603707b360): Node leave event for 72a25cbb6ee4/172.24.174.213"
14:48:41 [2021-12-21T14:48:41.577Z] time="2021-12-21T14:48:41Z" level=info msg="Node 72a25cbb6ee4 change state NodeActive --> NodeLeft"
14:48:41 [2021-12-21T14:48:41.577Z] time="2021-12-21T14:48:41Z" level=info msg="node4(72a25cbb6ee4): Node leave event for 72a25cbb6ee4/172.24.174.213"
14:48:41 [2021-12-21T14:48:41.577Z] time="2021-12-21T14:48:41Z" level=warning msg="memberlist: Was able to connect to 72a25cbb6ee4 but other probes failed, network may be misconfigured"
14:48:41 [2021-12-21T14:48:41.577Z] time="2021-12-21T14:48:41Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, left gossip cluster"
14:48:42 [2021-12-21T14:48:42.038Z] time="2021-12-21T14:48:41Z" level=info msg="Node 72a25cbb6ee4/172.24.174.213, left gossip cluster"
14:48:42 [2021-12-21T14:48:42.038Z] time="2021-12-21T14:48:41Z" level=debug msg="memberlist: Failed to join 172.24.174.213: dial tcp 172.24.174.213:10006: connectex: No connection could be made because the target machine actively refused it."
14:48:42 [2021-12-21T14:48:42.498Z] time="2021-12-21T14:48:42Z" level=info msg="Node c7603707b360/172.24.174.213, left gossip cluster"
14:48:42 [2021-12-21T14:48:42.498Z] time="2021-12-21T14:48:42Z" level=info msg="Node c7603707b360 change state NodeActive --> NodeFailed"
14:48:42 [2021-12-21T14:48:42.498Z] time="2021-12-21T14:48:42Z" level=info msg="Node c7603707b360/172.24.174.213, added to failed nodes list"
14:48:42 [2021-12-21T14:48:42.498Z] --- PASS: TestNetworkDBIslands (12.09s)
14:48:42 [2021-12-21T14:48:42.498Z] PASS
14:48:42 [2021-12-21T14:48:42.498Z] coverage: 60.6% of statements
14:48:42 [2021-12-21T14:48:42.498Z] ok  	github.com/docker/docker/libnetwork/networkdb	105.968s	coverage: 60.6% of statements
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/libnetwork/osl/kernel	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/oci/caps	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/pkg/term	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/quota	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/rootless	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/testutil/request	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/volume	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
14:48:42 [2021-12-21T14:48:42.498Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
14:48:43 [2021-12-21T14:48:43.056Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
14:48:43 [2021-12-21T14:48:43.199Z] --- PASS: TestExecWithCloseStdin (3.10s)
14:48:43 [2021-12-21T14:48:43.199Z] === RUN   TestExec
14:48:43 [2021-12-21T14:48:43.623Z] --- PASS: TestUpdateReplicatedJob (3.30s)
14:48:43 [2021-12-21T14:48:43.623Z] === RUN   TestServiceListWithStatuses
14:48:43 [2021-12-21T14:48:43.623Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:48:43 [2021-12-21T14:48:43.623Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:48:43 [2021-12-21T14:48:43.623Z] === RUN   TestDockerNetworkConnectAlias
14:48:45 [2021-12-21T14:48:45.000Z]     docker_api_swarm_test.go:202: [d1e82592bd7b4] joining swarm manager [d8e60a333f3d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:48:45 [2021-12-21T14:48:45.420Z] 
14:48:45 [2021-12-21T14:48:45.420Z] === Skipped
14:48:45 [2021-12-21T14:48:45.420Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
14:48:45 [2021-12-21T14:48:45.420Z]     dispatchers_test.go:377: Windows does not support stopsignal
14:48:45 [2021-12-21T14:48:45.420Z] 
14:48:45 [2021-12-21T14:48:45.420Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
14:48:45 [2021-12-21T14:48:45.420Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:48:45 [2021-12-21T14:48:45.420Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s)
14:48:45 [2021-12-21T14:48:45.881Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     client_test.go:23: runtime.GOOS == "windows"
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     network_proxy_test.go:208: No support for dual stack yet
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     daemon_test.go:146: root required
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     reload_test.go:520: root required
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     config_test.go:526: os.Getuid() != 0: skipping test that requires root
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     pull_v2_test.go:73: Needs fixing on Windows
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     pull_v2_test.go:118: Needs fixing on Windows
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     download_test.go:267: Needs fixing on Windows
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     layer_test.go:303: Failing on Windows
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     layer_test.go:352: Failing on Windows
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     layer_test.go:467: Failing on Windows
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     layer_test.go:696: Failing on Windows
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     migration_test.go:45: Failing on Windows
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     migration_test.go:181: Failing on Windows
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     mount_test.go:17: Failing on Windows
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     mount_test.go:76: Failing on Windows
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     mount_test.go:125: Failing on Windows
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     mount_test.go:212: Failing on Windows
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s)
14:48:45 [2021-12-21T14:48:45.881Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s)
14:48:45 [2021-12-21T14:48:45.881Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s)
14:48:45 [2021-12-21T14:48:45.881Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.881Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s)
14:48:45 [2021-12-21T14:48:45.881Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
14:48:45 [2021-12-21T14:48:45.881Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.01s)
14:48:45 [2021-12-21T14:48:45.882Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.01s)
14:48:45 [2021-12-21T14:48:45.882Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     windows_test.go:58: Test does not work on CI and was never running to begin with
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     windows_test.go:63: Test does not work on CI and was never running to begin with
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     archive_test.go:133: Xz not present in msys2
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.04s)
14:48:45 [2021-12-21T14:48:45.882Z]     archive_test.go:140: zstd not installed
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     archive_test.go:252: Failing on Windows CI machines
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     archive_windows_test.go:16: Currently fails
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     changes_test.go:195: needs more investigation
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     changes_test.go:432: needs further investigation
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     changes_test.go:468: needs further investigation
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     archive_test.go:44: os.Getuid() != 0: skipping test that requires root
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     archive_test.go:76: os.Getuid() != 0: skipping test that requires root
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     archive_test.go:248: os.Getuid() != 0: skipping test that requires root
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     archive_test.go:355: os.Getuid() != 0: skipping test that requires root
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     archive_test.go:372: os.Getuid() != 0: skipping test that requires root
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     archive_test.go:389: os.Getuid() != 0: skipping test that requires root
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     poller_test.go:40: No chmod on Windows
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     fileutils_test.go:133: Needs porting to Windows
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     fileutils_test.go:179: Needs porting to Windows
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s)
14:48:45 [2021-12-21T14:48:45.882Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s)
14:48:45 [2021-12-21T14:48:45.882Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
14:48:45 [2021-12-21T14:48:45.882Z]     local_test.go:180: runtime.GOOS == "windows"
14:48:45 [2021-12-21T14:48:45.882Z] 
14:48:45 [2021-12-21T14:48:45.882Z] DONE 2099 tests, 68 skipped in 311.764s
14:48:45 [2021-12-21T14:48:45.882Z] INFO: make.ps1 ended at 12/21/2021 14:48:45
14:48:45 [2021-12-21T14:48:45.946Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
14:48:46 [2021-12-21T14:48:46.155Z] --- PASS: TestExec (2.67s)
14:48:46 [2021-12-21T14:48:46.155Z] === RUN   TestExecUser
14:48:46 [2021-12-21T14:48:46.155Z]     exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
14:48:46 [2021-12-21T14:48:46.155Z] --- SKIP: TestExecUser (0.00s)
14:48:46 [2021-12-21T14:48:46.155Z] === RUN   TestExportContainerAndImportImage
14:48:46 [2021-12-21T14:48:46.155Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:48:46 [2021-12-21T14:48:46.155Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
14:48:46 [2021-12-21T14:48:46.155Z] === RUN   TestExportContainerAfterDaemonRestart
14:48:46 [2021-12-21T14:48:46.155Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
14:48:46 [2021-12-21T14:48:46.155Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
14:48:46 [2021-12-21T14:48:46.155Z] === RUN   TestHealthCheckWorkdir
14:48:46 [2021-12-21T14:48:46.155Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
14:48:46 [2021-12-21T14:48:46.155Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
14:48:46 [2021-12-21T14:48:46.155Z] === RUN   TestHealthKillContainer
14:48:46 [2021-12-21T14:48:46.155Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
14:48:46 [2021-12-21T14:48:46.155Z] --- SKIP: TestHealthKillContainer (0.00s)
14:48:46 [2021-12-21T14:48:46.155Z] === RUN   TestInspectCpusetInConfigPre120
14:48:46 [2021-12-21T14:48:46.155Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
14:48:46 [2021-12-21T14:48:46.155Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
14:48:46 [2021-12-21T14:48:46.155Z] === RUN   TestKillContainerInvalidSignal
14:48:46 [2021-12-21T14:48:46.235Z] === RUN   TestDockerSuite/TestEventsFilterImageName
14:48:47 [2021-12-21T14:48:47.611Z] === RUN   TestDockerSuite/TestEventsFilterLabels
14:48:48 [2021-12-21T14:48:48.083Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
14:48:48 [2021-12-21T14:48:48.083Z] INFO: Unit tests ended at 12/21/2021 14:48:48. Duration:00:05:33.8062179
14:48:48 [2021-12-21T14:48:48.083Z] INFO: Building busybox
14:48:48 [2021-12-21T14:48:48.177Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
14:48:48 [2021-12-21T14:48:48.436Z] === RUN   TestDockerSuite/TestEventsFilterType
14:48:48 [2021-12-21T14:48:48.436Z] --- PASS: TestDockerNetworkConnectAlias (4.73s)
14:48:48 [2021-12-21T14:48:48.436Z] === RUN   TestDockerNetworkReConnect
14:48:48 [2021-12-21T14:48:48.556Z] Sending build context to Docker daemon   5.12kB
14:48:48 [2021-12-21T14:48:48.556Z] 
14:48:48 [2021-12-21T14:48:48.556Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
14:48:48 [2021-12-21T14:48:48.556Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
14:48:48 [2021-12-21T14:48:48.556Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
14:48:48 [2021-12-21T14:48:48.556Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
14:48:48 [2021-12-21T14:48:48.556Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
14:48:48 [2021-12-21T14:48:48.556Z]  ---> 1316f72af619
14:48:48 [2021-12-21T14:48:48.556Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
14:48:48 [2021-12-21T14:48:48.556Z]  ---> Running in 13598cb54f54
14:48:48 [2021-12-21T14:48:48.694Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
14:48:48 [2021-12-21T14:48:48.953Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
14:48:48 [2021-12-21T14:48:48.953Z] === RUN   TestDockerSuite/TestEventsFilters
14:48:49 [2021-12-21T14:48:49.112Z] --- PASS: TestKillContainerInvalidSignal (2.74s)
14:48:49 [2021-12-21T14:48:49.112Z] === RUN   TestKillContainer
14:48:49 [2021-12-21T14:48:49.112Z] === RUN   TestKillContainer/no_signal
14:48:50 [2021-12-21T14:48:50.329Z] === RUN   TestDockerSuite/TestEventsFormat
14:48:51 [2021-12-21T14:48:51.329Z] === RUN   TestKillContainer/non_killing_signal
14:48:51 [2021-12-21T14:48:51.329Z]     kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
14:48:51 [2021-12-21T14:48:51.329Z] === RUN   TestKillContainer/killing_signal
14:48:51 [2021-12-21T14:48:51.704Z] === RUN   TestDockerSuite/TestEventsFormatBadField
14:48:51 [2021-12-21T14:48:51.704Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
14:48:51 [2021-12-21T14:48:51.704Z] === RUN   TestDockerSuite/TestEventsImageImport
14:48:52 [2021-12-21T14:48:52.270Z] === RUN   TestDockerSuite/TestEventsImageLoad
14:48:52 [2021-12-21T14:48:52.529Z] --- PASS: TestDockerNetworkReConnect (4.18s)
14:48:52 [2021-12-21T14:48:52.529Z] === RUN   TestServicePlugin
14:48:52 [2021-12-21T14:48:52.529Z] === RUN   TestDockerSuite/TestEventsImagePull
14:48:53 [2021-12-21T14:48:53.464Z] === RUN   TestDockerSuite/TestEventsImageTag
14:48:54 [2021-12-21T14:48:54.280Z] --- PASS: TestKillContainer (5.77s)
14:48:54 [2021-12-21T14:48:54.280Z]     --- PASS: TestKillContainer/no_signal (2.60s)
14:48:54 [2021-12-21T14:48:54.280Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
14:48:54 [2021-12-21T14:48:54.280Z]     --- PASS: TestKillContainer/killing_signal (3.12s)
14:48:54 [2021-12-21T14:48:54.280Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:48:54 [2021-12-21T14:48:54.280Z]     kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:48:54 [2021-12-21T14:48:54.280Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
14:48:54 [2021-12-21T14:48:54.280Z] === RUN   TestKillStoppedContainer
14:48:54 [2021-12-21T14:48:54.280Z]     kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:48:54 [2021-12-21T14:48:54.280Z] --- SKIP: TestKillStoppedContainer (0.00s)
14:48:54 [2021-12-21T14:48:54.280Z] === RUN   TestKillStoppedContainerAPIPre120
14:48:54 [2021-12-21T14:48:54.280Z]     kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:48:54 [2021-12-21T14:48:54.280Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
14:48:54 [2021-12-21T14:48:54.280Z] === RUN   TestKillDifferentUserContainer
14:48:54 [2021-12-21T14:48:54.280Z]     kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
14:48:54 [2021-12-21T14:48:54.280Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
14:48:54 [2021-12-21T14:48:54.280Z] === RUN   TestInspectOomKilledTrue
14:48:54 [2021-12-21T14:48:54.280Z]     kill_test.go:157: testEnv.DaemonInfo.OSType == "windows"
14:48:54 [2021-12-21T14:48:54.280Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
14:48:54 [2021-12-21T14:48:54.280Z] === RUN   TestInspectOomKilledFalse
14:48:54 [2021-12-21T14:48:54.280Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:48:54 [2021-12-21T14:48:54.280Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
14:48:54 [2021-12-21T14:48:54.280Z] === RUN   TestLogsFollowTailEmpty
14:48:54 [2021-12-21T14:48:54.399Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
14:48:54 [2021-12-21T14:48:54.657Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
14:48:54 [2021-12-21T14:48:54.657Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
14:48:54 [2021-12-21T14:48:54.657Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
14:48:54 [2021-12-21T14:48:54.657Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
14:48:54 [2021-12-21T14:48:54.657Z] === RUN   TestDockerSuite/TestEventsPluginOps
14:48:56 [2021-12-21T14:48:56.032Z]     plugin_test.go:61: [de84a270cba7d] joining swarm manager [d90a1f7c47ef3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:48:56 [2021-12-21T14:48:56.967Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
14:48:57 [2021-12-21T14:48:57.238Z] --- PASS: TestLogsFollowTailEmpty (2.59s)
14:48:57 [2021-12-21T14:48:57.238Z] === RUN   TestNetworkNat
14:48:57 [2021-12-21T14:48:57.238Z]     nat_test.go:23: testEnv.OSType == "windows": FIXME
14:48:57 [2021-12-21T14:48:57.238Z] --- SKIP: TestNetworkNat (0.00s)
14:48:57 [2021-12-21T14:48:57.238Z] === RUN   TestNetworkLocalhostTCPNat
14:48:57 [2021-12-21T14:48:57.536Z] === RUN   TestDockerSuite/TestEventsRename
14:48:57 [2021-12-21T14:48:57.536Z]     plugin_test.go:64: [df2e43bfed81f] joining swarm manager [d90a1f7c47ef3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:48:58 [2021-12-21T14:48:58.104Z] === RUN   TestDockerSuite/TestEventsResize
14:48:59 [2021-12-21T14:48:59.041Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
14:48:59 [2021-12-21T14:48:59.300Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
14:49:00 [2021-12-21T14:49:00.192Z] --- PASS: TestNetworkLocalhostTCPNat (3.01s)
14:49:00 [2021-12-21T14:49:00.192Z] === RUN   TestNetworkLoopbackNat
14:49:00 [2021-12-21T14:49:00.192Z]     nat_test.go:59: testEnv.OSType == "windows": FIXME
14:49:00 [2021-12-21T14:49:00.192Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
14:49:00 [2021-12-21T14:49:00.192Z] === RUN   TestPause
14:49:00 [2021-12-21T14:49:00.192Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
14:49:00 [2021-12-21T14:49:00.192Z] --- SKIP: TestPause (0.00s)
14:49:00 [2021-12-21T14:49:00.192Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:49:00 [2021-12-21T14:49:00.234Z] === RUN   TestDockerSuite/TestEventsStreaming
14:49:00 [2021-12-21T14:49:00.493Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
14:49:01 [2021-12-21T14:49:01.867Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
14:49:03 [2021-12-21T14:49:03.146Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.70s)
14:49:03 [2021-12-21T14:49:03.146Z] === RUN   TestPauseStopPausedContainer
14:49:03 [2021-12-21T14:49:03.146Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
14:49:03 [2021-12-21T14:49:03.146Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
14:49:03 [2021-12-21T14:49:03.146Z] === RUN   TestPsFilter
14:49:03 [2021-12-21T14:49:03.146Z] --- PASS: TestPsFilter (0.44s)
14:49:03 [2021-12-21T14:49:03.146Z] === RUN   TestRemoveContainerWithRemovedVolume
14:49:03 [2021-12-21T14:49:03.243Z] === RUN   TestDockerSuite/TestEventsTop
14:49:03 [2021-12-21T14:49:03.823Z]     docker_api_swarm_test.go:384: [dadb17d00fc3b] joining swarm manager [d0e244bcc45d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:49:04 [2021-12-21T14:49:04.087Z] === RUN   TestDockerSuite/TestEventsUntag
14:49:05 [2021-12-21T14:49:05.020Z]     docker_api_swarm_test.go:385: [d2c12fe3374c4] joining swarm manager [d0e244bcc45d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:49:06 [2021-12-21T14:49:06.919Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
14:49:06 [2021-12-21T14:49:06.954Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.25s)
14:49:06 [2021-12-21T14:49:06.954Z] === RUN   TestRemoveContainerWithVolume
14:49:09 [2021-12-21T14:49:09.849Z] Removing intermediate container 13598cb54f54
14:49:09 [2021-12-21T14:49:09.849Z]  ---> 08dc1734d532
14:49:09 [2021-12-21T14:49:09.849Z] Step 7/13 : ARG BUSYBOX_VERSION
14:49:09 [2021-12-21T14:49:09.849Z]  ---> Running in 5fa5e0d8cacf
14:49:09 [2021-12-21T14:49:09.849Z] Removing intermediate container 5fa5e0d8cacf
14:49:09 [2021-12-21T14:49:09.849Z]  ---> 046de42deb27
14:49:09 [2021-12-21T14:49:09.849Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
14:49:09 [2021-12-21T14:49:09.849Z]  ---> Running in a4b48311c51e
14:49:09 [2021-12-21T14:49:09.913Z] --- PASS: TestRemoveContainerWithVolume (3.18s)
14:49:09 [2021-12-21T14:49:09.913Z] === RUN   TestRemoveContainerRunning
14:49:10 [2021-12-21T14:49:10.323Z] Removing intermediate container a4b48311c51e
14:49:10 [2021-12-21T14:49:10.323Z]  ---> b556a1e20da2
14:49:10 [2021-12-21T14:49:10.323Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
14:49:11 [2021-12-21T14:49:11.901Z] 
14:49:12 [2021-12-21T14:49:12.145Z] --- PASS: TestRemoveContainerRunning (2.60s)
14:49:12 [2021-12-21T14:49:12.145Z] === RUN   TestRemoveContainerForceRemoveRunning
14:49:12 [2021-12-21T14:49:12.373Z]  ---> 404a441e1600
14:49:12 [2021-12-21T14:49:12.373Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
14:49:12 [2021-12-21T14:49:12.373Z]  ---> Running in 60f3c86b7f83
14:49:15 [2021-12-21T14:49:15.103Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.50s)
14:49:15 [2021-12-21T14:49:15.103Z] === RUN   TestRemoveInvalidContainer
14:49:15 [2021-12-21T14:49:15.103Z] --- PASS: TestRemoveInvalidContainer (0.05s)
14:49:15 [2021-12-21T14:49:15.103Z] === RUN   TestRenameLinkedContainer
14:49:15 [2021-12-21T14:49:15.103Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
14:49:15 [2021-12-21T14:49:15.103Z] --- SKIP: TestRenameLinkedContainer (0.00s)
14:49:15 [2021-12-21T14:49:15.103Z] === RUN   TestRenameStoppedContainer
14:49:18 [2021-12-21T14:49:18.060Z] --- PASS: TestRenameStoppedContainer (3.26s)
14:49:18 [2021-12-21T14:49:18.060Z] === RUN   TestRenameRunningContainerAndReuse
14:49:19 [2021-12-21T14:49:19.113Z] === RUN   TestDockerSuite/TestExec
14:49:19 [2021-12-21T14:49:19.113Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
14:49:19 [2021-12-21T14:49:19.113Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
14:49:19 [2021-12-21T14:49:19.113Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
14:49:19 [2021-12-21T14:49:19.679Z] === RUN   TestDockerSuite/TestExecAPIStart
14:49:21 [2021-12-21T14:49:21.056Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
14:49:21 [2021-12-21T14:49:21.318Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
14:49:21 [2021-12-21T14:49:21.884Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
14:49:22 [2021-12-21T14:49:22.451Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
14:49:23 [2021-12-21T14:49:23.017Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
14:49:23 [2021-12-21T14:49:23.280Z] --- PASS: TestServicePlugin (30.71s)
14:49:23 [2021-12-21T14:49:23.280Z] === RUN   TestServiceUpdateLabel
14:49:23 [2021-12-21T14:49:23.539Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
14:49:23 [2021-12-21T14:49:23.935Z] --- PASS: TestRenameRunningContainerAndReuse (5.13s)
14:49:23 [2021-12-21T14:49:23.935Z] === RUN   TestRenameInvalidName
14:49:24 [2021-12-21T14:49:24.107Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
14:49:24 [2021-12-21T14:49:24.281Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev
14:49:24 [2021-12-21T14:49:24.282Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev
14:49:24 [2021-12-21T14:49:24.282Z] GOOS="linux" GOARCH="s390x" GOARM=""
14:49:24 [2021-12-21T14:49:24.282Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev
14:49:24 [2021-12-21T14:49:24.282Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
14:49:24 [2021-12-21T14:49:24.624Z] + sudo modprobe ip6table_filter
[Pipeline] sh
14:49:24 [2021-12-21T14:49:24.908Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43075/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr44 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 hack/test/unit
14:49:25 [2021-12-21T14:49:25.483Z] === RUN   TestDockerSuite/TestExecCgroup
14:49:25 [2021-12-21T14:49:25.742Z] --- PASS: TestServiceUpdateLabel (2.53s)
14:49:25 [2021-12-21T14:49:25.742Z] === RUN   TestServiceUpdateSecrets
14:49:25 [2021-12-21T14:49:25.850Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove')
14:49:25 [2021-12-21T14:49:25.851Z] + TESTFLAGS+=' -test.timeout=5m'
14:49:25 [2021-12-21T14:49:25.851Z] + TESTDIRS=./...
14:49:25 [2021-12-21T14:49:25.851Z] + exclude_paths='/vendor/|/integration'
14:49:25 [2021-12-21T14:49:25.851Z] ++ grep -vE '(/vendor/|/integration)'
14:49:25 [2021-12-21T14:49:25.851Z] ++ go list ./...
14:49:26 [2021-12-21T14:49:26.153Z] --- PASS: TestRenameInvalidName (2.59s)
14:49:26 [2021-12-21T14:49:26.154Z] === RUN   TestRenameAnonymousContainer
14:49:26 [2021-12-21T14:49:26.309Z] === RUN   TestDockerSuite/TestExecEnv
14:49:26 [2021-12-21T14:49:26.876Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
14:49:27 [2021-12-21T14:49:27.236Z] + pkg_list='github.com/docker/docker/api
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/backend/build
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/httputils
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/middleware
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/router
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/router/build
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/router/checkpoint
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/router/container
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/router/debug
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/router/distribution
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/router/grpc
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/router/image
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/router/network
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/router/plugin
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/router/session
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/router/swarm
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/router/system
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/server/router/volume
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/backend
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/blkiodev
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/container
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/events
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/filters
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/image
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/mount
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/network
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/plugins/logdriver
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/registry
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/strslice
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/swarm
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/swarm/runtime
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/time
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/versions
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/versions/v1p19
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/versions/v1p20
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/api/types/volume
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/builder
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/builder/builder-next
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/builder/builder-next/exporter
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/builder/builder-next/worker
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/builder/dockerfile
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/builder/dockerignore
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/builder/remotecontext
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/builder/remotecontext/git
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/cli
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/cli/config
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/cli/debug
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/client
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/cmd/docker-proxy
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/cmd/dockerd
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/cmd/dockerd/trap
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/container
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/container/stream
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/contrib/apparmor
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/contrib/docker-device-tool
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/contrib/httpserver
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/cluster
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/cluster/convert
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/cluster/executor
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/cluster/executor/container
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/cluster/provider
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/config
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/discovery
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/events
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/events/testutils
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/exec
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/graphdriver
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/graphdriver/aufs
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/graphdriver/copy
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/graphdriver/overlay
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/graphdriver/register
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/graphdriver/vfs
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/graphdriver/zfs
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/images
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/initlayer
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/links
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/listeners
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/logger
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/logger/awslogs
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/logger/fluentd
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/logger/gcplogs
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/logger/gelf
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/logger/journald
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/logger/local
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/logger/logentries
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/logger/loggerutils
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/logger/splunk
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/logger/syslog
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/logger/templates
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/names
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/network
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/daemon/stats
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/distribution
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/distribution/metadata
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/distribution/utils
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/distribution/xfer
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/dockerversion
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/errdefs
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/image
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/image/cache
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/image/tarexport
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/image/v1
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/internal/test/suite
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/layer
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libcontainerd
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libcontainerd/queue
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libcontainerd/remote
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libcontainerd/supervisor
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libcontainerd/types
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/bitseq
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/cluster
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/config
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/datastore
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/diagnostic
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/discoverapi
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/driverapi
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drivers/bridge
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drivers/host
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drivers/null
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drivers/overlay
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drivers/remote
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drivers/windows
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/drvregistry
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/etchosts
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/hostdiscovery
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/idm
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/internal/caller
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/ipam
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/ipamapi
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/ipams/builtin
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/ipams/null
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/ipams/remote
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/ipamutils
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/iptables
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/netlabel
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/netutils
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/networkdb
14:49:27 [2021-12-21T14:49:27.236Z] github.com/docker/docker/libnetwork/ns
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/options
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/osl
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/osl/kernel
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/portallocator
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/portmapper
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/resolvconf
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/testutils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/types
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/oci
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/oci/caps
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/opts
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/aaparser
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/archive
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/authorization
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/broadcaster
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/capabilities
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/chrootarchive
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/containerfs
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/devicemapper
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/directory
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/discovery
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/discovery/file
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/discovery/kv
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/discovery/memory
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/discovery/nodes
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/dmesg
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/filenotify
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/fileutils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/fsutils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/homedir
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/idtools
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/ioutils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/jsonmessage
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/locker
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/longpath
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/loopback
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/mount
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/namesgenerator
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/parsers
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/parsers/kernel
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/pidfile
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/platform
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/plugingetter
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/plugins
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/plugins/transport
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/pools
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/progress
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/pubsub
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/reexec
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/signal
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/stack
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/stdcopy
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/streamformatter
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/stringid
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/symlink
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/sysinfo
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/system
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/tailfile
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/tarsum
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/term
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/term/windows
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/truncindex
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/urlutil
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/useragent
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/plugin
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/plugin/executor/containerd
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/plugin/v2
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/profiles/apparmor
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/profiles/seccomp
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/quota
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/reference
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/registry
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/registry/resumable
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/restartmanager
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/rootless
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/rootless/specconv
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/runconfig
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/runconfig/opts
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/testutil
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/testutil/daemon
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/testutil/environment
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/testutil/fakecontext
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/testutil/fakegit
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/testutil/fakestorage
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/testutil/fixtures/load
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/testutil/fixtures/plugin
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/testutil/registry
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/testutil/request
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/volume
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/volume/drivers
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/volume/local
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/volume/mounts
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/volume/service
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/volume/service/opts
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/volume/testutils'
14:49:27 [2021-12-21T14:49:27.237Z] ++ grep --fixed-strings -v /libnetwork
14:49:27 [2021-12-21T14:49:27.237Z] ++ echo 'github.com/docker/docker/api
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/backend/build
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/httputils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/middleware
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/router
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/router/build
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/router/checkpoint
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/router/container
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/router/debug
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/router/distribution
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/router/grpc
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/router/image
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/router/network
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/router/plugin
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/router/session
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/router/swarm
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/router/system
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/server/router/volume
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/backend
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/blkiodev
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/container
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/events
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/filters
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/image
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/mount
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/network
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/plugins/logdriver
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/registry
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/strslice
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/swarm
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/swarm/runtime
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/time
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/versions
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/versions/v1p19
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/versions/v1p20
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/api/types/volume
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/builder
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/builder/builder-next
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/builder/builder-next/exporter
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/builder/builder-next/worker
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/builder/dockerfile
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/builder/dockerignore
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/builder/remotecontext
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/builder/remotecontext/git
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/cli
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/cli/config
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/cli/debug
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/client
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/cmd/docker-proxy
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/cmd/dockerd
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/cmd/dockerd/trap
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/container
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/container/stream
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/contrib/apparmor
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/contrib/docker-device-tool
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/contrib/httpserver
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/cluster
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/cluster/convert
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/cluster/executor
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/cluster/executor/container
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/cluster/provider
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/config
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/discovery
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/events
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/events/testutils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/exec
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/graphdriver
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/graphdriver/aufs
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/graphdriver/copy
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/graphdriver/overlay
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/graphdriver/register
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/graphdriver/vfs
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/graphdriver/zfs
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/images
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/initlayer
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/links
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/listeners
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/logger
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/logger/awslogs
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/logger/fluentd
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/logger/gcplogs
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/logger/gelf
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/logger/journald
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/logger/local
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/logger/logentries
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/logger/loggerutils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/logger/splunk
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/logger/syslog
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/logger/templates
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/names
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/network
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/daemon/stats
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/distribution
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/distribution/metadata
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/distribution/utils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/distribution/xfer
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/dockerversion
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/errdefs
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/image
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/image/cache
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/image/tarexport
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/image/v1
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/internal/test/suite
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/layer
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libcontainerd
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libcontainerd/queue
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libcontainerd/remote
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libcontainerd/supervisor
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libcontainerd/types
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/bitseq
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/cluster
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/config
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/datastore
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/diagnostic
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/discoverapi
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/driverapi
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drivers/bridge
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drivers/host
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drivers/null
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drivers/overlay
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drivers/remote
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drivers/windows
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/drvregistry
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/etchosts
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/hostdiscovery
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/idm
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/internal/caller
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/ipam
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/ipamapi
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/ipams/builtin
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/ipams/null
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/ipams/remote
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/ipamutils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/iptables
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/netlabel
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/netutils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/networkdb
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/ns
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/options
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/osl
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/osl/kernel
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/portallocator
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/portmapper
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/resolvconf
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/testutils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/libnetwork/types
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/oci
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/oci/caps
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/opts
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/aaparser
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/archive
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/authorization
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/broadcaster
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/capabilities
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/chrootarchive
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/containerfs
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/devicemapper
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/directory
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/discovery
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/discovery/file
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/discovery/kv
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/discovery/memory
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/discovery/nodes
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/dmesg
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/filenotify
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/fileutils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/fsutils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/homedir
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/idtools
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/ioutils
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/jsonmessage
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/locker
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/longpath
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/loopback
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/mount
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/namesgenerator
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/parsers
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/parsers/kernel
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/pidfile
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/platform
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/plugingetter
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/plugins
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/plugins/transport
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/pools
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/progress
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/pubsub
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/reexec
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/signal
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/stack
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/stdcopy
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/streamformatter
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/stringid
14:49:27 [2021-12-21T14:49:27.237Z] github.com/docker/docker/pkg/symlink
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/sysinfo
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/system
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/tailfile
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/tarsum
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/term
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/term/windows
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/truncindex
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/urlutil
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/useragent
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/plugin
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/plugin/executor/containerd
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/plugin/v2
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/profiles/apparmor
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/profiles/seccomp
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/quota
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/reference
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/registry
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/registry/resumable
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/restartmanager
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/rootless
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/rootless/specconv
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/runconfig
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/runconfig/opts
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/daemon
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/environment
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/fakecontext
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/fakegit
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/fakestorage
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/fixtures/load
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/fixtures/plugin
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/registry
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/request
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/volume
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/volume/drivers
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/volume/local
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/volume/mounts
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/volume/service
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/volume/service/opts
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/volume/testutils'
14:49:27 [2021-12-21T14:49:27.238Z] + base_pkg_list='github.com/docker/docker/api
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/backend/build
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/httputils
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/middleware
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/build
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/checkpoint
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/container
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/debug
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/distribution
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/grpc
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/image
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/network
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/plugin
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/session
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/swarm
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/system
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/volume
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/backend
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/blkiodev
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/container
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/events
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/filters
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/image
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/mount
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/network
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/plugins/logdriver
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/registry
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/strslice
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/swarm
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/swarm/runtime
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/time
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/versions
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/versions/v1p19
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/versions/v1p20
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/volume
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/builder-next
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/builder-next/exporter
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/builder-next/worker
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/dockerfile
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/dockerignore
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/remotecontext
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/remotecontext/git
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/cli
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/cli/config
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/cli/debug
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/client
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/cmd/docker-proxy
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/cmd/dockerd
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/cmd/dockerd/trap
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/container
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/container/stream
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/contrib/apparmor
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/contrib/docker-device-tool
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/contrib/httpserver
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/cluster
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/cluster/convert
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/cluster/executor
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/cluster/executor/container
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/cluster/provider
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/config
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/discovery
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/events
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/events/testutils
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/exec
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/graphdriver
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/graphdriver/aufs
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/graphdriver/copy
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/graphdriver/overlay
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/graphdriver/register
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/graphdriver/vfs
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/graphdriver/zfs
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/images
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/initlayer
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/links
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/listeners
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/logger
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/logger/awslogs
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/logger/fluentd
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/logger/gcplogs
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/logger/gelf
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/logger/journald
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/logger/local
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/logger/logentries
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/logger/loggerutils
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/logger/splunk
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/logger/syslog
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/logger/templates
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/names
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/network
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/stats
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/distribution
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/distribution/metadata
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/distribution/utils
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/distribution/xfer
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/dockerversion
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/errdefs
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/image
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/image/cache
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/image/tarexport
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/image/v1
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/internal/test/suite
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/layer
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/libcontainerd
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/libcontainerd/queue
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/libcontainerd/remote
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/libcontainerd/supervisor
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/libcontainerd/types
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/oci
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/oci/caps
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/opts
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/aaparser
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/archive
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/authorization
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/broadcaster
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/capabilities
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/chrootarchive
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/containerfs
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/devicemapper
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/directory
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/discovery
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/discovery/file
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/discovery/kv
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/discovery/memory
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/discovery/nodes
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/dmesg
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/filenotify
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/fileutils
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/fsutils
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/homedir
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/idtools
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/ioutils
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/jsonmessage
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/locker
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/longpath
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/loopback
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/mount
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/namesgenerator
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/parsers
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/parsers/kernel
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/pidfile
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/platform
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/plugingetter
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/plugins
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/plugins/transport
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/pools
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/progress
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/pubsub
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/reexec
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/signal
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/stack
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/stdcopy
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/streamformatter
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/stringid
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/symlink
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/sysinfo
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/system
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/tailfile
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/tarsum
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/term
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/term/windows
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/truncindex
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/urlutil
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/pkg/useragent
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/plugin
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/plugin/executor/containerd
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/plugin/v2
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/profiles/apparmor
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/profiles/seccomp
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/quota
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/reference
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/registry
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/registry/resumable
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/restartmanager
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/rootless
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/rootless/specconv
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/runconfig
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/runconfig/opts
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/daemon
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/environment
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/fakecontext
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/fakegit
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/fakestorage
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/fixtures/load
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/fixtures/plugin
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/registry
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/testutil/request
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/volume
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/volume/drivers
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/volume/local
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/volume/mounts
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/volume/service
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/volume/service/opts
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/volume/testutils'
14:49:27 [2021-12-21T14:49:27.238Z] ++ grep --fixed-strings /libnetwork
14:49:27 [2021-12-21T14:49:27.238Z] ++ echo 'github.com/docker/docker/api
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/backend/build
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/httputils
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/middleware
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/build
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/checkpoint
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/container
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/debug
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/distribution
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/grpc
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/image
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/network
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/plugin
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/session
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/swarm
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/system
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/server/router/volume
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/backend
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/blkiodev
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/container
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/events
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/filters
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/image
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/mount
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/network
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/plugins/logdriver
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/registry
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/strslice
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/swarm
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/swarm/runtime
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/time
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/versions
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/versions/v1p19
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/versions/v1p20
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/api/types/volume
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/builder-next
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/builder-next/exporter
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/builder-next/worker
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/dockerfile
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/dockerignore
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/remotecontext
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/builder/remotecontext/git
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/cli
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/cli/config
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/cli/debug
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/client
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/cmd/docker-proxy
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/cmd/dockerd
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/cmd/dockerd/trap
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/container
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/container/stream
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/contrib/apparmor
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/contrib/docker-device-tool
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/contrib/httpserver
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/cluster
14:49:27 [2021-12-21T14:49:27.238Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/cluster/convert
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/cluster/executor
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/cluster/executor/container
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/cluster/provider
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/config
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/discovery
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/events
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/events/testutils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/exec
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/graphdriver
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/graphdriver/aufs
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/graphdriver/copy
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/graphdriver/overlay
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/graphdriver/register
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/graphdriver/vfs
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/graphdriver/zfs
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/images
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/initlayer
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/links
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/listeners
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/logger
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/logger/awslogs
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/logger/fluentd
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/logger/gcplogs
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/logger/gelf
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/logger/journald
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/logger/local
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/logger/logentries
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/logger/loggerutils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/logger/splunk
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/logger/syslog
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/logger/templates
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/names
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/network
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/daemon/stats
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/distribution
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/distribution/metadata
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/distribution/utils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/distribution/xfer
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/dockerversion
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/errdefs
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/image
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/image/cache
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/image/tarexport
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/image/v1
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/internal/test/suite
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/layer
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libcontainerd
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libcontainerd/queue
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libcontainerd/remote
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libcontainerd/supervisor
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libcontainerd/types
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/bitseq
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cluster
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/config
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/datastore
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/diagnostic
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/discoverapi
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/driverapi
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/bridge
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/host
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/null
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/overlay
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/remote
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/windows
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drvregistry
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/etchosts
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/hostdiscovery
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/idm
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/internal/caller
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipam
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipamapi
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipams/builtin
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipams/null
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipams/remote
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipamutils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/iptables
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/netlabel
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/netutils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/networkdb
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ns
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/options
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/osl
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/osl/kernel
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/portallocator
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/portmapper
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/resolvconf
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/testutils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/types
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/oci
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/oci/caps
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/opts
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/aaparser
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/archive
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/authorization
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/broadcaster
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/capabilities
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/chrootarchive
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/containerfs
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/devicemapper
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/directory
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/discovery
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/discovery/file
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/discovery/kv
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/discovery/memory
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/discovery/nodes
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/dmesg
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/filenotify
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/fileutils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/fsutils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/homedir
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/idtools
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/ioutils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/jsonmessage
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/locker
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/longpath
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/loopback
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/mount
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/namesgenerator
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/parsers
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/parsers/kernel
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/pidfile
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/platform
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/plugingetter
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/plugins
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/plugins/transport
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/pools
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/progress
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/pubsub
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/reexec
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/signal
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/stack
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/stdcopy
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/streamformatter
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/stringid
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/symlink
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/sysinfo
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/system
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/tailfile
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/tarsum
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/term
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/term/windows
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/truncindex
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/urlutil
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/pkg/useragent
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/plugin
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/plugin/executor/containerd
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/plugin/v2
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/profiles/apparmor
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/profiles/seccomp
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/quota
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/reference
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/registry
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/registry/resumable
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/restartmanager
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/rootless
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/rootless/specconv
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/runconfig
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/runconfig/opts
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/testutil
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/testutil/daemon
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/testutil/environment
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/testutil/fakecontext
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/testutil/fakegit
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/testutil/fakestorage
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/testutil/fixtures/load
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/testutil/fixtures/plugin
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/testutil/registry
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/testutil/request
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/volume
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/volume/drivers
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/volume/local
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/volume/mounts
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/volume/service
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/volume/service/opts
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/volume/testutils'
14:49:27 [2021-12-21T14:49:27.239Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/bitseq
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cluster
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/config
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/datastore
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/diagnostic
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/discoverapi
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/driverapi
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/bridge
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/host
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/null
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/overlay
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/remote
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/windows
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drvregistry
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/etchosts
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/hostdiscovery
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/idm
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/internal/caller
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipam
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipamapi
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipams/builtin
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipams/null
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipams/remote
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ipamutils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/iptables
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/netlabel
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/netutils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/networkdb
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/ns
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/options
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/osl
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/osl/kernel
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/portallocator
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/portmapper
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/resolvconf
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/testutils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/types'
14:49:27 [2021-12-21T14:49:27.239Z] + grep --fixed-strings libnetwork/drivers/bridge
14:49:27 [2021-12-21T14:49:27.239Z] + echo 'github.com/docker/docker/libnetwork
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/bitseq
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cluster
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/config
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/datastore
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/diagnostic
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/discoverapi
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/driverapi
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/bridge
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/host
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/null
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/overlay
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/remote
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/windows
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/drvregistry
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/etchosts
14:49:27 [2021-12-21T14:49:27.239Z] github.com/docker/docker/libnetwork/hostdiscovery
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/idm
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/internal/caller
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/ipam
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/ipamapi
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/ipams/builtin
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/ipams/null
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/ipams/remote
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/ipamutils
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/iptables
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/netlabel
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/netutils
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/networkdb
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/ns
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/options
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/osl
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/osl/kernel
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/portallocator
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/portmapper
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/resolvconf
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/testutils
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/types'
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/drivers/bridge
14:49:27 [2021-12-21T14:49:27.240Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:49:27 [2021-12-21T14:49:27.240Z] + type docker-proxy
14:49:27 [2021-12-21T14:49:27.240Z] hack/test/unit: line 25: type: docker-proxy: not found
14:49:27 [2021-12-21T14:49:27.240Z] + hack/make.sh binary-proxy install-proxy
14:49:27 [2021-12-21T14:49:27.240Z] 
14:49:27 [2021-12-21T14:49:27.240Z] Removing bundles/
14:49:27 [2021-12-21T14:49:27.240Z] 
14:49:27 [2021-12-21T14:49:27.240Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
14:49:27 [2021-12-21T14:49:27.240Z] Building: bundles/binary-proxy/docker-proxy-dev
14:49:27 [2021-12-21T14:49:27.240Z] GOOS="" GOARCH="" GOARM=""
14:49:28 [2021-12-21T14:49:28.253Z] === RUN   TestDockerSuite/TestExecExitStatus
14:49:28 [2021-12-21T14:49:28.819Z] === RUN   TestDockerSuite/TestExecInspectID
14:49:31 [2021-12-21T14:49:31.351Z] === RUN   TestDockerSuite/TestExecInteractive
14:49:31 [2021-12-21T14:49:31.917Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
14:49:32 [2021-12-21T14:49:32.484Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
14:49:33 [2021-12-21T14:49:33.051Z] === RUN   TestDockerSuite/TestExecParseError
14:49:33 [2021-12-21T14:49:33.309Z] === RUN   TestDockerSuite/TestExecPausedContainer
14:49:33 [2021-12-21T14:49:33.821Z] Created binary: bundles/binary-proxy/docker-proxy-dev
14:49:33 [2021-12-21T14:49:33.821Z] 
14:49:33 [2021-12-21T14:49:33.821Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
14:49:33 [2021-12-21T14:49:33.821Z] Installing docker-proxy to /usr/local/bin/
14:49:33 [2021-12-21T14:49:33.821Z] 
14:49:33 [2021-12-21T14:49:33.821Z] + mkdir -p bundles
14:49:33 [2021-12-21T14:49:33.821Z] + '[' -n 'github.com/docker/docker/api
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/backend/build
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/httputils
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/middleware
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/router
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/router/build
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/router/checkpoint
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/router/container
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/router/debug
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/router/distribution
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/router/grpc
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/router/image
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/router/network
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/router/plugin
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/router/session
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/router/swarm
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/router/system
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/server/router/volume
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/backend
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/blkiodev
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/container
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/events
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/filters
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/image
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/mount
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/network
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/plugins/logdriver
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/registry
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/strslice
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/swarm
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/swarm/runtime
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/time
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/versions
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/versions/v1p19
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/versions/v1p20
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/api/types/volume
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/builder
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/builder/builder-next
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/builder/builder-next/exporter
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/builder/builder-next/imagerefchecker
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/builder/builder-next/worker
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/builder/dockerfile
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/builder/dockerignore
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/builder/remotecontext
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/builder/remotecontext/git
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/cli
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/cli/config
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/cli/debug
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/client
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/cmd/docker-proxy
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/cmd/dockerd
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/cmd/dockerd/trap
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/container
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/container/stream
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/contrib/apparmor
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/contrib/docker-device-tool
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/contrib/httpserver
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/cluster
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/cluster/controllers/plugin
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/cluster/convert
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/cluster/executor
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/cluster/executor/container
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/cluster/provider
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/config
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/discovery
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/events
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/events/testutils
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/exec
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/graphdriver
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/graphdriver/aufs
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/graphdriver/btrfs
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/graphdriver/copy
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/graphdriver/devmapper
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/graphdriver/graphtest
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/graphdriver/overlay
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/graphdriver/overlay2
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/graphdriver/overlayutils
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/graphdriver/register
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/graphdriver/vfs
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/graphdriver/zfs
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/images
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/initlayer
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/links
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/listeners
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/logger
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/logger/awslogs
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/logger/fluentd
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/logger/gcplogs
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/logger/gelf
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/logger/journald
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/logger/jsonfilelog
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/logger/local
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/logger/logentries
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/logger/loggerutils
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/logger/loggerutils/cache
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/logger/splunk
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/logger/syslog
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/logger/templates
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/names
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/network
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/daemon/stats
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/distribution
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/distribution/metadata
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/distribution/utils
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/distribution/xfer
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/dockerversion
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/errdefs
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/image
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/image/cache
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/image/tarexport
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/image/v1
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/internal/test/suite
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/layer
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/libcontainerd
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/libcontainerd/queue
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/libcontainerd/remote
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/libcontainerd/supervisor
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/libcontainerd/types
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/oci
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/oci/caps
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/opts
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/aaparser
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/archive
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/authorization
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/broadcaster
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/capabilities
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/chrootarchive
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/containerfs
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/devicemapper
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/directory
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/discovery
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/discovery/file
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/discovery/kv
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/discovery/memory
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/discovery/nodes
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/dmesg
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/filenotify
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/fileutils
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/fsutils
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/homedir
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/idtools
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/ioutils
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/jsonmessage
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/locker
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/longpath
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/loopback
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/mount
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/namesgenerator
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/parsers
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/parsers/kernel
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/parsers/operatingsystem
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/pidfile
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/platform
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/plugingetter
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/plugins
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/plugins/transport
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/pools
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/progress
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/pubsub
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/reexec
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/signal
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/stack
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/stdcopy
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/streamformatter
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/stringid
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/symlink
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/sysinfo
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/system
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/tailfile
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/tarsum
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/term
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/term/windows
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/truncindex
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/urlutil
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/pkg/useragent
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/plugin
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/plugin/executor/containerd
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/plugin/v2
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/profiles/apparmor
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/profiles/seccomp
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/quota
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/reference
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/registry
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/registry/resumable
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/restartmanager
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/rootless
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/rootless/specconv
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/runconfig
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/runconfig/opts
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/testutil
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/testutil/daemon
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/testutil/environment
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/testutil/fakecontext
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/testutil/fakegit
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/testutil/fakestorage
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/testutil/fixtures/load
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/testutil/fixtures/plugin
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/testutil/fixtures/plugin/basic
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/testutil/registry
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/testutil/request
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/volume
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/volume/drivers
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/volume/local
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/volume/mounts
14:49:33 [2021-12-21T14:49:33.821Z] github.com/docker/docker/volume/service
14:49:33 [2021-12-21T14:49:33.822Z] github.com/docker/docker/volume/service/opts
14:49:33 [2021-12-21T14:49:33.822Z] github.com/docker/docker/volume/testutils' ']'
14:49:33 [2021-12-21T14:49:33.822Z] + 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
14:49:33 [2021-12-21T14:49:33.876Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
14:49:34 [2021-12-21T14:49:34.441Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
14:49:34 [2021-12-21T14:49:34.762Z] ?   	github.com/docker/docker/api	[no test files]
14:49:35 [2021-12-21T14:49:35.819Z] === RUN   TestDockerSuite/TestExecSetEnv
14:49:36 [2021-12-21T14:49:36.078Z] === RUN   TestDockerSuite/TestExecStartFails
14:49:36 [2021-12-21T14:49:36.646Z] === RUN   TestDockerSuite/TestExecStateCleanup
14:49:37 [2021-12-21T14:49:37.567Z] --- PASS: TestBuildWithHugeFile (129.14s)
14:49:37 [2021-12-21T14:49:37.567Z] === RUN   TestBuildWCOWSandboxSize
14:49:37 [2021-12-21T14:49:37.567Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:49:37 [2021-12-21T14:49:37.567Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z] === RUN   TestBuildWithEmptyDockerfile
14:49:37 [2021-12-21T14:49:37.567Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
14:49:37 [2021-12-21T14:49:37.567Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
14:49:37 [2021-12-21T14:49:37.567Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:49:37 [2021-12-21T14:49:37.567Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:49:37 [2021-12-21T14:49:37.567Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:49:37 [2021-12-21T14:49:37.567Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:49:37 [2021-12-21T14:49:37.567Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
14:49:37 [2021-12-21T14:49:37.567Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:49:37 [2021-12-21T14:49:37.567Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:49:37 [2021-12-21T14:49:37.567Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s)
14:49:37 [2021-12-21T14:49:37.567Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
14:49:37 [2021-12-21T14:49:37.567Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
14:49:37 [2021-12-21T14:49:37.567Z] === RUN   TestBuildPreserveOwnership
14:49:37 [2021-12-21T14:49:37.567Z]     build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME
14:49:37 [2021-12-21T14:49:37.567Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z] === RUN   TestBuildPlatformInvalid
14:49:37 [2021-12-21T14:49:37.567Z] --- PASS: TestBuildPlatformInvalid (0.08s)
14:49:37 [2021-12-21T14:49:37.567Z] PASS
14:49:37 [2021-12-21T14:49:37.567Z] ok  	github.com/docker/docker/integration/build	213.647s
14:49:37 [2021-12-21T14:49:37.567Z] 
14:49:37 [2021-12-21T14:49:37.567Z] === Skipped
14:49:37 [2021-12-21T14:49:37.567Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z]     build_session_test.go:25: TODO: BuildKit
14:49:37 [2021-12-21T14:49:37.567Z] 
14:49:37 [2021-12-21T14:49:37.567Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z]     build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:49:37 [2021-12-21T14:49:37.567Z] 
14:49:37 [2021-12-21T14:49:37.567Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
14:49:37 [2021-12-21T14:49:37.567Z] 
14:49:37 [2021-12-21T14:49:37.567Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
14:49:37 [2021-12-21T14:49:37.567Z] 
14:49:37 [2021-12-21T14:49:37.567Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:49:37 [2021-12-21T14:49:37.567Z] 
14:49:37 [2021-12-21T14:49:37.567Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z]     build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME
14:49:37 [2021-12-21T14:49:37.567Z] 
14:49:37 [2021-12-21T14:49:37.567Z] DONE 29 tests, 6 skipped in 246.662s
14:49:37 [2021-12-21T14:49:37.567Z] Running D:\gopath\src\github.com\docker\docker\integration\config
14:49:37 [2021-12-21T14:49:37.567Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:49:37 [2021-12-21T14:49:37.567Z] INFO: Testing against a local daemon
14:49:37 [2021-12-21T14:49:37.567Z] === RUN   TestConfigInspect
14:49:37 [2021-12-21T14:49:37.567Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:49:37 [2021-12-21T14:49:37.567Z] --- SKIP: TestConfigInspect (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z] === RUN   TestConfigList
14:49:37 [2021-12-21T14:49:37.567Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:49:37 [2021-12-21T14:49:37.567Z] --- SKIP: TestConfigList (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z] === RUN   TestConfigsCreateAndDelete
14:49:37 [2021-12-21T14:49:37.567Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:49:37 [2021-12-21T14:49:37.567Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z] === RUN   TestConfigsUpdate
14:49:37 [2021-12-21T14:49:37.567Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
14:49:37 [2021-12-21T14:49:37.567Z] --- SKIP: TestConfigsUpdate (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z] === RUN   TestTemplatedConfig
14:49:37 [2021-12-21T14:49:37.567Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
14:49:37 [2021-12-21T14:49:37.567Z] --- SKIP: TestTemplatedConfig (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z] === RUN   TestConfigCreateResolve
14:49:37 [2021-12-21T14:49:37.567Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
14:49:37 [2021-12-21T14:49:37.567Z] --- SKIP: TestConfigCreateResolve (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z] PASS
14:49:37 [2021-12-21T14:49:37.567Z] ok  	github.com/docker/docker/integration/config	0.118s
14:49:37 [2021-12-21T14:49:37.567Z] 
14:49:37 [2021-12-21T14:49:37.567Z] === Skipped
14:49:37 [2021-12-21T14:49:37.567Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:49:37 [2021-12-21T14:49:37.567Z] 
14:49:37 [2021-12-21T14:49:37.567Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:49:37 [2021-12-21T14:49:37.567Z] 
14:49:37 [2021-12-21T14:49:37.567Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:49:37 [2021-12-21T14:49:37.567Z] 
14:49:37 [2021-12-21T14:49:37.567Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
14:49:37 [2021-12-21T14:49:37.567Z] 
14:49:37 [2021-12-21T14:49:37.567Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
14:49:37 [2021-12-21T14:49:37.567Z] 
14:49:37 [2021-12-21T14:49:37.567Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
14:49:37 [2021-12-21T14:49:37.567Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
14:49:37 [2021-12-21T14:49:37.567Z] 
14:49:37 [2021-12-21T14:49:37.567Z] DONE 6 tests, 6 skipped in 2.257s
14:49:37 [2021-12-21T14:49:37.567Z] Running D:\gopath\src\github.com\docker\docker\integration\container
14:49:38 [2021-12-21T14:49:38.660Z] --- PASS: TestRenameAnonymousContainer (11.47s)
14:49:38 [2021-12-21T14:49:38.660Z] === RUN   TestRenameContainerWithSameName
14:49:40 [2021-12-21T14:49:40.226Z] --- PASS: TestRenameContainerWithSameName (2.75s)
14:49:40 [2021-12-21T14:49:40.226Z] === RUN   TestRenameContainerWithLinkedContainer
14:49:40 [2021-12-21T14:49:40.226Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
14:49:40 [2021-12-21T14:49:40.226Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
14:49:40 [2021-12-21T14:49:40.226Z] === RUN   TestResize
14:49:40 [2021-12-21T14:49:40.467Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:49:40 [2021-12-21T14:49:40.467Z] INFO: Testing against a local daemon
14:49:40 [2021-12-21T14:49:40.467Z] === RUN   TestCheckpoint
14:49:40 [2021-12-21T14:49:40.467Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:49:40 [2021-12-21T14:49:40.467Z] --- SKIP: TestCheckpoint (0.00s)
14:49:40 [2021-12-21T14:49:40.467Z] === RUN   TestContainerInvalidJSON
14:49:40 [2021-12-21T14:49:40.467Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
14:49:40 [2021-12-21T14:49:40.467Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
14:49:40 [2021-12-21T14:49:40.467Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
14:49:40 [2021-12-21T14:49:40.467Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
14:49:40 [2021-12-21T14:49:40.467Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
14:49:40 [2021-12-21T14:49:40.467Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
14:49:40 [2021-12-21T14:49:40.467Z] --- PASS: TestContainerInvalidJSON (0.05s)
14:49:40 [2021-12-21T14:49:40.467Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
14:49:40 [2021-12-21T14:49:40.467Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
14:49:40 [2021-12-21T14:49:40.467Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:49:40 [2021-12-21T14:49:40.467Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s)
14:49:40 [2021-12-21T14:49:40.467Z] === RUN   TestCopyFromContainerPathIsNotDir
14:49:40 [2021-12-21T14:49:40.829Z] --- PASS: TestServiceUpdateSecrets (14.83s)
14:49:40 [2021-12-21T14:49:40.829Z] === RUN   TestServiceUpdateConfigs
14:49:40 [2021-12-21T14:49:40.924Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.29s)
14:49:40 [2021-12-21T14:49:40.924Z] === RUN   TestCopyToContainerPathDoesNotExist
14:49:40 [2021-12-21T14:49:40.924Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.26s)
14:49:40 [2021-12-21T14:49:40.924Z] === RUN   TestCopyToContainerPathIsNotDir
14:49:41 [2021-12-21T14:49:41.382Z] --- PASS: TestCopyToContainerPathIsNotDir (0.26s)
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCopyFromContainer
14:49:41 [2021-12-21T14:49:41.382Z]     copy_test.go:81: testEnv.DaemonInfo.OSType == "windows"
14:49:41 [2021-12-21T14:49:41.382Z] --- SKIP: TestCopyFromContainer (0.00s)
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:49:41 [2021-12-21T14:49:41.382Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:49:41 [2021-12-21T14:49:41.382Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:49:41 [2021-12-21T14:49:41.382Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:49:41 [2021-12-21T14:49:41.382Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:49:41 [2021-12-21T14:49:41.382Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:49:41 [2021-12-21T14:49:41.382Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:49:41 [2021-12-21T14:49:41.382Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
14:49:41 [2021-12-21T14:49:41.382Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
14:49:41 [2021-12-21T14:49:41.382Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
14:49:41 [2021-12-21T14:49:41.382Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateLinkToNonExistingContainer
14:49:41 [2021-12-21T14:49:41.382Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
14:49:41 [2021-12-21T14:49:41.382Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateWithInvalidEnv
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateWithInvalidEnv/0
14:49:41 [2021-12-21T14:49:41.382Z] === PAUSE TestCreateWithInvalidEnv/0
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateWithInvalidEnv/1
14:49:41 [2021-12-21T14:49:41.382Z] === PAUSE TestCreateWithInvalidEnv/1
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateWithInvalidEnv/2
14:49:41 [2021-12-21T14:49:41.382Z] === PAUSE TestCreateWithInvalidEnv/2
14:49:41 [2021-12-21T14:49:41.382Z] === CONT  TestCreateWithInvalidEnv/0
14:49:41 [2021-12-21T14:49:41.382Z] === CONT  TestCreateWithInvalidEnv/2
14:49:41 [2021-12-21T14:49:41.382Z] === CONT  TestCreateWithInvalidEnv/1
14:49:41 [2021-12-21T14:49:41.382Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
14:49:41 [2021-12-21T14:49:41.382Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
14:49:41 [2021-12-21T14:49:41.382Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
14:49:41 [2021-12-21T14:49:41.382Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateTmpfsMountsTarget
14:49:41 [2021-12-21T14:49:41.382Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
14:49:41 [2021-12-21T14:49:41.382Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateWithCustomMaskedPaths
14:49:41 [2021-12-21T14:49:41.382Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
14:49:41 [2021-12-21T14:49:41.382Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateWithCustomReadonlyPaths
14:49:41 [2021-12-21T14:49:41.382Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
14:49:41 [2021-12-21T14:49:41.382Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:49:41 [2021-12-21T14:49:41.382Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:49:41 [2021-12-21T14:49:41.382Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:49:41 [2021-12-21T14:49:41.382Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:49:41 [2021-12-21T14:49:41.382Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:49:41 [2021-12-21T14:49:41.382Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:49:41 [2021-12-21T14:49:41.382Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:49:41 [2021-12-21T14:49:41.382Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:49:41 [2021-12-21T14:49:41.382Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:49:41 [2021-12-21T14:49:41.382Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:49:41 [2021-12-21T14:49:41.382Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:49:41 [2021-12-21T14:49:41.382Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s)
14:49:41 [2021-12-21T14:49:41.382Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
14:49:41 [2021-12-21T14:49:41.382Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
14:49:41 [2021-12-21T14:49:41.382Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
14:49:41 [2021-12-21T14:49:41.382Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
14:49:41 [2021-12-21T14:49:41.382Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:49:41 [2021-12-21T14:49:41.382Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
14:49:41 [2021-12-21T14:49:41.382Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateDifferentPlatform
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateDifferentPlatform/different_os
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:49:41 [2021-12-21T14:49:41.382Z] --- PASS: TestCreateDifferentPlatform (0.04s)
14:49:41 [2021-12-21T14:49:41.382Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
14:49:41 [2021-12-21T14:49:41.382Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:49:41 [2021-12-21T14:49:41.382Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.15s)
14:49:41 [2021-12-21T14:49:41.382Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:49:41 [2021-12-21T14:49:41.382Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
14:49:41 [2021-12-21T14:49:41.839Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s)
14:49:41 [2021-12-21T14:49:41.839Z] === RUN   TestContainerKillOnDaemonStart
14:49:41 [2021-12-21T14:49:41.839Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:49:41 [2021-12-21T14:49:41.839Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
14:49:41 [2021-12-21T14:49:41.839Z] === RUN   TestDiff
14:49:41 [2021-12-21T14:49:41.839Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
14:49:41 [2021-12-21T14:49:41.839Z] --- SKIP: TestDiff (0.00s)
14:49:41 [2021-12-21T14:49:41.839Z] === RUN   TestExecWithCloseStdin
14:49:41 [2021-12-21T14:49:41.839Z]     exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination
14:49:41 [2021-12-21T14:49:41.839Z] --- SKIP: TestExecWithCloseStdin (0.00s)
14:49:41 [2021-12-21T14:49:41.839Z] === RUN   TestExec
14:49:42 [2021-12-21T14:49:42.703Z] Removing intermediate container 60f3c86b7f83
14:49:42 [2021-12-21T14:49:42.703Z]  ---> 8c5b4dd13b7b
14:49:42 [2021-12-21T14:49:42.703Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
14:49:42 [2021-12-21T14:49:42.703Z]  ---> Running in cc684d0cc059
14:49:42 [2021-12-21T14:49:42.703Z] 
14:49:42 [2021-12-21T14:49:42.703Z] SUCCESS: Specified value was saved.
14:49:43 [2021-12-21T14:49:43.176Z] Removing intermediate container cc684d0cc059
14:49:43 [2021-12-21T14:49:43.176Z]  ---> 7a5e8899dc55
14:49:43 [2021-12-21T14:49:43.176Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
14:49:43 [2021-12-21T14:49:43.176Z]  ---> Running in d17f7b44082c
14:49:43 [2021-12-21T14:49:43.179Z] --- PASS: TestResize (2.68s)
14:49:43 [2021-12-21T14:49:43.179Z] === RUN   TestResizeWithInvalidSize
14:49:45 [2021-12-21T14:49:45.395Z] --- PASS: TestResizeWithInvalidSize (2.78s)
14:49:45 [2021-12-21T14:49:45.396Z] === RUN   TestResizeWhenContainerNotStarted
14:49:46 [2021-12-21T14:49:46.514Z] --- PASS: TestExec (4.63s)
14:49:46 [2021-12-21T14:49:46.514Z] === RUN   TestExecUser
14:49:46 [2021-12-21T14:49:46.514Z]     exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
14:49:46 [2021-12-21T14:49:46.514Z] --- SKIP: TestExecUser (0.00s)
14:49:46 [2021-12-21T14:49:46.514Z] === RUN   TestExportContainerAndImportImage
14:49:46 [2021-12-21T14:49:46.514Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:49:46 [2021-12-21T14:49:46.514Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
14:49:46 [2021-12-21T14:49:46.514Z] === RUN   TestExportContainerAfterDaemonRestart
14:49:46 [2021-12-21T14:49:46.514Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
14:49:46 [2021-12-21T14:49:46.514Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
14:49:46 [2021-12-21T14:49:46.514Z] === RUN   TestHealthCheckWorkdir
14:49:46 [2021-12-21T14:49:46.514Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
14:49:46 [2021-12-21T14:49:46.514Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
14:49:46 [2021-12-21T14:49:46.514Z] === RUN   TestHealthKillContainer
14:49:46 [2021-12-21T14:49:46.514Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
14:49:46 [2021-12-21T14:49:46.514Z] --- SKIP: TestHealthKillContainer (0.00s)
14:49:46 [2021-12-21T14:49:46.514Z] === RUN   TestInspectCpusetInConfigPre120
14:49:46 [2021-12-21T14:49:46.514Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
14:49:46 [2021-12-21T14:49:46.514Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
14:49:46 [2021-12-21T14:49:46.514Z] === RUN   TestKillContainerInvalidSignal
14:49:47 [2021-12-21T14:49:47.385Z] === RUN   TestDockerSuite/TestExecStopNotHanging
14:49:47 [2021-12-21T14:49:47.951Z] === RUN   TestDockerSuite/TestExecTTY
14:49:48 [2021-12-21T14:49:48.519Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
14:49:49 [2021-12-21T14:49:49.085Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
14:49:49 [2021-12-21T14:49:49.186Z] --- PASS: TestResizeWhenContainerNotStarted (3.19s)
14:49:49 [2021-12-21T14:49:49.186Z] === RUN   TestDaemonRestartKillContainers
14:49:49 [2021-12-21T14:49:49.186Z]     restart_test.go:20: testEnv.DaemonInfo.OSType == "windows"
14:49:49 [2021-12-21T14:49:49.186Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
14:49:49 [2021-12-21T14:49:49.186Z] === RUN   TestStats
14:49:49 [2021-12-21T14:49:49.186Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
14:49:49 [2021-12-21T14:49:49.186Z] --- SKIP: TestStats (0.00s)
14:49:49 [2021-12-21T14:49:49.186Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:49:49 [2021-12-21T14:49:49.652Z] === RUN   TestDockerSuite/TestExecUlimits
14:49:49 [2021-12-21T14:49:49.666Z] ok  	github.com/docker/docker/api/server	0.004s	coverage: 9.0% of statements
14:49:50 [2021-12-21T14:49:50.219Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
14:49:50 [2021-12-21T14:49:50.219Z]     docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
14:49:50 [2021-12-21T14:49:50.219Z] === RUN   TestDockerSuite/TestExecWithImageUser
14:49:50 [2021-12-21T14:49:50.237Z] --- PASS: TestKillContainerInvalidSignal (3.63s)
14:49:50 [2021-12-21T14:49:50.237Z] === RUN   TestKillContainer
14:49:50 [2021-12-21T14:49:50.237Z] === RUN   TestKillContainer/no_signal
14:49:50 [2021-12-21T14:49:50.383Z] Cannot create a file when that file already exists.
14:49:51 [2021-12-21T14:49:51.593Z] === RUN   TestDockerSuite/TestExecWithNoTERM
14:49:52 [2021-12-21T14:49:52.167Z] === RUN   TestDockerSuite/TestExecWithPrivileged
14:49:52 [2021-12-21T14:49:52.744Z] === RUN   TestDockerSuite/TestExecWithTERM
14:49:53 [2021-12-21T14:49:53.311Z] === RUN   TestDockerSuite/TestExecWithUser
14:49:53 [2021-12-21T14:49:53.877Z] === RUN   TestDockerSuite/TestGetContainerStats
14:49:53 [2021-12-21T14:49:53.977Z] === RUN   TestKillContainer/non_killing_signal
14:49:53 [2021-12-21T14:49:53.977Z]     kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
14:49:53 [2021-12-21T14:49:53.977Z] === RUN   TestKillContainer/killing_signal
14:49:55 [2021-12-21T14:49:55.250Z] --- PASS: TestServiceUpdateConfigs (14.56s)
14:49:55 [2021-12-21T14:49:55.250Z] === RUN   TestServiceUpdateNetwork
14:49:56 [2021-12-21T14:49:56.290Z] Removing intermediate container d17f7b44082c
14:49:56 [2021-12-21T14:49:56.290Z]  ---> b8114e0a3cb5
14:49:56 [2021-12-21T14:49:56.290Z] Step 13/13 : CMD ["sh"]
14:49:56 [2021-12-21T14:49:56.290Z]  ---> Running in 62e1e06d57e6
14:49:56 [2021-12-21T14:49:56.624Z]     check_test.go:379: [d2c12fe3374c4] daemon is not started
14:49:56 [2021-12-21T14:49:56.624Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
14:49:56 [2021-12-21T14:49:56.763Z] Removing intermediate container 62e1e06d57e6
14:49:56 [2021-12-21T14:49:56.763Z]  ---> c7db0b9f5bae
14:49:56 [2021-12-21T14:49:56.763Z] Successfully built c7db0b9f5bae
14:49:56 [2021-12-21T14:49:56.763Z] Successfully tagged busybox:latest
14:49:56 [2021-12-21T14:49:56.763Z] INFO: Docker images of the daemon under test
14:49:56 [2021-12-21T14:49:56.763Z] 
14:49:56 [2021-12-21T14:49:56.763Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
14:49:56 [2021-12-21T14:49:56.763Z] busybox                                latest              c7db0b9f5bae        Less than a second ago   5.77GB
14:49:56 [2021-12-21T14:49:56.763Z] microsoft/windowsservercore            latest              1316f72af619        2 weeks ago              5.74GB
14:49:56 [2021-12-21T14:49:56.763Z] mcr.microsoft.com/windows/servercore   ltsc2019            1316f72af619        2 weeks ago              5.74GB
14:49:56 [2021-12-21T14:49:56.763Z] 
14:49:56 [2021-12-21T14:49:56.763Z] INFO: Running integration tests at 12/21/2021 14:49:56...
14:49:56 [2021-12-21T14:49:56.763Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
14:49:56 [2021-12-21T14:49:56.763Z] INFO: Integration API tests being run from the host:
14:49:56 [2021-12-21T14:49:56.763Z] INFO: make.ps1 starting at 12/21/2021 14:49:56
14:49:56 [2021-12-21T14:49:56.917Z] --- PASS: TestKillContainer (7.26s)
14:49:56 [2021-12-21T14:49:56.918Z]     --- PASS: TestKillContainer/no_signal (3.59s)
14:49:56 [2021-12-21T14:49:56.918Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
14:49:56 [2021-12-21T14:49:56.918Z]     --- PASS: TestKillContainer/killing_signal (3.61s)
14:49:56 [2021-12-21T14:49:56.918Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:49:56 [2021-12-21T14:49:56.918Z]     kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:49:57 [2021-12-21T14:49:57.380Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
14:49:57 [2021-12-21T14:49:57.380Z] === RUN   TestKillStoppedContainer
14:49:57 [2021-12-21T14:49:57.380Z]     kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:49:57 [2021-12-21T14:49:57.380Z] --- SKIP: TestKillStoppedContainer (0.00s)
14:49:57 [2021-12-21T14:49:57.380Z] === RUN   TestKillStoppedContainerAPIPre120
14:49:57 [2021-12-21T14:49:57.380Z]     kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:49:57 [2021-12-21T14:49:57.380Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
14:49:57 [2021-12-21T14:49:57.380Z] === RUN   TestKillDifferentUserContainer
14:49:57 [2021-12-21T14:49:57.380Z]     kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
14:49:57 [2021-12-21T14:49:57.380Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
14:49:57 [2021-12-21T14:49:57.380Z] === RUN   TestInspectOomKilledTrue
14:49:57 [2021-12-21T14:49:57.380Z]     kill_test.go:157: testEnv.DaemonInfo.OSType == "windows"
14:49:57 [2021-12-21T14:49:57.380Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
14:49:57 [2021-12-21T14:49:57.380Z] === RUN   TestInspectOomKilledFalse
14:49:57 [2021-12-21T14:49:57.380Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:49:57 [2021-12-21T14:49:57.380Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
14:49:57 [2021-12-21T14:49:57.380Z] === RUN   TestLogsFollowTailEmpty
14:49:57 [2021-12-21T14:49:57.851Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.71s)
14:49:57 [2021-12-21T14:49:57.851Z] === RUN   TestStopContainerWithTimeout
14:49:57 [2021-12-21T14:49:57.851Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
14:49:57 [2021-12-21T14:49:57.851Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
14:49:57 [2021-12-21T14:49:57.851Z] === RUN   TestUpdateRestartPolicy
14:49:58 [2021-12-21T14:49:58.352Z] Running D:\gopath\src\github.com\docker\docker\integration\build
14:49:58 [2021-12-21T14:49:58.527Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
14:49:58 [2021-12-21T14:49:58.785Z]     docker_api_swarm_test.go:802: [dc9e792e1882e] joining swarm manager [d7998040e5498]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:50:00 [2021-12-21T14:50:00.159Z]     docker_api_swarm_test.go:802: [d0b972209cbb7] joining swarm manager [d7998040e5498]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:50:01 [2021-12-21T14:50:01.103Z] --- PASS: TestLogsFollowTailEmpty (3.55s)
14:50:01 [2021-12-21T14:50:01.103Z] === RUN   TestNetworkNat
14:50:01 [2021-12-21T14:50:01.103Z]     nat_test.go:23: testEnv.OSType == "windows": FIXME
14:50:01 [2021-12-21T14:50:01.103Z] --- SKIP: TestNetworkNat (0.00s)
14:50:01 [2021-12-21T14:50:01.103Z] === RUN   TestNetworkLocalhostTCPNat
14:50:01 [2021-12-21T14:50:01.533Z]     docker_api_swarm_test.go:802: [d4c87001f4622] joining swarm manager [d7998040e5498]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
14:50:02 [2021-12-21T14:50:02.467Z]     docker_api_swarm_test.go:802: [de0e81f5b8611] joining swarm manager [d7998040e5498]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
14:50:03 [2021-12-21T14:50:03.033Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
14:50:03 [2021-12-21T14:50:03.968Z]     docker_api_swarm_test.go:810: [d61721b1ca38a] joining swarm manager [d7998040e5498]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
14:50:04 [2021-12-21T14:50:04.535Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
14:50:05 [2021-12-21T14:50:05.777Z] --- PASS: TestNetworkLocalhostTCPNat (4.50s)
14:50:05 [2021-12-21T14:50:05.777Z] === RUN   TestNetworkLoopbackNat
14:50:05 [2021-12-21T14:50:05.777Z]     nat_test.go:59: testEnv.OSType == "windows": FIXME
14:50:05 [2021-12-21T14:50:05.777Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
14:50:05 [2021-12-21T14:50:05.777Z] === RUN   TestPause
14:50:05 [2021-12-21T14:50:05.777Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
14:50:05 [2021-12-21T14:50:05.777Z] --- SKIP: TestPause (0.00s)
14:50:05 [2021-12-21T14:50:05.777Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:50:08 [2021-12-21T14:50:08.765Z] --- PASS: TestServiceUpdateNetwork (13.04s)
14:50:08 [2021-12-21T14:50:08.765Z] === RUN   TestServiceUpdatePidsLimit
14:50:09 [2021-12-21T14:50:09.332Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
14:50:09 [2021-12-21T14:50:09.332Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
14:50:09 [2021-12-21T14:50:09.504Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.74s)
14:50:09 [2021-12-21T14:50:09.504Z] === RUN   TestPauseStopPausedContainer
14:50:09 [2021-12-21T14:50:09.504Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
14:50:09 [2021-12-21T14:50:09.504Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
14:50:09 [2021-12-21T14:50:09.504Z] === RUN   TestPsFilter
14:50:09 [2021-12-21T14:50:09.504Z] --- PASS: TestPsFilter (0.38s)
14:50:09 [2021-12-21T14:50:09.504Z] === RUN   TestRemoveContainerWithRemovedVolume
14:50:10 [2021-12-21T14:50:10.268Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
14:50:10 [2021-12-21T14:50:10.268Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
14:50:10 [2021-12-21T14:50:10.268Z] === RUN   TestDockerSuite/TestHealth
14:50:10 [2021-12-21T14:50:10.526Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
14:50:13 [2021-12-21T14:50:13.237Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.75s)
14:50:13 [2021-12-21T14:50:13.237Z] === RUN   TestRemoveContainerWithVolume
14:50:16 [2021-12-21T14:50:16.967Z] --- PASS: TestRemoveContainerWithVolume (3.83s)
14:50:16 [2021-12-21T14:50:16.967Z] === RUN   TestRemoveContainerRunning
14:50:17 [2021-12-21T14:50:17.095Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
14:50:20 [2021-12-21T14:50:20.690Z] --- PASS: TestRemoveContainerRunning (3.65s)
14:50:20 [2021-12-21T14:50:20.690Z] === RUN   TestRemoveContainerForceRemoveRunning
14:50:23 [2021-12-21T14:50:23.154Z] --- PASS: TestUpdateRestartPolicy (24.67s)
14:50:23 [2021-12-21T14:50:23.154Z] === RUN   TestUpdateRestartWithAutoRemove
14:50:24 [2021-12-21T14:50:24.413Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.70s)
14:50:24 [2021-12-21T14:50:24.413Z] === RUN   TestRemoveInvalidContainer
14:50:24 [2021-12-21T14:50:24.413Z] --- PASS: TestRemoveInvalidContainer (0.04s)
14:50:24 [2021-12-21T14:50:24.413Z] === RUN   TestRenameLinkedContainer
14:50:24 [2021-12-21T14:50:24.413Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
14:50:24 [2021-12-21T14:50:24.413Z] --- SKIP: TestRenameLinkedContainer (0.00s)
14:50:24 [2021-12-21T14:50:24.413Z] === RUN   TestRenameStoppedContainer
14:50:24 [2021-12-21T14:50:24.722Z] --- PASS: TestUpdateRestartWithAutoRemove (2.74s)
14:50:24 [2021-12-21T14:50:24.722Z] === RUN   TestWaitNonBlocked
14:50:24 [2021-12-21T14:50:24.722Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:50:24 [2021-12-21T14:50:24.722Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:50:24 [2021-12-21T14:50:24.722Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:50:24 [2021-12-21T14:50:24.722Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:50:24 [2021-12-21T14:50:24.722Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:50:24 [2021-12-21T14:50:24.722Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:50:25 [2021-12-21T14:50:25.205Z] --- PASS: TestServiceUpdatePidsLimit (16.54s)
14:50:25 [2021-12-21T14:50:25.205Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.96s)
14:50:25 [2021-12-21T14:50:25.205Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s)
14:50:25 [2021-12-21T14:50:25.205Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s)
14:50:25 [2021-12-21T14:50:25.205Z] PASS
14:50:25 [2021-12-21T14:50:25.205Z] 
14:50:25 [2021-12-21T14:50:25.205Z] === Skipped
14:50:25 [2021-12-21T14:50:25.205Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
14:50:25 [2021-12-21T14:50:25.205Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:50:25 [2021-12-21T14:50:25.205Z] 
14:50:25 [2021-12-21T14:50:25.205Z] DONE 27 tests, 1 skipped in 195.836s
14:50:25 [2021-12-21T14:50:25.205Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
14:50:25 [2021-12-21T14:50:25.205Z] ++ 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
14:50:25 [2021-12-21T14:50:25.205Z] ++ set -e
14:50:25 [2021-12-21T14:50:25.205Z] ++ '[' -n 0 ']'
14:50:25 [2021-12-21T14:50:25.205Z] ++ set -x
14:50:25 [2021-12-21T14:50:25.205Z] ++ env -i DEST=/go/src/github.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
14:50:25 [2021-12-21T14:50:25.205Z] INFO: Testing against a local daemon
14:50:25 [2021-12-21T14:50:25.205Z] === RUN   TestSessionCreate
14:50:25 [2021-12-21T14:50:25.205Z] --- PASS: TestSessionCreate (0.02s)
14:50:25 [2021-12-21T14:50:25.205Z] === RUN   TestSessionCreateWithBadUpgrade
14:50:25 [2021-12-21T14:50:25.205Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s)
14:50:25 [2021-12-21T14:50:25.205Z] PASS
14:50:25 [2021-12-21T14:50:25.205Z] 
14:50:25 [2021-12-21T14:50:25.205Z] DONE 2 tests in 0.174s
14:50:25 [2021-12-21T14:50:25.205Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
14:50:25 [2021-12-21T14:50:25.205Z] ++ 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
14:50:25 [2021-12-21T14:50:25.205Z] ++ set -e
14:50:25 [2021-12-21T14:50:25.205Z] ++ '[' -n 0 ']'
14:50:25 [2021-12-21T14:50:25.205Z] ++ set -x
14:50:25 [2021-12-21T14:50:25.205Z] ++ env -i DEST=/go/src/github.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
14:50:25 [2021-12-21T14:50:25.205Z] INFO: Testing against a local daemon
14:50:25 [2021-12-21T14:50:25.205Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:50:25 [2021-12-21T14:50:25.205Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:50:25 [2021-12-21T14:50:25.205Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:50:25 [2021-12-21T14:50:25.205Z] === RUN   TestDiskUsage
14:50:25 [2021-12-21T14:50:25.205Z] === PAUSE TestDiskUsage
14:50:25 [2021-12-21T14:50:25.205Z] === RUN   TestEventsExecDie
14:50:25 [2021-12-21T14:50:25.771Z] --- PASS: TestEventsExecDie (0.56s)
14:50:25 [2021-12-21T14:50:25.771Z] === RUN   TestEventsBackwardsCompatible
14:50:25 [2021-12-21T14:50:25.771Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
14:50:25 [2021-12-21T14:50:25.771Z] === RUN   TestEventsVolumeCreate
14:50:25 [2021-12-21T14:50:25.771Z] --- PASS: TestEventsVolumeCreate (0.06s)
14:50:25 [2021-12-21T14:50:25.771Z] === RUN   TestInfoBinaryCommits
14:50:25 [2021-12-21T14:50:25.771Z] --- PASS: TestInfoBinaryCommits (0.03s)
14:50:25 [2021-12-21T14:50:25.771Z] === RUN   TestInfoAPIVersioned
14:50:25 [2021-12-21T14:50:25.771Z] --- PASS: TestInfoAPIVersioned (0.01s)
14:50:25 [2021-12-21T14:50:25.771Z] === RUN   TestInfoDiscoveryBackend
14:50:26 [2021-12-21T14:50:26.337Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
14:50:26 [2021-12-21T14:50:26.337Z] === RUN   TestInfoDiscoveryInvalidAdvertise
14:50:27 [2021-12-21T14:50:27.273Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
14:50:27 [2021-12-21T14:50:27.273Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
14:50:27 [2021-12-21T14:50:27.839Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
14:50:27 [2021-12-21T14:50:27.839Z] === RUN   TestInfoAPI
14:50:27 [2021-12-21T14:50:27.839Z] --- PASS: TestInfoAPI (0.02s)
14:50:27 [2021-12-21T14:50:27.839Z] === RUN   TestInfoAPIWarnings
14:50:28 [2021-12-21T14:50:28.145Z] --- PASS: TestRenameStoppedContainer (3.62s)
14:50:28 [2021-12-21T14:50:28.145Z] === RUN   TestRenameRunningContainerAndReuse
14:50:28 [2021-12-21T14:50:28.537Z] --- PASS: TestWaitNonBlocked (0.04s)
14:50:28 [2021-12-21T14:50:28.537Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.62s)
14:50:28 [2021-12-21T14:50:28.537Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.76s)
14:50:28 [2021-12-21T14:50:28.537Z] === RUN   TestWaitBlocked
14:50:28 [2021-12-21T14:50:28.537Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
14:50:28 [2021-12-21T14:50:28.537Z] --- SKIP: TestWaitBlocked (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z] PASS
14:50:28 [2021-12-21T14:50:28.537Z] ok  	github.com/docker/docker/integration/container	110.104s
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === Skipped
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     copy_test.go:81: testEnv.DaemonInfo.OSType == "windows"
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.01s)
14:50:28 [2021-12-21T14:50:28.537Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s)
14:50:28 [2021-12-21T14:50:28.537Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
14:50:28 [2021-12-21T14:50:28.537Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     kill_test.go:157: testEnv.DaemonInfo.OSType == "windows"
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     nat_test.go:23: testEnv.OSType == "windows": FIXME
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     nat_test.go:59: testEnv.OSType == "windows": FIXME
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     restart_test.go:20: testEnv.DaemonInfo.OSType == "windows"
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
14:50:28 [2021-12-21T14:50:28.537Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
14:50:28 [2021-12-21T14:50:28.537Z] 
14:50:28 [2021-12-21T14:50:28.537Z] DONE 87 tests, 33 skipped in 113.104s
14:50:29 [2021-12-21T14:50:29.007Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon
14:50:29 [2021-12-21T14:50:29.212Z] === RUN   TestDockerSuite/TestHistoryExistentImage
14:50:29 [2021-12-21T14:50:29.212Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
14:50:29 [2021-12-21T14:50:29.212Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
14:50:29 [2021-12-21T14:50:29.212Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
14:50:29 [2021-12-21T14:50:29.779Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
14:50:29 [2021-12-21T14:50:29.779Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
14:50:30 [2021-12-21T14:50:30.347Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
14:50:30 [2021-12-21T14:50:30.347Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
14:50:30 [2021-12-21T14:50:30.347Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
14:50:30 [2021-12-21T14:50:30.347Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
14:50:30 [2021-12-21T14:50:30.605Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
14:50:30 [2021-12-21T14:50:30.863Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
14:50:31 [2021-12-21T14:50:31.121Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
14:50:31 [2021-12-21T14:50:31.121Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
14:50:32 [2021-12-21T14:50:32.055Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
14:50:32 [2021-12-21T14:50:32.055Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
14:50:32 [2021-12-21T14:50:32.622Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
14:50:33 [2021-12-21T14:50:33.188Z] === RUN   TestDockerSuite/TestImagesFormat
14:50:33 [2021-12-21T14:50:33.188Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
14:50:33 [2021-12-21T14:50:33.754Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
14:50:35 [2021-12-21T14:50:35.199Z] --- PASS: TestRenameRunningContainerAndReuse (7.09s)
14:50:35 [2021-12-21T14:50:35.199Z] === RUN   TestRenameInvalidName
14:50:36 [2021-12-21T14:50:36.285Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
14:50:36 [2021-12-21T14:50:36.285Z] === RUN   TestDockerSuite/TestImportBadURL
14:50:36 [2021-12-21T14:50:36.285Z] === RUN   TestDockerSuite/TestImportDisplay
14:50:37 [2021-12-21T14:50:37.227Z] === RUN   TestDockerSuite/TestImportFile
14:50:38 [2021-12-21T14:50:38.602Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
14:50:38 [2021-12-21T14:50:38.602Z] === RUN   TestDockerSuite/TestImportFileWithMessage
14:50:38 [2021-12-21T14:50:38.920Z] --- PASS: TestRenameInvalidName (3.58s)
14:50:38 [2021-12-21T14:50:38.920Z] === RUN   TestRenameAnonymousContainer
14:50:39 [2021-12-21T14:50:39.538Z] === RUN   TestDockerSuite/TestImportGzipped
14:50:40 [2021-12-21T14:50:40.474Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
14:50:41 [2021-12-21T14:50:41.314Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:50:41 [2021-12-21T14:50:41.314Z] INFO: Testing against a local daemon
14:50:41 [2021-12-21T14:50:41.314Z] === RUN   TestBuildWithSession
14:50:41 [2021-12-21T14:50:41.314Z]     build_session_test.go:25: TODO: BuildKit
14:50:41 [2021-12-21T14:50:41.314Z] --- SKIP: TestBuildWithSession (0.00s)
14:50:41 [2021-12-21T14:50:41.314Z] === RUN   TestBuildSquashParent
14:50:41 [2021-12-21T14:50:41.314Z]     build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:50:41 [2021-12-21T14:50:41.314Z] --- SKIP: TestBuildSquashParent (0.00s)
14:50:41 [2021-12-21T14:50:41.314Z] === RUN   TestBuildWithRemoveAndForceRemove
14:50:41 [2021-12-21T14:50:41.314Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:50:41 [2021-12-21T14:50:41.314Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:50:41 [2021-12-21T14:50:41.314Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:50:41 [2021-12-21T14:50:41.314Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:50:41 [2021-12-21T14:50:41.315Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:50:41 [2021-12-21T14:50:41.315Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:50:41 [2021-12-21T14:50:41.315Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:50:41 [2021-12-21T14:50:41.315Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:50:41 [2021-12-21T14:50:41.315Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:50:41 [2021-12-21T14:50:41.315Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:50:41 [2021-12-21T14:50:41.315Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:50:41 [2021-12-21T14:50:41.315Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:50:41 [2021-12-21T14:50:41.315Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
14:50:41 [2021-12-21T14:50:41.315Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
14:50:41 [2021-12-21T14:50:41.315Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
14:50:41 [2021-12-21T14:50:41.315Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
14:50:41 [2021-12-21T14:50:41.847Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
14:50:42 [2021-12-21T14:50:42.106Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
14:50:42 [2021-12-21T14:50:42.674Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
14:50:43 [2021-12-21T14:50:43.240Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
14:50:43 [2021-12-21T14:50:43.240Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
14:50:43 [2021-12-21T14:50:43.240Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
14:50:43 [2021-12-21T14:50:43.498Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
14:50:44 [2021-12-21T14:50:44.065Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
14:50:44 [2021-12-21T14:50:44.065Z] --- PASS: TestInfoAPIWarnings (16.31s)
14:50:44 [2021-12-21T14:50:44.065Z] === RUN   TestInfoDebug
14:50:44 [2021-12-21T14:50:44.632Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
14:50:44 [2021-12-21T14:50:44.632Z] --- PASS: TestInfoDebug (0.53s)
14:50:44 [2021-12-21T14:50:44.633Z] === RUN   TestInfoInsecureRegistries
14:50:45 [2021-12-21T14:50:45.199Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
14:50:45 [2021-12-21T14:50:45.199Z] --- PASS: TestInfoInsecureRegistries (0.54s)
14:50:45 [2021-12-21T14:50:45.199Z] === RUN   TestInfoRegistryMirrors
14:50:45 [2021-12-21T14:50:45.766Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
14:50:45 [2021-12-21T14:50:45.766Z] --- PASS: TestInfoRegistryMirrors (0.54s)
14:50:45 [2021-12-21T14:50:45.766Z] === RUN   TestLoginFailsWithBadCredentials
14:50:45 [2021-12-21T14:50:45.766Z] --- PASS: TestLoginFailsWithBadCredentials (0.15s)
14:50:45 [2021-12-21T14:50:45.766Z] === RUN   TestPingCacheHeaders
14:50:46 [2021-12-21T14:50:46.024Z] --- PASS: TestPingCacheHeaders (0.02s)
14:50:46 [2021-12-21T14:50:46.024Z] === RUN   TestPingGet
14:50:46 [2021-12-21T14:50:46.024Z] --- PASS: TestPingGet (0.02s)
14:50:46 [2021-12-21T14:50:46.024Z] === RUN   TestPingHead
14:50:46 [2021-12-21T14:50:46.024Z] --- PASS: TestPingHead (0.02s)
14:50:46 [2021-12-21T14:50:46.024Z] === RUN   TestVersion
14:50:46 [2021-12-21T14:50:46.024Z] --- PASS: TestVersion (0.01s)
14:50:46 [2021-12-21T14:50:46.024Z] === CONT  TestDiskUsage
14:50:46 [2021-12-21T14:50:46.283Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
14:50:46 [2021-12-21T14:50:46.283Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
14:50:46 [2021-12-21T14:50:46.542Z] === RUN   TestDiskUsage/empty
14:50:46 [2021-12-21T14:50:46.542Z] === RUN   TestDiskUsage/empty/container_types
14:50:46 [2021-12-21T14:50:46.542Z] === RUN   TestDiskUsage/empty/image_types
14:50:46 [2021-12-21T14:50:46.542Z] === RUN   TestDiskUsage/empty/volume_types
14:50:46 [2021-12-21T14:50:46.542Z] === RUN   TestDiskUsage/empty/build-cache_types
14:50:46 [2021-12-21T14:50:46.542Z] === RUN   TestDiskUsage/empty/container,_volume_types
14:50:46 [2021-12-21T14:50:46.542Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
14:50:46 [2021-12-21T14:50:46.542Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
14:50:46 [2021-12-21T14:50:46.542Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
14:50:46 [2021-12-21T14:50:46.542Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
14:50:46 [2021-12-21T14:50:46.542Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
14:50:46 [2021-12-21T14:50:46.542Z] === RUN   TestDiskUsage/after_LoadBusybox
14:50:46 [2021-12-21T14:50:46.801Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
14:50:46 [2021-12-21T14:50:46.801Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
14:50:46 [2021-12-21T14:50:46.801Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
14:50:46 [2021-12-21T14:50:46.801Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
14:50:46 [2021-12-21T14:50:46.801Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
14:50:46 [2021-12-21T14:50:46.801Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
14:50:46 [2021-12-21T14:50:46.801Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
14:50:46 [2021-12-21T14:50:46.801Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
14:50:46 [2021-12-21T14:50:46.801Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
14:50:46 [2021-12-21T14:50:46.801Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
14:50:46 [2021-12-21T14:50:46.801Z] === RUN   TestDiskUsage/after_container.Run
14:50:47 [2021-12-21T14:50:47.060Z] === RUN   TestDiskUsage/after_container.Run/container_types
14:50:47 [2021-12-21T14:50:47.060Z] === RUN   TestDiskUsage/after_container.Run/image_types
14:50:47 [2021-12-21T14:50:47.060Z] === RUN   TestDiskUsage/after_container.Run/volume_types
14:50:47 [2021-12-21T14:50:47.060Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
14:50:47 [2021-12-21T14:50:47.060Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
14:50:47 [2021-12-21T14:50:47.060Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
14:50:47 [2021-12-21T14:50:47.060Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
14:50:47 [2021-12-21T14:50:47.060Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
14:50:47 [2021-12-21T14:50:47.060Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
14:50:47 [2021-12-21T14:50:47.060Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
14:50:47 [2021-12-21T14:50:47.319Z] --- PASS: TestDiskUsage (1.42s)
14:50:47 [2021-12-21T14:50:47.319Z]     --- PASS: TestDiskUsage/empty (0.01s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.24s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]     --- PASS: TestDiskUsage/after_container.Run (0.45s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z] PASS
14:50:47 [2021-12-21T14:50:47.319Z] 
14:50:47 [2021-12-21T14:50:47.319Z] === Skipped
14:50:47 [2021-12-21T14:50:47.319Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:50:47 [2021-12-21T14:50:47.319Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:50:47 [2021-12-21T14:50:47.319Z] 
14:50:47 [2021-12-21T14:50:47.319Z] DONE 53 tests, 1 skipped in 22.424s
14:50:47 [2021-12-21T14:50:47.319Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
14:50:47 [2021-12-21T14:50:47.319Z] ++ 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
14:50:47 [2021-12-21T14:50:47.319Z] ++ set -e
14:50:47 [2021-12-21T14:50:47.319Z] ++ '[' -n 0 ']'
14:50:47 [2021-12-21T14:50:47.319Z] ++ set -x
14:50:47 [2021-12-21T14:50:47.319Z] ++ env -i DEST=/go/src/github.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
14:50:47 [2021-12-21T14:50:47.577Z] === RUN   TestDockerSuite/TestInspectAmpersand
14:50:47 [2021-12-21T14:50:47.577Z] INFO: Testing against a local daemon
14:50:47 [2021-12-21T14:50:47.577Z] === RUN   TestVolumesCreateAndList
14:50:47 [2021-12-21T14:50:47.577Z] --- PASS: TestVolumesCreateAndList (0.02s)
14:50:47 [2021-12-21T14:50:47.577Z] === RUN   TestVolumesRemove
14:50:47 [2021-12-21T14:50:47.577Z] --- PASS: TestVolumesRemove (0.06s)
14:50:47 [2021-12-21T14:50:47.577Z] === RUN   TestVolumesInspect
14:50:47 [2021-12-21T14:50:47.577Z] --- PASS: TestVolumesInspect (0.05s)
14:50:47 [2021-12-21T14:50:47.577Z] === RUN   TestVolumesInvalidJSON
14:50:47 [2021-12-21T14:50:47.577Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:50:47 [2021-12-21T14:50:47.577Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:50:47 [2021-12-21T14:50:47.577Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:50:47 [2021-12-21T14:50:47.577Z] --- PASS: TestVolumesInvalidJSON (0.02s)
14:50:47 [2021-12-21T14:50:47.577Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:50:47 [2021-12-21T14:50:47.577Z] PASS
14:50:47 [2021-12-21T14:50:47.577Z] 
14:50:47 [2021-12-21T14:50:47.577Z] DONE 5 tests in 0.293s
14:50:47 [2021-12-21T14:50:47.577Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:50:48 [2021-12-21T14:50:48.148Z] ++++ cat bundles/test-integration/docker.pid
14:50:48 [2021-12-21T14:50:48.148Z] +++ kill 6298
14:50:48 [2021-12-21T14:50:48.148Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
14:50:48 [2021-12-21T14:50:48.148Z] +++ /etc/init.d/apparmor stop
14:50:48 [2021-12-21T14:50:48.148Z] Leaving: AppArmorNo profiles have been unloaded.
14:50:48 [2021-12-21T14:50:48.148Z] 
14:50:48 [2021-12-21T14:50:48.148Z] Unloading profiles will leave already running processes permanently
14:50:48 [2021-12-21T14:50:48.148Z] unconfined, which can lead to unexpected situations.
14:50:48 [2021-12-21T14:50:48.148Z] 
14:50:48 [2021-12-21T14:50:48.148Z] To set a process to complain mode, use the command line tool
14:50:48 [2021-12-21T14:50:48.148Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:50:48 [2021-12-21T14:50:48.148Z] +++ true
14:50:48 [2021-12-21T14:50:48.408Z] exiting test-integration
14:50:48 [2021-12-21T14:50:48.408Z] ++ exit 0
14:50:48 [2021-12-21T14:50:48.408Z] 
14:50:48 [2021-12-21T14:50:48.667Z] === RUN   TestDockerSuite/TestInspectByPrefix
14:50:48 [2021-12-21T14:50:48.667Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
14:50:48 [2021-12-21T14:50:48.925Z] + for job in $(jobs -p)
14:50:48 [2021-12-21T14:50:48.925Z] + wait 9306
14:50:49 [2021-12-21T14:50:49.863Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
14:50:49 [2021-12-21T14:50:49.863Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
14:50:49 [2021-12-21T14:50:49.863Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
14:50:49 [2021-12-21T14:50:49.984Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
14:50:49 [2021-12-21T14:50:49.984Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
14:50:50 [2021-12-21T14:50:50.798Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
14:50:51 [2021-12-21T14:50:51.059Z] === RUN   TestDockerSuite/TestInspectDefault
14:50:51 [2021-12-21T14:50:51.283Z] --- PASS: TestRenameAnonymousContainer (12.85s)
14:50:51 [2021-12-21T14:50:51.283Z] === RUN   TestRenameContainerWithSameName
14:50:51 [2021-12-21T14:50:51.625Z] === RUN   TestDockerSuite/TestInspectHistory
14:50:52 [2021-12-21T14:50:52.582Z] === RUN   TestDockerSuite/TestInspectImage
14:50:52 [2021-12-21T14:50:52.582Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
14:50:52 [2021-12-21T14:50:52.582Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
14:50:52 [2021-12-21T14:50:52.582Z]     docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
14:50:52 [2021-12-21T14:50:52.582Z] === RUN   TestDockerSuite/TestInspectInt64
14:50:52 [2021-12-21T14:50:52.843Z] === RUN   TestDockerSuite/TestInspectJSONFields
14:50:53 [2021-12-21T14:50:53.409Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
14:50:53 [2021-12-21T14:50:53.409Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
14:50:53 [2021-12-21T14:50:53.975Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
14:50:54 [2021-12-21T14:50:54.233Z] === RUN   TestDockerSuite/TestInspectPlugin
14:50:55 [2021-12-21T14:50:55.005Z] --- PASS: TestRenameContainerWithSameName (3.71s)
14:50:55 [2021-12-21T14:50:55.005Z] === RUN   TestRenameContainerWithLinkedContainer
14:50:55 [2021-12-21T14:50:55.005Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
14:50:55 [2021-12-21T14:50:55.005Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
14:50:55 [2021-12-21T14:50:55.005Z] === RUN   TestResize
14:50:56 [2021-12-21T14:50:56.767Z] === RUN   TestDockerSuite/TestInspectRootFS
14:50:56 [2021-12-21T14:50:56.767Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
14:50:56 [2021-12-21T14:50:56.767Z] === RUN   TestDockerSuite/TestInspectStatus
14:50:57 [2021-12-21T14:50:57.335Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
14:50:57 [2021-12-21T14:50:57.335Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
14:50:58 [2021-12-21T14:50:58.271Z] === RUN   TestDockerSuite/TestInspectTemplateError
14:50:58 [2021-12-21T14:50:58.728Z] --- PASS: TestResize (3.75s)
14:50:58 [2021-12-21T14:50:58.728Z] === RUN   TestResizeWithInvalidSize
14:50:58 [2021-12-21T14:50:58.839Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
14:50:59 [2021-12-21T14:50:59.179Z] === RUN   TestConfigDaemonLibtrustID
14:50:59 [2021-12-21T14:50:59.179Z]     daemon_test.go:26: runtime.GOOS == "windows"
14:50:59 [2021-12-21T14:50:59.179Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
14:50:59 [2021-12-21T14:50:59.179Z] === RUN   TestDaemonConfigValidation
14:50:59 [2021-12-21T14:50:59.179Z]     daemon_test.go:45: runtime.GOOS == "windows"
14:50:59 [2021-12-21T14:50:59.179Z] --- SKIP: TestDaemonConfigValidation (0.00s)
14:50:59 [2021-12-21T14:50:59.179Z] === RUN   TestConfigDaemonSeccompProfiles
14:50:59 [2021-12-21T14:50:59.179Z]     daemon_test.go:111: runtime.GOOS == "windows"
14:50:59 [2021-12-21T14:50:59.179Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s)
14:50:59 [2021-12-21T14:50:59.179Z] === RUN   TestDaemonProxy
14:50:59 [2021-12-21T14:50:59.179Z]     daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows
14:50:59 [2021-12-21T14:50:59.179Z] --- SKIP: TestDaemonProxy (0.00s)
14:50:59 [2021-12-21T14:50:59.179Z] PASS
14:50:59 [2021-12-21T14:50:59.179Z] ok  	github.com/docker/docker/integration/daemon	0.138s
14:50:59 [2021-12-21T14:50:59.179Z] 
14:50:59 [2021-12-21T14:50:59.179Z] === Skipped
14:50:59 [2021-12-21T14:50:59.179Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s)
14:50:59 [2021-12-21T14:50:59.179Z]     daemon_test.go:26: runtime.GOOS == "windows"
14:50:59 [2021-12-21T14:50:59.179Z] 
14:50:59 [2021-12-21T14:50:59.179Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s)
14:50:59 [2021-12-21T14:50:59.179Z]     daemon_test.go:45: runtime.GOOS == "windows"
14:50:59 [2021-12-21T14:50:59.179Z] 
14:50:59 [2021-12-21T14:50:59.179Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s)
14:50:59 [2021-12-21T14:50:59.179Z]     daemon_test.go:111: runtime.GOOS == "windows"
14:50:59 [2021-12-21T14:50:59.179Z] 
14:50:59 [2021-12-21T14:50:59.179Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s)
14:50:59 [2021-12-21T14:50:59.179Z]     daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows
14:50:59 [2021-12-21T14:50:59.179Z] 
14:50:59 [2021-12-21T14:50:59.179Z] DONE 4 tests, 4 skipped in 30.226s
14:50:59 [2021-12-21T14:50:59.179Z] Running D:\gopath\src\github.com\docker\docker\integration\image
14:50:59 [2021-12-21T14:50:59.406Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
14:50:59 [2021-12-21T14:50:59.664Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
14:51:00 [2021-12-21T14:51:00.231Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
14:51:00 [2021-12-21T14:51:00.489Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
14:51:01 [2021-12-21T14:51:01.055Z] === RUN   TestDockerSuite/TestInspectUnknownObject
14:51:01 [2021-12-21T14:51:01.055Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
14:51:01 [2021-12-21T14:51:01.395Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:51:01 [2021-12-21T14:51:01.395Z] INFO: Testing against a local daemon
14:51:01 [2021-12-21T14:51:01.395Z] === RUN   TestCommitInheritsEnv
14:51:01 [2021-12-21T14:51:01.395Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
14:51:01 [2021-12-21T14:51:01.395Z] --- SKIP: TestCommitInheritsEnv (0.00s)
14:51:01 [2021-12-21T14:51:01.395Z] === RUN   TestImportExtremelyLargeImageWorks
14:51:01 [2021-12-21T14:51:01.395Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
14:51:01 [2021-12-21T14:51:01.395Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
14:51:01 [2021-12-21T14:51:01.395Z] === RUN   TestImagesFilterMultiReference
14:51:01 [2021-12-21T14:51:01.395Z] --- PASS: TestImagesFilterMultiReference (0.10s)
14:51:01 [2021-12-21T14:51:01.395Z] === RUN   TestImagePullPlatformInvalid
14:51:01 [2021-12-21T14:51:01.395Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
14:51:01 [2021-12-21T14:51:01.395Z] === RUN   TestRemoveImageOrphaning
14:51:02 [2021-12-21T14:51:02.422Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s)
14:51:02 [2021-12-21T14:51:02.422Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (14.45s)
14:51:02 [2021-12-21T14:51:02.422Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (14.59s)
14:51:02 [2021-12-21T14:51:02.422Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (20.05s)
14:51:02 [2021-12-21T14:51:02.422Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (23.79s)
14:51:02 [2021-12-21T14:51:02.422Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.62s)
14:51:02 [2021-12-21T14:51:02.422Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.94s)
14:51:02 [2021-12-21T14:51:02.422Z] === RUN   TestBuildMultiStageCopy
14:51:02 [2021-12-21T14:51:02.422Z] === RUN   TestBuildMultiStageCopy/copy_to_root
14:51:02 [2021-12-21T14:51:02.450Z] --- PASS: TestResizeWithInvalidSize (3.66s)
14:51:02 [2021-12-21T14:51:02.450Z] === RUN   TestResizeWhenContainerNotStarted
14:51:02 [2021-12-21T14:51:02.957Z] === RUN   TestDockerSuite/TestLinkShortDefinition
14:51:02 [2021-12-21T14:51:02.976Z] --- PASS: TestRemoveImageOrphaning (1.36s)
14:51:02 [2021-12-21T14:51:02.976Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:51:02 [2021-12-21T14:51:02.976Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s)
14:51:02 [2021-12-21T14:51:02.976Z] === RUN   TestTagInvalidReference
14:51:02 [2021-12-21T14:51:02.976Z] --- PASS: TestTagInvalidReference (0.04s)
14:51:02 [2021-12-21T14:51:02.976Z] === RUN   TestTagValidPrefixedRepo
14:51:02 [2021-12-21T14:51:02.976Z] --- PASS: TestTagValidPrefixedRepo (0.09s)
14:51:02 [2021-12-21T14:51:02.976Z] === RUN   TestTagExistedNameWithoutForce
14:51:02 [2021-12-21T14:51:02.976Z] --- PASS: TestTagExistedNameWithoutForce (0.06s)
14:51:02 [2021-12-21T14:51:02.976Z] === RUN   TestTagOfficialNames
14:51:02 [2021-12-21T14:51:02.976Z] --- PASS: TestTagOfficialNames (0.12s)
14:51:02 [2021-12-21T14:51:02.976Z] === RUN   TestTagMatchesDigest
14:51:02 [2021-12-21T14:51:02.976Z] --- PASS: TestTagMatchesDigest (0.04s)
14:51:02 [2021-12-21T14:51:02.976Z] PASS
14:51:02 [2021-12-21T14:51:02.976Z] ok  	github.com/docker/docker/integration/image	1.983s
14:51:03 [2021-12-21T14:51:03.446Z] 
14:51:03 [2021-12-21T14:51:03.446Z] === Skipped
14:51:03 [2021-12-21T14:51:03.446Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
14:51:03 [2021-12-21T14:51:03.446Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
14:51:03 [2021-12-21T14:51:03.446Z] 
14:51:03 [2021-12-21T14:51:03.446Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
14:51:03 [2021-12-21T14:51:03.446Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
14:51:03 [2021-12-21T14:51:03.446Z] 
14:51:03 [2021-12-21T14:51:03.446Z] DONE 11 tests, 2 skipped in 4.077s
14:51:03 [2021-12-21T14:51:03.446Z] Running D:\gopath\src\github.com\docker\docker\integration\network
14:51:03 [2021-12-21T14:51:03.523Z] === RUN   TestDockerSuite/TestLinksEnvs
14:51:04 [2021-12-21T14:51:04.458Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
14:51:04 [2021-12-21T14:51:04.717Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
14:51:06 [2021-12-21T14:51:06.093Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
14:51:06 [2021-12-21T14:51:06.168Z] --- PASS: TestResizeWhenContainerNotStarted (3.52s)
14:51:06 [2021-12-21T14:51:06.168Z] === RUN   TestDaemonRestartKillContainers
14:51:06 [2021-12-21T14:51:06.168Z]     restart_test.go:20: testEnv.DaemonInfo.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.168Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
14:51:06 [2021-12-21T14:51:06.168Z] === RUN   TestStats
14:51:06 [2021-12-21T14:51:06.168Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
14:51:06 [2021-12-21T14:51:06.168Z] --- SKIP: TestStats (0.00s)
14:51:06 [2021-12-21T14:51:06.168Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:51:06 [2021-12-21T14:51:06.400Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:51:06 [2021-12-21T14:51:06.400Z] INFO: Testing against a local daemon
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestNetworkCreateDelete
14:51:06 [2021-12-21T14:51:06.400Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
14:51:06 [2021-12-21T14:51:06.400Z] --- SKIP: TestNetworkCreateDelete (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestDockerNetworkDeletePreferID
14:51:06 [2021-12-21T14:51:06.400Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
14:51:06 [2021-12-21T14:51:06.400Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestDaemonDNSFallback
14:51:06 [2021-12-21T14:51:06.400Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
14:51:06 [2021-12-21T14:51:06.400Z] --- SKIP: TestDaemonDNSFallback (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestInspectNetwork
14:51:06 [2021-12-21T14:51:06.400Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
14:51:06 [2021-12-21T14:51:06.400Z] --- SKIP: TestInspectNetwork (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestRunContainerWithBridgeNone
14:51:06 [2021-12-21T14:51:06.400Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
14:51:06 [2021-12-21T14:51:06.400Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestNetworkInvalidJSON
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestNetworkInvalidJSON//networks/create
14:51:06 [2021-12-21T14:51:06.400Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:51:06 [2021-12-21T14:51:06.400Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:51:06 [2021-12-21T14:51:06.400Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:51:06 [2021-12-21T14:51:06.400Z] === CONT  TestNetworkInvalidJSON//networks/create
14:51:06 [2021-12-21T14:51:06.400Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:51:06 [2021-12-21T14:51:06.400Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:51:06 [2021-12-21T14:51:06.400Z] --- PASS: TestNetworkInvalidJSON (0.04s)
14:51:06 [2021-12-21T14:51:06.400Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
14:51:06 [2021-12-21T14:51:06.400Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s)
14:51:06 [2021-12-21T14:51:06.400Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestNetworkList
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestNetworkList//networks
14:51:06 [2021-12-21T14:51:06.400Z] === PAUSE TestNetworkList//networks
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestNetworkList//networks/
14:51:06 [2021-12-21T14:51:06.400Z] === PAUSE TestNetworkList//networks/
14:51:06 [2021-12-21T14:51:06.400Z] === CONT  TestNetworkList//networks
14:51:06 [2021-12-21T14:51:06.400Z] === CONT  TestNetworkList//networks/
14:51:06 [2021-12-21T14:51:06.400Z] --- PASS: TestNetworkList (0.04s)
14:51:06 [2021-12-21T14:51:06.400Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     --- PASS: TestNetworkList//networks (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestHostIPv4BridgeLabel
14:51:06 [2021-12-21T14:51:06.400Z]     network_test.go:128: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestDaemonRestartWithLiveRestore
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:30: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestDaemonDefaultNetworkPools
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:59: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestDaemonRestartWithExistingNetwork
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:103: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:137: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:188: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestServiceWithPredefinedNetwork
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:213: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:243: FLAKY_TEST
14:51:06 [2021-12-21T14:51:06.400Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestServiceWithDataPathPortInit
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:334: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:402: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z] PASS
14:51:06 [2021-12-21T14:51:06.400Z] ok  	github.com/docker/docker/integration/network	0.181s
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] === Skipped
14:51:06 [2021-12-21T14:51:06.400Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     network_test.go:128: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:30: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:59: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:103: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:137: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:188: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:213: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:243: FLAKY_TEST
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:334: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
14:51:06 [2021-12-21T14:51:06.400Z]     service_test.go:402: testEnv.OSType == "windows"
14:51:06 [2021-12-21T14:51:06.400Z] 
14:51:06 [2021-12-21T14:51:06.400Z] DONE 22 tests, 15 skipped in 2.815s
14:51:06 [2021-12-21T14:51:06.400Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
14:51:07 [2021-12-21T14:51:07.387Z] testing: warning: no tests to run
14:51:07 [2021-12-21T14:51:07.387Z] PASS
14:51:07 [2021-12-21T14:51:07.387Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.096s
14:51:07 [2021-12-21T14:51:07.387Z] 
14:51:07 [2021-12-21T14:51:07.387Z] DONE 0 tests in 0.903s
14:51:07 [2021-12-21T14:51:07.387Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
14:51:07 [2021-12-21T14:51:07.467Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
14:51:08 [2021-12-21T14:51:08.375Z] testing: warning: no tests to run
14:51:08 [2021-12-21T14:51:08.375Z] PASS
14:51:08 [2021-12-21T14:51:08.375Z] ok  	github.com/docker/docker/integration/network/macvlan	0.082s
14:51:08 [2021-12-21T14:51:08.375Z] 
14:51:08 [2021-12-21T14:51:08.375Z] DONE 0 tests in 0.845s
14:51:08 [2021-12-21T14:51:08.375Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
14:51:08 [2021-12-21T14:51:08.844Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
14:51:08 [2021-12-21T14:51:08.844Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
14:51:09 [2021-12-21T14:51:09.367Z] testing: warning: no tests to run
14:51:09 [2021-12-21T14:51:09.367Z] PASS
14:51:09 [2021-12-21T14:51:09.367Z] ok  	github.com/docker/docker/integration/plugin	0.096s
14:51:09 [2021-12-21T14:51:09.367Z] 
14:51:09 [2021-12-21T14:51:09.367Z] DONE 0 tests in 0.867s
14:51:09 [2021-12-21T14:51:09.367Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
14:51:10 [2021-12-21T14:51:10.222Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
14:51:10 [2021-12-21T14:51:10.222Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
14:51:10 [2021-12-21T14:51:10.359Z] testing: warning: no tests to run
14:51:10 [2021-12-21T14:51:10.359Z] PASS
14:51:10 [2021-12-21T14:51:10.359Z] ok  	github.com/docker/docker/integration/plugin/authz	0.090s
14:51:10 [2021-12-21T14:51:10.359Z] 
14:51:10 [2021-12-21T14:51:10.359Z] DONE 0 tests in 0.870s
14:51:10 [2021-12-21T14:51:10.359Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
14:51:10 [2021-12-21T14:51:10.789Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 14.7% of statements
14:51:11 [2021-12-21T14:51:11.155Z] ok  	github.com/docker/docker/api/server/middleware	0.004s	coverage: 37.7% of statements
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/server/router	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 5.7% of statements
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/types	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/types/container	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/types/events	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ok  	github.com/docker/docker/api/types/strslice	0.004s	coverage: 90.0% of statements
14:51:11 [2021-12-21T14:51:11.155Z] ok  	github.com/docker/docker/api/types/filters	0.003s	coverage: 92.2% of statements
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/types/image	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/types/network	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
14:51:11 [2021-12-21T14:51:11.155Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/builder	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
14:51:11 [2021-12-21T14:51:11.155Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
14:51:11 [2021-12-21T14:51:11.415Z] ok  	github.com/docker/docker/builder/remotecontext	0.104s	coverage: 13.7% of statements
14:51:11 [2021-12-21T14:51:11.415Z] ok  	github.com/docker/docker/builder/dockerfile	0.215s	coverage: 49.0% of statements
14:51:11 [2021-12-21T14:51:11.415Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
14:51:12 [2021-12-21T14:51:12.356Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
14:51:12 [2021-12-21T14:51:12.763Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
14:51:12 [2021-12-21T14:51:12.763Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
14:51:13 [2021-12-21T14:51:13.298Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.240s	coverage: 86.3% of statements
14:51:13 [2021-12-21T14:51:13.298Z] ?   	github.com/docker/docker/cli	[no test files]
14:51:13 [2021-12-21T14:51:13.298Z] ?   	github.com/docker/docker/cli/config	[no test files]
14:51:13 [2021-12-21T14:51:13.737Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
14:51:14 [2021-12-21T14:51:14.240Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.131s	coverage: 67.6% of statements
14:51:15 [2021-12-21T14:51:15.284Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
14:51:16 [2021-12-21T14:51:16.152Z] ok  	github.com/docker/docker/client	0.109s	coverage: 75.6% of statements
14:51:16 [2021-12-21T14:51:16.236Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:51:16 [2021-12-21T14:51:16.236Z] INFO: Testing against a local daemon
14:51:16 [2021-12-21T14:51:16.236Z] === RUN   TestPluginInvalidJSON
14:51:16 [2021-12-21T14:51:16.236Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:51:16 [2021-12-21T14:51:16.236Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:51:16 [2021-12-21T14:51:16.236Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:51:16 [2021-12-21T14:51:16.236Z] --- PASS: TestPluginInvalidJSON (0.06s)
14:51:16 [2021-12-21T14:51:16.236Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
14:51:16 [2021-12-21T14:51:16.236Z] === RUN   TestPluginInstall
14:51:16 [2021-12-21T14:51:16.236Z]     plugin_test.go:63: testEnv.OSType == "windows"
14:51:16 [2021-12-21T14:51:16.236Z] --- SKIP: TestPluginInstall (0.00s)
14:51:16 [2021-12-21T14:51:16.236Z] === RUN   TestPluginsWithRuntimes
14:51:16 [2021-12-21T14:51:16.236Z]     plugin_test.go:172: testEnv.OSType == "windows"
14:51:16 [2021-12-21T14:51:16.236Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
14:51:16 [2021-12-21T14:51:16.237Z] === RUN   TestPluginBackCompatMediaTypes
14:51:16 [2021-12-21T14:51:16.237Z]     plugin_test.go:234: testEnv.OSType == "windows"
14:51:16 [2021-12-21T14:51:16.237Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
14:51:16 [2021-12-21T14:51:16.237Z] PASS
14:51:16 [2021-12-21T14:51:16.237Z] ok  	github.com/docker/docker/integration/plugin/common	0.144s
14:51:16 [2021-12-21T14:51:16.464Z] --- PASS: TestStopContainerWithRestartPolicyAlways (10.24s)
14:51:16 [2021-12-21T14:51:16.464Z] === RUN   TestStopContainerWithTimeout
14:51:16 [2021-12-21T14:51:16.464Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
14:51:16 [2021-12-21T14:51:16.464Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
14:51:16 [2021-12-21T14:51:16.464Z] === RUN   TestUpdateRestartPolicy
14:51:16 [2021-12-21T14:51:16.707Z] 
14:51:16 [2021-12-21T14:51:16.707Z] === Skipped
14:51:16 [2021-12-21T14:51:16.707Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
14:51:16 [2021-12-21T14:51:16.707Z]     plugin_test.go:63: testEnv.OSType == "windows"
14:51:16 [2021-12-21T14:51:16.707Z] 
14:51:16 [2021-12-21T14:51:16.707Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
14:51:16 [2021-12-21T14:51:16.707Z]     plugin_test.go:172: testEnv.OSType == "windows"
14:51:16 [2021-12-21T14:51:16.707Z] 
14:51:16 [2021-12-21T14:51:16.707Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
14:51:16 [2021-12-21T14:51:16.707Z]     plugin_test.go:234: testEnv.OSType == "windows"
14:51:16 [2021-12-21T14:51:16.707Z] 
14:51:16 [2021-12-21T14:51:16.707Z] DONE 5 tests, 3 skipped in 6.089s
14:51:16 [2021-12-21T14:51:16.707Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
14:51:16 [2021-12-21T14:51:16.829Z] --- PASS: TestBuildMultiStageCopy (16.08s)
14:51:16 [2021-12-21T14:51:16.829Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (10.62s)
14:51:16 [2021-12-21T14:51:16.829Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.04s)
14:51:16 [2021-12-21T14:51:16.829Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.21s)
14:51:16 [2021-12-21T14:51:16.829Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.53s)
14:51:16 [2021-12-21T14:51:16.829Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.67s)
14:51:16 [2021-12-21T14:51:16.829Z] === RUN   TestBuildMultiStageParentConfig
14:51:17 [2021-12-21T14:51:17.353Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
14:51:18 [2021-12-21T14:51:18.727Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
14:51:18 [2021-12-21T14:51:18.986Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
14:51:20 [2021-12-21T14:51:20.362Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
14:51:20 [2021-12-21T14:51:20.542Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:51:20 [2021-12-21T14:51:20.542Z] INFO: Testing against a local daemon
14:51:20 [2021-12-21T14:51:20.542Z] === RUN   TestExternalGraphDriver
14:51:20 [2021-12-21T14:51:20.542Z]     external_test.go:47: runtime.GOOS == "windows"
14:51:20 [2021-12-21T14:51:20.542Z] --- SKIP: TestExternalGraphDriver (0.00s)
14:51:20 [2021-12-21T14:51:20.542Z] === RUN   TestGraphdriverPluginV2
14:51:20 [2021-12-21T14:51:20.542Z]     external_test.go:407: runtime.GOOS == "windows"
14:51:20 [2021-12-21T14:51:20.542Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
14:51:20 [2021-12-21T14:51:20.542Z] PASS
14:51:20 [2021-12-21T14:51:20.542Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.128s
14:51:20 [2021-12-21T14:51:20.542Z] 
14:51:20 [2021-12-21T14:51:20.542Z] === Skipped
14:51:20 [2021-12-21T14:51:20.542Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
14:51:20 [2021-12-21T14:51:20.542Z]     external_test.go:47: runtime.GOOS == "windows"
14:51:20 [2021-12-21T14:51:20.542Z] 
14:51:20 [2021-12-21T14:51:20.542Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
14:51:20 [2021-12-21T14:51:20.542Z]     external_test.go:407: runtime.GOOS == "windows"
14:51:20 [2021-12-21T14:51:20.542Z] 
14:51:20 [2021-12-21T14:51:20.542Z] DONE 2 tests, 2 skipped in 3.857s
14:51:20 [2021-12-21T14:51:20.542Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
14:51:20 [2021-12-21T14:51:20.576Z] --- PASS: TestBuildMultiStageParentConfig (3.49s)
14:51:20 [2021-12-21T14:51:20.576Z] === RUN   TestBuildLabelWithTargets
14:51:20 [2021-12-21T14:51:20.576Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
14:51:20 [2021-12-21T14:51:20.576Z] --- SKIP: TestBuildLabelWithTargets (0.00s)
14:51:20 [2021-12-21T14:51:20.576Z] === RUN   TestBuildWithEmptyLayers
14:51:20 [2021-12-21T14:51:20.930Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
14:51:22 [2021-12-21T14:51:22.117Z] --- PASS: TestBuildWithEmptyLayers (1.79s)
14:51:22 [2021-12-21T14:51:22.117Z] === RUN   TestBuildMultiStageOnBuild
14:51:23 [2021-12-21T14:51:23.465Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
14:51:23 [2021-12-21T14:51:23.465Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
14:51:23 [2021-12-21T14:51:23.465Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
14:51:23 [2021-12-21T14:51:23.465Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
14:51:23 [2021-12-21T14:51:23.465Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
14:51:23 [2021-12-21T14:51:23.465Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
14:51:23 [2021-12-21T14:51:23.507Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:51:23 [2021-12-21T14:51:23.507Z] INFO: Testing against a local daemon
14:51:23 [2021-12-21T14:51:23.507Z] === RUN   TestReadPluginNoRead
14:51:23 [2021-12-21T14:51:23.507Z]     read_test.go:21: no unix domain sockets on Windows
14:51:23 [2021-12-21T14:51:23.507Z] --- SKIP: TestReadPluginNoRead (0.00s)
14:51:23 [2021-12-21T14:51:23.507Z] PASS
14:51:23 [2021-12-21T14:51:23.507Z] ok  	github.com/docker/docker/integration/plugin/logging	0.123s
14:51:23 [2021-12-21T14:51:23.507Z] 
14:51:23 [2021-12-21T14:51:23.507Z] === Skipped
14:51:23 [2021-12-21T14:51:23.507Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
14:51:23 [2021-12-21T14:51:23.507Z]     read_test.go:21: no unix domain sockets on Windows
14:51:23 [2021-12-21T14:51:23.507Z] 
14:51:23 [2021-12-21T14:51:23.507Z] DONE 1 tests, 1 skipped in 2.791s
14:51:23 [2021-12-21T14:51:23.507Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
14:51:24 [2021-12-21T14:51:24.033Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
14:51:24 [2021-12-21T14:51:24.602Z] === RUN   TestDockerSuite/TestLogsAPIUntil
14:51:25 [2021-12-21T14:51:25.075Z] testing: warning: no tests to run
14:51:25 [2021-12-21T14:51:25.075Z] PASS
14:51:25 [2021-12-21T14:51:25.075Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.093s
14:51:25 [2021-12-21T14:51:25.075Z] 
14:51:25 [2021-12-21T14:51:25.075Z] DONE 0 tests in 1.468s
14:51:25 [2021-12-21T14:51:25.075Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
14:51:25 [2021-12-21T14:51:25.171Z]     docker_api_swarm_service_test.go:395: [d68ec854cfe8a] joining swarm manager [d230a763aeae3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:51:26 [2021-12-21T14:51:26.105Z]     docker_api_swarm_service_test.go:395: [dafac86767fc3] joining swarm manager [d230a763aeae3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:51:28 [2021-12-21T14:51:28.009Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
14:51:28 [2021-12-21T14:51:28.040Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:51:28 [2021-12-21T14:51:28.040Z] INFO: Testing against a local daemon
14:51:28 [2021-12-21T14:51:28.040Z] === RUN   TestPluginWithDevMounts
14:51:28 [2021-12-21T14:51:28.040Z]     mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:51:28 [2021-12-21T14:51:28.040Z] --- SKIP: TestPluginWithDevMounts (0.00s)
14:51:28 [2021-12-21T14:51:28.040Z] PASS
14:51:28 [2021-12-21T14:51:28.040Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.113s
14:51:28 [2021-12-21T14:51:28.040Z] 
14:51:28 [2021-12-21T14:51:28.040Z] === Skipped
14:51:28 [2021-12-21T14:51:28.040Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
14:51:28 [2021-12-21T14:51:28.040Z]     mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:51:28 [2021-12-21T14:51:28.040Z] 
14:51:28 [2021-12-21T14:51:28.040Z] DONE 1 tests, 1 skipped in 2.942s
14:51:28 [2021-12-21T14:51:28.510Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
14:51:28 [2021-12-21T14:51:28.581Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
14:51:30 [2021-12-21T14:51:30.740Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:51:30 [2021-12-21T14:51:30.740Z] INFO: Testing against a local daemon
14:51:30 [2021-12-21T14:51:30.740Z] === RUN   TestSecretInspect
14:51:30 [2021-12-21T14:51:30.740Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:51:30 [2021-12-21T14:51:30.740Z] --- SKIP: TestSecretInspect (0.00s)
14:51:30 [2021-12-21T14:51:30.740Z] === RUN   TestSecretList
14:51:30 [2021-12-21T14:51:30.740Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:51:30 [2021-12-21T14:51:30.740Z] --- SKIP: TestSecretList (0.00s)
14:51:30 [2021-12-21T14:51:30.740Z] === RUN   TestSecretsCreateAndDelete
14:51:30 [2021-12-21T14:51:30.740Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:51:30 [2021-12-21T14:51:30.740Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
14:51:30 [2021-12-21T14:51:30.740Z] === RUN   TestSecretsUpdate
14:51:30 [2021-12-21T14:51:30.740Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
14:51:30 [2021-12-21T14:51:30.740Z] --- SKIP: TestSecretsUpdate (0.00s)
14:51:30 [2021-12-21T14:51:30.740Z] === RUN   TestTemplatedSecret
14:51:30 [2021-12-21T14:51:30.740Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
14:51:30 [2021-12-21T14:51:30.740Z] --- SKIP: TestTemplatedSecret (0.00s)
14:51:30 [2021-12-21T14:51:30.740Z] === RUN   TestSecretCreateResolve
14:51:30 [2021-12-21T14:51:30.740Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
14:51:30 [2021-12-21T14:51:30.740Z] --- SKIP: TestSecretCreateResolve (0.00s)
14:51:30 [2021-12-21T14:51:30.740Z] PASS
14:51:30 [2021-12-21T14:51:30.740Z] ok  	github.com/docker/docker/integration/secret	0.145s
14:51:30 [2021-12-21T14:51:30.740Z] 
14:51:30 [2021-12-21T14:51:30.740Z] === Skipped
14:51:30 [2021-12-21T14:51:30.740Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
14:51:30 [2021-12-21T14:51:30.740Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:51:30 [2021-12-21T14:51:30.740Z] 
14:51:30 [2021-12-21T14:51:30.740Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
14:51:30 [2021-12-21T14:51:30.740Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:51:30 [2021-12-21T14:51:30.740Z] 
14:51:30 [2021-12-21T14:51:30.740Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
14:51:30 [2021-12-21T14:51:30.740Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:51:30 [2021-12-21T14:51:30.740Z] 
14:51:30 [2021-12-21T14:51:30.740Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
14:51:30 [2021-12-21T14:51:30.740Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
14:51:30 [2021-12-21T14:51:30.740Z] 
14:51:30 [2021-12-21T14:51:30.740Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
14:51:30 [2021-12-21T14:51:30.740Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
14:51:30 [2021-12-21T14:51:30.740Z] 
14:51:30 [2021-12-21T14:51:30.740Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
14:51:30 [2021-12-21T14:51:30.740Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
14:51:30 [2021-12-21T14:51:30.740Z] 
14:51:30 [2021-12-21T14:51:30.740Z] DONE 6 tests, 6 skipped in 2.395s
14:51:30 [2021-12-21T14:51:30.740Z] Running D:\gopath\src\github.com\docker\docker\integration\service
14:51:33 [2021-12-21T14:51:33.702Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:51:33 [2021-12-21T14:51:33.702Z] INFO: Testing against a local daemon
14:51:33 [2021-12-21T14:51:33.702Z] === RUN   TestServiceCreateInit
14:51:33 [2021-12-21T14:51:33.702Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:51:33 [2021-12-21T14:51:33.702Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:51:33 [2021-12-21T14:51:33.702Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:51:33 [2021-12-21T14:51:33.702Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:51:33 [2021-12-21T14:51:33.702Z] --- PASS: TestServiceCreateInit (0.05s)
14:51:33 [2021-12-21T14:51:33.702Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:51:33 [2021-12-21T14:51:33.702Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:51:33 [2021-12-21T14:51:33.702Z] === RUN   TestCreateServiceMultipleTimes
14:51:33 [2021-12-21T14:51:33.702Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:51:33 [2021-12-21T14:51:33.702Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
14:51:33 [2021-12-21T14:51:33.702Z] === RUN   TestCreateServiceConflict
14:51:33 [2021-12-21T14:51:33.702Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
14:51:33 [2021-12-21T14:51:33.702Z] --- SKIP: TestCreateServiceConflict (0.01s)
14:51:33 [2021-12-21T14:51:33.702Z] === RUN   TestCreateServiceMaxReplicas
14:51:33 [2021-12-21T14:51:33.702Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
14:51:33 [2021-12-21T14:51:33.702Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s)
14:51:33 [2021-12-21T14:51:33.702Z] === RUN   TestCreateWithDuplicateNetworkNames
14:51:33 [2021-12-21T14:51:33.702Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
14:51:33 [2021-12-21T14:51:33.702Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
14:51:33 [2021-12-21T14:51:33.702Z] === RUN   TestCreateServiceSecretFileMode
14:51:33 [2021-12-21T14:51:33.702Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
14:51:33 [2021-12-21T14:51:33.702Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
14:51:33 [2021-12-21T14:51:33.702Z] === RUN   TestCreateServiceConfigFileMode
14:51:33 [2021-12-21T14:51:33.702Z]     create_test.go:305: testEnv.DaemonInfo.OSType == "windows"
14:51:33 [2021-12-21T14:51:33.702Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
14:51:33 [2021-12-21T14:51:33.702Z] === RUN   TestCreateServiceSysctls
14:51:33 [2021-12-21T14:51:33.702Z]     create_test.go:390: testEnv.DaemonInfo.OSType == "windows"
14:51:33 [2021-12-21T14:51:33.702Z] --- SKIP: TestCreateServiceSysctls (0.04s)
14:51:33 [2021-12-21T14:51:33.702Z] === RUN   TestCreateServiceCapabilities
14:51:33 [2021-12-21T14:51:33.848Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
14:51:33 [2021-12-21T14:51:33.848Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
14:51:33 [2021-12-21T14:51:33.848Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
14:51:34 [2021-12-21T14:51:34.170Z]     create_test.go:474: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] --- SKIP: TestCreateServiceCapabilities (0.04s)
14:51:34 [2021-12-21T14:51:34.170Z] === RUN   TestInspect
14:51:34 [2021-12-21T14:51:34.170Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] --- SKIP: TestInspect (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z] === RUN   TestCreateJob
14:51:34 [2021-12-21T14:51:34.170Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] --- SKIP: TestCreateJob (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z] === RUN   TestReplicatedJob
14:51:34 [2021-12-21T14:51:34.170Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] --- SKIP: TestReplicatedJob (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z] === RUN   TestUpdateReplicatedJob
14:51:34 [2021-12-21T14:51:34.170Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z] === RUN   TestServiceListWithStatuses
14:51:34 [2021-12-21T14:51:34.170Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z] === RUN   TestDockerNetworkConnectAlias
14:51:34 [2021-12-21T14:51:34.170Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z] === RUN   TestDockerNetworkReConnect
14:51:34 [2021-12-21T14:51:34.170Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z] === RUN   TestServicePlugin
14:51:34 [2021-12-21T14:51:34.170Z]     plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] --- SKIP: TestServicePlugin (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z] === RUN   TestServiceUpdateLabel
14:51:34 [2021-12-21T14:51:34.170Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
14:51:34 [2021-12-21T14:51:34.170Z] --- SKIP: TestServiceUpdateLabel (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z] === RUN   TestServiceUpdateSecrets
14:51:34 [2021-12-21T14:51:34.170Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
14:51:34 [2021-12-21T14:51:34.170Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z] === RUN   TestServiceUpdateConfigs
14:51:34 [2021-12-21T14:51:34.170Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
14:51:34 [2021-12-21T14:51:34.170Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z] === RUN   TestServiceUpdateNetwork
14:51:34 [2021-12-21T14:51:34.170Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
14:51:34 [2021-12-21T14:51:34.170Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z] === RUN   TestServiceUpdatePidsLimit
14:51:34 [2021-12-21T14:51:34.170Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
14:51:34 [2021-12-21T14:51:34.170Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z] PASS
14:51:34 [2021-12-21T14:51:34.170Z] ok  	github.com/docker/docker/integration/service	0.283s
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === Skipped
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.01s)
14:51:34 [2021-12-21T14:51:34.170Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s)
14:51:34 [2021-12-21T14:51:34.170Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     create_test.go:305: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s)
14:51:34 [2021-12-21T14:51:34.170Z]     create_test.go:390: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s)
14:51:34 [2021-12-21T14:51:34.170Z]     create_test.go:474: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s)
14:51:34 [2021-12-21T14:51:34.170Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
14:51:34 [2021-12-21T14:51:34.170Z] 
14:51:34 [2021-12-21T14:51:34.170Z] DONE 24 tests, 23 skipped in 3.256s
14:51:34 [2021-12-21T14:51:34.170Z] Running D:\gopath\src\github.com\docker\docker\integration\session
14:51:34 [2021-12-21T14:51:34.423Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
14:51:35 [2021-12-21T14:51:35.356Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
14:51:35 [2021-12-21T14:51:35.923Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
14:51:36 [2021-12-21T14:51:36.385Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:51:36 [2021-12-21T14:51:36.385Z] INFO: Testing against a local daemon
14:51:36 [2021-12-21T14:51:36.385Z] === RUN   TestSessionCreate
14:51:36 [2021-12-21T14:51:36.385Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
14:51:36 [2021-12-21T14:51:36.385Z] --- SKIP: TestSessionCreate (0.00s)
14:51:36 [2021-12-21T14:51:36.385Z] === RUN   TestSessionCreateWithBadUpgrade
14:51:36 [2021-12-21T14:51:36.385Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
14:51:36 [2021-12-21T14:51:36.385Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
14:51:36 [2021-12-21T14:51:36.385Z] PASS
14:51:36 [2021-12-21T14:51:36.385Z] ok  	github.com/docker/docker/integration/session	0.098s
14:51:36 [2021-12-21T14:51:36.385Z] 
14:51:36 [2021-12-21T14:51:36.385Z] === Skipped
14:51:36 [2021-12-21T14:51:36.385Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
14:51:36 [2021-12-21T14:51:36.385Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
14:51:36 [2021-12-21T14:51:36.385Z] 
14:51:36 [2021-12-21T14:51:36.385Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
14:51:36 [2021-12-21T14:51:36.385Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
14:51:36 [2021-12-21T14:51:36.385Z] 
14:51:36 [2021-12-21T14:51:36.385Z] DONE 2 tests, 2 skipped in 2.117s
14:51:36 [2021-12-21T14:51:36.385Z] Running D:\gopath\src\github.com\docker\docker\integration\system
14:51:36 [2021-12-21T14:51:36.856Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
14:51:37 [2021-12-21T14:51:37.793Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
14:51:38 [2021-12-21T14:51:38.606Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:51:38 [2021-12-21T14:51:38.606Z] INFO: Testing against a local daemon
14:51:38 [2021-12-21T14:51:38.606Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:51:38 [2021-12-21T14:51:38.606Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
14:51:38 [2021-12-21T14:51:38.606Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:51:38 [2021-12-21T14:51:38.606Z] === RUN   TestDiskUsage
14:51:38 [2021-12-21T14:51:38.606Z]     disk_usage_test.go:15: testEnv.OSType == "windows"
14:51:38 [2021-12-21T14:51:38.606Z] --- SKIP: TestDiskUsage (0.00s)
14:51:38 [2021-12-21T14:51:38.606Z] === RUN   TestEventsExecDie
14:51:38 [2021-12-21T14:51:38.606Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
14:51:38 [2021-12-21T14:51:38.606Z] --- SKIP: TestEventsExecDie (0.00s)
14:51:38 [2021-12-21T14:51:38.606Z] === RUN   TestEventsBackwardsCompatible
14:51:38 [2021-12-21T14:51:38.606Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
14:51:38 [2021-12-21T14:51:38.606Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
14:51:38 [2021-12-21T14:51:38.606Z] === RUN   TestEventsVolumeCreate
14:51:38 [2021-12-21T14:51:38.606Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
14:51:38 [2021-12-21T14:51:38.606Z] --- SKIP: TestEventsVolumeCreate (0.00s)
14:51:38 [2021-12-21T14:51:38.606Z] === RUN   TestInfoAPI
14:51:38 [2021-12-21T14:51:38.606Z] --- PASS: TestInfoAPI (0.06s)
14:51:38 [2021-12-21T14:51:38.606Z] === RUN   TestInfoAPIWarnings
14:51:38 [2021-12-21T14:51:38.606Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
14:51:38 [2021-12-21T14:51:38.606Z] --- SKIP: TestInfoAPIWarnings (0.00s)
14:51:38 [2021-12-21T14:51:38.606Z] === RUN   TestInfoDebug
14:51:38 [2021-12-21T14:51:38.606Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:51:38 [2021-12-21T14:51:38.606Z] --- SKIP: TestInfoDebug (0.00s)
14:51:38 [2021-12-21T14:51:38.606Z] === RUN   TestInfoInsecureRegistries
14:51:38 [2021-12-21T14:51:38.606Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:51:38 [2021-12-21T14:51:38.606Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
14:51:38 [2021-12-21T14:51:38.606Z] === RUN   TestInfoRegistryMirrors
14:51:38 [2021-12-21T14:51:38.606Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:51:38 [2021-12-21T14:51:38.606Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
14:51:38 [2021-12-21T14:51:38.606Z] === RUN   TestLoginFailsWithBadCredentials
14:51:39 [2021-12-21T14:51:39.600Z] --- PASS: TestLoginFailsWithBadCredentials (1.03s)
14:51:39 [2021-12-21T14:51:39.600Z] === RUN   TestPingCacheHeaders
14:51:39 [2021-12-21T14:51:39.693Z] === RUN   TestDockerSuite/TestLogsFollowStopped
14:51:39 [2021-12-21T14:51:39.951Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
14:51:40 [2021-12-21T14:51:40.068Z] --- PASS: TestPingCacheHeaders (0.05s)
14:51:40 [2021-12-21T14:51:40.068Z] === RUN   TestPingGet
14:51:40 [2021-12-21T14:51:40.068Z] --- PASS: TestPingGet (0.04s)
14:51:40 [2021-12-21T14:51:40.068Z] === RUN   TestPingHead
14:51:40 [2021-12-21T14:51:40.068Z] --- PASS: TestPingHead (0.04s)
14:51:40 [2021-12-21T14:51:40.068Z] === RUN   TestVersion
14:51:40 [2021-12-21T14:51:40.068Z] --- PASS: TestVersion (0.04s)
14:51:40 [2021-12-21T14:51:40.068Z] PASS
14:51:40 [2021-12-21T14:51:40.068Z] ok  	github.com/docker/docker/integration/system	1.336s
14:51:40 [2021-12-21T14:51:40.068Z] 
14:51:40 [2021-12-21T14:51:40.068Z] === Skipped
14:51:40 [2021-12-21T14:51:40.068Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:51:40 [2021-12-21T14:51:40.068Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
14:51:40 [2021-12-21T14:51:40.068Z] 
14:51:40 [2021-12-21T14:51:40.068Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s)
14:51:40 [2021-12-21T14:51:40.068Z]     disk_usage_test.go:15: testEnv.OSType == "windows"
14:51:40 [2021-12-21T14:51:40.068Z] 
14:51:40 [2021-12-21T14:51:40.068Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
14:51:40 [2021-12-21T14:51:40.068Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
14:51:40 [2021-12-21T14:51:40.068Z] 
14:51:40 [2021-12-21T14:51:40.068Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
14:51:40 [2021-12-21T14:51:40.068Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
14:51:40 [2021-12-21T14:51:40.068Z] 
14:51:40 [2021-12-21T14:51:40.068Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s)
14:51:40 [2021-12-21T14:51:40.068Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
14:51:40 [2021-12-21T14:51:40.068Z] 
14:51:40 [2021-12-21T14:51:40.068Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
14:51:40 [2021-12-21T14:51:40.068Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
14:51:40 [2021-12-21T14:51:40.068Z] 
14:51:40 [2021-12-21T14:51:40.068Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
14:51:40 [2021-12-21T14:51:40.068Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:51:40 [2021-12-21T14:51:40.068Z] 
14:51:40 [2021-12-21T14:51:40.068Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
14:51:40 [2021-12-21T14:51:40.068Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:51:40 [2021-12-21T14:51:40.068Z] 
14:51:40 [2021-12-21T14:51:40.068Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
14:51:40 [2021-12-21T14:51:40.068Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:51:40 [2021-12-21T14:51:40.068Z] 
14:51:40 [2021-12-21T14:51:40.068Z] DONE 15 tests, 9 skipped in 3.547s
14:51:40 [2021-12-21T14:51:40.068Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
14:51:40 [2021-12-21T14:51:40.210Z] === RUN   TestDockerSuite/TestLogsSince
14:51:40 [2021-12-21T14:51:40.776Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
14:51:42 [2021-12-21T14:51:42.285Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:51:42 [2021-12-21T14:51:42.285Z] INFO: Testing against a local daemon
14:51:42 [2021-12-21T14:51:42.285Z] === RUN   TestVolumesCreateAndList
14:51:42 [2021-12-21T14:51:42.285Z] --- PASS: TestVolumesCreateAndList (0.06s)
14:51:42 [2021-12-21T14:51:42.285Z] === RUN   TestVolumesRemove
14:51:42 [2021-12-21T14:51:42.676Z]     docker_api_swarm_service_test.go:343: [dd005feb38552] joining swarm manager [d851baa4d1b4c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:51:42 [2021-12-21T14:51:42.765Z] --- PASS: TestVolumesRemove (0.21s)
14:51:42 [2021-12-21T14:51:42.765Z] === RUN   TestVolumesInspect
14:51:42 [2021-12-21T14:51:42.765Z] --- PASS: TestVolumesInspect (0.05s)
14:51:42 [2021-12-21T14:51:42.765Z] === RUN   TestVolumesInvalidJSON
14:51:42 [2021-12-21T14:51:42.765Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:51:42 [2021-12-21T14:51:42.765Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:51:42 [2021-12-21T14:51:42.765Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:51:42 [2021-12-21T14:51:42.765Z] --- PASS: TestVolumesInvalidJSON (0.05s)
14:51:42 [2021-12-21T14:51:42.765Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:51:42 [2021-12-21T14:51:42.765Z] PASS
14:51:42 [2021-12-21T14:51:42.765Z] ok  	github.com/docker/docker/integration/volume	0.427s
14:51:42 [2021-12-21T14:51:42.765Z] 
14:51:42 [2021-12-21T14:51:42.765Z] DONE 5 tests in 2.557s
14:51:42 [2021-12-21T14:51:42.765Z] INFO: make.ps1 ended at 12/21/2021 14:51:42
14:51:42 [2021-12-21T14:51:42.765Z] INFO: Integration CLI tests being run from the host:
14:51:42 [2021-12-21T14:51:42.765Z] 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" 
14:51:43 [2021-12-21T14:51:43.232Z] --- PASS: TestBuildMultiStageOnBuild (20.74s)
14:51:43 [2021-12-21T14:51:43.232Z] === RUN   TestBuildUncleanTarFilenames
14:51:43 [2021-12-21T14:51:43.232Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
14:51:43 [2021-12-21T14:51:43.232Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s)
14:51:43 [2021-12-21T14:51:43.232Z] === RUN   TestBuildMultiStageLayerLeak
14:51:43 [2021-12-21T14:51:43.611Z]     docker_api_swarm_service_test.go:343: [d73717d74e5ab] joining swarm manager [d851baa4d1b4c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:51:46 [2021-12-21T14:51:46.378Z] --- PASS: TestUpdateRestartPolicy (25.98s)
14:51:46 [2021-12-21T14:51:46.378Z] === RUN   TestUpdateRestartWithAutoRemove
14:51:46 [2021-12-21T14:51:46.378Z] --- PASS: TestUpdateRestartWithAutoRemove (3.69s)
14:51:46 [2021-12-21T14:51:46.378Z] === RUN   TestWaitNonBlocked
14:51:46 [2021-12-21T14:51:46.378Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:51:46 [2021-12-21T14:51:46.378Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:51:46 [2021-12-21T14:51:46.378Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:51:46 [2021-12-21T14:51:46.378Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:51:46 [2021-12-21T14:51:46.378Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:51:46 [2021-12-21T14:51:46.378Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:51:46 [2021-12-21T14:51:46.897Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
14:51:50 [2021-12-21T14:51:50.105Z] --- PASS: TestWaitNonBlocked (0.04s)
14:51:50 [2021-12-21T14:51:50.105Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.20s)
14:51:50 [2021-12-21T14:51:50.105Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.26s)
14:51:50 [2021-12-21T14:51:50.105Z] === RUN   TestWaitBlocked
14:51:50 [2021-12-21T14:51:50.105Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
14:51:50 [2021-12-21T14:51:50.105Z] --- SKIP: TestWaitBlocked (0.00s)
14:51:50 [2021-12-21T14:51:50.105Z] PASS
14:51:50 [2021-12-21T14:51:50.105Z] ok  	github.com/docker/docker/integration/container	130.262s
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === Skipped
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     copy_test.go:81: testEnv.DaemonInfo.OSType == "windows"
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s)
14:51:50 [2021-12-21T14:51:50.563Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
14:51:50 [2021-12-21T14:51:50.563Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     kill_test.go:157: testEnv.DaemonInfo.OSType == "windows"
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     nat_test.go:23: testEnv.OSType == "windows": FIXME
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     nat_test.go:59: testEnv.OSType == "windows": FIXME
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     restart_test.go:20: testEnv.DaemonInfo.OSType == "windows"
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
14:51:50 [2021-12-21T14:51:50.563Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
14:51:50 [2021-12-21T14:51:50.563Z] 
14:51:50 [2021-12-21T14:51:50.563Z] DONE 87 tests, 34 skipped in 133.216s
14:51:50 [2021-12-21T14:51:50.563Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon
14:51:52 [2021-12-21T14:51:52.157Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
14:51:52 [2021-12-21T14:51:52.724Z] === RUN   TestDockerSuite/TestLogsTail
14:51:53 [2021-12-21T14:51:53.292Z] === RUN   TestDockerSuite/TestLogsTimestamps
14:51:53 [2021-12-21T14:51:53.550Z] === RUN   TestDockerSuite/TestLogsWithDetails
14:51:54 [2021-12-21T14:51:54.117Z] === RUN   TestDockerSuite/TestMountIntoProc
14:51:54 [2021-12-21T14:51:54.377Z] === RUN   TestDockerSuite/TestMountIntoSys
14:51:54 [2021-12-21T14:51:54.929Z] ok  	github.com/docker/docker/cmd/dockerd	0.041s	coverage: 29.0% of statements
14:51:54 [2021-12-21T14:51:54.946Z] === RUN   TestDockerSuite/TestNetHostname
14:51:55 [2021-12-21T14:51:55.196Z] ok  	github.com/docker/docker/container	0.113s	coverage: 34.8% of statements
14:51:55 [2021-12-21T14:51:55.300Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:51:55 [2021-12-21T14:51:55.300Z] INFO: Testing against a local daemon
14:51:55 [2021-12-21T14:51:55.300Z] === RUN   TestDockerSuite
14:51:55 [2021-12-21T14:51:55.300Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
14:51:55 [2021-12-21T14:51:55.300Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
14:51:55 [2021-12-21T14:51:55.300Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
14:51:55 [2021-12-21T14:51:55.300Z] === RUN   TestDockerSuite/TestAPIErrorJSON
14:51:55 [2021-12-21T14:51:55.300Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
14:51:55 [2021-12-21T14:51:55.300Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
14:51:55 [2021-12-21T14:51:55.300Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
14:51:55 [2021-12-21T14:51:55.300Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
14:51:55 [2021-12-21T14:51:55.300Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
14:51:55 [2021-12-21T14:51:55.300Z] === RUN   TestDockerSuite/TestAPIImagesDelete
14:51:55 [2021-12-21T14:51:55.767Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.510s	coverage: 0.0% of statements
14:51:55 [2021-12-21T14:51:55.767Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
14:51:55 [2021-12-21T14:51:55.767Z] ?   	github.com/docker/docker/container/stream	[no test files]
14:51:55 [2021-12-21T14:51:55.767Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
14:51:55 [2021-12-21T14:51:55.767Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
14:51:55 [2021-12-21T14:51:55.767Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
14:51:55 [2021-12-21T14:51:55.768Z] === RUN   TestDockerSuite/TestAPIImagesFilter
14:51:55 [2021-12-21T14:51:55.768Z] === RUN   TestDockerSuite/TestAPIImagesHistory
14:51:56 [2021-12-21T14:51:56.324Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
14:51:56 [2021-12-21T14:51:56.324Z] === RUN   TestDockerSuite/TestNetworkEvents
14:51:56 [2021-12-21T14:51:56.583Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
14:51:56 [2021-12-21T14:51:56.766Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
14:51:57 [2021-12-21T14:51:57.234Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
14:51:58 [2021-12-21T14:51:58.484Z]     docker_api_swarm_service_test.go:490: [da609fc6f9141] joining swarm manager [da93bb0558bb7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:51:59 [2021-12-21T14:51:59.417Z]     docker_api_swarm_service_test.go:490: [d76d0a597567c] joining swarm manager [da93bb0558bb7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:52:01 [2021-12-21T14:52:01.946Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
14:52:03 [2021-12-21T14:52:03.320Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
14:52:03 [2021-12-21T14:52:03.578Z] === RUN   TestDockerSuite/TestPluginActive
14:52:03 [2021-12-21T14:52:03.905Z] ok  	github.com/docker/docker/daemon/cluster	0.085s	coverage: 0.5% of statements
14:52:04 [2021-12-21T14:52:04.476Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.011s	coverage: 65.3% of statements
14:52:05 [2021-12-21T14:52:05.477Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
14:52:05 [2021-12-21T14:52:05.861Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.009s	coverage: 35.9% of statements
14:52:08 [2021-12-21T14:52:08.402Z] --- PASS: TestBuildMultiStageLayerLeak (22.74s)
14:52:08 [2021-12-21T14:52:08.402Z] === RUN   TestBuildWithHugeFile
14:52:12 [2021-12-21T14:52:12.042Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
14:52:12 [2021-12-21T14:52:12.042Z]     docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
14:52:12 [2021-12-21T14:52:12.042Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
14:52:12 [2021-12-21T14:52:12.042Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
14:52:12 [2021-12-21T14:52:12.608Z] === RUN   TestDockerSuite/TestPluginLogDriver
14:52:13 [2021-12-21T14:52:13.992Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.435s	coverage: 13.8% of statements
14:52:13 [2021-12-21T14:52:13.992Z] ok  	github.com/docker/docker/daemon/config	0.025s	coverage: 80.9% of statements
14:52:13 [2021-12-21T14:52:13.992Z] ok  	github.com/docker/docker/daemon/discovery	0.003s	coverage: 30.0% of statements
14:52:14 [2021-12-21T14:52:14.562Z] ok  	github.com/docker/docker/daemon/events	0.057s	coverage: 50.0% of statements
14:52:14 [2021-12-21T14:52:14.822Z] ok  	github.com/docker/docker/daemon/graphdriver	0.004s	coverage: 2.2% of statements
14:52:15 [2021-12-21T14:52:15.892Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
14:52:16 [2021-12-21T14:52:16.204Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.458s	coverage: 74.6% of statements
14:52:16 [2021-12-21T14:52:16.827Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
14:52:17 [2021-12-21T14:52:17.393Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
14:52:17 [2021-12-21T14:52:17.586Z] ok  	github.com/docker/docker/daemon	12.116s	coverage: 17.5% of statements
14:52:17 [2021-12-21T14:52:17.586Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
14:52:17 [2021-12-21T14:52:17.586Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
14:52:17 [2021-12-21T14:52:17.586Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
14:52:17 [2021-12-21T14:52:17.586Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
14:52:17 [2021-12-21T14:52:17.586Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.009s	coverage: 3.0% of statements
14:52:18 [2021-12-21T14:52:18.158Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.369s	coverage: 56.2% of statements
14:52:18 [2021-12-21T14:52:18.792Z]     docker_api_swarm_service_test.go:128: [d50f2d777adce] joining swarm manager [df4faf9686d91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:52:19 [2021-12-21T14:52:19.726Z]     docker_api_swarm_service_test.go:129: [d6e0ed91c8237] joining swarm manager [df4faf9686d91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:52:19 [2021-12-21T14:52:19.986Z] === RUN   TestDockerSuite/TestPluginUpgrade
14:52:20 [2021-12-21T14:52:20.072Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.024s	coverage: 1.8% of statements
14:52:20 [2021-12-21T14:52:20.644Z] === RUN   TestConfigDaemonLibtrustID
14:52:20 [2021-12-21T14:52:20.644Z]     daemon_test.go:26: runtime.GOOS == "windows"
14:52:20 [2021-12-21T14:52:20.644Z] --- SKIP: TestConfigDaemonLibtrustID (0.01s)
14:52:20 [2021-12-21T14:52:20.644Z] === RUN   TestDaemonConfigValidation
14:52:20 [2021-12-21T14:52:20.644Z]     daemon_test.go:45: runtime.GOOS == "windows"
14:52:20 [2021-12-21T14:52:20.644Z] --- SKIP: TestDaemonConfigValidation (0.00s)
14:52:20 [2021-12-21T14:52:20.644Z] === RUN   TestConfigDaemonSeccompProfiles
14:52:20 [2021-12-21T14:52:20.644Z]     daemon_test.go:111: runtime.GOOS == "windows"
14:52:20 [2021-12-21T14:52:20.644Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s)
14:52:20 [2021-12-21T14:52:20.644Z] === RUN   TestDaemonProxy
14:52:20 [2021-12-21T14:52:20.644Z]     daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows
14:52:20 [2021-12-21T14:52:20.644Z] --- SKIP: TestDaemonProxy (0.00s)
14:52:20 [2021-12-21T14:52:20.644Z] PASS
14:52:20 [2021-12-21T14:52:20.644Z] ok  	github.com/docker/docker/integration/daemon	0.127s
14:52:20 [2021-12-21T14:52:20.644Z] 
14:52:20 [2021-12-21T14:52:20.644Z] === Skipped
14:52:20 [2021-12-21T14:52:20.644Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.01s)
14:52:20 [2021-12-21T14:52:20.644Z]     daemon_test.go:26: runtime.GOOS == "windows"
14:52:20 [2021-12-21T14:52:20.644Z] 
14:52:20 [2021-12-21T14:52:20.644Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s)
14:52:20 [2021-12-21T14:52:20.644Z]     daemon_test.go:45: runtime.GOOS == "windows"
14:52:20 [2021-12-21T14:52:20.644Z] 
14:52:20 [2021-12-21T14:52:20.644Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s)
14:52:20 [2021-12-21T14:52:20.644Z]     daemon_test.go:111: runtime.GOOS == "windows"
14:52:20 [2021-12-21T14:52:20.644Z] 
14:52:20 [2021-12-21T14:52:20.644Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s)
14:52:20 [2021-12-21T14:52:20.644Z]     daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows
14:52:20 [2021-12-21T14:52:20.644Z] 
14:52:20 [2021-12-21T14:52:20.644Z] DONE 4 tests, 4 skipped in 29.346s
14:52:20 [2021-12-21T14:52:20.644Z] Running D:\gopath\src\github.com\docker\docker\integration\image
14:52:21 [2021-12-21T14:52:21.360Z]     docker_api_swarm_service_test.go:137: [d0db9f5909648] joining swarm manager [df4faf9686d91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
14:52:22 [2021-12-21T14:52:22.013Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.328s	coverage: 45.9% of statements
14:52:22 [2021-12-21T14:52:22.013Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
14:52:22 [2021-12-21T14:52:22.210Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:52:22 [2021-12-21T14:52:22.211Z] INFO: Testing against a local daemon
14:52:22 [2021-12-21T14:52:22.211Z] === RUN   TestCommitInheritsEnv
14:52:22 [2021-12-21T14:52:22.211Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
14:52:22 [2021-12-21T14:52:22.211Z] --- SKIP: TestCommitInheritsEnv (0.00s)
14:52:22 [2021-12-21T14:52:22.211Z] === RUN   TestImportExtremelyLargeImageWorks
14:52:22 [2021-12-21T14:52:22.211Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
14:52:22 [2021-12-21T14:52:22.211Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
14:52:22 [2021-12-21T14:52:22.211Z] === RUN   TestImagesFilterMultiReference
14:52:22 [2021-12-21T14:52:22.211Z] --- PASS: TestImagesFilterMultiReference (0.12s)
14:52:22 [2021-12-21T14:52:22.211Z] === RUN   TestImagePullPlatformInvalid
14:52:22 [2021-12-21T14:52:22.211Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
14:52:22 [2021-12-21T14:52:22.211Z] === RUN   TestRemoveImageOrphaning
14:52:22 [2021-12-21T14:52:22.272Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.497s	coverage: 50.5% of statements
14:52:22 [2021-12-21T14:52:22.295Z]     docker_api_swarm_service_test.go:138: [d1fc031f71224] joining swarm manager [df4faf9686d91]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
14:52:23 [2021-12-21T14:52:23.776Z] --- PASS: TestRemoveImageOrphaning (1.30s)
14:52:23 [2021-12-21T14:52:23.776Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:52:23 [2021-12-21T14:52:23.776Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s)
14:52:23 [2021-12-21T14:52:23.776Z] === RUN   TestTagInvalidReference
14:52:23 [2021-12-21T14:52:23.776Z] --- PASS: TestTagInvalidReference (0.04s)
14:52:23 [2021-12-21T14:52:23.776Z] === RUN   TestTagValidPrefixedRepo
14:52:23 [2021-12-21T14:52:23.776Z] --- PASS: TestTagValidPrefixedRepo (0.08s)
14:52:23 [2021-12-21T14:52:23.776Z] === RUN   TestTagExistedNameWithoutForce
14:52:23 [2021-12-21T14:52:23.776Z] --- PASS: TestTagExistedNameWithoutForce (0.05s)
14:52:23 [2021-12-21T14:52:23.776Z] === RUN   TestTagOfficialNames
14:52:23 [2021-12-21T14:52:23.776Z] --- PASS: TestTagOfficialNames (0.09s)
14:52:23 [2021-12-21T14:52:23.776Z] === RUN   TestTagMatchesDigest
14:52:23 [2021-12-21T14:52:23.776Z] --- PASS: TestTagMatchesDigest (0.04s)
14:52:23 [2021-12-21T14:52:23.776Z] PASS
14:52:23 [2021-12-21T14:52:23.776Z] ok  	github.com/docker/docker/integration/image	1.898s
14:52:23 [2021-12-21T14:52:23.776Z] 
14:52:23 [2021-12-21T14:52:23.776Z] === Skipped
14:52:23 [2021-12-21T14:52:23.776Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
14:52:23 [2021-12-21T14:52:23.776Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
14:52:23 [2021-12-21T14:52:23.776Z] 
14:52:23 [2021-12-21T14:52:23.776Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
14:52:23 [2021-12-21T14:52:23.776Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
14:52:23 [2021-12-21T14:52:23.776Z] 
14:52:23 [2021-12-21T14:52:23.776Z] DONE 11 tests, 2 skipped in 3.918s
14:52:24 [2021-12-21T14:52:24.244Z] Running D:\gopath\src\github.com\docker\docker\integration\network
14:52:25 [2021-12-21T14:52:25.569Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.048s	coverage: 58.8% of statements
14:52:25 [2021-12-21T14:52:25.575Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
14:52:26 [2021-12-21T14:52:26.508Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:52:26 [2021-12-21T14:52:26.508Z] INFO: Testing against a local daemon
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestNetworkCreateDelete
14:52:26 [2021-12-21T14:52:26.508Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
14:52:26 [2021-12-21T14:52:26.508Z] --- SKIP: TestNetworkCreateDelete (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestDockerNetworkDeletePreferID
14:52:26 [2021-12-21T14:52:26.508Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
14:52:26 [2021-12-21T14:52:26.508Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestDaemonDNSFallback
14:52:26 [2021-12-21T14:52:26.508Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
14:52:26 [2021-12-21T14:52:26.508Z] --- SKIP: TestDaemonDNSFallback (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestInspectNetwork
14:52:26 [2021-12-21T14:52:26.508Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
14:52:26 [2021-12-21T14:52:26.508Z] --- SKIP: TestInspectNetwork (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestRunContainerWithBridgeNone
14:52:26 [2021-12-21T14:52:26.508Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
14:52:26 [2021-12-21T14:52:26.508Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestNetworkInvalidJSON
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestNetworkInvalidJSON//networks/create
14:52:26 [2021-12-21T14:52:26.508Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:52:26 [2021-12-21T14:52:26.508Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:52:26 [2021-12-21T14:52:26.508Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:52:26 [2021-12-21T14:52:26.508Z] === CONT  TestNetworkInvalidJSON//networks/create
14:52:26 [2021-12-21T14:52:26.508Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:52:26 [2021-12-21T14:52:26.508Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:52:26 [2021-12-21T14:52:26.508Z] --- PASS: TestNetworkInvalidJSON (0.05s)
14:52:26 [2021-12-21T14:52:26.508Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
14:52:26 [2021-12-21T14:52:26.508Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s)
14:52:26 [2021-12-21T14:52:26.508Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestNetworkList
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestNetworkList//networks
14:52:26 [2021-12-21T14:52:26.508Z] === PAUSE TestNetworkList//networks
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestNetworkList//networks/
14:52:26 [2021-12-21T14:52:26.508Z] === PAUSE TestNetworkList//networks/
14:52:26 [2021-12-21T14:52:26.508Z] === CONT  TestNetworkList//networks
14:52:26 [2021-12-21T14:52:26.508Z] === CONT  TestNetworkList//networks/
14:52:26 [2021-12-21T14:52:26.508Z] --- PASS: TestNetworkList (0.04s)
14:52:26 [2021-12-21T14:52:26.508Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     --- PASS: TestNetworkList//networks (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestHostIPv4BridgeLabel
14:52:26 [2021-12-21T14:52:26.508Z]     network_test.go:128: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestDaemonRestartWithLiveRestore
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:30: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestDaemonDefaultNetworkPools
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:59: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestDaemonRestartWithExistingNetwork
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:103: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:137: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:188: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestServiceWithPredefinedNetwork
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:213: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:243: FLAKY_TEST
14:52:26 [2021-12-21T14:52:26.508Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestServiceWithDataPathPortInit
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:334: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:402: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z] PASS
14:52:26 [2021-12-21T14:52:26.508Z] ok  	github.com/docker/docker/integration/network	0.208s
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] === Skipped
14:52:26 [2021-12-21T14:52:26.508Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     network_test.go:128: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:30: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:59: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:103: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:137: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:188: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:213: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:243: FLAKY_TEST
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:334: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
14:52:26 [2021-12-21T14:52:26.508Z]     service_test.go:402: testEnv.OSType == "windows"
14:52:26 [2021-12-21T14:52:26.508Z] 
14:52:26 [2021-12-21T14:52:26.508Z] DONE 22 tests, 15 skipped in 2.535s
14:52:26 [2021-12-21T14:52:26.508Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
14:52:26 [2021-12-21T14:52:26.511Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
14:52:27 [2021-12-21T14:52:27.446Z] === RUN   TestDockerSuite/TestPortHostBinding
14:52:27 [2021-12-21T14:52:27.485Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	1.983s	coverage: 58.0% of statements
14:52:27 [2021-12-21T14:52:27.486Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
14:52:27 [2021-12-21T14:52:27.486Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
14:52:27 [2021-12-21T14:52:27.486Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.012s	coverage: 3.0% of statements
14:52:27 [2021-12-21T14:52:27.497Z] testing: warning: no tests to run
14:52:27 [2021-12-21T14:52:27.497Z] PASS
14:52:27 [2021-12-21T14:52:27.497Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.100s
14:52:27 [2021-12-21T14:52:27.497Z] 
14:52:27 [2021-12-21T14:52:27.497Z] DONE 0 tests in 0.817s
14:52:27 [2021-12-21T14:52:27.497Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
14:52:28 [2021-12-21T14:52:28.381Z] === RUN   TestDockerSuite/TestPortList
14:52:28 [2021-12-21T14:52:28.428Z] ok  	github.com/docker/docker/daemon/links	0.026s	coverage: 93.0% of statements
14:52:28 [2021-12-21T14:52:28.486Z] testing: warning: no tests to run
14:52:28 [2021-12-21T14:52:28.486Z] PASS
14:52:28 [2021-12-21T14:52:28.486Z] ok  	github.com/docker/docker/integration/network/macvlan	0.099s
14:52:28 [2021-12-21T14:52:28.486Z] 
14:52:28 [2021-12-21T14:52:28.486Z] DONE 0 tests in 0.817s
14:52:28 [2021-12-21T14:52:28.486Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
14:52:29 [2021-12-21T14:52:29.477Z] testing: warning: no tests to run
14:52:29 [2021-12-21T14:52:29.477Z] PASS
14:52:29 [2021-12-21T14:52:29.477Z] ok  	github.com/docker/docker/integration/plugin	0.085s
14:52:29 [2021-12-21T14:52:29.477Z] 
14:52:29 [2021-12-21T14:52:29.477Z] DONE 0 tests in 0.784s
14:52:29 [2021-12-21T14:52:29.477Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
14:52:30 [2021-12-21T14:52:30.465Z] testing: warning: no tests to run
14:52:30 [2021-12-21T14:52:30.465Z] PASS
14:52:30 [2021-12-21T14:52:30.465Z] ok  	github.com/docker/docker/integration/plugin/authz	0.083s
14:52:30 [2021-12-21T14:52:30.465Z] 
14:52:30 [2021-12-21T14:52:30.465Z] DONE 0 tests in 0.829s
14:52:30 [2021-12-21T14:52:30.465Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
14:52:32 [2021-12-21T14:52:32.636Z] ok  	github.com/docker/docker/daemon/images	0.042s	coverage: 6.7% of statements
14:52:32 [2021-12-21T14:52:32.636Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
14:52:32 [2021-12-21T14:52:32.636Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
14:52:32 [2021-12-21T14:52:32.636Z] ok  	github.com/docker/docker/daemon/logger	0.222s	coverage: 43.5% of statements
14:52:34 [2021-12-21T14:52:34.021Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.018s	coverage: 67.0% of statements
14:52:34 [2021-12-21T14:52:34.943Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
14:52:35 [2021-12-21T14:52:35.202Z] === RUN   TestDockerSuite/TestPostContainersAttach
14:52:35 [2021-12-21T14:52:35.408Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.425s	coverage: 77.6% of statements
14:52:35 [2021-12-21T14:52:35.408Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
14:52:35 [2021-12-21T14:52:35.408Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
14:52:35 [2021-12-21T14:52:35.408Z] ok  	github.com/docker/docker/daemon/logger/journald	0.016s	coverage: 23.9% of statements
14:52:36 [2021-12-21T14:52:36.343Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:52:36 [2021-12-21T14:52:36.343Z] INFO: Testing against a local daemon
14:52:36 [2021-12-21T14:52:36.343Z] === RUN   TestPluginInvalidJSON
14:52:36 [2021-12-21T14:52:36.343Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:52:36 [2021-12-21T14:52:36.343Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:52:36 [2021-12-21T14:52:36.343Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:52:36 [2021-12-21T14:52:36.343Z] --- PASS: TestPluginInvalidJSON (0.05s)
14:52:36 [2021-12-21T14:52:36.343Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
14:52:36 [2021-12-21T14:52:36.343Z] === RUN   TestPluginInstall
14:52:36 [2021-12-21T14:52:36.343Z]     plugin_test.go:63: testEnv.OSType == "windows"
14:52:36 [2021-12-21T14:52:36.343Z] --- SKIP: TestPluginInstall (0.00s)
14:52:36 [2021-12-21T14:52:36.343Z] === RUN   TestPluginsWithRuntimes
14:52:36 [2021-12-21T14:52:36.343Z]     plugin_test.go:172: testEnv.OSType == "windows"
14:52:36 [2021-12-21T14:52:36.343Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
14:52:36 [2021-12-21T14:52:36.343Z] === RUN   TestPluginBackCompatMediaTypes
14:52:36 [2021-12-21T14:52:36.343Z]     plugin_test.go:234: testEnv.OSType == "windows"
14:52:36 [2021-12-21T14:52:36.343Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
14:52:36 [2021-12-21T14:52:36.343Z] PASS
14:52:36 [2021-12-21T14:52:36.343Z] ok  	github.com/docker/docker/integration/plugin/common	0.126s
14:52:36 [2021-12-21T14:52:36.343Z] 
14:52:36 [2021-12-21T14:52:36.343Z] === Skipped
14:52:36 [2021-12-21T14:52:36.343Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
14:52:36 [2021-12-21T14:52:36.343Z]     plugin_test.go:63: testEnv.OSType == "windows"
14:52:36 [2021-12-21T14:52:36.343Z] 
14:52:36 [2021-12-21T14:52:36.343Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
14:52:36 [2021-12-21T14:52:36.343Z]     plugin_test.go:172: testEnv.OSType == "windows"
14:52:36 [2021-12-21T14:52:36.343Z] 
14:52:36 [2021-12-21T14:52:36.343Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
14:52:36 [2021-12-21T14:52:36.343Z]     plugin_test.go:234: testEnv.OSType == "windows"
14:52:36 [2021-12-21T14:52:36.343Z] 
14:52:36 [2021-12-21T14:52:36.343Z] DONE 5 tests, 3 skipped in 5.762s
14:52:36 [2021-12-21T14:52:36.343Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
14:52:36 [2021-12-21T14:52:36.352Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.044s	coverage: 87.2% of statements
14:52:36 [2021-12-21T14:52:36.924Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.035s	coverage: 69.9% of statements
14:52:38 [2021-12-21T14:52:38.310Z] ok  	github.com/docker/docker/daemon/logger/local	0.053s	coverage: 75.2% of statements
14:52:38 [2021-12-21T14:52:38.310Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
14:52:39 [2021-12-21T14:52:39.253Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.063s	coverage: 58.6% of statements
14:52:40 [2021-12-21T14:52:40.167Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:52:40 [2021-12-21T14:52:40.168Z] INFO: Testing against a local daemon
14:52:40 [2021-12-21T14:52:40.168Z] === RUN   TestExternalGraphDriver
14:52:40 [2021-12-21T14:52:40.168Z]     external_test.go:47: runtime.GOOS == "windows"
14:52:40 [2021-12-21T14:52:40.168Z] --- SKIP: TestExternalGraphDriver (0.00s)
14:52:40 [2021-12-21T14:52:40.168Z] === RUN   TestGraphdriverPluginV2
14:52:40 [2021-12-21T14:52:40.168Z]     external_test.go:407: runtime.GOOS == "windows"
14:52:40 [2021-12-21T14:52:40.168Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
14:52:40 [2021-12-21T14:52:40.168Z] PASS
14:52:40 [2021-12-21T14:52:40.168Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.142s
14:52:40 [2021-12-21T14:52:40.168Z] 
14:52:40 [2021-12-21T14:52:40.168Z] === Skipped
14:52:40 [2021-12-21T14:52:40.168Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
14:52:40 [2021-12-21T14:52:40.168Z]     external_test.go:47: runtime.GOOS == "windows"
14:52:40 [2021-12-21T14:52:40.168Z] 
14:52:40 [2021-12-21T14:52:40.168Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
14:52:40 [2021-12-21T14:52:40.168Z]     external_test.go:407: runtime.GOOS == "windows"
14:52:40 [2021-12-21T14:52:40.168Z] 
14:52:40 [2021-12-21T14:52:40.168Z] DONE 2 tests, 2 skipped in 3.650s
14:52:40 [2021-12-21T14:52:40.168Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
14:52:40 [2021-12-21T14:52:40.196Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.051s	coverage: 31.5% of statements
14:52:41 [2021-12-21T14:52:41.760Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
14:52:41 [2021-12-21T14:52:41.760Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
14:52:41 [2021-12-21T14:52:41.760Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
14:52:41 [2021-12-21T14:52:41.760Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
14:52:41 [2021-12-21T14:52:41.760Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
14:52:42 [2021-12-21T14:52:42.019Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
14:52:42 [2021-12-21T14:52:42.019Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
14:52:42 [2021-12-21T14:52:42.113Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.015s	coverage: 46.8% of statements
14:52:42 [2021-12-21T14:52:42.385Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:52:42 [2021-12-21T14:52:42.385Z] INFO: Testing against a local daemon
14:52:42 [2021-12-21T14:52:42.385Z] === RUN   TestReadPluginNoRead
14:52:42 [2021-12-21T14:52:42.385Z]     read_test.go:21: no unix domain sockets on Windows
14:52:42 [2021-12-21T14:52:42.385Z] --- SKIP: TestReadPluginNoRead (0.00s)
14:52:42 [2021-12-21T14:52:42.385Z] PASS
14:52:42 [2021-12-21T14:52:42.385Z] ok  	github.com/docker/docker/integration/plugin/logging	0.121s
14:52:42 [2021-12-21T14:52:42.590Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
14:52:42 [2021-12-21T14:52:42.590Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
14:52:42 [2021-12-21T14:52:42.801Z] ok  	github.com/docker/docker/daemon/logger/templates	0.027s	coverage: 8.3% of statements
14:52:42 [2021-12-21T14:52:42.854Z] 
14:52:42 [2021-12-21T14:52:42.854Z] === Skipped
14:52:42 [2021-12-21T14:52:42.854Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
14:52:42 [2021-12-21T14:52:42.854Z]     read_test.go:21: no unix domain sockets on Windows
14:52:42 [2021-12-21T14:52:42.854Z] 
14:52:42 [2021-12-21T14:52:42.854Z] DONE 1 tests, 1 skipped in 2.574s
14:52:42 [2021-12-21T14:52:42.854Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
14:52:43 [2021-12-21T14:52:43.543Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
14:52:43 [2021-12-21T14:52:43.543Z] === RUN   TestDockerSuite/TestPruneContainerLabel
14:52:43 [2021-12-21T14:52:43.798Z] ok  	github.com/docker/docker/daemon/network	0.014s	coverage: 63.8% of statements
14:52:43 [2021-12-21T14:52:43.798Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.949s	coverage: 82.5% of statements
14:52:43 [2021-12-21T14:52:43.798Z] ?   	github.com/docker/docker/daemon/names	[no test files]
14:52:43 [2021-12-21T14:52:43.798Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
14:52:43 [2021-12-21T14:52:43.843Z] testing: warning: no tests to run
14:52:43 [2021-12-21T14:52:43.843Z] PASS
14:52:43 [2021-12-21T14:52:43.843Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.095s
14:52:44 [2021-12-21T14:52:44.109Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
14:52:44 [2021-12-21T14:52:44.313Z] 
14:52:44 [2021-12-21T14:52:44.314Z] DONE 0 tests in 1.246s
14:52:44 [2021-12-21T14:52:44.314Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
14:52:45 [2021-12-21T14:52:45.484Z] === RUN   TestDockerSuite/TestPruneContainerUntil
14:52:45 [2021-12-21T14:52:45.711Z] ok  	github.com/docker/docker/distribution/metadata	0.125s	coverage: 48.2% of statements
14:52:46 [2021-12-21T14:52:46.540Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:52:46 [2021-12-21T14:52:46.540Z] INFO: Testing against a local daemon
14:52:46 [2021-12-21T14:52:46.540Z] === RUN   TestPluginWithDevMounts
14:52:46 [2021-12-21T14:52:46.540Z]     mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:52:46 [2021-12-21T14:52:46.540Z] --- SKIP: TestPluginWithDevMounts (0.00s)
14:52:46 [2021-12-21T14:52:46.540Z] PASS
14:52:46 [2021-12-21T14:52:46.540Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.119s
14:52:46 [2021-12-21T14:52:46.540Z] 
14:52:46 [2021-12-21T14:52:46.540Z] === Skipped
14:52:46 [2021-12-21T14:52:46.540Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
14:52:46 [2021-12-21T14:52:46.540Z]     mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:52:46 [2021-12-21T14:52:46.540Z] 
14:52:46 [2021-12-21T14:52:46.540Z] DONE 1 tests, 1 skipped in 2.466s
14:52:46 [2021-12-21T14:52:46.859Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
14:52:46 [2021-12-21T14:52:46.859Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
14:52:47 [2021-12-21T14:52:47.010Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
14:52:47 [2021-12-21T14:52:47.117Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
14:52:47 [2021-12-21T14:52:47.117Z] === RUN   TestDockerSuite/TestPsByOrder
14:52:48 [2021-12-21T14:52:48.261Z] ok  	github.com/docker/docker/distribution	0.166s	coverage: 26.4% of statements
14:52:48 [2021-12-21T14:52:48.261Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
14:52:48 [2021-12-21T14:52:48.833Z] ok  	github.com/docker/docker/errdefs	0.017s	coverage: 53.1% of statements
14:52:49 [2021-12-21T14:52:49.018Z]     docker_api_swarm_service_test.go:304: [d30f0f9ce4c77] joining swarm manager [dc52de902aebb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:52:49 [2021-12-21T14:52:49.231Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:52:49 [2021-12-21T14:52:49.231Z] INFO: Testing against a local daemon
14:52:49 [2021-12-21T14:52:49.231Z] === RUN   TestSecretInspect
14:52:49 [2021-12-21T14:52:49.231Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:52:49 [2021-12-21T14:52:49.231Z] --- SKIP: TestSecretInspect (0.00s)
14:52:49 [2021-12-21T14:52:49.231Z] === RUN   TestSecretList
14:52:49 [2021-12-21T14:52:49.231Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:52:49 [2021-12-21T14:52:49.231Z] --- SKIP: TestSecretList (0.00s)
14:52:49 [2021-12-21T14:52:49.231Z] === RUN   TestSecretsCreateAndDelete
14:52:49 [2021-12-21T14:52:49.231Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:52:49 [2021-12-21T14:52:49.231Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
14:52:49 [2021-12-21T14:52:49.231Z] === RUN   TestSecretsUpdate
14:52:49 [2021-12-21T14:52:49.231Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
14:52:49 [2021-12-21T14:52:49.231Z] --- SKIP: TestSecretsUpdate (0.00s)
14:52:49 [2021-12-21T14:52:49.231Z] === RUN   TestTemplatedSecret
14:52:49 [2021-12-21T14:52:49.231Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
14:52:49 [2021-12-21T14:52:49.231Z] --- SKIP: TestTemplatedSecret (0.00s)
14:52:49 [2021-12-21T14:52:49.231Z] === RUN   TestSecretCreateResolve
14:52:49 [2021-12-21T14:52:49.231Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
14:52:49 [2021-12-21T14:52:49.231Z] --- SKIP: TestSecretCreateResolve (0.00s)
14:52:49 [2021-12-21T14:52:49.231Z] PASS
14:52:49 [2021-12-21T14:52:49.231Z] ok  	github.com/docker/docker/integration/secret	0.123s
14:52:49 [2021-12-21T14:52:49.231Z] 
14:52:49 [2021-12-21T14:52:49.231Z] === Skipped
14:52:49 [2021-12-21T14:52:49.231Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
14:52:49 [2021-12-21T14:52:49.231Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:52:49 [2021-12-21T14:52:49.231Z] 
14:52:49 [2021-12-21T14:52:49.231Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
14:52:49 [2021-12-21T14:52:49.231Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:52:49 [2021-12-21T14:52:49.231Z] 
14:52:49 [2021-12-21T14:52:49.231Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
14:52:49 [2021-12-21T14:52:49.231Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:52:49 [2021-12-21T14:52:49.231Z] 
14:52:49 [2021-12-21T14:52:49.231Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
14:52:49 [2021-12-21T14:52:49.231Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
14:52:49 [2021-12-21T14:52:49.231Z] 
14:52:49 [2021-12-21T14:52:49.231Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
14:52:49 [2021-12-21T14:52:49.231Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
14:52:49 [2021-12-21T14:52:49.231Z] 
14:52:49 [2021-12-21T14:52:49.231Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
14:52:49 [2021-12-21T14:52:49.231Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
14:52:49 [2021-12-21T14:52:49.231Z] 
14:52:49 [2021-12-21T14:52:49.231Z] DONE 6 tests, 6 skipped in 2.182s
14:52:49 [2021-12-21T14:52:49.231Z] Running D:\gopath\src\github.com\docker\docker\integration\service
14:52:49 [2021-12-21T14:52:49.588Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
14:52:49 [2021-12-21T14:52:49.847Z]     docker_api_swarm_service_test.go:304: [d0f8f911a2e06] joining swarm manager [dc52de902aebb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:52:50 [2021-12-21T14:52:50.224Z] ok  	github.com/docker/docker/image	0.027s	coverage: 86.6% of statements
14:52:50 [2021-12-21T14:52:50.224Z] ok  	github.com/docker/docker/distribution/xfer	1.969s	coverage: 85.1% of statements
14:52:50 [2021-12-21T14:52:50.224Z] ?   	github.com/docker/docker/dockerversion	[no test files]
14:52:50 [2021-12-21T14:52:50.414Z] === RUN   TestDockerSuite/TestPsListContainersBase
14:52:51 [2021-12-21T14:52:51.167Z] ok  	github.com/docker/docker/image/cache	0.025s	coverage: 19.2% of statements
14:52:51 [2021-12-21T14:52:51.739Z] ok  	github.com/docker/docker/image/tarexport	0.009s	coverage: 0.7% of statements
14:52:52 [2021-12-21T14:52:52.194Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:52:52 [2021-12-21T14:52:52.194Z] INFO: Testing against a local daemon
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestServiceCreateInit
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- PASS: TestServiceCreateInit (0.06s)
14:52:52 [2021-12-21T14:52:52.194Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestCreateServiceMultipleTimes
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestCreateServiceConflict
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestCreateServiceConflict (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestCreateServiceMaxReplicas
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestCreateWithDuplicateNetworkNames
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestCreateServiceSecretFileMode
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestCreateServiceConfigFileMode
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:305: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestCreateServiceSysctls
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:390: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestCreateServiceSysctls (0.04s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestCreateServiceCapabilities
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:474: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestCreateServiceCapabilities (0.04s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestInspect
14:52:52 [2021-12-21T14:52:52.194Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestInspect (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestCreateJob
14:52:52 [2021-12-21T14:52:52.194Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestCreateJob (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestReplicatedJob
14:52:52 [2021-12-21T14:52:52.194Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestReplicatedJob (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestUpdateReplicatedJob
14:52:52 [2021-12-21T14:52:52.194Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestServiceListWithStatuses
14:52:52 [2021-12-21T14:52:52.194Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestDockerNetworkConnectAlias
14:52:52 [2021-12-21T14:52:52.194Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestDockerNetworkReConnect
14:52:52 [2021-12-21T14:52:52.194Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestServicePlugin
14:52:52 [2021-12-21T14:52:52.194Z]     plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestServicePlugin (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestServiceUpdateLabel
14:52:52 [2021-12-21T14:52:52.194Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestServiceUpdateLabel (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestServiceUpdateSecrets
14:52:52 [2021-12-21T14:52:52.194Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestServiceUpdateConfigs
14:52:52 [2021-12-21T14:52:52.194Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestServiceUpdateNetwork
14:52:52 [2021-12-21T14:52:52.194Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] === RUN   TestServiceUpdatePidsLimit
14:52:52 [2021-12-21T14:52:52.194Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
14:52:52 [2021-12-21T14:52:52.194Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] PASS
14:52:52 [2021-12-21T14:52:52.194Z] ok  	github.com/docker/docker/integration/service	0.278s
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === Skipped
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s)
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:305: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s)
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:390: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s)
14:52:52 [2021-12-21T14:52:52.194Z]     create_test.go:474: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s)
14:52:52 [2021-12-21T14:52:52.194Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
14:52:52 [2021-12-21T14:52:52.194Z] 
14:52:52 [2021-12-21T14:52:52.194Z] DONE 24 tests, 23 skipped in 3.011s
14:52:52 [2021-12-21T14:52:52.194Z] Running D:\gopath\src\github.com\docker\docker\integration\session
14:52:52 [2021-12-21T14:52:52.311Z] ok  	github.com/docker/docker/image/v1	0.014s	coverage: 25.0% of statements
14:52:52 [2021-12-21T14:52:52.311Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
14:52:52 [2021-12-21T14:52:52.884Z] ok  	github.com/docker/docker/libcontainerd/queue	0.031s	coverage: 100.0% of statements
14:52:53 [2021-12-21T14:52:53.699Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
14:52:54 [2021-12-21T14:52:54.270Z] ok  	github.com/docker/docker/oci	0.027s	coverage: 43.3% of statements
14:52:54 [2021-12-21T14:52:54.413Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:52:54 [2021-12-21T14:52:54.414Z] INFO: Testing against a local daemon
14:52:54 [2021-12-21T14:52:54.414Z] === RUN   TestSessionCreate
14:52:54 [2021-12-21T14:52:54.414Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
14:52:54 [2021-12-21T14:52:54.414Z] --- SKIP: TestSessionCreate (0.00s)
14:52:54 [2021-12-21T14:52:54.414Z] === RUN   TestSessionCreateWithBadUpgrade
14:52:54 [2021-12-21T14:52:54.414Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
14:52:54 [2021-12-21T14:52:54.414Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
14:52:54 [2021-12-21T14:52:54.414Z] PASS
14:52:54 [2021-12-21T14:52:54.414Z] ok  	github.com/docker/docker/integration/session	0.111s
14:52:54 [2021-12-21T14:52:54.414Z] 
14:52:54 [2021-12-21T14:52:54.414Z] === Skipped
14:52:54 [2021-12-21T14:52:54.414Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
14:52:54 [2021-12-21T14:52:54.414Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
14:52:54 [2021-12-21T14:52:54.414Z] 
14:52:54 [2021-12-21T14:52:54.414Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
14:52:54 [2021-12-21T14:52:54.414Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
14:52:54 [2021-12-21T14:52:54.414Z] 
14:52:54 [2021-12-21T14:52:54.414Z] DONE 2 tests, 2 skipped in 2.150s
14:52:54 [2021-12-21T14:52:54.414Z] Running D:\gopath\src\github.com\docker\docker\integration\system
14:52:55 [2021-12-21T14:52:55.655Z] ok  	github.com/docker/docker/opts	0.029s	coverage: 67.1% of statements
14:52:55 [2021-12-21T14:52:55.917Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
14:52:56 [2021-12-21T14:52:56.231Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
14:52:56 [2021-12-21T14:52:56.231Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
14:52:56 [2021-12-21T14:52:56.635Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:52:56 [2021-12-21T14:52:56.635Z] INFO: Testing against a local daemon
14:52:56 [2021-12-21T14:52:56.635Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:52:56 [2021-12-21T14:52:56.635Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
14:52:56 [2021-12-21T14:52:56.635Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:52:56 [2021-12-21T14:52:56.635Z] === RUN   TestDiskUsage
14:52:56 [2021-12-21T14:52:56.635Z]     disk_usage_test.go:15: testEnv.OSType == "windows"
14:52:56 [2021-12-21T14:52:56.635Z] --- SKIP: TestDiskUsage (0.00s)
14:52:56 [2021-12-21T14:52:56.635Z] === RUN   TestEventsExecDie
14:52:56 [2021-12-21T14:52:56.635Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
14:52:56 [2021-12-21T14:52:56.635Z] --- SKIP: TestEventsExecDie (0.00s)
14:52:56 [2021-12-21T14:52:56.635Z] === RUN   TestEventsBackwardsCompatible
14:52:56 [2021-12-21T14:52:56.635Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
14:52:56 [2021-12-21T14:52:56.635Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
14:52:56 [2021-12-21T14:52:56.635Z] === RUN   TestEventsVolumeCreate
14:52:56 [2021-12-21T14:52:56.635Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
14:52:56 [2021-12-21T14:52:56.635Z] --- SKIP: TestEventsVolumeCreate (0.00s)
14:52:56 [2021-12-21T14:52:56.635Z] === RUN   TestInfoAPI
14:52:56 [2021-12-21T14:52:56.635Z] --- PASS: TestInfoAPI (0.04s)
14:52:56 [2021-12-21T14:52:56.635Z] === RUN   TestInfoAPIWarnings
14:52:56 [2021-12-21T14:52:56.635Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
14:52:56 [2021-12-21T14:52:56.635Z] --- SKIP: TestInfoAPIWarnings (0.00s)
14:52:56 [2021-12-21T14:52:56.635Z] === RUN   TestInfoDebug
14:52:56 [2021-12-21T14:52:56.635Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:52:56 [2021-12-21T14:52:56.635Z] --- SKIP: TestInfoDebug (0.00s)
14:52:56 [2021-12-21T14:52:56.635Z] === RUN   TestInfoInsecureRegistries
14:52:56 [2021-12-21T14:52:56.635Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:52:56 [2021-12-21T14:52:56.635Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
14:52:56 [2021-12-21T14:52:56.635Z] === RUN   TestInfoRegistryMirrors
14:52:56 [2021-12-21T14:52:56.635Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:52:56 [2021-12-21T14:52:56.635Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
14:52:56 [2021-12-21T14:52:56.635Z] === RUN   TestLoginFailsWithBadCredentials
14:52:57 [2021-12-21T14:52:57.622Z] --- PASS: TestLoginFailsWithBadCredentials (1.03s)
14:52:57 [2021-12-21T14:52:57.622Z] === RUN   TestPingCacheHeaders
14:52:58 [2021-12-21T14:52:58.092Z] --- PASS: TestPingCacheHeaders (0.04s)
14:52:58 [2021-12-21T14:52:58.092Z] === RUN   TestPingGet
14:52:58 [2021-12-21T14:52:58.092Z] --- PASS: TestPingGet (0.04s)
14:52:58 [2021-12-21T14:52:58.092Z] === RUN   TestPingHead
14:52:58 [2021-12-21T14:52:58.092Z] --- PASS: TestPingHead (0.04s)
14:52:58 [2021-12-21T14:52:58.092Z] === RUN   TestVersion
14:52:58 [2021-12-21T14:52:58.092Z] --- PASS: TestVersion (0.03s)
14:52:58 [2021-12-21T14:52:58.092Z] PASS
14:52:58 [2021-12-21T14:52:58.092Z] ok  	github.com/docker/docker/integration/system	1.315s
14:52:58 [2021-12-21T14:52:58.092Z] 
14:52:58 [2021-12-21T14:52:58.092Z] === Skipped
14:52:58 [2021-12-21T14:52:58.092Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:52:58 [2021-12-21T14:52:58.092Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
14:52:58 [2021-12-21T14:52:58.092Z] 
14:52:58 [2021-12-21T14:52:58.092Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s)
14:52:58 [2021-12-21T14:52:58.092Z]     disk_usage_test.go:15: testEnv.OSType == "windows"
14:52:58 [2021-12-21T14:52:58.092Z] 
14:52:58 [2021-12-21T14:52:58.092Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
14:52:58 [2021-12-21T14:52:58.092Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
14:52:58 [2021-12-21T14:52:58.092Z] 
14:52:58 [2021-12-21T14:52:58.092Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
14:52:58 [2021-12-21T14:52:58.092Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
14:52:58 [2021-12-21T14:52:58.092Z] 
14:52:58 [2021-12-21T14:52:58.092Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s)
14:52:58 [2021-12-21T14:52:58.092Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
14:52:58 [2021-12-21T14:52:58.092Z] 
14:52:58 [2021-12-21T14:52:58.092Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
14:52:58 [2021-12-21T14:52:58.092Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
14:52:58 [2021-12-21T14:52:58.092Z] 
14:52:58 [2021-12-21T14:52:58.092Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
14:52:58 [2021-12-21T14:52:58.092Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:52:58 [2021-12-21T14:52:58.092Z] 
14:52:58 [2021-12-21T14:52:58.092Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
14:52:58 [2021-12-21T14:52:58.092Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:52:58 [2021-12-21T14:52:58.092Z] 
14:52:58 [2021-12-21T14:52:58.092Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
14:52:58 [2021-12-21T14:52:58.092Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:52:58 [2021-12-21T14:52:58.092Z] 
14:52:58 [2021-12-21T14:52:58.092Z] DONE 15 tests, 9 skipped in 3.429s
14:52:58 [2021-12-21T14:52:58.092Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
14:52:59 [2021-12-21T14:52:59.220Z] ok  	github.com/docker/docker/pkg/archive	0.543s	coverage: 82.1% of statements
14:52:59 [2021-12-21T14:52:59.514Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
14:53:00 [2021-12-21T14:53:00.202Z] ok  	github.com/docker/docker/pkg/authorization	0.390s	coverage: 68.3% of statements
14:53:00 [2021-12-21T14:53:00.314Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:53:00 [2021-12-21T14:53:00.314Z] INFO: Testing against a local daemon
14:53:00 [2021-12-21T14:53:00.314Z] === RUN   TestVolumesCreateAndList
14:53:00 [2021-12-21T14:53:00.314Z] --- PASS: TestVolumesCreateAndList (0.07s)
14:53:00 [2021-12-21T14:53:00.314Z] === RUN   TestVolumesRemove
14:53:00 [2021-12-21T14:53:00.466Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
14:53:00 [2021-12-21T14:53:00.726Z] ok  	github.com/docker/docker/pkg/capabilities	0.003s	coverage: 87.5% of statements
14:53:00 [2021-12-21T14:53:00.784Z] --- PASS: TestVolumesRemove (0.19s)
14:53:00 [2021-12-21T14:53:00.784Z] === RUN   TestVolumesInspect
14:53:00 [2021-12-21T14:53:00.784Z] --- PASS: TestVolumesInspect (0.07s)
14:53:00 [2021-12-21T14:53:00.784Z] === RUN   TestVolumesInvalidJSON
14:53:00 [2021-12-21T14:53:00.784Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:53:00 [2021-12-21T14:53:00.784Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:53:00 [2021-12-21T14:53:00.784Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:53:00 [2021-12-21T14:53:00.784Z] --- PASS: TestVolumesInvalidJSON (0.03s)
14:53:00 [2021-12-21T14:53:00.784Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:53:00 [2021-12-21T14:53:00.784Z] PASS
14:53:00 [2021-12-21T14:53:00.784Z] ok  	github.com/docker/docker/integration/volume	0.435s
14:53:00 [2021-12-21T14:53:00.784Z] 
14:53:00 [2021-12-21T14:53:00.784Z] DONE 5 tests in 2.595s
14:53:00 [2021-12-21T14:53:00.784Z] INFO: make.ps1 ended at 12/21/2021 14:53:00
14:53:00 [2021-12-21T14:53:00.784Z] INFO: Integration CLI tests being run from the host:
14:53:00 [2021-12-21T14:53:00.784Z] 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" 
14:53:03 [2021-12-21T14:53:03.273Z] ok  	github.com/docker/docker/layer	7.820s	coverage: 68.8% of statements
14:53:03 [2021-12-21T14:53:03.273Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
14:53:03 [2021-12-21T14:53:03.273Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
14:53:03 [2021-12-21T14:53:03.273Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
14:53:03 [2021-12-21T14:53:03.273Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
14:53:03 [2021-12-21T14:53:03.273Z] ?   	github.com/docker/docker/oci/caps	[no test files]
14:53:03 [2021-12-21T14:53:03.534Z] ok  	github.com/docker/docker/pkg/directory	0.005s	coverage: 80.0% of statements
14:53:04 [2021-12-21T14:53:04.105Z] ok  	github.com/docker/docker/pkg/discovery	0.006s	coverage: 58.3% of statements
14:53:04 [2021-12-21T14:53:04.366Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.785s	coverage: 43.5% of statements
14:53:04 [2021-12-21T14:53:04.366Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
14:53:04 [2021-12-21T14:53:04.366Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
14:53:04 [2021-12-21T14:53:04.366Z] ok  	github.com/docker/docker/pkg/discovery/file	0.009s	coverage: 97.6% of statements
14:53:05 [2021-12-21T14:53:05.308Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.009s	coverage: 92.3% of statements
14:53:06 [2021-12-21T14:53:06.075Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
14:53:06 [2021-12-21T14:53:06.249Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.031s	coverage: 93.8% of statements
14:53:06 [2021-12-21T14:53:06.651Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
14:53:06 [2021-12-21T14:53:06.820Z] ok  	github.com/docker/docker/pkg/dmesg	0.026s	coverage: 83.3% of statements
14:53:08 [2021-12-21T14:53:08.025Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
14:53:08 [2021-12-21T14:53:08.202Z] ok  	github.com/docker/docker/pkg/filenotify	0.604s	coverage: 67.0% of statements
14:53:08 [2021-12-21T14:53:08.462Z] ok  	github.com/docker/docker/pkg/fileutils	0.020s	coverage: 84.8% of statements
14:53:08 [2021-12-21T14:53:08.722Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.092s	coverage: 84.1% of statements
14:53:08 [2021-12-21T14:53:08.959Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
14:53:08 [2021-12-21T14:53:08.982Z] ok  	github.com/docker/docker/pkg/fsutils	0.149s	coverage: 85.1% of statements
14:53:08 [2021-12-21T14:53:08.982Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
14:53:09 [2021-12-21T14:53:09.527Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
14:53:09 [2021-12-21T14:53:09.786Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
14:53:10 [2021-12-21T14:53:10.363Z] ok  	github.com/docker/docker/pkg/idtools	0.492s	coverage: 69.5% of statements
14:53:10 [2021-12-21T14:53:10.363Z] ok  	github.com/docker/docker/pkg/ioutils	0.434s	coverage: 71.0% of statements
14:53:10 [2021-12-21T14:53:10.623Z] ok  	github.com/docker/docker/pkg/longpath	0.008s	coverage: 100.0% of statements
14:53:10 [2021-12-21T14:53:10.623Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.009s	coverage: 91.7% of statements
14:53:10 [2021-12-21T14:53:10.623Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
14:53:10 [2021-12-21T14:53:10.623Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
14:53:10 [2021-12-21T14:53:10.623Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
14:53:10 [2021-12-21T14:53:10.623Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.003s	coverage: 85.7% of statements
14:53:10 [2021-12-21T14:53:10.623Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
14:53:10 [2021-12-21T14:53:10.884Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
14:53:11 [2021-12-21T14:53:11.144Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.019s	coverage: 60.0% of statements
14:53:11 [2021-12-21T14:53:11.405Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.003s	coverage: 86.7% of statements
14:53:11 [2021-12-21T14:53:11.405Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
14:53:11 [2021-12-21T14:53:11.405Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
14:53:11 [2021-12-21T14:53:11.405Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
14:53:11 [2021-12-21T14:53:11.689Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
14:53:11 [2021-12-21T14:53:11.948Z]     docker_api_swarm_service_test.go:100: [d0303ed1b6b1f] joining swarm manager [db4f93a00deb8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:53:11 [2021-12-21T14:53:11.977Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.009s	coverage: 56.8% of statements
14:53:12 [2021-12-21T14:53:12.237Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
14:53:12 [2021-12-21T14:53:12.498Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
14:53:12 [2021-12-21T14:53:12.758Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
14:53:12 [2021-12-21T14:53:12.883Z]     docker_api_swarm_service_test.go:101: [d4b9843526c3c] joining swarm manager [db4f93a00deb8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:53:13 [2021-12-21T14:53:13.141Z] === RUN   TestDockerSuite/TestPsListContainersSize
14:53:13 [2021-12-21T14:53:13.376Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
14:53:13 [2021-12-21T14:53:13.376Z] INFO: Testing against a local daemon
14:53:13 [2021-12-21T14:53:13.376Z] === RUN   TestDockerSuite
14:53:13 [2021-12-21T14:53:13.376Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
14:53:13 [2021-12-21T14:53:13.376Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
14:53:13 [2021-12-21T14:53:13.376Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
14:53:13 [2021-12-21T14:53:13.376Z] === RUN   TestDockerSuite/TestAPIErrorJSON
14:53:13 [2021-12-21T14:53:13.376Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
14:53:13 [2021-12-21T14:53:13.376Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
14:53:13 [2021-12-21T14:53:13.376Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
14:53:13 [2021-12-21T14:53:13.376Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
14:53:13 [2021-12-21T14:53:13.376Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
14:53:13 [2021-12-21T14:53:13.376Z] === RUN   TestDockerSuite/TestAPIImagesDelete
14:53:13 [2021-12-21T14:53:13.376Z] === RUN   TestDockerSuite/TestAPIImagesFilter
14:53:13 [2021-12-21T14:53:13.376Z] === RUN   TestDockerSuite/TestAPIImagesHistory
14:53:14 [2021-12-21T14:53:14.138Z] ok  	github.com/docker/docker/pkg/pubsub	1.033s	coverage: 75.0% of statements
14:53:14 [2021-12-21T14:53:14.138Z] ok  	github.com/docker/docker/pkg/reexec	0.007s	coverage: 82.4% of statements
14:53:14 [2021-12-21T14:53:14.364Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
14:53:14 [2021-12-21T14:53:14.398Z] ok  	github.com/docker/docker/pkg/stack	0.003s	coverage: 90.9% of statements
14:53:14 [2021-12-21T14:53:14.398Z] ok  	github.com/docker/docker/pkg/stdcopy	0.005s	coverage: 100.0% of statements
14:53:14 [2021-12-21T14:53:14.516Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
14:53:14 [2021-12-21T14:53:14.516Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
14:53:14 [2021-12-21T14:53:14.658Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
14:53:14 [2021-12-21T14:53:14.834Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
14:53:14 [2021-12-21T14:53:14.918Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
14:53:15 [2021-12-21T14:53:15.179Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 51.2% of statements
14:53:15 [2021-12-21T14:53:15.749Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 40.1% of statements
14:53:15 [2021-12-21T14:53:15.895Z] === RUN   TestDockerSuite/TestPsRightTagName
14:53:16 [2021-12-21T14:53:16.009Z] ok  	github.com/docker/docker/pkg/tailfile	0.052s	coverage: 88.6% of statements
14:53:16 [2021-12-21T14:53:16.269Z] ok  	github.com/docker/docker/pkg/tarsum	0.038s	coverage: 89.3% of statements
14:53:16 [2021-12-21T14:53:16.529Z] coverage: [no statements]
14:53:16 [2021-12-21T14:53:16.529Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
14:53:16 [2021-12-21T14:53:16.790Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
14:53:17 [2021-12-21T14:53:17.050Z] ok  	github.com/docker/docker/pkg/urlutil	0.002s	coverage: 100.0% of statements
14:53:17 [2021-12-21T14:53:17.050Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
14:53:17 [2021-12-21T14:53:17.798Z] === RUN   TestDockerSuite/TestPsShowMounts
14:53:18 [2021-12-21T14:53:18.962Z] ok  	github.com/docker/docker/plugin	0.516s	coverage: 23.2% of statements
14:53:18 [2021-12-21T14:53:18.962Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
14:53:19 [2021-12-21T14:53:19.222Z] ok  	github.com/docker/docker/profiles/seccomp	0.007s	coverage: 86.0% of statements
14:53:19 [2021-12-21T14:53:19.699Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
14:53:19 [2021-12-21T14:53:19.699Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
14:53:19 [2021-12-21T14:53:19.699Z]     docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
14:53:19 [2021-12-21T14:53:19.699Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
14:53:19 [2021-12-21T14:53:19.957Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
14:53:19 [2021-12-21T14:53:19.957Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
14:53:20 [2021-12-21T14:53:20.216Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
14:53:20 [2021-12-21T14:53:20.474Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
14:53:20 [2021-12-21T14:53:20.605Z] ok  	github.com/docker/docker/quota	0.241s	coverage: 71.4% of statements
14:53:20 [2021-12-21T14:53:20.605Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
14:53:21 [2021-12-21T14:53:21.409Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
14:53:21 [2021-12-21T14:53:21.546Z] ok  	github.com/docker/docker/registry	0.039s	coverage: 58.3% of statements
14:53:21 [2021-12-21T14:53:21.806Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
14:53:22 [2021-12-21T14:53:22.066Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
14:53:22 [2021-12-21T14:53:22.344Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
14:53:22 [2021-12-21T14:53:22.647Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 65.7% of statements
14:53:22 [2021-12-21T14:53:22.647Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
14:53:22 [2021-12-21T14:53:22.911Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
14:53:25 [2021-12-21T14:53:25.195Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
14:53:25 [2021-12-21T14:53:25.765Z] ok  	github.com/docker/docker/volume/local	0.098s	coverage: 76.4% of statements
14:53:26 [2021-12-21T14:53:26.336Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 67.7% of statements
14:53:27 [2021-12-21T14:53:27.276Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 72.3% of statements
14:53:29 [2021-12-21T14:53:29.480Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
14:53:30 [2021-12-21T14:53:30.047Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
14:53:31 [2021-12-21T14:53:31.949Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
14:53:31 [2021-12-21T14:53:31.949Z] === RUN   TestDockerSuite/TestRestartPolicyNO
14:53:31 [2021-12-21T14:53:31.949Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
14:53:31 [2021-12-21T14:53:31.949Z] === RUN   TestDockerSuite/TestRestartRunningContainer
14:53:32 [2021-12-21T14:53:32.208Z]     check_test.go:379: [d0303ed1b6b1f] daemon is not started
14:53:34 [2021-12-21T14:53:34.113Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
14:53:35 [2021-12-21T14:53:35.053Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
14:53:37 [2021-12-21T14:53:37.585Z] === RUN   TestDockerSuite/TestRestartWithVolumes
14:53:37 [2021-12-21T14:53:37.585Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
14:53:38 [2021-12-21T14:53:38.520Z] === RUN   TestDockerSuite/TestRmiBlank
14:53:38 [2021-12-21T14:53:38.520Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
14:53:38 [2021-12-21T14:53:38.520Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
14:53:38 [2021-12-21T14:53:38.730Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
14:53:38 [2021-12-21T14:53:38.730Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
14:53:38 [2021-12-21T14:53:38.730Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
14:53:38 [2021-12-21T14:53:38.730Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
14:53:38 [2021-12-21T14:53:38.730Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
14:53:38 [2021-12-21T14:53:38.730Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
14:53:38 [2021-12-21T14:53:38.730Z] === RUN   TestDockerSuite/TestAPINetworkFilter
14:53:38 [2021-12-21T14:53:38.730Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
14:53:38 [2021-12-21T14:53:38.730Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
14:53:38 [2021-12-21T14:53:38.730Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
14:53:38 [2021-12-21T14:53:38.730Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
14:53:38 [2021-12-21T14:53:38.730Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
14:53:38 [2021-12-21T14:53:38.730Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
14:53:38 [2021-12-21T14:53:38.730Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
14:53:38 [2021-12-21T14:53:38.730Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
14:53:38 [2021-12-21T14:53:38.730Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
14:53:38 [2021-12-21T14:53:38.730Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
14:53:38 [2021-12-21T14:53:38.730Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
14:53:38 [2021-12-21T14:53:38.730Z]     docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux
14:53:38 [2021-12-21T14:53:38.730Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
14:53:38 [2021-12-21T14:53:38.730Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
14:53:38 [2021-12-21T14:53:38.730Z]     docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux
14:53:38 [2021-12-21T14:53:38.730Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
14:53:38 [2021-12-21T14:53:38.730Z]     docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux
14:53:38 [2021-12-21T14:53:38.730Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
14:53:39 [2021-12-21T14:53:39.456Z]     docker_api_swarm_service_test.go:533: [d86fc3894545b] joining swarm manager [d418707df5998]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:53:40 [2021-12-21T14:53:40.830Z]     docker_api_swarm_service_test.go:534: [d43e5df4c7bc4] joining swarm manager [d418707df5998]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:53:41 [2021-12-21T14:53:41.088Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
14:53:41 [2021-12-21T14:53:41.654Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
14:53:41 [2021-12-21T14:53:41.683Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
14:53:42 [2021-12-21T14:53:42.221Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
14:53:44 [2021-12-21T14:53:44.127Z] === RUN   TestDockerSuite/TestRmiImgIDForce
14:53:45 [2021-12-21T14:53:45.060Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
14:53:45 [2021-12-21T14:53:45.488Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
14:53:45 [2021-12-21T14:53:45.488Z]     docker_cli_run_test.go:3155: unmatched requirement Apparmor
14:53:45 [2021-12-21T14:53:45.488Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
14:53:45 [2021-12-21T14:53:45.488Z]     docker_cli_run_test.go:3133: unmatched requirement Apparmor
14:53:45 [2021-12-21T14:53:45.488Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
14:53:45 [2021-12-21T14:53:45.488Z]     docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
14:53:45 [2021-12-21T14:53:45.488Z] === RUN   TestDockerSuite/TestAttachDisconnect
14:53:45 [2021-12-21T14:53:45.488Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
14:53:45 [2021-12-21T14:53:45.488Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
14:53:46 [2021-12-21T14:53:46.447Z] === RUN   TestDockerSuite/TestRmiParentImageFail
14:53:47 [2021-12-21T14:53:47.382Z] === RUN   TestDockerSuite/TestRmiTag
14:53:47 [2021-12-21T14:53:47.382Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
14:53:47 [2021-12-21T14:53:47.948Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
14:53:49 [2021-12-21T14:53:49.220Z] ok  	github.com/docker/docker/pkg/plugins	33.630s	coverage: 76.3% of statements
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/pkg/term	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/rootless	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/testutil/request	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/volume	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === Skipped
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     network_proxy_test.go:208: No support for dual stack yet
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:44: Driver btrfs not supported
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:44: Driver btrfs not supported
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:44: Driver btrfs not supported
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:44: Driver btrfs not supported
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:44: Driver btrfs not supported
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:71: No driver to put!
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z] time="2021-12-21T14:52:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z] time="2021-12-21T14:52:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z] time="2021-12-21T14:52:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z] time="2021-12-21T14:52:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z] time="2021-12-21T14:52:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:42: graphdriver: driver not supported
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:71: No driver to put!
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     overlay_test.go:50: Fails to compute changes intermittently
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     overlay_test.go:65: Cannot run test with naive change algorithm
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:44: Driver zfs not supported
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:44: Driver zfs not supported
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:44: Driver zfs not supported
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:44: Driver zfs not supported
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:44: Driver zfs not supported
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     graphtest_unix.go:71: No driver to put!
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
14:53:49 [2021-12-21T14:53:49.221Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
14:53:49 [2021-12-21T14:53:49.221Z] 
14:53:49 [2021-12-21T14:53:49.221Z] DONE 2340 tests, 28 skipped in 252.253s
14:53:49 [2021-12-21T14:53:49.221Z] + '[' -n 'github.com/docker/docker/libnetwork
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/bitseq
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/cluster
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/cmd/diagnostic
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/cmd/ovrouter
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/cmd/readme_test
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/config
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/datastore
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/diagnostic
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/discoverapi
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/driverapi
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drivers/bridge
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drivers/host
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drivers/ipvlan
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drivers/macvlan
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drivers/null
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drivers/overlay
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drivers/remote
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drivers/remote/api
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drivers/windows
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/drvregistry
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/etchosts
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/hostdiscovery
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/idm
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/internal/caller
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/internal/setmatrix
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/ipam
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/ipamapi
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/ipams/builtin
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/ipams/null
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/ipams/remote
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/ipams/remote/api
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/ipams/windowsipam
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/ipamutils
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/iptables
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/netlabel
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/netutils
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/networkdb
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/ns
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/options
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/osl
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/osl/kernel
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/portallocator
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/portmapper
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/resolvconf
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/testutils
14:53:49 [2021-12-21T14:53:49.221Z] github.com/docker/docker/libnetwork/types' ']'
14:53:49 [2021-12-21T14:53:49.221Z] + 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
14:53:49 [2021-12-21T14:53:49.333Z] === RUN   TestDockerSuite/TestAttachPausedContainer
14:53:49 [2021-12-21T14:53:49.333Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
14:53:49 [2021-12-21T14:53:49.333Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
14:53:49 [2021-12-21T14:53:49.333Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
14:53:49 [2021-12-21T14:53:49.333Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
14:53:50 [2021-12-21T14:53:50.477Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
14:53:51 [2021-12-21T14:53:51.042Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
14:53:51 [2021-12-21T14:53:51.608Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
14:53:51 [2021-12-21T14:53:51.866Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
14:53:52 [2021-12-21T14:53:52.802Z] === RUN   TestDockerSuite/TestRunAddHost
14:53:53 [2021-12-21T14:53:53.368Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
14:53:53 [2021-12-21T14:53:53.627Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
14:53:53 [2021-12-21T14:53:53.885Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
14:53:53 [2021-12-21T14:53:53.885Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
14:53:54 [2021-12-21T14:53:54.450Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
14:53:55 [2021-12-21T14:53:55.825Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
14:53:56 [2021-12-21T14:53:56.084Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
14:53:56 [2021-12-21T14:53:56.653Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
14:53:57 [2021-12-21T14:53:57.221Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
14:53:58 [2021-12-21T14:53:58.042Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
14:53:58 [2021-12-21T14:53:58.155Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
14:53:59 [2021-12-21T14:53:59.090Z] === RUN   TestDockerSuite/TestRunAttachDetach
14:53:59 [2021-12-21T14:53:59.656Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
14:54:00 [2021-12-21T14:54:00.224Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
14:54:00 [2021-12-21T14:54:00.791Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
14:54:01 [2021-12-21T14:54:01.357Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
14:54:01 [2021-12-21T14:54:01.924Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
14:54:02 [2021-12-21T14:54:02.863Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
14:54:03 [2021-12-21T14:54:03.444Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
14:54:03 [2021-12-21T14:54:03.445Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
14:54:04 [2021-12-21T14:54:04.379Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
14:54:04 [2021-12-21T14:54:04.637Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
14:54:05 [2021-12-21T14:54:05.204Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
14:54:05 [2021-12-21T14:54:05.204Z] === RUN   TestDockerSuite/TestRunBindMounts
14:54:05 [2021-12-21T14:54:05.771Z]     docker_api_swarm_service_test.go:148: [dabbd52577e4e] joining swarm manager [d888a1394475c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:54:06 [2021-12-21T14:54:06.706Z]     docker_api_swarm_service_test.go:148: [d1538fa719029] joining swarm manager [d888a1394475c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:54:06 [2021-12-21T14:54:06.706Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
14:54:07 [2021-12-21T14:54:07.275Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
14:54:08 [2021-12-21T14:54:08.214Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
14:54:08 [2021-12-21T14:54:08.473Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
14:54:09 [2021-12-21T14:54:09.409Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
14:54:09 [2021-12-21T14:54:09.409Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
14:54:09 [2021-12-21T14:54:09.977Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
14:54:10 [2021-12-21T14:54:10.544Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
14:54:11 [2021-12-21T14:54:11.113Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
14:54:11 [2021-12-21T14:54:11.372Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
14:54:11 [2021-12-21T14:54:11.939Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
14:54:11 [2021-12-21T14:54:11.939Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
14:54:12 [2021-12-21T14:54:12.505Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
14:54:12 [2021-12-21T14:54:12.505Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
14:54:13 [2021-12-21T14:54:13.071Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
14:54:13 [2021-12-21T14:54:13.638Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
14:54:14 [2021-12-21T14:54:14.205Z] === RUN   TestDockerSuite/TestRunContainerNetwork
14:54:14 [2021-12-21T14:54:14.463Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
14:54:14 [2021-12-21T14:54:14.722Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
14:54:14 [2021-12-21T14:54:14.981Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
14:54:16 [2021-12-21T14:54:16.357Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
14:54:17 [2021-12-21T14:54:17.292Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
14:54:17 [2021-12-21T14:54:17.858Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
14:54:18 [2021-12-21T14:54:18.425Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
14:54:18 [2021-12-21T14:54:18.684Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
14:54:19 [2021-12-21T14:54:19.256Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
14:54:19 [2021-12-21T14:54:19.826Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
14:54:20 [2021-12-21T14:54:20.085Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
14:54:21 [2021-12-21T14:54:21.460Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
14:54:23 [2021-12-21T14:54:23.365Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
14:54:23 [2021-12-21T14:54:23.365Z] === RUN   TestDockerSuite/TestRunCreateVolume
14:54:23 [2021-12-21T14:54:23.934Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
14:54:25 [2021-12-21T14:54:25.839Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
14:54:26 [2021-12-21T14:54:26.407Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
14:54:27 [2021-12-21T14:54:27.949Z] ok  	github.com/docker/docker/libnetwork	37.282s	coverage: 40.7% of statements
14:54:27 [2021-12-21T14:54:27.949Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.118s	coverage: 84.4% of statements
14:54:27 [2021-12-21T14:54:27.949Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
14:54:28 [2021-12-21T14:54:28.309Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
14:54:29 [2021-12-21T14:54:29.331Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
14:54:29 [2021-12-21T14:54:29.592Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
14:54:29 [2021-12-21T14:54:29.592Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
14:54:29 [2021-12-21T14:54:29.592Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
14:54:29 [2021-12-21T14:54:29.592Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
14:54:29 [2021-12-21T14:54:29.592Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
14:54:29 [2021-12-21T14:54:29.592Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
14:54:29 [2021-12-21T14:54:29.683Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
14:54:29 [2021-12-21T14:54:29.683Z]     docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows
14:54:29 [2021-12-21T14:54:29.683Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
14:54:29 [2021-12-21T14:54:29.683Z]     docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows
14:54:29 [2021-12-21T14:54:29.683Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
14:54:29 [2021-12-21T14:54:29.945Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
14:54:30 [2021-12-21T14:54:30.163Z] ok  	github.com/docker/docker/libnetwork/config	0.029s	coverage: 24.0% of statements
14:54:30 [2021-12-21T14:54:30.423Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 21.9% of statements
14:54:30 [2021-12-21T14:54:30.423Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
14:54:30 [2021-12-21T14:54:30.423Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
14:54:30 [2021-12-21T14:54:30.684Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
14:54:31 [2021-12-21T14:54:31.848Z] === RUN   TestDockerSuite/TestRunDNSOptions
14:54:32 [2021-12-21T14:54:32.415Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
14:54:33 [2021-12-21T14:54:33.238Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.405s	coverage: 59.9% of statements
14:54:33 [2021-12-21T14:54:33.238Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
14:54:33 [2021-12-21T14:54:33.497Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
14:54:33 [2021-12-21T14:54:33.789Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
14:54:34 [2021-12-21T14:54:34.067Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.199s	coverage: 4.0% of statements
14:54:34 [2021-12-21T14:54:34.067Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
14:54:34 [2021-12-21T14:54:34.356Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
14:54:34 [2021-12-21T14:54:34.637Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.015s	coverage: 4.5% of statements
14:54:34 [2021-12-21T14:54:34.637Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
14:54:34 [2021-12-21T14:54:34.898Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
14:54:35 [2021-12-21T14:54:35.290Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
14:54:35 [2021-12-21T14:54:35.857Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
14:54:35 [2021-12-21T14:54:35.857Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
14:54:35 [2021-12-21T14:54:35.857Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
14:54:36 [2021-12-21T14:54:36.115Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
14:54:37 [2021-12-21T14:54:37.492Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
14:54:37 [2021-12-21T14:54:37.492Z] === RUN   TestDockerSuite/TestRunDuplicateMount
14:54:37 [2021-12-21T14:54:37.757Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
14:54:38 [2021-12-21T14:54:38.325Z] === RUN   TestDockerSuite/TestRunEchoStdout
14:54:38 [2021-12-21T14:54:38.583Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
14:54:39 [2021-12-21T14:54:39.150Z] === RUN   TestDockerSuite/TestRunEmptyEnv
14:54:39 [2021-12-21T14:54:39.150Z] === RUN   TestDockerSuite/TestRunEntrypoint
14:54:39 [2021-12-21T14:54:39.716Z] === RUN   TestDockerSuite/TestRunEnvironment
14:54:39 [2021-12-21T14:54:39.978Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
14:54:40 [2021-12-21T14:54:40.547Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
14:54:40 [2021-12-21T14:54:40.806Z] === RUN   TestDockerSuite/TestRunExitCode
14:54:41 [2021-12-21T14:54:41.372Z] === RUN   TestDockerSuite/TestRunExitCodeOne
14:54:41 [2021-12-21T14:54:41.630Z] === RUN   TestDockerSuite/TestRunExitCodeZero
14:54:42 [2021-12-21T14:54:42.198Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
14:54:42 [2021-12-21T14:54:42.456Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
14:54:42 [2021-12-21T14:54:42.715Z] === RUN   TestDockerSuite/TestRunExposePort
14:54:42 [2021-12-21T14:54:42.715Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
14:54:43 [2021-12-21T14:54:43.285Z] === RUN   TestDockerSuite/TestRunGroupAdd
14:54:43 [2021-12-21T14:54:43.852Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
14:54:44 [2021-12-21T14:54:44.887Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	7.651s	coverage: 7.2% of statements
14:54:44 [2021-12-21T14:54:44.887Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
14:54:44 [2021-12-21T14:54:44.887Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.002s	coverage: 63.6% of statements
14:54:44 [2021-12-21T14:54:44.887Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.009s	coverage: 57.4% of statements
14:54:44 [2021-12-21T14:54:44.887Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
14:54:44 [2021-12-21T14:54:44.887Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
14:54:44 [2021-12-21T14:54:44.887Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
14:54:44 [2021-12-21T14:54:44.887Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.015s	coverage: 82.4% of statements
14:54:45 [2021-12-21T14:54:45.147Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.013s	coverage: 81.2% of statements
14:54:45 [2021-12-21T14:54:45.228Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
14:54:45 [2021-12-21T14:54:45.408Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.003s	coverage: 48.1% of statements
14:54:45 [2021-12-21T14:54:45.408Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
14:54:45 [2021-12-21T14:54:45.486Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
14:54:45 [2021-12-21T14:54:45.486Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
14:54:45 [2021-12-21T14:54:45.486Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
14:54:45 [2021-12-21T14:54:45.668Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.001s	coverage: 100.0% of statements
14:54:48 [2021-12-21T14:54:48.019Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
14:54:48 [2021-12-21T14:54:48.277Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
14:54:56 [2021-12-21T14:54:56.296Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
14:54:56 [2021-12-21T14:54:56.296Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPINetworkFilter
14:54:56 [2021-12-21T14:54:56.296Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
14:54:56 [2021-12-21T14:54:56.296Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
14:54:56 [2021-12-21T14:54:56.296Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
14:54:56 [2021-12-21T14:54:56.296Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
14:54:56 [2021-12-21T14:54:56.296Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
14:54:56 [2021-12-21T14:54:56.296Z]     docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
14:54:56 [2021-12-21T14:54:56.296Z]     docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
14:54:56 [2021-12-21T14:54:56.296Z]     docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
14:54:56 [2021-12-21T14:54:56.296Z]     docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
14:54:56 [2021-12-21T14:54:56.296Z]     docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
14:54:56 [2021-12-21T14:54:56.296Z]     docker_cli_run_test.go:3155: unmatched requirement Apparmor
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
14:54:56 [2021-12-21T14:54:56.296Z]     docker_cli_run_test.go:3133: unmatched requirement Apparmor
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
14:54:56 [2021-12-21T14:54:56.296Z]     docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAttachDisconnect
14:54:56 [2021-12-21T14:54:56.296Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAttachPausedContainer
14:54:56 [2021-12-21T14:54:56.296Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
14:54:56 [2021-12-21T14:54:56.296Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
14:54:56 [2021-12-21T14:54:56.296Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
14:54:57 [2021-12-21T14:54:57.890Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.003s	coverage: 100.0% of statements
14:55:00 [2021-12-21T14:55:00.473Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
14:55:00 [2021-12-21T14:55:00.473Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
14:55:00 [2021-12-21T14:55:00.981Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
14:55:01 [2021-12-21T14:55:01.040Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
14:55:01 [2021-12-21T14:55:01.299Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
14:55:01 [2021-12-21T14:55:01.299Z] === RUN   TestDockerSuite/TestRunInvalidReference
14:55:01 [2021-12-21T14:55:01.299Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
14:55:01 [2021-12-21T14:55:01.867Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
14:55:04 [2021-12-21T14:55:04.414Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
14:55:05 [2021-12-21T14:55:05.349Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
14:55:06 [2021-12-21T14:55:06.067Z] --- PASS: TestBuildWithHugeFile (166.94s)
14:55:06 [2021-12-21T14:55:06.067Z] === RUN   TestBuildWCOWSandboxSize
14:55:06 [2021-12-21T14:55:06.067Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:55:06 [2021-12-21T14:55:06.067Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
14:55:06 [2021-12-21T14:55:06.067Z] === RUN   TestBuildWithEmptyDockerfile
14:55:06 [2021-12-21T14:55:06.067Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
14:55:06 [2021-12-21T14:55:06.067Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
14:55:06 [2021-12-21T14:55:06.067Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:55:06 [2021-12-21T14:55:06.067Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:55:06 [2021-12-21T14:55:06.067Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:55:06 [2021-12-21T14:55:06.067Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:55:06 [2021-12-21T14:55:06.067Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
14:55:06 [2021-12-21T14:55:06.067Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:55:06 [2021-12-21T14:55:06.067Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:55:06 [2021-12-21T14:55:06.067Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s)
14:55:06 [2021-12-21T14:55:06.067Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
14:55:06 [2021-12-21T14:55:06.067Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
14:55:06 [2021-12-21T14:55:06.067Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
14:55:06 [2021-12-21T14:55:06.067Z] === RUN   TestBuildPreserveOwnership
14:55:06 [2021-12-21T14:55:06.067Z]     build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME
14:55:06 [2021-12-21T14:55:06.067Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
14:55:06 [2021-12-21T14:55:06.067Z] === RUN   TestBuildPlatformInvalid
14:55:06 [2021-12-21T14:55:06.067Z] --- PASS: TestBuildPlatformInvalid (0.09s)
14:55:06 [2021-12-21T14:55:06.067Z] PASS
14:55:06 [2021-12-21T14:55:06.067Z] ok  	github.com/docker/docker/integration/build	257.486s
14:55:06 [2021-12-21T14:55:06.067Z] 
14:55:06 [2021-12-21T14:55:06.067Z] === Skipped
14:55:06 [2021-12-21T14:55:06.067Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
14:55:06 [2021-12-21T14:55:06.067Z]     build_session_test.go:25: TODO: BuildKit
14:55:06 [2021-12-21T14:55:06.067Z] 
14:55:06 [2021-12-21T14:55:06.067Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
14:55:06 [2021-12-21T14:55:06.067Z]     build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.067Z] 
14:55:06 [2021-12-21T14:55:06.067Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s)
14:55:06 [2021-12-21T14:55:06.067Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
14:55:06 [2021-12-21T14:55:06.067Z] 
14:55:06 [2021-12-21T14:55:06.067Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s)
14:55:06 [2021-12-21T14:55:06.067Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
14:55:06 [2021-12-21T14:55:06.067Z] 
14:55:06 [2021-12-21T14:55:06.067Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s)
14:55:06 [2021-12-21T14:55:06.067Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
14:55:06 [2021-12-21T14:55:06.067Z] 
14:55:06 [2021-12-21T14:55:06.067Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
14:55:06 [2021-12-21T14:55:06.067Z]     build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME
14:55:06 [2021-12-21T14:55:06.067Z] 
14:55:06 [2021-12-21T14:55:06.067Z] DONE 29 tests, 6 skipped in 295.110s
14:55:06 [2021-12-21T14:55:06.067Z] Running D:\gopath\src\github.com\docker\docker\integration\config
14:55:06 [2021-12-21T14:55:06.067Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:55:06 [2021-12-21T14:55:06.067Z] INFO: Testing against a local daemon
14:55:06 [2021-12-21T14:55:06.067Z] === RUN   TestConfigInspect
14:55:06 [2021-12-21T14:55:06.067Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.067Z] --- SKIP: TestConfigInspect (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestConfigList
14:55:06 [2021-12-21T14:55:06.068Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestConfigList (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestConfigsCreateAndDelete
14:55:06 [2021-12-21T14:55:06.068Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestConfigsUpdate
14:55:06 [2021-12-21T14:55:06.068Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestConfigsUpdate (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestTemplatedConfig
14:55:06 [2021-12-21T14:55:06.068Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestTemplatedConfig (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestConfigCreateResolve
14:55:06 [2021-12-21T14:55:06.068Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestConfigCreateResolve (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] PASS
14:55:06 [2021-12-21T14:55:06.068Z] ok  	github.com/docker/docker/integration/config	0.114s
14:55:06 [2021-12-21T14:55:06.068Z] 
14:55:06 [2021-12-21T14:55:06.068Z] === Skipped
14:55:06 [2021-12-21T14:55:06.068Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.068Z] 
14:55:06 [2021-12-21T14:55:06.068Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.068Z] 
14:55:06 [2021-12-21T14:55:06.068Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.068Z] 
14:55:06 [2021-12-21T14:55:06.068Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.068Z] 
14:55:06 [2021-12-21T14:55:06.068Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.068Z] 
14:55:06 [2021-12-21T14:55:06.068Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
14:55:06 [2021-12-21T14:55:06.068Z] 
14:55:06 [2021-12-21T14:55:06.068Z] DONE 6 tests, 6 skipped in 2.322s
14:55:06 [2021-12-21T14:55:06.068Z] Running D:\gopath\src\github.com\docker\docker\integration\container
14:55:06 [2021-12-21T14:55:06.068Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:55:06 [2021-12-21T14:55:06.068Z] INFO: Testing against a local daemon
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCheckpoint
14:55:06 [2021-12-21T14:55:06.068Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestCheckpoint (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestContainerInvalidJSON
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
14:55:06 [2021-12-21T14:55:06.068Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
14:55:06 [2021-12-21T14:55:06.068Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
14:55:06 [2021-12-21T14:55:06.068Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
14:55:06 [2021-12-21T14:55:06.068Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
14:55:06 [2021-12-21T14:55:06.068Z] --- PASS: TestContainerInvalidJSON (0.05s)
14:55:06 [2021-12-21T14:55:06.068Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:55:06 [2021-12-21T14:55:06.068Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.34s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCopyFromContainerPathIsNotDir
14:55:06 [2021-12-21T14:55:06.068Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.28s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCopyToContainerPathDoesNotExist
14:55:06 [2021-12-21T14:55:06.068Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.27s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCopyToContainerPathIsNotDir
14:55:06 [2021-12-21T14:55:06.068Z] --- PASS: TestCopyToContainerPathIsNotDir (0.26s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCopyFromContainer
14:55:06 [2021-12-21T14:55:06.068Z]     copy_test.go:81: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestCopyFromContainer (0.01s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:55:06 [2021-12-21T14:55:06.068Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:55:06 [2021-12-21T14:55:06.068Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:55:06 [2021-12-21T14:55:06.068Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:55:06 [2021-12-21T14:55:06.068Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:55:06 [2021-12-21T14:55:06.068Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:55:06 [2021-12-21T14:55:06.068Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:55:06 [2021-12-21T14:55:06.068Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s)
14:55:06 [2021-12-21T14:55:06.068Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateLinkToNonExistingContainer
14:55:06 [2021-12-21T14:55:06.068Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateWithInvalidEnv
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateWithInvalidEnv/0
14:55:06 [2021-12-21T14:55:06.068Z] === PAUSE TestCreateWithInvalidEnv/0
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateWithInvalidEnv/1
14:55:06 [2021-12-21T14:55:06.068Z] === PAUSE TestCreateWithInvalidEnv/1
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateWithInvalidEnv/2
14:55:06 [2021-12-21T14:55:06.068Z] === PAUSE TestCreateWithInvalidEnv/2
14:55:06 [2021-12-21T14:55:06.068Z] === CONT  TestCreateWithInvalidEnv/0
14:55:06 [2021-12-21T14:55:06.068Z] === CONT  TestCreateWithInvalidEnv/2
14:55:06 [2021-12-21T14:55:06.068Z] === CONT  TestCreateWithInvalidEnv/1
14:55:06 [2021-12-21T14:55:06.068Z] --- PASS: TestCreateWithInvalidEnv (0.04s)
14:55:06 [2021-12-21T14:55:06.068Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateTmpfsMountsTarget
14:55:06 [2021-12-21T14:55:06.068Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateWithCustomMaskedPaths
14:55:06 [2021-12-21T14:55:06.068Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateWithCustomReadonlyPaths
14:55:06 [2021-12-21T14:55:06.068Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:55:06 [2021-12-21T14:55:06.068Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:55:06 [2021-12-21T14:55:06.068Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:55:06 [2021-12-21T14:55:06.068Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:55:06 [2021-12-21T14:55:06.068Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:55:06 [2021-12-21T14:55:06.068Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:55:06 [2021-12-21T14:55:06.068Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:55:06 [2021-12-21T14:55:06.068Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:55:06 [2021-12-21T14:55:06.068Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:55:06 [2021-12-21T14:55:06.068Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:55:06 [2021-12-21T14:55:06.068Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:55:06 [2021-12-21T14:55:06.068Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s)
14:55:06 [2021-12-21T14:55:06.068Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
14:55:06 [2021-12-21T14:55:06.068Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
14:55:06 [2021-12-21T14:55:06.068Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
14:55:06 [2021-12-21T14:55:06.068Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
14:55:06 [2021-12-21T14:55:06.068Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:55:06 [2021-12-21T14:55:06.068Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateDifferentPlatform
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateDifferentPlatform/different_os
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:55:06 [2021-12-21T14:55:06.068Z] --- PASS: TestCreateDifferentPlatform (0.04s)
14:55:06 [2021-12-21T14:55:06.068Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:55:06 [2021-12-21T14:55:06.068Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.10s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:55:06 [2021-12-21T14:55:06.068Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestContainerKillOnDaemonStart
14:55:06 [2021-12-21T14:55:06.068Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestDiff
14:55:06 [2021-12-21T14:55:06.068Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestDiff (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestExecWithCloseStdin
14:55:06 [2021-12-21T14:55:06.068Z] --- PASS: TestExecWithCloseStdin (2.77s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestExec
14:55:06 [2021-12-21T14:55:06.068Z] --- PASS: TestExec (2.64s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestExecUser
14:55:06 [2021-12-21T14:55:06.068Z]     exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestExecUser (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestExportContainerAndImportImage
14:55:06 [2021-12-21T14:55:06.068Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestExportContainerAfterDaemonRestart
14:55:06 [2021-12-21T14:55:06.068Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestHealthCheckWorkdir
14:55:06 [2021-12-21T14:55:06.068Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestHealthKillContainer
14:55:06 [2021-12-21T14:55:06.068Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestHealthKillContainer (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestInspectCpusetInConfigPre120
14:55:06 [2021-12-21T14:55:06.068Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
14:55:06 [2021-12-21T14:55:06.068Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
14:55:06 [2021-12-21T14:55:06.068Z] === RUN   TestKillContainerInvalidSignal
14:55:06 [2021-12-21T14:55:06.724Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
14:55:06 [2021-12-21T14:55:06.724Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
14:55:08 [2021-12-21T14:55:08.251Z] --- PASS: TestKillContainerInvalidSignal (2.39s)
14:55:08 [2021-12-21T14:55:08.251Z] === RUN   TestKillContainer
14:55:08 [2021-12-21T14:55:08.251Z] === RUN   TestKillContainer/no_signal
14:55:10 [2021-12-21T14:55:10.458Z] === RUN   TestKillContainer/non_killing_signal
14:55:10 [2021-12-21T14:55:10.459Z]     kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
14:55:10 [2021-12-21T14:55:10.459Z] === RUN   TestKillContainer/killing_signal
14:55:10 [2021-12-21T14:55:10.909Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
14:55:12 [2021-12-21T14:55:12.283Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
14:55:12 [2021-12-21T14:55:12.793Z] ok  	github.com/docker/docker/libnetwork/ipam	14.056s	coverage: 85.3% of statements
14:55:12 [2021-12-21T14:55:12.793Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
14:55:12 [2021-12-21T14:55:12.793Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
14:55:12 [2021-12-21T14:55:12.793Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
14:55:12 [2021-12-21T14:55:12.793Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 47.4% of statements
14:55:12 [2021-12-21T14:55:12.793Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
14:55:12 [2021-12-21T14:55:12.793Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
14:55:12 [2021-12-21T14:55:12.793Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.246s	coverage: 74.0% of statements
14:55:12 [2021-12-21T14:55:12.793Z] ok  	github.com/docker/docker/libnetwork/iptables	0.161s	coverage: 45.1% of statements
14:55:12 [2021-12-21T14:55:12.793Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
14:55:12 [2021-12-21T14:55:12.793Z] ok  	github.com/docker/docker/libnetwork/netutils	0.018s	coverage: 44.1% of statements
14:55:12 [2021-12-21T14:55:12.852Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
14:55:12 [2021-12-21T14:55:12.852Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
14:55:13 [2021-12-21T14:55:13.110Z] === RUN   TestDockerSuite/TestRunModeHostname
14:55:14 [2021-12-21T14:55:14.046Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
14:55:14 [2021-12-21T14:55:14.046Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
14:55:14 [2021-12-21T14:55:14.046Z] === RUN   TestDockerSuite/TestRunModeIpcHost
14:55:15 [2021-12-21T14:55:15.420Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
14:55:15 [2021-12-21T14:55:15.679Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
14:55:15 [2021-12-21T14:55:15.937Z] === RUN   TestDockerSuite/TestRunModePIDContainer
14:55:17 [2021-12-21T14:55:17.313Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
14:55:17 [2021-12-21T14:55:17.313Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
14:55:17 [2021-12-21T14:55:17.313Z] === RUN   TestDockerSuite/TestRunModeUTSHost
14:55:18 [2021-12-21T14:55:18.691Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
14:55:18 [2021-12-21T14:55:18.691Z] === RUN   TestDockerSuite/TestRunMount
14:55:19 [2021-12-21T14:55:19.050Z] --- PASS: TestKillContainer (9.76s)
14:55:19 [2021-12-21T14:55:19.051Z]     --- PASS: TestKillContainer/no_signal (2.26s)
14:55:19 [2021-12-21T14:55:19.051Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
14:55:19 [2021-12-21T14:55:19.051Z]     --- PASS: TestKillContainer/killing_signal (7.43s)
14:55:19 [2021-12-21T14:55:19.051Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:55:19 [2021-12-21T14:55:19.051Z]     kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:55:19 [2021-12-21T14:55:19.051Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
14:55:19 [2021-12-21T14:55:19.051Z] === RUN   TestKillStoppedContainer
14:55:19 [2021-12-21T14:55:19.051Z]     kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:55:19 [2021-12-21T14:55:19.051Z] --- SKIP: TestKillStoppedContainer (0.00s)
14:55:19 [2021-12-21T14:55:19.051Z] === RUN   TestKillStoppedContainerAPIPre120
14:55:19 [2021-12-21T14:55:19.051Z]     kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:55:19 [2021-12-21T14:55:19.051Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
14:55:19 [2021-12-21T14:55:19.051Z] === RUN   TestKillDifferentUserContainer
14:55:19 [2021-12-21T14:55:19.051Z]     kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
14:55:19 [2021-12-21T14:55:19.051Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
14:55:19 [2021-12-21T14:55:19.051Z] === RUN   TestInspectOomKilledTrue
14:55:19 [2021-12-21T14:55:19.051Z]     kill_test.go:157: testEnv.DaemonInfo.OSType == "windows"
14:55:19 [2021-12-21T14:55:19.051Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
14:55:19 [2021-12-21T14:55:19.051Z] === RUN   TestInspectOomKilledFalse
14:55:19 [2021-12-21T14:55:19.051Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:55:19 [2021-12-21T14:55:19.051Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
14:55:19 [2021-12-21T14:55:19.051Z] === RUN   TestLogsFollowTailEmpty
14:55:20 [2021-12-21T14:55:20.021Z] --- PASS: TestLogsFollowTailEmpty (2.41s)
14:55:20 [2021-12-21T14:55:20.022Z] === RUN   TestNetworkNat
14:55:20 [2021-12-21T14:55:20.022Z]     nat_test.go:23: testEnv.OSType == "windows": FIXME
14:55:20 [2021-12-21T14:55:20.022Z] --- SKIP: TestNetworkNat (0.00s)
14:55:20 [2021-12-21T14:55:20.022Z] === RUN   TestNetworkLocalhostTCPNat
14:55:21 [2021-12-21T14:55:21.975Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
14:55:22 [2021-12-21T14:55:22.934Z] --- PASS: TestNetworkLocalhostTCPNat (2.76s)
14:55:22 [2021-12-21T14:55:22.934Z] === RUN   TestNetworkLoopbackNat
14:55:22 [2021-12-21T14:55:22.934Z]     nat_test.go:59: testEnv.OSType == "windows": FIXME
14:55:22 [2021-12-21T14:55:22.934Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
14:55:22 [2021-12-21T14:55:22.934Z] === RUN   TestPause
14:55:22 [2021-12-21T14:55:22.934Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
14:55:22 [2021-12-21T14:55:22.934Z] --- SKIP: TestPause (0.00s)
14:55:22 [2021-12-21T14:55:22.934Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:55:23 [2021-12-21T14:55:23.359Z] === RUN   TestDockerSuite/TestRunMountOrdering
14:55:24 [2021-12-21T14:55:24.308Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
14:55:24 [2021-12-21T14:55:24.308Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
14:55:24 [2021-12-21T14:55:24.566Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
14:55:25 [2021-12-21T14:55:25.853Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.39s)
14:55:25 [2021-12-21T14:55:25.853Z] === RUN   TestPauseStopPausedContainer
14:55:25 [2021-12-21T14:55:25.853Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
14:55:25 [2021-12-21T14:55:25.853Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
14:55:25 [2021-12-21T14:55:25.853Z] === RUN   TestPsFilter
14:55:25 [2021-12-21T14:55:25.853Z] --- PASS: TestPsFilter (0.28s)
14:55:25 [2021-12-21T14:55:25.853Z] === RUN   TestRemoveContainerWithRemovedVolume
14:55:25 [2021-12-21T14:55:25.941Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
14:55:27 [2021-12-21T14:55:27.845Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
14:55:28 [2021-12-21T14:55:28.412Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
14:55:30 [2021-12-21T14:55:30.316Z] === RUN   TestDockerSuite/TestRunNamedVolume
14:55:32 [2021-12-21T14:55:32.218Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
14:55:32 [2021-12-21T14:55:32.218Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
14:55:33 [2021-12-21T14:55:33.596Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
14:55:34 [2021-12-21T14:55:34.440Z] --- PASS: TestRemoveContainerWithRemovedVolume (7.54s)
14:55:34 [2021-12-21T14:55:34.440Z] === RUN   TestRemoveContainerWithVolume
14:55:34 [2021-12-21T14:55:34.973Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
14:55:35 [2021-12-21T14:55:35.909Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
14:55:35 [2021-12-21T14:55:35.909Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
14:55:36 [2021-12-21T14:55:36.476Z] === RUN   TestDockerSuite/TestRunNetHost
14:55:37 [2021-12-21T14:55:37.410Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
14:55:37 [2021-12-21T14:55:37.669Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
14:55:38 [2021-12-21T14:55:38.235Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
14:55:39 [2021-12-21T14:55:39.522Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
14:55:39 [2021-12-21T14:55:39.522Z]     docker_api_build_test.go:176: unmatched requirement UnixCli
14:55:39 [2021-12-21T14:55:39.522Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
14:55:39 [2021-12-21T14:55:39.610Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
14:55:40 [2021-12-21T14:55:40.987Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
14:55:41 [2021-12-21T14:55:41.553Z] --- PASS: TestRemoveContainerWithVolume (7.63s)
14:55:41 [2021-12-21T14:55:41.553Z] === RUN   TestRemoveContainerRunning
14:55:43 [2021-12-21T14:55:43.096Z] --- PASS: TestRemoveContainerRunning (2.42s)
14:55:43 [2021-12-21T14:55:43.096Z] === RUN   TestRemoveContainerForceRemoveRunning
14:55:43 [2021-12-21T14:55:43.525Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
14:55:43 [2021-12-21T14:55:43.784Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
14:55:43 [2021-12-21T14:55:43.785Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
14:55:44 [2021-12-21T14:55:44.352Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
14:55:44 [2021-12-21T14:55:44.352Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
14:55:44 [2021-12-21T14:55:44.917Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
14:55:45 [2021-12-21T14:55:45.175Z] === RUN   TestDockerSuite/TestRunNonExistingImage
14:55:45 [2021-12-21T14:55:45.398Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
14:55:45 [2021-12-21T14:55:45.398Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
14:55:45 [2021-12-21T14:55:45.433Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
14:55:45 [2021-12-21T14:55:45.691Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
14:55:46 [2021-12-21T14:55:46.012Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.30s)
14:55:46 [2021-12-21T14:55:46.012Z] === RUN   TestRemoveInvalidContainer
14:55:46 [2021-12-21T14:55:46.012Z] --- PASS: TestRemoveInvalidContainer (0.04s)
14:55:46 [2021-12-21T14:55:46.012Z] === RUN   TestRenameLinkedContainer
14:55:46 [2021-12-21T14:55:46.012Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
14:55:46 [2021-12-21T14:55:46.012Z] --- SKIP: TestRenameLinkedContainer (0.00s)
14:55:46 [2021-12-21T14:55:46.012Z] === RUN   TestRenameStoppedContainer
14:55:48 [2021-12-21T14:55:48.196Z] --- PASS: TestRenameStoppedContainer (2.70s)
14:55:48 [2021-12-21T14:55:48.196Z] === RUN   TestRenameRunningContainerAndReuse
14:55:50 [2021-12-21T14:55:50.148Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
14:55:51 [2021-12-21T14:55:51.134Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
14:55:51 [2021-12-21T14:55:51.134Z]     docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux
14:55:51 [2021-12-21T14:55:51.134Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
14:55:51 [2021-12-21T14:55:51.134Z]     docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux
14:55:51 [2021-12-21T14:55:51.134Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
14:55:51 [2021-12-21T14:55:51.134Z]     docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux
14:55:51 [2021-12-21T14:55:51.134Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
14:55:51 [2021-12-21T14:55:51.604Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
14:55:52 [2021-12-21T14:55:52.246Z] === RUN   TestDockerSuite/TestRunOOMExitCode
14:55:52 [2021-12-21T14:55:52.246Z]     docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport
14:55:52 [2021-12-21T14:55:52.246Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
14:55:52 [2021-12-21T14:55:52.246Z] === RUN   TestDockerSuite/TestRunPIDsLimit
14:55:52 [2021-12-21T14:55:52.246Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
14:55:52 [2021-12-21T14:55:52.590Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
14:55:52 [2021-12-21T14:55:52.900Z] --- PASS: TestRenameRunningContainerAndReuse (4.62s)
14:55:52 [2021-12-21T14:55:52.900Z] === RUN   TestRenameInvalidName
14:55:53 [2021-12-21T14:55:53.182Z] === RUN   TestDockerSuite/TestRunPortInUse
14:55:53 [2021-12-21T14:55:53.748Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
14:55:54 [2021-12-21T14:55:54.314Z]     docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n"
14:55:54 [2021-12-21T14:55:54.314Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
14:55:54 [2021-12-21T14:55:54.574Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
14:55:55 [2021-12-21T14:55:55.083Z] --- PASS: TestRenameInvalidName (2.30s)
14:55:55 [2021-12-21T14:55:55.083Z] === RUN   TestRenameAnonymousContainer
14:55:55 [2021-12-21T14:55:55.143Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
14:55:55 [2021-12-21T14:55:55.403Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
14:55:56 [2021-12-21T14:55:56.340Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
14:55:56 [2021-12-21T14:55:56.340Z]     docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess
14:55:56 [2021-12-21T14:55:56.340Z] === RUN   TestDockerSuite/TestRunPublishPort
14:55:56 [2021-12-21T14:55:56.340Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
14:55:56 [2021-12-21T14:55:56.380Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
14:55:56 [2021-12-21T14:55:56.906Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
14:55:57 [2021-12-21T14:55:57.165Z] === RUN   TestDockerSuite/TestRunReadProcLatency
14:55:57 [2021-12-21T14:55:57.165Z]     docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured
14:55:57 [2021-12-21T14:55:57.165Z] === RUN   TestDockerSuite/TestRunReadProcTimer
14:55:57 [2021-12-21T14:55:57.731Z] === RUN   TestDockerSuite/TestRunRedirectStdout
14:55:58 [2021-12-21T14:55:58.594Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
14:55:58 [2021-12-21T14:55:58.594Z]     docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux
14:55:58 [2021-12-21T14:55:58.594Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
14:55:58 [2021-12-21T14:55:58.594Z]     docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux
14:55:58 [2021-12-21T14:55:58.594Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
14:55:58 [2021-12-21T14:55:58.594Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
14:55:59 [2021-12-21T14:55:59.109Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
14:55:59 [2021-12-21T14:55:59.109Z]     docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved
14:55:59 [2021-12-21T14:55:59.109Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
14:56:01 [2021-12-21T14:56:01.640Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
14:56:02 [2021-12-21T14:56:02.382Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
14:56:02 [2021-12-21T14:56:02.579Z] === RUN   TestDockerSuite/TestRunRm
14:56:02 [2021-12-21T14:56:02.847Z] === RUN   TestDockerSuite/TestRunRmAndWait
14:56:04 [2021-12-21T14:56:04.754Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
14:56:05 [2021-12-21T14:56:05.419Z] --- PASS: TestRenameAnonymousContainer (10.32s)
14:56:05 [2021-12-21T14:56:05.419Z] === RUN   TestRenameContainerWithSameName
14:56:06 [2021-12-21T14:56:06.653Z] === RUN   TestDockerSuite/TestRunRmPre125Api
14:56:07 [2021-12-21T14:56:07.220Z] === RUN   TestDockerSuite/TestRunRootWorkdir
14:56:07 [2021-12-21T14:56:07.602Z] --- PASS: TestRenameContainerWithSameName (2.27s)
14:56:07 [2021-12-21T14:56:07.602Z] === RUN   TestRenameContainerWithLinkedContainer
14:56:07 [2021-12-21T14:56:07.602Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
14:56:07 [2021-12-21T14:56:07.602Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
14:56:07 [2021-12-21T14:56:07.602Z] === RUN   TestResize
14:56:07 [2021-12-21T14:56:07.786Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
14:56:08 [2021-12-21T14:56:08.044Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
14:56:09 [2021-12-21T14:56:09.418Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
14:56:09 [2021-12-21T14:56:09.986Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
14:56:10 [2021-12-21T14:56:10.514Z] --- PASS: TestResize (2.28s)
14:56:10 [2021-12-21T14:56:10.514Z] === RUN   TestResizeWithInvalidSize
14:56:12 [2021-12-21T14:56:12.518Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
14:56:12 [2021-12-21T14:56:12.699Z] --- PASS: TestResizeWithInvalidSize (2.28s)
14:56:12 [2021-12-21T14:56:12.699Z] === RUN   TestResizeWhenContainerNotStarted
14:56:14 [2021-12-21T14:56:14.885Z] --- PASS: TestResizeWhenContainerNotStarted (2.57s)
14:56:14 [2021-12-21T14:56:14.886Z] === RUN   TestDaemonRestartKillContainers
14:56:14 [2021-12-21T14:56:14.886Z]     restart_test.go:20: testEnv.DaemonInfo.OSType == "windows"
14:56:14 [2021-12-21T14:56:14.886Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
14:56:14 [2021-12-21T14:56:14.886Z] === RUN   TestStats
14:56:14 [2021-12-21T14:56:14.886Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
14:56:14 [2021-12-21T14:56:14.886Z] --- SKIP: TestStats (0.00s)
14:56:14 [2021-12-21T14:56:14.886Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:56:15 [2021-12-21T14:56:15.049Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
14:56:15 [2021-12-21T14:56:15.049Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
14:56:15 [2021-12-21T14:56:15.616Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
14:56:16 [2021-12-21T14:56:16.182Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
14:56:16 [2021-12-21T14:56:16.439Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
14:56:17 [2021-12-21T14:56:17.006Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
14:56:17 [2021-12-21T14:56:17.264Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
14:56:17 [2021-12-21T14:56:17.310Z] === RUN   TestDockerSuite/TestBuildAddNonTar
14:56:17 [2021-12-21T14:56:17.830Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
14:56:18 [2021-12-21T14:56:18.399Z] === RUN   TestDockerSuite/TestRunSetMacAddress
14:56:18 [2021-12-21T14:56:18.658Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
14:56:21 [2021-12-21T14:56:21.186Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
14:56:21 [2021-12-21T14:56:21.186Z] === RUN   TestDockerSuite/TestRunState
14:56:21 [2021-12-21T14:56:21.977Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.66s)
14:56:21 [2021-12-21T14:56:21.977Z] === RUN   TestStopContainerWithTimeout
14:56:21 [2021-12-21T14:56:21.977Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
14:56:21 [2021-12-21T14:56:21.977Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
14:56:21 [2021-12-21T14:56:21.977Z] === RUN   TestUpdateRestartPolicy
14:56:22 [2021-12-21T14:56:22.151Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
14:56:22 [2021-12-21T14:56:22.727Z] === RUN   TestDockerSuite/TestRunStdinPipe
14:56:23 [2021-12-21T14:56:23.174Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
14:56:23 [2021-12-21T14:56:23.661Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
14:56:23 [2021-12-21T14:56:23.661Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
14:56:23 [2021-12-21T14:56:23.919Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
14:56:23 [2021-12-21T14:56:23.919Z]     docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport
14:56:23 [2021-12-21T14:56:23.919Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
14:56:24 [2021-12-21T14:56:24.160Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
14:56:24 [2021-12-21T14:56:24.160Z]     docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux
14:56:24 [2021-12-21T14:56:24.160Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
14:56:24 [2021-12-21T14:56:24.177Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
14:56:24 [2021-12-21T14:56:24.743Z] === RUN   TestDockerSuite/TestRunSysctls
14:56:26 [2021-12-21T14:56:26.119Z] === RUN   TestDockerSuite/TestRunTLSVerify
14:56:26 [2021-12-21T14:56:26.119Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
14:56:26 [2021-12-21T14:56:26.119Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
14:56:26 [2021-12-21T14:56:26.684Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
14:56:26 [2021-12-21T14:56:26.684Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
14:56:27 [2021-12-21T14:56:27.952Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
14:56:28 [2021-12-21T14:56:28.585Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
14:56:28 [2021-12-21T14:56:28.844Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
14:56:29 [2021-12-21T14:56:29.102Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
14:56:29 [2021-12-21T14:56:29.515Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
14:56:30 [2021-12-21T14:56:30.040Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
14:56:32 [2021-12-21T14:56:32.573Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
14:56:32 [2021-12-21T14:56:32.831Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
14:56:35 [2021-12-21T14:56:35.364Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
14:56:35 [2021-12-21T14:56:35.931Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
14:56:36 [2021-12-21T14:56:36.500Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
14:56:36 [2021-12-21T14:56:36.700Z] === RUN   TestDockerSuite/TestBuildAddScript
14:56:36 [2021-12-21T14:56:36.700Z]     docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux
14:56:36 [2021-12-21T14:56:36.700Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
14:56:36 [2021-12-21T14:56:36.700Z]     docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux
14:56:36 [2021-12-21T14:56:36.700Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
14:56:36 [2021-12-21T14:56:36.700Z]     docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux
14:56:36 [2021-12-21T14:56:36.700Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
14:56:36 [2021-12-21T14:56:36.700Z]     docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux
14:56:36 [2021-12-21T14:56:36.700Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
14:56:36 [2021-12-21T14:56:36.700Z] === RUN   TestDockerSuite/TestBuildAddTar
14:56:37 [2021-12-21T14:56:37.067Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
14:56:37 [2021-12-21T14:56:37.635Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
14:56:37 [2021-12-21T14:56:37.895Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
14:56:39 [2021-12-21T14:56:39.271Z] === RUN   TestDockerSuite/TestRunUnshareProc
14:56:40 [2021-12-21T14:56:40.679Z] === RUN   TestDockerSuite/TestRunUserByID
14:56:40 [2021-12-21T14:56:40.679Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
14:56:40 [2021-12-21T14:56:40.938Z] === RUN   TestDockerSuite/TestRunUserByIDBig
14:56:41 [2021-12-21T14:56:41.197Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
14:56:41 [2021-12-21T14:56:41.456Z] === RUN   TestDockerSuite/TestRunUserByIDZero
14:56:42 [2021-12-21T14:56:42.023Z] === RUN   TestDockerSuite/TestRunUserByName
14:56:42 [2021-12-21T14:56:42.179Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
14:56:42 [2021-12-21T14:56:42.179Z]     docker_api_build_test.go:176: unmatched requirement UnixCli
14:56:42 [2021-12-21T14:56:42.179Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
14:56:42 [2021-12-21T14:56:42.282Z] === RUN   TestDockerSuite/TestRunUserDefaults
14:56:42 [2021-12-21T14:56:42.848Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
14:56:42 [2021-12-21T14:56:42.849Z]     docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer
14:56:42 [2021-12-21T14:56:42.849Z] === RUN   TestDockerSuite/TestRunUserNotFound
14:56:43 [2021-12-21T14:56:43.107Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
14:56:43 [2021-12-21T14:56:43.674Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
14:56:43 [2021-12-21T14:56:43.709Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
14:56:43 [2021-12-21T14:56:43.709Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
14:56:43 [2021-12-21T14:56:43.932Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
14:56:47 [2021-12-21T14:56:47.153Z] --- PASS: TestUpdateRestartPolicy (22.58s)
14:56:47 [2021-12-21T14:56:47.153Z] === RUN   TestUpdateRestartWithAutoRemove
14:56:47 [2021-12-21T14:56:47.153Z] --- PASS: TestUpdateRestartWithAutoRemove (2.31s)
14:56:47 [2021-12-21T14:56:47.153Z] === RUN   TestWaitNonBlocked
14:56:47 [2021-12-21T14:56:47.153Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:56:47 [2021-12-21T14:56:47.153Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:56:47 [2021-12-21T14:56:47.153Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:56:47 [2021-12-21T14:56:47.153Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:56:47 [2021-12-21T14:56:47.153Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:56:47 [2021-12-21T14:56:47.153Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:56:47 [2021-12-21T14:56:47.219Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
14:56:47 [2021-12-21T14:56:47.219Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
14:56:48 [2021-12-21T14:56:48.155Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
14:56:49 [2021-12-21T14:56:49.343Z] --- PASS: TestWaitNonBlocked (0.04s)
14:56:49 [2021-12-21T14:56:49.343Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.92s)
14:56:49 [2021-12-21T14:56:49.343Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.01s)
14:56:49 [2021-12-21T14:56:49.343Z] === RUN   TestWaitBlocked
14:56:49 [2021-12-21T14:56:49.343Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
14:56:49 [2021-12-21T14:56:49.343Z] --- SKIP: TestWaitBlocked (0.00s)
14:56:49 [2021-12-21T14:56:49.343Z] PASS
14:56:49 [2021-12-21T14:56:49.343Z] ok  	github.com/docker/docker/integration/container	110.887s
14:56:49 [2021-12-21T14:56:49.483Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
14:56:49 [2021-12-21T14:56:49.530Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === Skipped
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.01s)
14:56:49 [2021-12-21T14:56:49.803Z]     copy_test.go:81: testEnv.DaemonInfo.OSType == "windows"
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s)
14:56:49 [2021-12-21T14:56:49.803Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
14:56:49 [2021-12-21T14:56:49.803Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     kill_test.go:157: testEnv.DaemonInfo.OSType == "windows"
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     nat_test.go:23: testEnv.OSType == "windows": FIXME
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     nat_test.go:59: testEnv.OSType == "windows": FIXME
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     restart_test.go:20: testEnv.DaemonInfo.OSType == "windows"
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
14:56:49 [2021-12-21T14:56:49.803Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
14:56:49 [2021-12-21T14:56:49.803Z] 
14:56:49 [2021-12-21T14:56:49.803Z] DONE 87 tests, 33 skipped in 113.703s
14:56:49 [2021-12-21T14:56:49.803Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon
14:56:49 [2021-12-21T14:56:49.939Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
14:56:49 [2021-12-21T14:56:49.939Z]     docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux
14:56:49 [2021-12-21T14:56:49.939Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
14:56:49 [2021-12-21T14:56:49.939Z]     docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux
14:56:49 [2021-12-21T14:56:49.939Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
14:56:49 [2021-12-21T14:56:49.939Z]     docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux
14:56:49 [2021-12-21T14:56:49.939Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
14:56:50 [2021-12-21T14:56:50.102Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
14:56:50 [2021-12-21T14:56:50.395Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
14:56:50 [2021-12-21T14:56:50.668Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
14:56:51 [2021-12-21T14:56:51.358Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
14:56:52 [2021-12-21T14:56:52.054Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
14:56:53 [2021-12-21T14:56:53.957Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
14:56:54 [2021-12-21T14:56:54.523Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
14:56:54 [2021-12-21T14:56:54.523Z]     docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows
14:56:54 [2021-12-21T14:56:54.523Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
14:56:54 [2021-12-21T14:56:54.523Z]     docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows
14:56:54 [2021-12-21T14:56:54.523Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
14:56:54 [2021-12-21T14:56:54.523Z]     docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows
14:56:54 [2021-12-21T14:56:54.523Z] === RUN   TestDockerSuite/TestRunWithBadDevice
14:56:54 [2021-12-21T14:56:54.523Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
14:56:54 [2021-12-21T14:56:54.523Z]     docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight
14:56:54 [2021-12-21T14:56:54.523Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
14:56:55 [2021-12-21T14:56:55.084Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
14:56:55 [2021-12-21T14:56:55.458Z] === RUN   TestDockerSuite/TestRunWithCPUShares
14:56:55 [2021-12-21T14:56:55.458Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
14:56:56 [2021-12-21T14:56:56.026Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
14:56:56 [2021-12-21T14:56:56.960Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
14:56:57 [2021-12-21T14:56:57.253Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
14:56:57 [2021-12-21T14:56:57.253Z]     docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux
14:56:57 [2021-12-21T14:56:57.253Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
14:56:57 [2021-12-21T14:56:57.253Z]     docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux
14:56:57 [2021-12-21T14:56:57.253Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
14:56:57 [2021-12-21T14:56:57.253Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
14:56:57 [2021-12-21T14:56:57.528Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
14:56:58 [2021-12-21T14:56:58.475Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
14:56:58 [2021-12-21T14:56:58.475Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
14:56:58 [2021-12-21T14:56:58.733Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
14:56:58 [2021-12-21T14:56:58.733Z]     docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight
14:56:58 [2021-12-21T14:56:58.733Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
14:56:58 [2021-12-21T14:56:58.733Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
14:56:58 [2021-12-21T14:56:58.733Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
14:56:58 [2021-12-21T14:56:58.733Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
14:56:58 [2021-12-21T14:56:58.733Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
14:56:58 [2021-12-21T14:56:58.733Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
14:56:58 [2021-12-21T14:56:58.733Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
14:56:58 [2021-12-21T14:56:58.733Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
14:56:58 [2021-12-21T14:56:58.733Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
14:56:58 [2021-12-21T14:56:58.733Z]     docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight
14:56:58 [2021-12-21T14:56:58.733Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
14:56:58 [2021-12-21T14:56:58.733Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
14:56:58 [2021-12-21T14:56:58.733Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
14:56:59 [2021-12-21T14:56:59.301Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
14:56:59 [2021-12-21T14:56:59.867Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
14:56:59 [2021-12-21T14:56:59.867Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
14:57:00 [2021-12-21T14:57:00.126Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
14:57:00 [2021-12-21T14:57:00.384Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
14:57:00 [2021-12-21T14:57:00.951Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
14:57:00 [2021-12-21T14:57:00.951Z] === RUN   TestDockerSuite/TestRunWithShmSize
14:57:00 [2021-12-21T14:57:00.978Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
14:57:01 [2021-12-21T14:57:01.209Z] === RUN   TestDockerSuite/TestRunWithSwappiness
14:57:01 [2021-12-21T14:57:01.776Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
14:57:01 [2021-12-21T14:57:01.777Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
14:57:01 [2021-12-21T14:57:01.777Z] === RUN   TestDockerSuite/TestRunWithUlimits
14:57:02 [2021-12-21T14:57:02.343Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
14:57:03 [2021-12-21T14:57:03.278Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
14:57:03 [2021-12-21T14:57:03.537Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
14:57:03 [2021-12-21T14:57:03.537Z]     docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport
14:57:03 [2021-12-21T14:57:03.537Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
14:57:03 [2021-12-21T14:57:03.795Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
14:57:03 [2021-12-21T14:57:03.795Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
14:57:04 [2021-12-21T14:57:04.273Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.493s	coverage: 60.0% of statements
14:57:04 [2021-12-21T14:57:04.273Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
14:57:04 [2021-12-21T14:57:04.273Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
14:57:04 [2021-12-21T14:57:04.273Z] ok  	github.com/docker/docker/libnetwork/osl	4.293s	coverage: 39.7% of statements
14:57:04 [2021-12-21T14:57:04.273Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.002s	coverage: 20.0% of statements
14:57:04 [2021-12-21T14:57:04.273Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.007s	coverage: 86.1% of statements
14:57:04 [2021-12-21T14:57:04.533Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.216s	coverage: 48.6% of statements
14:57:04 [2021-12-21T14:57:04.728Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
14:57:04 [2021-12-21T14:57:04.793Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 70.6% of statements
14:57:04 [2021-12-21T14:57:04.793Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
14:57:05 [2021-12-21T14:57:05.054Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
14:57:05 [2021-12-21T14:57:05.054Z] 
14:57:05 [2021-12-21T14:57:05.054Z] === Skipped
14:57:05 [2021-12-21T14:57:05.054Z] === SKIP: libnetwork TestParallel1 (0.00s)
14:57:05 [2021-12-21T14:57:05.054Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
14:57:05 [2021-12-21T14:57:05.054Z] 
14:57:05 [2021-12-21T14:57:05.054Z] === SKIP: libnetwork TestParallel3 (0.00s)
14:57:05 [2021-12-21T14:57:05.054Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
14:57:05 [2021-12-21T14:57:05.054Z] 
14:57:05 [2021-12-21T14:57:05.054Z] === SKIP: libnetwork TestParallel2 (0.00s)
14:57:05 [2021-12-21T14:57:05.054Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
14:57:05 [2021-12-21T14:57:05.054Z] 
14:57:05 [2021-12-21T14:57:05.054Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
14:57:05 [2021-12-21T14:57:05.054Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:57:05 [2021-12-21T14:57:05.054Z] 
14:57:05 [2021-12-21T14:57:05.054Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
14:57:05 [2021-12-21T14:57:05.054Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:57:05 [2021-12-21T14:57:05.054Z] 
14:57:05 [2021-12-21T14:57:05.054Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
14:57:05 [2021-12-21T14:57:05.054Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:57:05 [2021-12-21T14:57:05.054Z] 
14:57:05 [2021-12-21T14:57:05.054Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
14:57:05 [2021-12-21T14:57:05.054Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:57:05 [2021-12-21T14:57:05.054Z] 
14:57:05 [2021-12-21T14:57:05.054Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
14:57:05 [2021-12-21T14:57:05.054Z]     allocator_test.go:1421: Skipped because t.parallel was less than  5
14:57:05 [2021-12-21T14:57:05.054Z] 
14:57:05 [2021-12-21T14:57:05.054Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
14:57:05 [2021-12-21T14:57:05.054Z]     firewalld_test.go:14: firewalld is not running
14:57:05 [2021-12-21T14:57:05.054Z] 
14:57:05 [2021-12-21T14:57:05.054Z] DONE 331 tests, 9 skipped in 199.121s
14:57:05 [2021-12-21T14:57:05.295Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
Post stage
[Pipeline] junit
14:57:06 [2021-12-21T14:57:06.008Z] Recording test results
14:57:06 [2021-12-21T14:57:06.670Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
14:57:06 [2021-12-21T14:57:06.713Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
14:57:06 [2021-12-21T14:57:06.928Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
14:57:06 [2021-12-21T14:57:06.928Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
14:57:06 [2021-12-21T14:57:06.928Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
14:57:07 [2021-12-21T14:57:07.050Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43075/.git:/go/src/github.com/docker/docker/.git --name docker-pr44 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2e64c14543a955a7bcaf9f1f8e607df61c5427f4 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2e64c14543a955a7bcaf9f1f8e607df61c5427f4 hack/validate/vendor
14:57:07 [2021-12-21T14:57:07.864Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
14:57:07 [2021-12-21T14:57:07.993Z] go: downloading github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible
14:57:07 [2021-12-21T14:57:07.993Z] go: downloading github.com/pkg/errors v0.9.1
14:57:08 [2021-12-21T14:57:08.431Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
14:57:08 [2021-12-21T14:57:08.564Z] go: downloading google.golang.org/grpc v1.27.1
14:57:08 [2021-12-21T14:57:08.690Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
14:57:08 [2021-12-21T14:57:08.826Z] go: downloading github.com/gorilla/mux v1.8.0
14:57:08 [2021-12-21T14:57:08.826Z] go: downloading github.com/sirupsen/logrus v1.8.1
14:57:08 [2021-12-21T14:57:08.826Z] go: downloading gotest.tools/v3 v3.0.3
14:57:08 [2021-12-21T14:57:08.826Z] go: downloading github.com/docker/go-units v0.4.0
14:57:08 [2021-12-21T14:57:08.826Z] go: downloading github.com/containerd/containerd v1.5.8
14:57:08 [2021-12-21T14:57:08.826Z] go: downloading github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2
14:57:08 [2021-12-21T14:57:08.826Z] go: downloading github.com/moby/sys/signal v0.6.0
14:57:08 [2021-12-21T14:57:08.826Z] go: downloading github.com/opencontainers/image-spec v1.0.2
14:57:08 [2021-12-21T14:57:08.826Z] go: downloading golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
14:57:09 [2021-12-21T14:57:09.086Z] go: downloading github.com/moby/buildkit v0.8.2-0.20210615162540-9f254e18360a
14:57:09 [2021-12-21T14:57:09.347Z] go: downloading github.com/docker/go-connections v0.4.0
14:57:09 [2021-12-21T14:57:09.347Z] go: downloading github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
14:57:09 [2021-12-21T14:57:09.347Z] go: downloading go.etcd.io/bbolt v1.3.5
14:57:09 [2021-12-21T14:57:09.607Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
14:57:09 [2021-12-21T14:57:09.607Z] go: downloading github.com/docker/go-metrics v0.0.1
14:57:09 [2021-12-21T14:57:09.607Z] go: downloading github.com/opencontainers/go-digest v1.0.0
14:57:09 [2021-12-21T14:57:09.607Z] go: downloading github.com/google/go-cmp v0.2.0
14:57:09 [2021-12-21T14:57:09.607Z] go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
14:57:09 [2021-12-21T14:57:09.607Z] go: downloading github.com/morikuni/aec v1.0.0
14:57:09 [2021-12-21T14:57:09.607Z] go: downloading golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
14:57:09 [2021-12-21T14:57:09.626Z] === RUN   TestDockerSuite/TestSaveCheckTimes
14:57:09 [2021-12-21T14:57:09.626Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
14:57:10 [2021-12-21T14:57:10.987Z] go: downloading github.com/stretchr/testify v1.3.0
14:57:10 [2021-12-21T14:57:10.987Z] go: downloading github.com/golang/protobuf v1.3.5
14:57:10 [2021-12-21T14:57:10.987Z] go: downloading google.golang.org/genproto v0.0.0-20200227132054-3f1135a288c9
14:57:11 [2021-12-21T14:57:11.528Z] === RUN   TestDockerSuite/TestSaveImageId
14:57:11 [2021-12-21T14:57:11.528Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
14:57:11 [2021-12-21T14:57:11.528Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
14:57:11 [2021-12-21T14:57:11.787Z] === RUN   TestDockerSuite/TestSaveLoadParents
14:57:11 [2021-12-21T14:57:11.927Z] go: downloading golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
14:57:11 [2021-12-21T14:57:11.927Z] go: downloading github.com/containerd/continuity v0.1.0
14:57:11 [2021-12-21T14:57:11.927Z] go: downloading github.com/docker/swarmkit v1.12.1-0.20210726173615-3629f50980f6
14:57:11 [2021-12-21T14:57:11.927Z] go: downloading github.com/hashicorp/go-memdb v0.0.0-20161216180745-cb9a474f84cc
14:57:11 [2021-12-21T14:57:11.927Z] go: downloading github.com/moby/sys/mount v0.3.0
14:57:11 [2021-12-21T14:57:11.927Z] go: downloading github.com/moby/sys/symlink v0.2.0
14:57:11 [2021-12-21T14:57:11.927Z] go: downloading github.com/opencontainers/selinux v1.9.1
14:57:11 [2021-12-21T14:57:11.927Z] go: downloading github.com/google/uuid v1.1.1
14:57:11 [2021-12-21T14:57:11.927Z] go: downloading github.com/klauspost/compress v1.11.13
14:57:12 [2021-12-21T14:57:12.187Z] go: downloading github.com/Microsoft/hcsshim v0.8.23
14:57:12 [2021-12-21T14:57:12.448Z] go: downloading github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4
14:57:12 [2021-12-21T14:57:12.448Z] go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
14:57:12 [2021-12-21T14:57:12.448Z] go: downloading github.com/docker/libkv v0.2.2-0.20211217103745-e480589147e3
14:57:12 [2021-12-21T14:57:12.448Z] go: downloading github.com/gogo/protobuf v1.3.2
14:57:12 [2021-12-21T14:57:12.724Z]     docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents3793952158
14:57:13 [2021-12-21T14:57:13.018Z] go: downloading github.com/ishidawataru/sctp v0.0.0-20210226210310-f2269e66cdee
14:57:13 [2021-12-21T14:57:13.018Z] go: downloading github.com/miekg/dns v1.1.27
14:57:13 [2021-12-21T14:57:13.018Z] go: downloading github.com/moby/ipvs v1.0.1
14:57:13 [2021-12-21T14:57:13.018Z] go: downloading github.com/moby/locker v1.0.1
14:57:13 [2021-12-21T14:57:13.018Z] go: downloading github.com/vishvananda/netlink v1.1.0
14:57:13 [2021-12-21T14:57:13.018Z] go: downloading github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae
14:57:13 [2021-12-21T14:57:13.018Z] go: downloading github.com/moby/sys/mountinfo v0.5.0
14:57:13 [2021-12-21T14:57:13.018Z] go: downloading github.com/Microsoft/go-winio v0.5.1
14:57:13 [2021-12-21T14:57:13.018Z] go: downloading github.com/opencontainers/runc v1.0.3
14:57:13 [2021-12-21T14:57:13.018Z] go: downloading github.com/tonistiigi/go-immutable-radix v0.0.0-20170803185627-826af9ccf0fe
14:57:13 [2021-12-21T14:57:13.018Z] go: downloading github.com/tonistiigi/fsutil v0.0.0-20210609172227-d72af97c0eaf
14:57:13 [2021-12-21T14:57:13.018Z] go: downloading github.com/spf13/cobra v1.1.3
14:57:13 [2021-12-21T14:57:13.018Z] go: downloading github.com/containerd/cgroups v1.0.1
14:57:13 [2021-12-21T14:57:13.018Z] go: downloading github.com/coreos/go-systemd/v22 v22.3.2
14:57:13 [2021-12-21T14:57:13.278Z] go: downloading github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7
14:57:13 [2021-12-21T14:57:13.278Z] go: downloading github.com/spf13/pflag v1.0.5
14:57:13 [2021-12-21T14:57:13.278Z] go: downloading github.com/prometheus/client_golang v1.6.0
14:57:13 [2021-12-21T14:57:13.278Z] go: downloading github.com/imdario/mergo v0.3.12
14:57:13 [2021-12-21T14:57:13.278Z] go: downloading github.com/vbatts/tar-split v0.11.2
14:57:13 [2021-12-21T14:57:13.278Z] go: downloading github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
14:57:13 [2021-12-21T14:57:13.278Z] go: downloading github.com/containerd/fifo v1.0.0
14:57:13 [2021-12-21T14:57:13.278Z] go: downloading github.com/aws/aws-sdk-go v1.28.11
14:57:13 [2021-12-21T14:57:13.292Z] === RUN   TestDockerSuite/TestSaveMultipleNames
14:57:13 [2021-12-21T14:57:13.551Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
14:57:14 [2021-12-21T14:57:14.969Z] === RUN   TestDockerSuite/TestSaveSingleTag
14:57:14 [2021-12-21T14:57:14.969Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
14:57:14 [2021-12-21T14:57:14.969Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
14:57:14 [2021-12-21T14:57:14.969Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
14:57:15 [2021-12-21T14:57:15.188Z] go: downloading github.com/fluent/fluent-logger-golang v1.8.0
14:57:15 [2021-12-21T14:57:15.188Z] go: downloading cloud.google.com/go v0.44.3
14:57:15 [2021-12-21T14:57:15.188Z] go: downloading cloud.google.com/go/logging v1.0.1-0.20190813144457-ceeb313ad77b
14:57:15 [2021-12-21T14:57:15.449Z] go: downloading github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0
14:57:15 [2021-12-21T14:57:15.449Z] go: downloading github.com/bsphere/le_go v0.0.0-20170215134836-7a984a84b549
14:57:15 [2021-12-21T14:57:15.449Z] go: downloading github.com/fsnotify/fsnotify v1.4.9
14:57:15 [2021-12-21T14:57:15.449Z] go: downloading github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91
14:57:15 [2021-12-21T14:57:15.449Z] go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading github.com/creack/pty v1.1.11
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading github.com/containerd/typeurl v1.0.2
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading github.com/pelletier/go-toml v1.8.1
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading github.com/hashicorp/serf v0.7.1-0.20160317193612-598c54895cc5
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading github.com/deckarep/golang-set v0.0.0-20141123011944-ef32fa3046d9
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading github.com/godbus/dbus/v5 v5.0.4
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading github.com/armon/go-radix v0.0.0-20150105235045-e39d623f12e8
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading github.com/hashicorp/memberlist v0.2.4
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading github.com/tchap/go-patricia v2.3.0+incompatible
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading github.com/mitchellh/hashstructure v1.0.0
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading github.com/containerd/console v1.0.2
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading github.com/containerd/go-runc v1.0.0
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading github.com/opentracing/opentracing-go v1.2.0
14:57:15 [2021-12-21T14:57:15.709Z] go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
14:57:15 [2021-12-21T14:57:15.754Z] === RUN   TestDockerSuite/TestBuildAddNonTar
14:57:15 [2021-12-21T14:57:15.969Z] go: downloading github.com/gogo/googleapis v1.3.2
14:57:15 [2021-12-21T14:57:15.969Z] go: downloading github.com/opentracing-contrib/go-stdlib v1.0.0
14:57:15 [2021-12-21T14:57:15.969Z] go: downloading github.com/davecgh/go-spew v1.1.1
14:57:15 [2021-12-21T14:57:15.969Z] go: downloading github.com/pmezard/go-difflib v1.0.0
14:57:15 [2021-12-21T14:57:15.969Z] go: downloading golang.org/x/text v0.3.3
14:57:16 [2021-12-21T14:57:16.343Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
14:57:16 [2021-12-21T14:57:16.547Z] go: downloading github.com/hashicorp/consul v0.5.2
14:57:16 [2021-12-21T14:57:16.547Z] go: downloading github.com/coreos/etcd v3.3.25+incompatible
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/go-zookeeper/zk v1.0.2
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/hashicorp/golang-lru v0.5.3
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/inconshreveable/mousetrap v1.0.0
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/containerd/ttrpc v1.1.0
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/cyphar/filepath-securejoin v0.2.2
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/fernet/fernet-go v0.0.0-20180830025343-9eac43b88a5e
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading gopkg.in/yaml.v2 v2.4.0
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/beorn7/perks v1.0.1
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/cespare/xxhash/v2 v2.1.1
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/prometheus/client_model v0.2.0
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/prometheus/common v0.9.1
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/prometheus/procfs v0.0.11
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/tinylib/msgp v1.1.0
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
14:57:17 [2021-12-21T14:57:17.116Z] go: downloading google.golang.org/api v0.8.0
14:57:17 [2021-12-21T14:57:17.717Z] === RUN   TestDockerSuite/TestSearchCmdOptions
14:57:17 [2021-12-21T14:57:17.975Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
14:57:17 [2021-12-21T14:57:17.975Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
14:57:18 [2021-12-21T14:57:18.233Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
14:57:18 [2021-12-21T14:57:18.234Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
14:57:18 [2021-12-21T14:57:18.234Z] === RUN   TestDockerSuite/TestSearchWithLimit
14:57:18 [2021-12-21T14:57:18.800Z] === RUN   TestDockerSuite/TestSlowStdinClosing
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/googleapis/gax-go/v2 v2.0.5
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading go.opencensus.io v0.22.3
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/google/certificate-transparency-go v1.0.20
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/armon/go-metrics v0.0.0-20150106224455-eb0af217e5e9
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/google/btree v1.0.1
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/hashicorp/go-msgpack v0.0.0-20140221154404-71c2886f5a67
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/hashicorp/go-multierror v1.0.0
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/cilium/ebpf v0.6.2
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/gofrs/flock v0.7.3
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/json-iterator/go v1.1.10
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/modern-go/reflect2 v1.0.1
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading code.cloudfoundry.org/clock v1.0.0
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/jmespath/go-jmespath v0.3.0
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/philhofer/fwd v1.0.0
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/kr/pretty v0.2.1
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading github.com/jstemmer/go-junit-report v0.9.1
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5
14:57:19 [2021-12-21T14:57:19.027Z] go: downloading golang.org/x/tools v0.1.0
14:57:19 [2021-12-21T14:57:19.288Z] go: downloading honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
14:57:19 [2021-12-21T14:57:19.288Z] go: downloading cloud.google.com/go/bigquery v1.0.0
14:57:19 [2021-12-21T14:57:19.404Z] === RUN   TestDockerSuite/TestBuildAddTarXz
14:57:19 [2021-12-21T14:57:19.404Z]     docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux
14:57:19 [2021-12-21T14:57:19.404Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
14:57:19 [2021-12-21T14:57:19.404Z]     docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux
14:57:19 [2021-12-21T14:57:19.404Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
14:57:19 [2021-12-21T14:57:19.549Z] go: downloading cloud.google.com/go/datastore v1.0.0
14:57:19 [2021-12-21T14:57:19.549Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
14:57:19 [2021-12-21T14:57:19.549Z] go: downloading github.com/hashicorp/errwrap v1.0.0
14:57:19 [2021-12-21T14:57:19.549Z] go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible
14:57:19 [2021-12-21T14:57:19.549Z] go: downloading labix.org/v2/mgo v0.0.0-20140701140051-000000000287
14:57:19 [2021-12-21T14:57:19.549Z] go: downloading github.com/frankban/quicktest v1.11.3
14:57:19 [2021-12-21T14:57:19.549Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
14:57:19 [2021-12-21T14:57:19.549Z] go: downloading github.com/coreos/go-semver v0.2.0
14:57:19 [2021-12-21T14:57:19.549Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
14:57:19 [2021-12-21T14:57:19.549Z] go: downloading github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea
14:57:19 [2021-12-21T14:57:19.549Z] go: downloading github.com/soheilhy/cmux v0.1.4
14:57:19 [2021-12-21T14:57:19.809Z] go: downloading github.com/onsi/ginkgo v1.8.0
14:57:19 [2021-12-21T14:57:19.809Z] go: downloading github.com/onsi/gomega v1.5.0
14:57:19 [2021-12-21T14:57:19.809Z] go: downloading github.com/kr/text v0.1.0
14:57:19 [2021-12-21T14:57:19.809Z] go: downloading google.golang.org/appengine v1.6.7
14:57:19 [2021-12-21T14:57:19.809Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
14:57:19 [2021-12-21T14:57:19.809Z] go: downloading go.uber.org/zap v1.10.0
14:57:19 [2021-12-21T14:57:19.810Z] go: downloading github.com/grpc-ecosystem/grpc-gateway v1.9.5
14:57:19 [2021-12-21T14:57:19.810Z] go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5
14:57:19 [2021-12-21T14:57:19.810Z] go: downloading sigs.k8s.io/yaml v1.2.0
14:57:19 [2021-12-21T14:57:19.810Z] go: downloading github.com/jonboulle/clockwork v0.1.0
14:57:19 [2021-12-21T14:57:19.810Z] go: downloading github.com/dustin/go-humanize v1.0.0
14:57:19 [2021-12-21T14:57:19.810Z] go: downloading github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
14:57:19 [2021-12-21T14:57:19.828Z] === RUN   TestConfigDaemonLibtrustID
14:57:19 [2021-12-21T14:57:19.829Z]     daemon_test.go:26: runtime.GOOS == "windows"
14:57:19 [2021-12-21T14:57:19.829Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
14:57:19 [2021-12-21T14:57:19.829Z] === RUN   TestDaemonConfigValidation
14:57:19 [2021-12-21T14:57:19.829Z]     daemon_test.go:45: runtime.GOOS == "windows"
14:57:19 [2021-12-21T14:57:19.829Z] --- SKIP: TestDaemonConfigValidation (0.00s)
14:57:19 [2021-12-21T14:57:19.829Z] === RUN   TestConfigDaemonSeccompProfiles
14:57:19 [2021-12-21T14:57:19.829Z]     daemon_test.go:111: runtime.GOOS == "windows"
14:57:19 [2021-12-21T14:57:19.829Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s)
14:57:19 [2021-12-21T14:57:19.829Z] === RUN   TestDaemonProxy
14:57:19 [2021-12-21T14:57:19.829Z]     daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows
14:57:19 [2021-12-21T14:57:19.829Z] --- SKIP: TestDaemonProxy (0.00s)
14:57:19 [2021-12-21T14:57:19.829Z] PASS
14:57:19 [2021-12-21T14:57:19.829Z] ok  	github.com/docker/docker/integration/daemon	0.145s
14:57:19 [2021-12-21T14:57:19.829Z] 
14:57:19 [2021-12-21T14:57:19.829Z] === Skipped
14:57:19 [2021-12-21T14:57:19.829Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s)
14:57:19 [2021-12-21T14:57:19.829Z]     daemon_test.go:26: runtime.GOOS == "windows"
14:57:19 [2021-12-21T14:57:19.829Z] 
14:57:19 [2021-12-21T14:57:19.829Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s)
14:57:19 [2021-12-21T14:57:19.829Z]     daemon_test.go:45: runtime.GOOS == "windows"
14:57:19 [2021-12-21T14:57:19.829Z] 
14:57:19 [2021-12-21T14:57:19.829Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s)
14:57:19 [2021-12-21T14:57:19.829Z]     daemon_test.go:111: runtime.GOOS == "windows"
14:57:19 [2021-12-21T14:57:19.829Z] 
14:57:19 [2021-12-21T14:57:19.829Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s)
14:57:19 [2021-12-21T14:57:19.829Z]     daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows
14:57:19 [2021-12-21T14:57:19.829Z] 
14:57:19 [2021-12-21T14:57:19.829Z] DONE 4 tests, 4 skipped in 26.337s
14:57:19 [2021-12-21T14:57:19.829Z] Running D:\gopath\src\github.com\docker\docker\integration\image
14:57:19 [2021-12-21T14:57:19.829Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:57:19 [2021-12-21T14:57:19.829Z] INFO: Testing against a local daemon
14:57:19 [2021-12-21T14:57:19.829Z] === RUN   TestCommitInheritsEnv
14:57:19 [2021-12-21T14:57:19.829Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
14:57:19 [2021-12-21T14:57:19.829Z] --- SKIP: TestCommitInheritsEnv (0.00s)
14:57:19 [2021-12-21T14:57:19.829Z] === RUN   TestImportExtremelyLargeImageWorks
14:57:19 [2021-12-21T14:57:19.829Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
14:57:19 [2021-12-21T14:57:19.829Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
14:57:19 [2021-12-21T14:57:19.829Z] === RUN   TestImagesFilterMultiReference
14:57:19 [2021-12-21T14:57:19.829Z] --- PASS: TestImagesFilterMultiReference (0.11s)
14:57:19 [2021-12-21T14:57:19.829Z] === RUN   TestImagePullPlatformInvalid
14:57:19 [2021-12-21T14:57:19.829Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
14:57:19 [2021-12-21T14:57:19.829Z] === RUN   TestRemoveImageOrphaning
14:57:19 [2021-12-21T14:57:19.829Z] --- PASS: TestRemoveImageOrphaning (1.22s)
14:57:19 [2021-12-21T14:57:19.829Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:57:19 [2021-12-21T14:57:19.829Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s)
14:57:19 [2021-12-21T14:57:19.829Z] === RUN   TestTagInvalidReference
14:57:19 [2021-12-21T14:57:19.829Z] --- PASS: TestTagInvalidReference (0.05s)
14:57:19 [2021-12-21T14:57:19.829Z] === RUN   TestTagValidPrefixedRepo
14:57:19 [2021-12-21T14:57:19.829Z] --- PASS: TestTagValidPrefixedRepo (0.09s)
14:57:19 [2021-12-21T14:57:19.829Z] === RUN   TestTagExistedNameWithoutForce
14:57:19 [2021-12-21T14:57:19.829Z] --- PASS: TestTagExistedNameWithoutForce (0.05s)
14:57:19 [2021-12-21T14:57:19.829Z] === RUN   TestTagOfficialNames
14:57:20 [2021-12-21T14:57:20.070Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
14:57:20 [2021-12-21T14:57:20.070Z] go: downloading golang.org/x/mod v0.4.1
14:57:20 [2021-12-21T14:57:20.070Z] go: downloading go.uber.org/atomic v1.4.0
14:57:20 [2021-12-21T14:57:20.070Z] go: downloading go.uber.org/multierr v1.1.0
14:57:20 [2021-12-21T14:57:20.070Z] go: downloading github.com/gorilla/websocket v1.4.2
14:57:20 [2021-12-21T14:57:20.070Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible
14:57:20 [2021-12-21T14:57:20.070Z] go: downloading github.com/coreos/bbolt v1.3.2
14:57:20 [2021-12-21T14:57:20.070Z] go: downloading github.com/hashicorp/hcl v1.0.0
14:57:20 [2021-12-21T14:57:20.070Z] go: downloading github.com/hpcloud/tail v1.0.0
14:57:20 [2021-12-21T14:57:20.070Z] go: downloading github.com/BurntSushi/toml v0.3.1
14:57:20 [2021-12-21T14:57:20.070Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
14:57:20 [2021-12-21T14:57:20.070Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7
14:57:20 [2021-12-21T14:57:20.290Z] --- PASS: TestTagOfficialNames (0.13s)
14:57:20 [2021-12-21T14:57:20.290Z] === RUN   TestTagMatchesDigest
14:57:20 [2021-12-21T14:57:20.290Z] --- PASS: TestTagMatchesDigest (0.04s)
14:57:20 [2021-12-21T14:57:20.290Z] PASS
14:57:20 [2021-12-21T14:57:20.290Z] ok  	github.com/docker/docker/integration/image	1.880s
14:57:20 [2021-12-21T14:57:20.290Z] 
14:57:20 [2021-12-21T14:57:20.290Z] === Skipped
14:57:20 [2021-12-21T14:57:20.290Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
14:57:20 [2021-12-21T14:57:20.290Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
14:57:20 [2021-12-21T14:57:20.290Z] 
14:57:20 [2021-12-21T14:57:20.290Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
14:57:20 [2021-12-21T14:57:20.290Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
14:57:20 [2021-12-21T14:57:20.290Z] 
14:57:20 [2021-12-21T14:57:20.290Z] DONE 11 tests, 2 skipped in 3.969s
14:57:20 [2021-12-21T14:57:20.290Z] Running D:\gopath\src\github.com\docker\docker\integration\network
14:57:20 [2021-12-21T14:57:20.330Z] +++ dirname ./hack/vendor.sh
14:57:20 [2021-12-21T14:57:20.330Z] ++ cd ./hack
14:57:20 [2021-12-21T14:57:20.330Z] ++ pwd
14:57:20 [2021-12-21T14:57:20.330Z] + SCRIPTDIR=/go/src/github.com/docker/docker/hack
14:57:20 [2021-12-21T14:57:20.330Z] + /go/src/github.com/docker/docker/hack/go-mod-prepare.sh
14:57:20 [2021-12-21T14:57:20.330Z] + '[' 0 -eq 0 ']'
14:57:20 [2021-12-21T14:57:20.330Z] + GO111MODULE=auto
14:57:20 [2021-12-21T14:57:20.330Z] + go mod vendor -modfile vendor.mod
14:57:21 [2021-12-21T14:57:21.329Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
14:57:22 [2021-12-21T14:57:22.702Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
14:57:22 [2021-12-21T14:57:22.809Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
14:57:22 [2021-12-21T14:57:22.870Z] + '[' 0 -eq 0 ']'
14:57:22 [2021-12-21T14:57:22.870Z] + echo 'update vendored copy of archive/tar'
14:57:22 [2021-12-21T14:57:22.870Z] update vendored copy of archive/tar
14:57:22 [2021-12-21T14:57:22.870Z] ++ awk -F '[ =]' '$1 == "ARG" && $2 == "GO_VERSION" { print $3; exit }' ./Dockerfile
14:57:22 [2021-12-21T14:57:22.870Z] + : 1.17.5
14:57:22 [2021-12-21T14:57:22.870Z] + rm -rf vendor/archive/tar
14:57:22 [2021-12-21T14:57:22.870Z] + mkdir -p vendor/archive/tar
14:57:22 [2021-12-21T14:57:22.870Z] + echo 'downloading: https://golang.org/dl/go1.17.5.src.tar.gz'
14:57:22 [2021-12-21T14:57:22.870Z] downloading: https://golang.org/dl/go1.17.5.src.tar.gz
14:57:22 [2021-12-21T14:57:22.870Z] + curl -fsSL https://golang.org/dl/go1.17.5.src.tar.gz
14:57:22 [2021-12-21T14:57:22.870Z] + tar --extract --gzip --directory=vendor/archive/tar --strip-components=4 go/src/archive/tar
14:57:23 [2021-12-21T14:57:23.203Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:57:23 [2021-12-21T14:57:23.203Z] INFO: Testing against a local daemon
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestNetworkCreateDelete
14:57:23 [2021-12-21T14:57:23.203Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
14:57:23 [2021-12-21T14:57:23.203Z] --- SKIP: TestNetworkCreateDelete (0.00s)
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestDockerNetworkDeletePreferID
14:57:23 [2021-12-21T14:57:23.203Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
14:57:23 [2021-12-21T14:57:23.203Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestDaemonDNSFallback
14:57:23 [2021-12-21T14:57:23.203Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
14:57:23 [2021-12-21T14:57:23.203Z] --- SKIP: TestDaemonDNSFallback (0.00s)
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestInspectNetwork
14:57:23 [2021-12-21T14:57:23.203Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
14:57:23 [2021-12-21T14:57:23.203Z] --- SKIP: TestInspectNetwork (0.00s)
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestRunContainerWithBridgeNone
14:57:23 [2021-12-21T14:57:23.203Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
14:57:23 [2021-12-21T14:57:23.203Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestNetworkInvalidJSON
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestNetworkInvalidJSON//networks/create
14:57:23 [2021-12-21T14:57:23.203Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:57:23 [2021-12-21T14:57:23.203Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:57:23 [2021-12-21T14:57:23.203Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:57:23 [2021-12-21T14:57:23.203Z] === CONT  TestNetworkInvalidJSON//networks/create
14:57:23 [2021-12-21T14:57:23.203Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:57:23 [2021-12-21T14:57:23.203Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:57:23 [2021-12-21T14:57:23.203Z] --- PASS: TestNetworkInvalidJSON (0.05s)
14:57:23 [2021-12-21T14:57:23.203Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
14:57:23 [2021-12-21T14:57:23.203Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s)
14:57:23 [2021-12-21T14:57:23.203Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestNetworkList
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestNetworkList//networks
14:57:23 [2021-12-21T14:57:23.203Z] === PAUSE TestNetworkList//networks
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestNetworkList//networks/
14:57:23 [2021-12-21T14:57:23.203Z] === PAUSE TestNetworkList//networks/
14:57:23 [2021-12-21T14:57:23.203Z] === CONT  TestNetworkList//networks
14:57:23 [2021-12-21T14:57:23.203Z] === CONT  TestNetworkList//networks/
14:57:23 [2021-12-21T14:57:23.203Z] --- PASS: TestNetworkList (0.04s)
14:57:23 [2021-12-21T14:57:23.203Z]     --- PASS: TestNetworkList//networks (0.00s)
14:57:23 [2021-12-21T14:57:23.203Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestHostIPv4BridgeLabel
14:57:23 [2021-12-21T14:57:23.203Z]     network_test.go:128: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.203Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestDaemonRestartWithLiveRestore
14:57:23 [2021-12-21T14:57:23.203Z]     service_test.go:30: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.203Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestDaemonDefaultNetworkPools
14:57:23 [2021-12-21T14:57:23.203Z]     service_test.go:59: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.203Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
14:57:23 [2021-12-21T14:57:23.203Z] === RUN   TestDaemonRestartWithExistingNetwork
14:57:23 [2021-12-21T14:57:23.203Z]     service_test.go:103: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.204Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:57:23 [2021-12-21T14:57:23.204Z]     service_test.go:137: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.204Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:57:23 [2021-12-21T14:57:23.204Z]     service_test.go:188: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.204Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z] === RUN   TestServiceWithPredefinedNetwork
14:57:23 [2021-12-21T14:57:23.204Z]     service_test.go:213: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.204Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:57:23 [2021-12-21T14:57:23.204Z]     service_test.go:243: FLAKY_TEST
14:57:23 [2021-12-21T14:57:23.204Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z] === RUN   TestServiceWithDataPathPortInit
14:57:23 [2021-12-21T14:57:23.204Z]     service_test.go:334: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.204Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:57:23 [2021-12-21T14:57:23.204Z]     service_test.go:402: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.204Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z] PASS
14:57:23 [2021-12-21T14:57:23.204Z] ok  	github.com/docker/docker/integration/network	0.192s
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] === Skipped
14:57:23 [2021-12-21T14:57:23.204Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z]     network_test.go:128: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z]     service_test.go:30: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z]     service_test.go:59: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z]     service_test.go:103: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z]     service_test.go:137: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z]     service_test.go:188: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z]     service_test.go:213: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z]     service_test.go:243: FLAKY_TEST
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z]     service_test.go:334: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
14:57:23 [2021-12-21T14:57:23.204Z]     service_test.go:402: testEnv.OSType == "windows"
14:57:23 [2021-12-21T14:57:23.204Z] 
14:57:23 [2021-12-21T14:57:23.204Z] DONE 22 tests, 15 skipped in 2.670s
14:57:23 [2021-12-21T14:57:23.204Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
14:57:23 [2021-12-21T14:57:23.266Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
14:57:23 [2021-12-21T14:57:23.267Z]     docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux
14:57:23 [2021-12-21T14:57:23.267Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
14:57:24 [2021-12-21T14:57:24.181Z] testing: warning: no tests to run
14:57:24 [2021-12-21T14:57:24.181Z] PASS
14:57:24 [2021-12-21T14:57:24.181Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.112s
14:57:24 [2021-12-21T14:57:24.181Z] 
14:57:24 [2021-12-21T14:57:24.181Z] DONE 0 tests in 0.907s
14:57:24 [2021-12-21T14:57:24.181Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
14:57:24 [2021-12-21T14:57:24.252Z] + patch --strip=4 --directory=vendor/archive/tar --input=/go/src/github.com/docker/docker/patches/0001-archive-tar-do-not-populate-user-group-names.patch
14:57:24 [2021-12-21T14:57:24.252Z] patching file stat_unix.go
14:57:24 [2021-12-21T14:57:24.252Z] Hunk #1 succeeded at 9 (offset 1 line).
14:57:24 [2021-12-21T14:57:24.252Z] Hunk #2 succeeded at 17 (offset 1 line).
14:57:24 [2021-12-21T14:57:24.252Z] Hunk #3 succeeded at 25 (offset 1 line).
14:57:24 [2021-12-21T14:57:24.252Z] Congratulations! All vendoring changes are done the right way.
14:57:24 [2021-12-21T14:57:24.511Z] WARNING: could not find copyright information for github.com/docker/docker/autogen/winresources/dockerd
14:57:24 [2021-12-21T14:57:24.511Z] WARNING: could not find copyright information for github.com/docker/docker/autogen/winresources/dockerd
14:57:25 [2021-12-21T14:57:25.154Z] testing: warning: no tests to run
14:57:25 [2021-12-21T14:57:25.154Z] PASS
14:57:25 [2021-12-21T14:57:25.154Z] ok  	github.com/docker/docker/integration/network/macvlan	0.108s
14:57:25 [2021-12-21T14:57:25.154Z] 
14:57:25 [2021-12-21T14:57:25.154Z] DONE 0 tests in 0.834s
14:57:25 [2021-12-21T14:57:25.154Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
14:57:25 [2021-12-21T14:57:25.986Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
14:57:25 [2021-12-21T14:57:25.986Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
14:57:26 [2021-12-21T14:57:26.129Z] testing: warning: no tests to run
14:57:26 [2021-12-21T14:57:26.129Z] PASS
14:57:26 [2021-12-21T14:57:26.129Z] ok  	github.com/docker/docker/integration/plugin	0.089s
14:57:26 [2021-12-21T14:57:26.129Z] 
14:57:26 [2021-12-21T14:57:26.129Z] DONE 0 tests in 0.840s
14:57:26 [2021-12-21T14:57:26.129Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:57:26 [2021-12-21T14:57:26.745Z] + echo Ensuring container killed.
14:57:26 [2021-12-21T14:57:26.745Z] Ensuring container killed.
14:57:26 [2021-12-21T14:57:26.745Z] + docker rm -vf docker-pr44
14:57:26 [2021-12-21T14:57:26.745Z] Error: No such container: docker-pr44
[Pipeline] sh
14:57:26 [2021-12-21T14:57:26.985Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
14:57:27 [2021-12-21T14:57:27.038Z] + echo Chowning /workspace to jenkins user
14:57:27 [2021-12-21T14:57:27.039Z] Chowning /workspace to jenkins user
14:57:27 [2021-12-21T14:57:27.039Z] + id -u
14:57:27 [2021-12-21T14:57:27.039Z] + id -g
14:57:27 [2021-12-21T14:57:27.039Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43075:/workspace busybox chown -R 1000:1000 /workspace
14:57:27 [2021-12-21T14:57:27.100Z] testing: warning: no tests to run
14:57:27 [2021-12-21T14:57:27.100Z] PASS
14:57:27 [2021-12-21T14:57:27.100Z] ok  	github.com/docker/docker/integration/plugin/authz	0.104s
14:57:27 [2021-12-21T14:57:27.100Z] 
14:57:27 [2021-12-21T14:57:27.100Z] DONE 0 tests in 0.906s
14:57:27 [2021-12-21T14:57:27.100Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
14:57:27 [2021-12-21T14:57:27.889Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:57:28 [2021-12-21T14:57:28.455Z] === RUN   TestDockerSuite/TestStartAttachSilent
14:57:28 [2021-12-21T14:57:28.731Z] + bundleName=unit
14:57:28 [2021-12-21T14:57:28.731Z] + echo Creating unit-bundles.tar.gz
14:57:28 [2021-12-21T14:57:28.731Z] Creating unit-bundles.tar.gz
14:57:28 [2021-12-21T14:57:28.731Z] + 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
14:57:28 [2021-12-21T14:57:28.731Z] bundles/junit-report-libnetwork.xml
14:57:28 [2021-12-21T14:57:28.731Z] bundles/junit-report.xml
14:57:28 [2021-12-21T14:57:28.731Z] bundles/go-test-report-libnetwork.json
14:57:28 [2021-12-21T14:57:28.731Z] bundles/go-test-report.json
14:57:28 [2021-12-21T14:57:28.731Z] bundles/profile-libnetwork.out
14:57:28 [2021-12-21T14:57:28.731Z] bundles/profile.out
[Pipeline] archiveArtifacts
14:57:28 [2021-12-21T14:57:28.745Z] Archiving artifacts
14:57:29 [2021-12-21T14:57:29.153Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
14:57:29 [2021-12-21T14:57:29.250Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43075/44/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:57:29 [2021-12-21T14:57:29.391Z] === RUN   TestDockerSuite/TestStartAttachWithRename
14:57:29 [2021-12-21T14:57:29.583Z] + make clean
14:57:29 [2021-12-21T14:57:29.847Z] docker volume rm -f docker-dev-cache
14:57:29 [2021-12-21T14:57:29.847Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:57:31 [2021-12-21T14:57:31.920Z] === RUN   TestDockerSuite/TestStartMultipleContainers
14:57:32 [2021-12-21T14:57:32.920Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:57:32 [2021-12-21T14:57:32.920Z] INFO: Testing against a local daemon
14:57:32 [2021-12-21T14:57:32.920Z] === RUN   TestPluginInvalidJSON
14:57:32 [2021-12-21T14:57:32.920Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:57:32 [2021-12-21T14:57:32.920Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:57:32 [2021-12-21T14:57:32.920Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:57:32 [2021-12-21T14:57:32.920Z] --- PASS: TestPluginInvalidJSON (0.04s)
14:57:32 [2021-12-21T14:57:32.920Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
14:57:32 [2021-12-21T14:57:32.920Z] === RUN   TestPluginInstall
14:57:32 [2021-12-21T14:57:32.920Z]     plugin_test.go:63: testEnv.OSType == "windows"
14:57:32 [2021-12-21T14:57:32.920Z] --- SKIP: TestPluginInstall (0.00s)
14:57:32 [2021-12-21T14:57:32.920Z] === RUN   TestPluginsWithRuntimes
14:57:32 [2021-12-21T14:57:32.920Z]     plugin_test.go:172: testEnv.OSType == "windows"
14:57:32 [2021-12-21T14:57:32.920Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
14:57:32 [2021-12-21T14:57:32.920Z] === RUN   TestPluginBackCompatMediaTypes
14:57:32 [2021-12-21T14:57:32.920Z]     plugin_test.go:234: testEnv.OSType == "windows"
14:57:32 [2021-12-21T14:57:32.920Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
14:57:32 [2021-12-21T14:57:32.920Z] PASS
14:57:32 [2021-12-21T14:57:32.920Z] ok  	github.com/docker/docker/integration/plugin/common	0.122s
14:57:32 [2021-12-21T14:57:32.920Z] 
14:57:32 [2021-12-21T14:57:32.920Z] === Skipped
14:57:32 [2021-12-21T14:57:32.920Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
14:57:32 [2021-12-21T14:57:32.920Z]     plugin_test.go:63: testEnv.OSType == "windows"
14:57:32 [2021-12-21T14:57:32.920Z] 
14:57:32 [2021-12-21T14:57:32.920Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
14:57:32 [2021-12-21T14:57:32.920Z]     plugin_test.go:172: testEnv.OSType == "windows"
14:57:32 [2021-12-21T14:57:32.920Z] 
14:57:32 [2021-12-21T14:57:32.920Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
14:57:32 [2021-12-21T14:57:32.920Z]     plugin_test.go:234: testEnv.OSType == "windows"
14:57:32 [2021-12-21T14:57:32.920Z] 
14:57:32 [2021-12-21T14:57:32.920Z] DONE 5 tests, 3 skipped in 5.697s
14:57:32 [2021-12-21T14:57:32.920Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
14:57:33 [2021-12-21T14:57:33.294Z] === RUN   TestDockerSuite/TestStartPausedContainer
14:57:33 [2021-12-21T14:57:33.860Z] === RUN   TestDockerSuite/TestStartRecordError
14:57:34 [2021-12-21T14:57:34.930Z] === RUN   TestDockerSuite/TestBuildAddScript
14:57:34 [2021-12-21T14:57:34.930Z]     docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux
14:57:34 [2021-12-21T14:57:34.930Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
14:57:34 [2021-12-21T14:57:34.930Z]     docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux
14:57:35 [2021-12-21T14:57:35.246Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
14:57:35 [2021-12-21T14:57:35.386Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
14:57:35 [2021-12-21T14:57:35.386Z]     docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux
14:57:35 [2021-12-21T14:57:35.386Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
14:57:35 [2021-12-21T14:57:35.386Z]     docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux
14:57:35 [2021-12-21T14:57:35.386Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
14:57:35 [2021-12-21T14:57:35.843Z] === RUN   TestDockerSuite/TestBuildAddTar
14:57:36 [2021-12-21T14:57:36.180Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
14:57:36 [2021-12-21T14:57:36.668Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:57:36 [2021-12-21T14:57:36.668Z] INFO: Testing against a local daemon
14:57:36 [2021-12-21T14:57:36.668Z] === RUN   TestExternalGraphDriver
14:57:36 [2021-12-21T14:57:36.668Z]     external_test.go:47: runtime.GOOS == "windows"
14:57:36 [2021-12-21T14:57:36.668Z] --- SKIP: TestExternalGraphDriver (0.00s)
14:57:36 [2021-12-21T14:57:36.668Z] === RUN   TestGraphdriverPluginV2
14:57:36 [2021-12-21T14:57:36.668Z]     external_test.go:407: runtime.GOOS == "windows"
14:57:36 [2021-12-21T14:57:36.668Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
14:57:36 [2021-12-21T14:57:36.668Z] PASS
14:57:36 [2021-12-21T14:57:36.668Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.152s
14:57:36 [2021-12-21T14:57:36.668Z] 
14:57:36 [2021-12-21T14:57:36.668Z] === Skipped
14:57:36 [2021-12-21T14:57:36.668Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
14:57:36 [2021-12-21T14:57:36.668Z]     external_test.go:47: runtime.GOOS == "windows"
14:57:36 [2021-12-21T14:57:36.668Z] 
14:57:36 [2021-12-21T14:57:36.668Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
14:57:36 [2021-12-21T14:57:36.668Z]     external_test.go:407: runtime.GOOS == "windows"
14:57:36 [2021-12-21T14:57:36.668Z] 
14:57:36 [2021-12-21T14:57:36.668Z] DONE 2 tests, 2 skipped in 3.622s
14:57:36 [2021-12-21T14:57:36.668Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
14:57:37 [2021-12-21T14:57:37.114Z] === RUN   TestDockerSuite/TestStatsAllNoStream
14:57:38 [2021-12-21T14:57:38.489Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
14:57:39 [2021-12-21T14:57:39.583Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:57:39 [2021-12-21T14:57:39.583Z] INFO: Testing against a local daemon
14:57:39 [2021-12-21T14:57:39.583Z] === RUN   TestReadPluginNoRead
14:57:39 [2021-12-21T14:57:39.583Z]     read_test.go:21: no unix domain sockets on Windows
14:57:39 [2021-12-21T14:57:39.583Z] --- SKIP: TestReadPluginNoRead (0.00s)
14:57:39 [2021-12-21T14:57:39.583Z] PASS
14:57:39 [2021-12-21T14:57:39.583Z] ok  	github.com/docker/docker/integration/plugin/logging	0.114s
14:57:39 [2021-12-21T14:57:39.583Z] 
14:57:39 [2021-12-21T14:57:39.583Z] === Skipped
14:57:39 [2021-12-21T14:57:39.583Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
14:57:39 [2021-12-21T14:57:39.583Z]     read_test.go:21: no unix domain sockets on Windows
14:57:39 [2021-12-21T14:57:39.583Z] 
14:57:39 [2021-12-21T14:57:39.583Z] DONE 1 tests, 1 skipped in 2.500s
14:57:39 [2021-12-21T14:57:39.583Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
14:57:39 [2021-12-21T14:57:39.863Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
14:57:40 [2021-12-21T14:57:40.634Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
14:57:40 [2021-12-21T14:57:40.634Z]     docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux
14:57:41 [2021-12-21T14:57:41.128Z] testing: warning: no tests to run
14:57:41 [2021-12-21T14:57:41.128Z] PASS
14:57:41 [2021-12-21T14:57:41.128Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.098s
14:57:41 [2021-12-21T14:57:41.128Z] 
14:57:41 [2021-12-21T14:57:41.128Z] DONE 0 tests in 1.282s
14:57:41 [2021-12-21T14:57:41.128Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
14:57:41 [2021-12-21T14:57:41.619Z] === RUN   TestDockerSuite/TestBuildBlankName
14:57:42 [2021-12-21T14:57:42.089Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
14:57:43 [2021-12-21T14:57:43.316Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:57:43 [2021-12-21T14:57:43.316Z] INFO: Testing against a local daemon
14:57:43 [2021-12-21T14:57:43.316Z] === RUN   TestPluginWithDevMounts
14:57:43 [2021-12-21T14:57:43.316Z]     mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:57:43 [2021-12-21T14:57:43.316Z] --- SKIP: TestPluginWithDevMounts (0.00s)
14:57:43 [2021-12-21T14:57:43.316Z] PASS
14:57:43 [2021-12-21T14:57:43.316Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.105s
14:57:43 [2021-12-21T14:57:43.316Z] 
14:57:43 [2021-12-21T14:57:43.316Z] === Skipped
14:57:43 [2021-12-21T14:57:43.316Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
14:57:43 [2021-12-21T14:57:43.316Z]     mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:57:43 [2021-12-21T14:57:43.316Z] 
14:57:43 [2021-12-21T14:57:43.316Z] DONE 1 tests, 1 skipped in 2.496s
14:57:43 [2021-12-21T14:57:43.781Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
14:57:44 [2021-12-21T14:57:44.049Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
14:57:45 [2021-12-21T14:57:45.985Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:57:45 [2021-12-21T14:57:45.985Z] INFO: Testing against a local daemon
14:57:45 [2021-12-21T14:57:45.985Z] === RUN   TestSecretInspect
14:57:45 [2021-12-21T14:57:45.985Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:57:45 [2021-12-21T14:57:45.985Z] --- SKIP: TestSecretInspect (0.00s)
14:57:45 [2021-12-21T14:57:45.985Z] === RUN   TestSecretList
14:57:45 [2021-12-21T14:57:45.985Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:57:45 [2021-12-21T14:57:45.985Z] --- SKIP: TestSecretList (0.00s)
14:57:45 [2021-12-21T14:57:45.985Z] === RUN   TestSecretsCreateAndDelete
14:57:45 [2021-12-21T14:57:45.985Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:57:45 [2021-12-21T14:57:45.985Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
14:57:45 [2021-12-21T14:57:45.985Z] === RUN   TestSecretsUpdate
14:57:45 [2021-12-21T14:57:45.985Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
14:57:45 [2021-12-21T14:57:45.985Z] --- SKIP: TestSecretsUpdate (0.00s)
14:57:45 [2021-12-21T14:57:45.985Z] === RUN   TestTemplatedSecret
14:57:45 [2021-12-21T14:57:45.985Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
14:57:45 [2021-12-21T14:57:45.985Z] --- SKIP: TestTemplatedSecret (0.00s)
14:57:45 [2021-12-21T14:57:45.985Z] === RUN   TestSecretCreateResolve
14:57:45 [2021-12-21T14:57:45.985Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
14:57:45 [2021-12-21T14:57:45.985Z] --- SKIP: TestSecretCreateResolve (0.00s)
14:57:45 [2021-12-21T14:57:45.985Z] PASS
14:57:45 [2021-12-21T14:57:45.985Z] ok  	github.com/docker/docker/integration/secret	0.121s
14:57:45 [2021-12-21T14:57:45.985Z] 
14:57:45 [2021-12-21T14:57:45.985Z] === Skipped
14:57:45 [2021-12-21T14:57:45.985Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
14:57:45 [2021-12-21T14:57:45.985Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:57:45 [2021-12-21T14:57:45.985Z] 
14:57:45 [2021-12-21T14:57:45.985Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
14:57:45 [2021-12-21T14:57:45.985Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:57:45 [2021-12-21T14:57:45.985Z] 
14:57:45 [2021-12-21T14:57:45.985Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
14:57:45 [2021-12-21T14:57:45.985Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:57:45 [2021-12-21T14:57:45.985Z] 
14:57:45 [2021-12-21T14:57:45.985Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
14:57:45 [2021-12-21T14:57:45.985Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
14:57:45 [2021-12-21T14:57:45.985Z] 
14:57:45 [2021-12-21T14:57:45.985Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
14:57:45 [2021-12-21T14:57:45.985Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
14:57:45 [2021-12-21T14:57:45.985Z] 
14:57:45 [2021-12-21T14:57:45.985Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
14:57:45 [2021-12-21T14:57:45.985Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
14:57:45 [2021-12-21T14:57:45.985Z] 
14:57:45 [2021-12-21T14:57:45.985Z] DONE 6 tests, 6 skipped in 2.159s
14:57:45 [2021-12-21T14:57:45.985Z] Running D:\gopath\src\github.com\docker\docker\integration\service
14:57:47 [2021-12-21T14:57:47.329Z] === RUN   TestDockerSuite/TestStatsFormatAll
14:57:48 [2021-12-21T14:57:48.899Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:57:48 [2021-12-21T14:57:48.899Z] INFO: Testing against a local daemon
14:57:48 [2021-12-21T14:57:48.899Z] === RUN   TestServiceCreateInit
14:57:48 [2021-12-21T14:57:48.899Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:57:48 [2021-12-21T14:57:48.899Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.899Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:57:48 [2021-12-21T14:57:48.899Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.899Z] --- PASS: TestServiceCreateInit (0.08s)
14:57:48 [2021-12-21T14:57:48.899Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s)
14:57:48 [2021-12-21T14:57:48.899Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:57:48 [2021-12-21T14:57:48.899Z] === RUN   TestCreateServiceMultipleTimes
14:57:48 [2021-12-21T14:57:48.899Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.899Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
14:57:48 [2021-12-21T14:57:48.899Z] === RUN   TestCreateServiceConflict
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestCreateServiceConflict (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestCreateServiceMaxReplicas
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestCreateWithDuplicateNetworkNames
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestCreateServiceSecretFileMode
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestCreateServiceConfigFileMode
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:305: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestCreateServiceSysctls
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:390: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestCreateServiceSysctls (0.04s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestCreateServiceCapabilities
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:474: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestCreateServiceCapabilities (0.06s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestInspect
14:57:48 [2021-12-21T14:57:48.900Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestInspect (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestCreateJob
14:57:48 [2021-12-21T14:57:48.900Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestCreateJob (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestReplicatedJob
14:57:48 [2021-12-21T14:57:48.900Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestReplicatedJob (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestUpdateReplicatedJob
14:57:48 [2021-12-21T14:57:48.900Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestServiceListWithStatuses
14:57:48 [2021-12-21T14:57:48.900Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestDockerNetworkConnectAlias
14:57:48 [2021-12-21T14:57:48.900Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestDockerNetworkReConnect
14:57:48 [2021-12-21T14:57:48.900Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestServicePlugin
14:57:48 [2021-12-21T14:57:48.900Z]     plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestServicePlugin (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestServiceUpdateLabel
14:57:48 [2021-12-21T14:57:48.900Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestServiceUpdateLabel (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestServiceUpdateSecrets
14:57:48 [2021-12-21T14:57:48.900Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestServiceUpdateConfigs
14:57:48 [2021-12-21T14:57:48.900Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestServiceUpdateNetwork
14:57:48 [2021-12-21T14:57:48.900Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] === RUN   TestServiceUpdatePidsLimit
14:57:48 [2021-12-21T14:57:48.900Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
14:57:48 [2021-12-21T14:57:48.900Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] PASS
14:57:48 [2021-12-21T14:57:48.900Z] ok  	github.com/docker/docker/integration/service	0.341s
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === Skipped
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.01s)
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s)
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.01s)
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s)
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:305: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s)
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:390: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.06s)
14:57:48 [2021-12-21T14:57:48.900Z]     create_test.go:474: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s)
14:57:48 [2021-12-21T14:57:48.900Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
14:57:48 [2021-12-21T14:57:48.900Z] 
14:57:48 [2021-12-21T14:57:48.900Z] DONE 24 tests, 23 skipped in 3.085s
14:57:49 [2021-12-21T14:57:49.360Z] Running D:\gopath\src\github.com\docker\docker\integration\session
14:57:50 [2021-12-21T14:57:50.753Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
14:57:50 [2021-12-21T14:57:50.753Z]     docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux
14:57:50 [2021-12-21T14:57:50.900Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:57:50 [2021-12-21T14:57:50.900Z] INFO: Testing against a local daemon
14:57:50 [2021-12-21T14:57:50.900Z] === RUN   TestSessionCreate
14:57:50 [2021-12-21T14:57:50.900Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
14:57:50 [2021-12-21T14:57:50.900Z] --- SKIP: TestSessionCreate (0.00s)
14:57:50 [2021-12-21T14:57:50.900Z] === RUN   TestSessionCreateWithBadUpgrade
14:57:50 [2021-12-21T14:57:50.900Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
14:57:50 [2021-12-21T14:57:50.900Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
14:57:50 [2021-12-21T14:57:50.900Z] PASS
14:57:50 [2021-12-21T14:57:50.900Z] ok  	github.com/docker/docker/integration/session	0.106s
14:57:51 [2021-12-21T14:57:51.361Z] 
14:57:51 [2021-12-21T14:57:51.361Z] === Skipped
14:57:51 [2021-12-21T14:57:51.361Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
14:57:51 [2021-12-21T14:57:51.361Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
14:57:51 [2021-12-21T14:57:51.361Z] 
14:57:51 [2021-12-21T14:57:51.361Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
14:57:51 [2021-12-21T14:57:51.361Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
14:57:51 [2021-12-21T14:57:51.361Z] 
14:57:51 [2021-12-21T14:57:51.361Z] DONE 2 tests, 2 skipped in 2.034s
14:57:51 [2021-12-21T14:57:51.361Z] Running D:\gopath\src\github.com\docker\docker\integration\system
14:57:51 [2021-12-21T14:57:51.511Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
14:57:51 [2021-12-21T14:57:51.511Z] === RUN   TestDockerSuite/TestStatsNoStream
14:57:52 [2021-12-21T14:57:52.317Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
14:57:53 [2021-12-21T14:57:53.411Z]     docker_cli_service_logs_test.go:246: checking task xqhkrl9y4xxb
14:57:53 [2021-12-21T14:57:53.411Z]     docker_cli_service_logs_test.go:251: checking messages for xqhkrl9y4xxb
14:57:53 [2021-12-21T14:57:53.411Z]     docker_cli_service_logs_test.go:246: checking task 1s38amicqdz2
14:57:53 [2021-12-21T14:57:53.411Z]     docker_cli_service_logs_test.go:251: checking messages for 1s38amicqdz2
14:57:53 [2021-12-21T14:57:53.550Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:57:53 [2021-12-21T14:57:53.550Z] INFO: Testing against a local daemon
14:57:53 [2021-12-21T14:57:53.550Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:57:53 [2021-12-21T14:57:53.550Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
14:57:53 [2021-12-21T14:57:53.550Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:57:53 [2021-12-21T14:57:53.550Z] === RUN   TestDiskUsage
14:57:53 [2021-12-21T14:57:53.550Z]     disk_usage_test.go:15: testEnv.OSType == "windows"
14:57:53 [2021-12-21T14:57:53.550Z] --- SKIP: TestDiskUsage (0.00s)
14:57:53 [2021-12-21T14:57:53.550Z] === RUN   TestEventsExecDie
14:57:53 [2021-12-21T14:57:53.550Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
14:57:53 [2021-12-21T14:57:53.550Z] --- SKIP: TestEventsExecDie (0.00s)
14:57:53 [2021-12-21T14:57:53.550Z] === RUN   TestEventsBackwardsCompatible
14:57:53 [2021-12-21T14:57:53.550Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
14:57:53 [2021-12-21T14:57:53.550Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
14:57:53 [2021-12-21T14:57:53.550Z] === RUN   TestEventsVolumeCreate
14:57:53 [2021-12-21T14:57:53.550Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
14:57:53 [2021-12-21T14:57:53.550Z] --- SKIP: TestEventsVolumeCreate (0.01s)
14:57:53 [2021-12-21T14:57:53.550Z] === RUN   TestInfoAPI
14:57:53 [2021-12-21T14:57:53.550Z] --- PASS: TestInfoAPI (0.06s)
14:57:53 [2021-12-21T14:57:53.550Z] === RUN   TestInfoAPIWarnings
14:57:53 [2021-12-21T14:57:53.550Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
14:57:53 [2021-12-21T14:57:53.550Z] --- SKIP: TestInfoAPIWarnings (0.00s)
14:57:53 [2021-12-21T14:57:53.550Z] === RUN   TestInfoDebug
14:57:53 [2021-12-21T14:57:53.550Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:57:53 [2021-12-21T14:57:53.550Z] --- SKIP: TestInfoDebug (0.00s)
14:57:53 [2021-12-21T14:57:53.550Z] === RUN   TestInfoInsecureRegistries
14:57:53 [2021-12-21T14:57:53.550Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:57:53 [2021-12-21T14:57:53.550Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
14:57:53 [2021-12-21T14:57:53.550Z] === RUN   TestInfoRegistryMirrors
14:57:53 [2021-12-21T14:57:53.550Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:57:53 [2021-12-21T14:57:53.550Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
14:57:53 [2021-12-21T14:57:53.550Z] === RUN   TestLoginFailsWithBadCredentials
14:57:54 [2021-12-21T14:57:54.345Z] === RUN   TestDockerSuite/TestStopContainerSignal
14:57:54 [2021-12-21T14:57:54.523Z] --- PASS: TestLoginFailsWithBadCredentials (1.02s)
14:57:54 [2021-12-21T14:57:54.523Z] === RUN   TestPingCacheHeaders
14:57:54 [2021-12-21T14:57:54.523Z] --- PASS: TestPingCacheHeaders (0.06s)
14:57:54 [2021-12-21T14:57:54.523Z] === RUN   TestPingGet
14:57:54 [2021-12-21T14:57:54.523Z] --- PASS: TestPingGet (0.05s)
14:57:54 [2021-12-21T14:57:54.523Z] === RUN   TestPingHead
14:57:54 [2021-12-21T14:57:54.984Z] --- PASS: TestPingHead (0.07s)
14:57:54 [2021-12-21T14:57:54.984Z] === RUN   TestVersion
14:57:54 [2021-12-21T14:57:54.984Z] --- PASS: TestVersion (0.05s)
14:57:54 [2021-12-21T14:57:54.984Z] PASS
14:57:54 [2021-12-21T14:57:54.984Z] ok  	github.com/docker/docker/integration/system	1.408s
14:57:54 [2021-12-21T14:57:54.984Z] 
14:57:54 [2021-12-21T14:57:54.984Z] === Skipped
14:57:54 [2021-12-21T14:57:54.984Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:57:54 [2021-12-21T14:57:54.984Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
14:57:54 [2021-12-21T14:57:54.984Z] 
14:57:54 [2021-12-21T14:57:54.984Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s)
14:57:54 [2021-12-21T14:57:54.984Z]     disk_usage_test.go:15: testEnv.OSType == "windows"
14:57:54 [2021-12-21T14:57:54.984Z] 
14:57:54 [2021-12-21T14:57:54.984Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
14:57:54 [2021-12-21T14:57:54.984Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
14:57:54 [2021-12-21T14:57:54.984Z] 
14:57:54 [2021-12-21T14:57:54.984Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
14:57:54 [2021-12-21T14:57:54.984Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
14:57:54 [2021-12-21T14:57:54.984Z] 
14:57:54 [2021-12-21T14:57:54.984Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.01s)
14:57:54 [2021-12-21T14:57:54.984Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
14:57:54 [2021-12-21T14:57:54.984Z] 
14:57:54 [2021-12-21T14:57:54.984Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
14:57:54 [2021-12-21T14:57:54.984Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
14:57:54 [2021-12-21T14:57:54.984Z] 
14:57:54 [2021-12-21T14:57:54.984Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
14:57:54 [2021-12-21T14:57:54.984Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:57:54 [2021-12-21T14:57:54.984Z] 
14:57:54 [2021-12-21T14:57:54.984Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
14:57:54 [2021-12-21T14:57:54.984Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:57:54 [2021-12-21T14:57:54.984Z] 
14:57:54 [2021-12-21T14:57:54.984Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
14:57:54 [2021-12-21T14:57:54.984Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:57:54 [2021-12-21T14:57:54.984Z] 
14:57:54 [2021-12-21T14:57:54.984Z] DONE 15 tests, 9 skipped in 3.506s
14:57:54 [2021-12-21T14:57:54.984Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
14:57:55 [2021-12-21T14:57:55.718Z] === RUN   TestDockerSuite/TestTopMultipleArgs
14:57:55 [2021-12-21T14:57:55.976Z] === RUN   TestDockerSuite/TestTopNonPrivileged
14:57:56 [2021-12-21T14:57:56.543Z] === RUN   TestDockerSuite/TestTopPrivileged
14:57:57 [2021-12-21T14:57:57.136Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
14:57:57 [2021-12-21T14:57:57.136Z]     docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
14:57:57 [2021-12-21T14:57:57.136Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
14:57:57 [2021-12-21T14:57:57.172Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:57:57 [2021-12-21T14:57:57.172Z] INFO: Testing against a local daemon
14:57:57 [2021-12-21T14:57:57.172Z] === RUN   TestVolumesCreateAndList
14:57:57 [2021-12-21T14:57:57.172Z] --- PASS: TestVolumesCreateAndList (0.06s)
14:57:57 [2021-12-21T14:57:57.172Z] === RUN   TestVolumesRemove
14:57:57 [2021-12-21T14:57:57.172Z] --- PASS: TestVolumesRemove (0.13s)
14:57:57 [2021-12-21T14:57:57.172Z] === RUN   TestVolumesInspect
14:57:57 [2021-12-21T14:57:57.632Z] --- PASS: TestVolumesInspect (0.05s)
14:57:57 [2021-12-21T14:57:57.632Z] === RUN   TestVolumesInvalidJSON
14:57:57 [2021-12-21T14:57:57.632Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:57:57 [2021-12-21T14:57:57.632Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:57:57 [2021-12-21T14:57:57.632Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:57:57 [2021-12-21T14:57:57.632Z] --- PASS: TestVolumesInvalidJSON (0.04s)
14:57:57 [2021-12-21T14:57:57.632Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:57:57 [2021-12-21T14:57:57.632Z] PASS
14:57:57 [2021-12-21T14:57:57.632Z] ok  	github.com/docker/docker/integration/volume	0.343s
14:57:57 [2021-12-21T14:57:57.632Z] 
14:57:57 [2021-12-21T14:57:57.632Z] DONE 5 tests in 2.556s
14:57:57 [2021-12-21T14:57:57.632Z] INFO: make.ps1 ended at 12/21/2021 14:57:57
14:57:57 [2021-12-21T14:57:57.632Z] INFO: Integration CLI tests being run from the host:
14:57:57 [2021-12-21T14:57:57.632Z] 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" 
14:57:57 [2021-12-21T14:57:57.710Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
14:57:58 [2021-12-21T14:57:58.185Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
14:58:00 [2021-12-21T14:58:00.241Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
14:58:02 [2021-12-21T14:58:02.769Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
14:58:03 [2021-12-21T14:58:03.337Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
14:58:03 [2021-12-21T14:58:03.904Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
14:58:03 [2021-12-21T14:58:03.904Z]     docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport
14:58:03 [2021-12-21T14:58:03.904Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
14:58:03 [2021-12-21T14:58:03.904Z]     docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport
14:58:03 [2021-12-21T14:58:03.904Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
14:58:04 [2021-12-21T14:58:04.165Z] === RUN   TestDockerSwarmSuite/TestServiceScale
14:58:05 [2021-12-21T14:58:05.101Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
14:58:05 [2021-12-21T14:58:05.669Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
14:58:06 [2021-12-21T14:58:06.605Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
14:58:06 [2021-12-21T14:58:06.863Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
14:58:07 [2021-12-21T14:58:07.797Z] === RUN   TestDockerSuite/TestUpdateStats
14:58:10 [2021-12-21T14:58:10.047Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:58:10 [2021-12-21T14:58:10.047Z] INFO: Testing against a local daemon
14:58:10 [2021-12-21T14:58:10.047Z] === RUN   TestDockerSuite
14:58:10 [2021-12-21T14:58:10.047Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
14:58:10 [2021-12-21T14:58:10.047Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
14:58:10 [2021-12-21T14:58:10.047Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
14:58:10 [2021-12-21T14:58:10.047Z] === RUN   TestDockerSuite/TestAPIErrorJSON
14:58:10 [2021-12-21T14:58:10.047Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
14:58:10 [2021-12-21T14:58:10.047Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
14:58:10 [2021-12-21T14:58:10.047Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
14:58:10 [2021-12-21T14:58:10.047Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
14:58:10 [2021-12-21T14:58:10.047Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
14:58:10 [2021-12-21T14:58:10.047Z] === RUN   TestDockerSuite/TestAPIImagesDelete
14:58:10 [2021-12-21T14:58:10.047Z] === RUN   TestDockerSuite/TestAPIImagesFilter
14:58:10 [2021-12-21T14:58:10.047Z] === RUN   TestDockerSuite/TestAPIImagesHistory
14:58:10 [2021-12-21T14:58:10.509Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
14:58:10 [2021-12-21T14:58:10.509Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
14:58:10 [2021-12-21T14:58:10.674Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
14:58:11 [2021-12-21T14:58:11.078Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
14:58:12 [2021-12-21T14:58:12.013Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
14:58:12 [2021-12-21T14:58:12.013Z]     docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport
14:58:12 [2021-12-21T14:58:12.013Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
14:58:12 [2021-12-21T14:58:12.948Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
14:58:13 [2021-12-21T14:58:13.207Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
14:58:16 [2021-12-21T14:58:16.492Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
14:58:18 [2021-12-21T14:58:18.316Z] === RUN   TestDockerSuite/TestBuildAddTarXz
14:58:18 [2021-12-21T14:58:18.316Z]     docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux
14:58:18 [2021-12-21T14:58:18.316Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
14:58:18 [2021-12-21T14:58:18.316Z]     docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux
14:58:18 [2021-12-21T14:58:18.434Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
14:58:18 [2021-12-21T14:58:18.772Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
14:58:20 [2021-12-21T14:58:20.335Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
14:58:21 [2021-12-21T14:58:21.122Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
14:58:21 [2021-12-21T14:58:21.122Z]     docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux
14:58:21 [2021-12-21T14:58:21.122Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
14:58:22 [2021-12-21T14:58:22.237Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
14:58:24 [2021-12-21T14:58:24.139Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
14:58:25 [2021-12-21T14:58:25.075Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
14:58:26 [2021-12-21T14:58:26.978Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
14:58:26 [2021-12-21T14:58:26.990Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
14:58:26 [2021-12-21T14:58:26.990Z]     docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux
14:58:26 [2021-12-21T14:58:26.990Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
14:58:26 [2021-12-21T14:58:26.990Z]     docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux
14:58:26 [2021-12-21T14:58:26.990Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
14:58:27 [2021-12-21T14:58:27.913Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
14:58:29 [2021-12-21T14:58:29.289Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
14:58:29 [2021-12-21T14:58:29.548Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
14:58:30 [2021-12-21T14:58:30.924Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
14:58:31 [2021-12-21T14:58:31.490Z]     docker_cli_swarm_test.go:1901: [d730f3416a1ee] joining swarm manager [da5ac8b04a20d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:58:32 [2021-12-21T14:58:32.059Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
14:58:32 [2021-12-21T14:58:32.994Z]     docker_cli_swarm_test.go:1902: [d02fc519f752a] joining swarm manager [da5ac8b04a20d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:58:32 [2021-12-21T14:58:32.994Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
14:58:34 [2021-12-21T14:58:34.899Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
14:58:35 [2021-12-21T14:58:35.649Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
14:58:35 [2021-12-21T14:58:35.649Z]     docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux
14:58:35 [2021-12-21T14:58:35.649Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
14:58:35 [2021-12-21T14:58:35.649Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
14:58:35 [2021-12-21T14:58:35.649Z]     docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux
14:58:35 [2021-12-21T14:58:35.649Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
14:58:35 [2021-12-21T14:58:35.649Z]     docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux
14:58:35 [2021-12-21T14:58:35.649Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
14:58:35 [2021-12-21T14:58:35.835Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
14:58:37 [2021-12-21T14:58:37.232Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
14:58:38 [2021-12-21T14:58:38.607Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
14:58:39 [2021-12-21T14:58:39.981Z] === RUN   TestDockerSuite/TestVolumeCLICreate
14:58:43 [2021-12-21T14:58:43.888Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
14:58:43 [2021-12-21T14:58:43.888Z]     docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux
14:58:43 [2021-12-21T14:58:43.888Z] === RUN   TestDockerSuite/TestBuildBlankName
14:58:43 [2021-12-21T14:58:43.888Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
14:58:49 [2021-12-21T14:58:49.947Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
14:58:54 [2021-12-21T14:58:54.187Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
14:58:54 [2021-12-21T14:58:54.187Z]     docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux
14:58:54 [2021-12-21T14:58:54.646Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
14:58:55 [2021-12-21T14:58:55.210Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
14:58:55 [2021-12-21T14:58:55.210Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
14:58:55 [2021-12-21T14:58:55.210Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
14:58:55 [2021-12-21T14:58:55.210Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
14:58:55 [2021-12-21T14:58:55.470Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
14:58:55 [2021-12-21T14:58:55.470Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
14:58:55 [2021-12-21T14:58:55.470Z] === RUN   TestDockerSuite/TestVolumeCLILs
14:58:56 [2021-12-21T14:58:56.037Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
14:58:56 [2021-12-21T14:58:56.037Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
14:58:56 [2021-12-21T14:58:56.605Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
14:58:56 [2021-12-21T14:58:56.605Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
14:58:56 [2021-12-21T14:58:56.865Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
14:58:56 [2021-12-21T14:58:56.865Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
14:58:56 [2021-12-21T14:58:56.865Z] === RUN   TestDockerSuite/TestVolumeCLIRm
14:58:56 [2021-12-21T14:58:56.865Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
14:58:58 [2021-12-21T14:58:58.769Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
14:58:58 [2021-12-21T14:58:58.769Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
14:58:58 [2021-12-21T14:58:58.769Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
14:58:58 [2021-12-21T14:58:58.769Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
14:58:58 [2021-12-21T14:58:58.769Z] === RUN   TestDockerSuite/TestVolumeEvents
14:58:59 [2021-12-21T14:58:59.704Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
14:58:59 [2021-12-21T14:58:59.704Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
14:59:01 [2021-12-21T14:59:01.080Z] === RUN   TestDockerSuite/TestVolumeLsFormat
14:59:01 [2021-12-21T14:59:01.339Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
14:59:01 [2021-12-21T14:59:01.339Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
14:59:01 [2021-12-21T14:59:01.695Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
14:59:03 [2021-12-21T14:59:03.251Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
14:59:05 [2021-12-21T14:59:05.784Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
14:59:05 [2021-12-21T14:59:05.784Z]     docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
14:59:05 [2021-12-21T14:59:05.784Z] --- PASS: TestDockerSuite (1291.40s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (2.77s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.11s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.41s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.75s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.15s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.35s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.31s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.94s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.92s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.17s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.01s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.09s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.53s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.03s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.76s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.65s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.83s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.79s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (1.88s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.70s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.06s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.83s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.83s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.99s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.73s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.26s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.42s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.13s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.24s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.23s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.67s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.86s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.38s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.17s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.12s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.65s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.99s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.60s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.80s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.97s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.94s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.17s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.50s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.37s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.24s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.63s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.16s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.58s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.73s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (0.91s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddScript (2.40s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.89s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.83s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.94s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.47s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddTar (6.83s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.21s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.29s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.61s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.85s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.32s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.55s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.40s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.02s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.79s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.62s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.69s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.01s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.67s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.87s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.37s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.22s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.44s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.22s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.53s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.80s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.18s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.16s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.80s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.68s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (5.40s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.42s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.73s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.04s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.12s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.71s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.75s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.44s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.45s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.46s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.46s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.52s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.90s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (0.57s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.59s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.37s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.72s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.31s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.27s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (8.72s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.42s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.39s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.65s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.80s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.79s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.79s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.30s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.07s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.36s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.44s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.99s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.31s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.79s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.75s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.39s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.10s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.88s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.93s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.97s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (8.63s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.05s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.16s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.97s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.16s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.44s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.21s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.11s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.00s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.10s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.23s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.99s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.22s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (4.45s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.41s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.39s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.77s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.21s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.27s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.42s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.25s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.52s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.75s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.47s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.34s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.01s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (6.64s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.87s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.77s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.64s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.71s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.43s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.46s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.14s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.35s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.99s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.54s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.81s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.78s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.50s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildFails (0.75s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.98s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.76s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.38s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.25s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.45s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.08s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.99s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.12s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.41s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.96s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.70s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.27s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildHistory (3.67s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.41s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.67s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.56s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.50s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.89s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.52s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.55s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.63s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.56s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.59s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.05s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.76s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildLastModified (4.72s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (3.19s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.16s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.14s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.31s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.46s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.37s)
14:59:05 [2021-12-21T14:59:05.784Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.00s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.27s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.46s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.56s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.51s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.75s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.72s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.46s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.34s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.49s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.23s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.40s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.47s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildNoContext (0.73s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.63s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.37s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.39s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.22s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.32s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.49s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.73s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.55s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.62s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.90s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.51s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.93s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.93s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.29s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.63s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildPATH (1.40s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.52s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.67s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.45s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.52s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.71s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildRm (2.78s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.83s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.31s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.29s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.58s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.06s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.88s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (0.92s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (3.15s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.14s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.25s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.41s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.80s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.68s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.76s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.77s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.40s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.65s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.05s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildUser (1.51s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.11s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.11s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.72s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.31s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.82s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.82s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.18s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.60s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.91s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.71s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (1.16s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.11s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.13s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.26s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.77s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.33s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.43s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.47s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestBuildXZHost (1.31s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.43s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.55s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCommitChange (0.62s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.57s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCommitHardlink (0.99s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCommitNewFile (0.99s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.56s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCommitTTY (0.90s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.55s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.00s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.54s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.13s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.26s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.70s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.58s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.43s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.42s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.40s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.46s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.53s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.54s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.55s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.15s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.66s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.62s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.56s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.69s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.58s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.74s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.53s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.64s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.62s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.04s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.11s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.58s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.29s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.52s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.49s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.54s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.80s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (1.42s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.91s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.74s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.18s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.92s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.57s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.40s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.34s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.35s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.33s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000756cd8_<nil>} (1.42s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1145090268_/foo_false__<nil>_<nil>_<nil>} (1.35s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1145090268_/foo_true__<nil>_<nil>_<nil>} (1.48s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3116102255_/foo_false__<nil>_<nil>_<nil>} (1.53s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3116102255_/foo_true__<nil>_<nil>_<nil>} (1.46s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3116102255_/foo_true__0xc000756d08_<nil>_<nil>} (1.39s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000756d98_<nil>} (1.39s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000756dc8_<nil>} (1.45s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000756e58_<nil>} (1.37s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000756ee8_<nil>} (1.45s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.02s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.31s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s)
14:59:05 [2021-12-21T14:59:05.785Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.44s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.78s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.41s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.37s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.64s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.76s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.76s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.92s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.88s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.54s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (1.03s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (1.13s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.65s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.78s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.56s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.51s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.54s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.15s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.61s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.52s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.54s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.51s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (0.64s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.50s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.60s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpToCaseA (0.85s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.46s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpToCaseC (1.55s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpToCaseD (3.18s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.64s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.60s)
14:59:05 [2021-12-21T14:59:05.785Z]     --- PASS: TestDockerSuite/TestCpToCaseG (3.38s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.34s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.60s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (3.06s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.70s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCpToDot (0.75s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.19s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.63s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.55s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.14s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.51s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCpVolumePath (0.73s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.05s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.06s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.33s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.50s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.05s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.42s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.26s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.06s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateRM (0.10s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.81s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.86s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.13s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.48s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.91s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.62s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.02s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.23s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.46s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.50s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.43s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDockerFails (0.01s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.79s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.52s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.01s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.40s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.93s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.02s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.64s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.09s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.72s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.71s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.46s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.67s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.76s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.59s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.29s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.44s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.52s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsCopy (1.20s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.22s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.36s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.34s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (1.16s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.77s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.15s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.37s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.17s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.05s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsFilters (1.17s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.50s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.03s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.73s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.21s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.74s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.18s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (2.27s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.61s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsRename (0.65s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsResize (0.81s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.48s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.65s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.47s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.84s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsTop (0.89s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.56s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.90s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExec (0.59s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.48s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.49s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.53s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.07s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.52s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.55s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.50s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.55s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.58s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.56s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.12s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecCgroup (1.06s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecEnv (0.66s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.27s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.50s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecInspectID (2.57s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.52s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.58s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.56s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecParseError (0.45s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.54s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.49s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.15s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.52s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.57s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (10.75s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.54s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecTTY (0.54s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.58s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.62s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.52s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.25s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.54s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.75s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.53s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.61s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.49s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.64s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.64s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.78s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.73s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestHealth (18.90s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.59s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.57s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.09s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.34s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.61s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.60s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.54s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.05s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.55s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.55s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.02s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.08s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImportFile (1.03s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.05s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.13s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.05s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.49s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.44s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.50s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.52s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.51s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.55s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.53s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.30s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.61s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.50s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.00s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.93s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.53s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.60s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.77s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectImage (0.01s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.44s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.46s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.41s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.43s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.98s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.02s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.46s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.60s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.01s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.47s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.44s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.47s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.41s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.44s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.60s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (0.92s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLinksEnvs (0.86s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.25s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.17s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.39s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.31s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.36s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.28s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.49s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.65s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.60s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.19s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.66s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.24s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.33s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.51s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.46s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.62s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.56s)
14:59:05 [2021-12-21T14:59:05.786Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.48s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.44s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.78s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.86s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.84s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.89s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.71s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.81s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.43s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.42s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsSince (6.52s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.44s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.42s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsTail (0.47s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.49s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.46s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.25s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.46s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestNetHostname (1.25s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.61s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.18s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.45s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPluginActive (1.95s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.75s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.23s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (3.01s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.85s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.72s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (5.04s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.32s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.95s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPortHostBinding (0.85s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPortList (6.07s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.88s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.06s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.45s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.44s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.45s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.86s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (1.87s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.20s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.53s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsByOrder (2.35s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.76s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.76s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.95s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.84s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.57s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.97s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.38s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.96s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.92s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.73s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.76s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.02s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.33s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.99s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsRightTagName (2.15s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.58s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.49s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.19s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.08s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.44s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.92s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.90s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.49s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.85s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.20s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.68s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.12s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.23s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.08s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.92s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.29s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (0.99s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.02s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.70s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.64s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.34s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (2.01s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.96s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.42s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.83s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRmiTag (0.14s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.46s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.65s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.44s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.60s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.25s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.93s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.51s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.22s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.45s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.50s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.08s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.60s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.61s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.84s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.03s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.62s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.63s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.63s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.48s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.60s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.69s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.88s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.59s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.44s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.47s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.70s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.57s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.66s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.58s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.60s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.60s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.70s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.53s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.47s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.45s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.49s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.69s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.49s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.53s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.40s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.08s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.42s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.99s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.04s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.84s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.42s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.44s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.48s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.46s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.47s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.98s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.07s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.55s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.67s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.00s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.54s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.49s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.47s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.52s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (0.96s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.27s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.52s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.00s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.44s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.44s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.16s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.44s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.45s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.39s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.44s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.46s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.42s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.43s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.41s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.42s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.43s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.44s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.50s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.01s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.50s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.60s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.56s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.22s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.20s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.46s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.09s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.84s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.02s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.57s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.10s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.29s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.51s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.52s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.47s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.38s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.72s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.14s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (1.17s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.90s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.05s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.19s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.46s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunMount (4.68s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.72s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.50s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.10s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.92s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.35s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.90s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.75s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.33s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.97s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.45s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNetHost (0.70s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.46s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.51s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.31s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.31s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.61s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.34s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.46s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.46s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.45s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.45s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.47s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.47s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.42s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.04s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.56s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.44s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.42s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.46s)
14:59:05 [2021-12-21T14:59:05.787Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.43s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.76s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.51s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.49s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.42s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.30s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.46s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.95s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunRm (0.50s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.60s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.70s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.52s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.57s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.56s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.33s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.52s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.43s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.44s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.49s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.52s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.41s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.40s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.47s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.46s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.42s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.40s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunState (1.07s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.61s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.83s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.17s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.44s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.55s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.20s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.66s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.55s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.58s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.21s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.84s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.94s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.53s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.61s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.66s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.49s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.44s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.48s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.48s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.49s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.60s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.18s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.64s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.99s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.56s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.65s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.37s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.21s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.63s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.75s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.45s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.26s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.68s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.55s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.11s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.66s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.63s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.45s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.46s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.43s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.46s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.15s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.44s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.45s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.47s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.43s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.89s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.44s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.32s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.87s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.43s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.37s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.43s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.65s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.84s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.05s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.06s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.61s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.46s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.57s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.10s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.32s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.08s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.28s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.50s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.36s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.11s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.10s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.09s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.58s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (2.03s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.05s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.78s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.78s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.90s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.53s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.50s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.48s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.06s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.09s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.19s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.50s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.36s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.49s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.59s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.41s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.44s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.48s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.49s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.50s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.50s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.83s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.47s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.66s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.10s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.69s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.76s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.13s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.49s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.88s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.67s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.58s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.92s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.20s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (1.89s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.68s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.85s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.97s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.68s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.51s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.07s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.99s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.49s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.35s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.29s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.26s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.27s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.50s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.48s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.66s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.61s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.12s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.06s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeEvents (0.75s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.51s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.14s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.12s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.88s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.36s)
14:59:05 [2021-12-21T14:59:05.788Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
14:59:05 [2021-12-21T14:59:05.788Z] === RUN   TestDockerRegistrySuite
14:59:05 [2021-12-21T14:59:05.788Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
14:59:05 [2021-12-21T14:59:05.965Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
14:59:06 [2021-12-21T14:59:06.723Z]     check_test.go:195: [dfea7b063e3a3] daemon is not started
14:59:06 [2021-12-21T14:59:06.723Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
14:59:08 [2021-12-21T14:59:08.098Z]     check_test.go:195: [d6afb8cc77a1a] daemon is not started
14:59:08 [2021-12-21T14:59:08.098Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
14:59:09 [2021-12-21T14:59:09.474Z]     check_test.go:195: [d9260f6ce094e] daemon is not started
14:59:09 [2021-12-21T14:59:09.474Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
14:59:09 [2021-12-21T14:59:09.474Z]     check_test.go:195: [dec8bc25d94ad] daemon is not started
14:59:09 [2021-12-21T14:59:09.474Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
14:59:10 [2021-12-21T14:59:10.717Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
14:59:10 [2021-12-21T14:59:10.717Z]     docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux
14:59:11 [2021-12-21T14:59:11.184Z] === RUN   TestDockerSuite/TestBuildCacheAdd
14:59:11 [2021-12-21T14:59:11.184Z]     docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux
14:59:11 [2021-12-21T14:59:11.652Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
14:59:12 [2021-12-21T14:59:12.762Z]     check_test.go:195: [d156bee4aea78] daemon is not started
14:59:12 [2021-12-21T14:59:12.763Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
14:59:13 [2021-12-21T14:59:13.871Z] === RUN   TestDockerSuite/TestBuildCacheFrom
14:59:13 [2021-12-21T14:59:13.871Z]     docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux
14:59:13 [2021-12-21T14:59:13.871Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
14:59:14 [2021-12-21T14:59:14.054Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
14:59:15 [2021-12-21T14:59:15.293Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
14:59:16 [2021-12-21T14:59:16.668Z]     check_test.go:195: [d037cfab7b0a7] daemon is not started
14:59:16 [2021-12-21T14:59:16.926Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
14:59:17 [2021-12-21T14:59:17.494Z]     docker_cli_swarm_test.go:1802: [de3e1c976a5ea] joining swarm manager [dbe16dd875d25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:59:18 [2021-12-21T14:59:18.870Z]     docker_cli_swarm_test.go:1803: [d52fa8902d2f0] joining swarm manager [dbe16dd875d25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:59:19 [2021-12-21T14:59:19.742Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
14:59:20 [2021-12-21T14:59:20.247Z]     check_test.go:195: [dbc54d88854e0] daemon is not started
14:59:20 [2021-12-21T14:59:20.247Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
14:59:21 [2021-12-21T14:59:21.181Z]     check_test.go:195: [d70842ace8a59] daemon is not started
14:59:21 [2021-12-21T14:59:21.181Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
14:59:21 [2021-12-21T14:59:21.308Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
14:59:21 [2021-12-21T14:59:21.309Z]     docker_api_build_test.go:401: unmatched requirement DaemonIsLinux
14:59:21 [2021-12-21T14:59:21.309Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
14:59:21 [2021-12-21T14:59:21.309Z]     docker_cli_build_test.go:3570: unmatched requirement UnixCli
14:59:21 [2021-12-21T14:59:21.309Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
14:59:22 [2021-12-21T14:59:22.117Z]     check_test.go:195: [df3b44aa31fab] daemon is not started
14:59:22 [2021-12-21T14:59:22.117Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
14:59:22 [2021-12-21T14:59:22.872Z] === RUN   TestDockerSuite/TestBuildClearCmd
14:59:23 [2021-12-21T14:59:23.074Z]     check_test.go:195: [d2f15a823e0f0] daemon is not started
14:59:23 [2021-12-21T14:59:23.074Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
14:59:24 [2021-12-21T14:59:24.010Z]     check_test.go:195: [d5a2f21702a65] daemon is not started
14:59:24 [2021-12-21T14:59:24.010Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
14:59:24 [2021-12-21T14:59:24.381Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
14:59:24 [2021-12-21T14:59:24.381Z]     docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux
14:59:24 [2021-12-21T14:59:24.435Z] === RUN   TestDockerSuite/TestBuildCmd
14:59:24 [2021-12-21T14:59:24.837Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
14:59:24 [2021-12-21T14:59:24.902Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
14:59:25 [2021-12-21T14:59:25.387Z]     check_test.go:195: [d991708d107f1] daemon is not started
14:59:25 [2021-12-21T14:59:25.387Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
14:59:25 [2021-12-21T14:59:25.888Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
14:59:26 [2021-12-21T14:59:26.321Z]     check_test.go:195: [d2be179a6557b] daemon is not started
14:59:26 [2021-12-21T14:59:26.321Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
14:59:26 [2021-12-21T14:59:26.356Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
14:59:27 [2021-12-21T14:59:27.258Z]     check_test.go:195: [d929cabfe39c2] daemon is not started
14:59:27 [2021-12-21T14:59:27.258Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
14:59:27 [2021-12-21T14:59:27.825Z]     docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:dfe517975f1dec4cb7bd54f4082cc31bae3b91639074dc8c30b6f7333a9f12ec
14:59:28 [2021-12-21T14:59:28.759Z]     docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a05b405a86b4fe306dce436f58cacd0729e0e756ecbbe3d52dde5dfcc3a5dd40
14:59:29 [2021-12-21T14:59:29.017Z]     check_test.go:195: [d66a40a1271ff] daemon is not started
14:59:29 [2021-12-21T14:59:29.017Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
14:59:29 [2021-12-21T14:59:29.951Z]     docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ce95394d18f81e6a104479903c76adf78bef9667a168e6ab26aaddb264a33c0a
14:59:30 [2021-12-21T14:59:30.518Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
14:59:30 [2021-12-21T14:59:30.518Z]     docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3bc06314c3e637a32cbf52da90b60db0803b6a45046a3673c0e47620963849db
14:59:30 [2021-12-21T14:59:30.777Z]     check_test.go:195: [d95797cab5633] daemon is not started
14:59:30 [2021-12-21T14:59:30.777Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
14:59:31 [2021-12-21T14:59:31.716Z]     check_test.go:195: [d76d7c1283451] daemon is not started
14:59:31 [2021-12-21T14:59:31.716Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
14:59:31 [2021-12-21T14:59:31.907Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
14:59:31 [2021-12-21T14:59:31.907Z]     docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux
14:59:31 [2021-12-21T14:59:31.907Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
14:59:31 [2021-12-21T14:59:31.907Z]     docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux
14:59:31 [2021-12-21T14:59:31.907Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
14:59:33 [2021-12-21T14:59:33.509Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
14:59:34 [2021-12-21T14:59:34.247Z]     check_test.go:195: [dffb67ca8d9c7] daemon is not started
14:59:34 [2021-12-21T14:59:34.247Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
14:59:35 [2021-12-21T14:59:35.181Z]     check_test.go:195: [dbff09d33b86d] daemon is not started
14:59:35 [2021-12-21T14:59:35.182Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
14:59:35 [2021-12-21T14:59:35.182Z]     check_test.go:195: [d5f4a94f86d61] daemon is not started
14:59:35 [2021-12-21T14:59:35.182Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
14:59:36 [2021-12-21T14:59:36.116Z]     check_test.go:195: [de33f37340c36] daemon is not started
14:59:36 [2021-12-21T14:59:36.116Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
14:59:36 [2021-12-21T14:59:36.460Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
14:59:36 [2021-12-21T14:59:36.460Z]     docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux
14:59:36 [2021-12-21T14:59:36.460Z] === RUN   TestDockerSuite/TestBuildConditionalCache
14:59:37 [2021-12-21T14:59:37.052Z]     check_test.go:195: [d3ae76abdd6b8] daemon is not started
14:59:37 [2021-12-21T14:59:37.052Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
14:59:37 [2021-12-21T14:59:37.445Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
14:59:37 [2021-12-21T14:59:37.445Z]     docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux
14:59:37 [2021-12-21T14:59:37.445Z] === RUN   TestDockerSuite/TestBuildContextCleanup
14:59:37 [2021-12-21T14:59:37.618Z]     check_test.go:195: [d4414dc04af6e] daemon is not started
14:59:37 [2021-12-21T14:59:37.618Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
14:59:38 [2021-12-21T14:59:38.441Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
14:59:38 [2021-12-21T14:59:38.552Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
14:59:38 [2021-12-21T14:59:38.959Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
14:59:38 [2021-12-21T14:59:38.959Z]     docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux
14:59:38 [2021-12-21T14:59:38.959Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
14:59:39 [2021-12-21T14:59:39.415Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
14:59:39 [2021-12-21T14:59:39.415Z]     docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux
14:59:39 [2021-12-21T14:59:39.415Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
14:59:39 [2021-12-21T14:59:39.415Z]     docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux
14:59:39 [2021-12-21T14:59:39.415Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
14:59:40 [2021-12-21T14:59:40.473Z]     check_test.go:195: [d5b197966f2f1] daemon is not started
14:59:40 [2021-12-21T14:59:40.473Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
14:59:40 [2021-12-21T14:59:40.653Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
14:59:40 [2021-12-21T14:59:40.735Z]     docker_cli_swarm_test.go:1321: [db6079f8101fd] joining swarm manager [ddb2bf20c833d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:59:40 [2021-12-21T14:59:40.993Z]     check_test.go:195: [d5b90574a2293] daemon is not started
14:59:40 [2021-12-21T14:59:40.993Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
14:59:41 [2021-12-21T14:59:41.638Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
14:59:41 [2021-12-21T14:59:41.929Z]     docker_cli_swarm_test.go:1322: [deade3dbf7237] joining swarm manager [ddb2bf20c833d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:59:42 [2021-12-21T14:59:42.187Z]     check_test.go:195: [d410232595e7c] daemon is not started
14:59:42 [2021-12-21T14:59:42.187Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
14:59:42 [2021-12-21T14:59:42.445Z]     check_test.go:195: [db5aae9647112] daemon is not started
14:59:42 [2021-12-21T14:59:42.446Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
14:59:42 [2021-12-21T14:59:42.627Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
14:59:42 [2021-12-21T14:59:42.627Z]     docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux
14:59:42 [2021-12-21T14:59:42.627Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
14:59:42 [2021-12-21T14:59:42.704Z]     check_test.go:195: [dd5be944f15f8] daemon is not started
14:59:42 [2021-12-21T14:59:42.704Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
14:59:42 [2021-12-21T14:59:42.963Z]     check_test.go:195: [dfa914cd2bbd6] daemon is not started
14:59:42 [2021-12-21T14:59:42.963Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
14:59:43 [2021-12-21T14:59:43.221Z]     check_test.go:195: [d60861b4e3146] daemon is not started
14:59:43 [2021-12-21T14:59:43.221Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
14:59:43 [2021-12-21T14:59:43.479Z]     check_test.go:195: [dc66ebe51fc64] daemon is not started
14:59:43 [2021-12-21T14:59:43.479Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
14:59:43 [2021-12-21T14:59:43.479Z]     check_test.go:195: [d9cec8e6c1648] daemon is not started
14:59:43 [2021-12-21T14:59:43.479Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
14:59:43 [2021-12-21T14:59:43.612Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
14:59:44 [2021-12-21T14:59:44.597Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
14:59:44 [2021-12-21T14:59:44.597Z]     docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux
14:59:44 [2021-12-21T14:59:44.597Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
14:59:44 [2021-12-21T14:59:44.597Z]     docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux
14:59:44 [2021-12-21T14:59:44.597Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
14:59:44 [2021-12-21T14:59:44.856Z]     check_test.go:195: [dcc94edd2b395] daemon is not started
14:59:44 [2021-12-21T14:59:44.856Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
14:59:45 [2021-12-21T14:59:45.792Z]     check_test.go:195: [d8f3f55a1657b] daemon is not started
14:59:46 [2021-12-21T14:59:46.051Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
14:59:46 [2021-12-21T14:59:46.617Z]     check_test.go:195: [dac452185ef9a] daemon is not started
14:59:46 [2021-12-21T14:59:46.617Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
14:59:47 [2021-12-21T14:59:47.993Z]     check_test.go:195: [d3f0a3d5bed5e] daemon is not started
14:59:47 [2021-12-21T14:59:47.993Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
14:59:48 [2021-12-21T14:59:48.560Z] === RUN   TestDockerRegistrySuite/TestV2Only
14:59:49 [2021-12-21T14:59:49.494Z] --- PASS: TestDockerRegistrySuite (43.82s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.17s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.04s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.51s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.68s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.68s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.28s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.03s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.81s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.04s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.03s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.27s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.90s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.94s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.79s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.82s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.03s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.33s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.92s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.13s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.92s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.84s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.83s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.72s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.51s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.17s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.36s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.13s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.97s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.37s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.78s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.02s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s)
14:59:49 [2021-12-21T14:59:49.494Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s)
14:59:49 [2021-12-21T14:59:49.494Z] === RUN   TestDockerSchema1RegistrySuite
14:59:49 [2021-12-21T14:59:49.494Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
14:59:49 [2021-12-21T14:59:49.494Z]     check_test.go:222: [da31721558c7c] daemon is not started
14:59:49 [2021-12-21T14:59:49.494Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
14:59:51 [2021-12-21T14:59:51.749Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
14:59:52 [2021-12-21T14:59:52.093Z]     check_test.go:222: [d90f52187fcd0] daemon is not started
14:59:52 [2021-12-21T14:59:52.093Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
14:59:57 [2021-12-21T14:59:57.361Z]     check_test.go:222: [d344c9b0f2475] daemon is not started
14:59:57 [2021-12-21T14:59:57.361Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
14:59:58 [2021-12-21T14:59:58.299Z]     check_test.go:222: [dbdf063681459] daemon is not started
14:59:58 [2021-12-21T14:59:58.299Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
14:59:58 [2021-12-21T14:59:58.557Z]     check_test.go:222: [d42b4b9bd8ccb] daemon is not started
14:59:58 [2021-12-21T14:59:58.557Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
14:59:59 [2021-12-21T14:59:59.492Z]     check_test.go:222: [dbc4f21cefd7f] daemon is not started
14:59:59 [2021-12-21T14:59:59.492Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
15:00:00 [2021-12-21T15:00:00.427Z]     check_test.go:222: [d8b92275f6f9e] daemon is not started
15:00:00 [2021-12-21T15:00:00.427Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
15:00:01 [2021-12-21T15:00:01.363Z]     check_test.go:222: [dd04c5d9fd882] daemon is not started
15:00:01 [2021-12-21T15:00:01.363Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
15:00:03 [2021-12-21T15:00:03.893Z]     check_test.go:222: [d97d0e0ec188d] daemon is not started
15:00:03 [2021-12-21T15:00:03.893Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
15:00:03 [2021-12-21T15:00:03.893Z]     check_test.go:222: [d7fca8d69be5d] daemon is not started
15:00:03 [2021-12-21T15:00:03.893Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
15:00:04 [2021-12-21T15:00:04.459Z]     check_test.go:222: [d415798e3f78c] daemon is not started
15:00:04 [2021-12-21T15:00:04.459Z] --- PASS: TestDockerSchema1RegistrySuite (15.00s)
15:00:04 [2021-12-21T15:00:04.459Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.17s)
15:00:04 [2021-12-21T15:00:04.459Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.63s)
15:00:04 [2021-12-21T15:00:04.459Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.22s)
15:00:04 [2021-12-21T15:00:04.459Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.94s)
15:00:04 [2021-12-21T15:00:04.459Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s)
15:00:04 [2021-12-21T15:00:04.459Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.05s)
15:00:04 [2021-12-21T15:00:04.459Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.83s)
15:00:04 [2021-12-21T15:00:04.459Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.84s)
15:00:04 [2021-12-21T15:00:04.459Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.34s)
15:00:04 [2021-12-21T15:00:04.459Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s)
15:00:04 [2021-12-21T15:00:04.459Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.42s)
15:00:04 [2021-12-21T15:00:04.459Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
15:00:04 [2021-12-21T15:00:04.459Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
15:00:05 [2021-12-21T15:00:05.026Z]     check_test.go:251: [d1871cf892589] daemon is not started
15:00:05 [2021-12-21T15:00:05.026Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
15:00:05 [2021-12-21T15:00:05.960Z]     check_test.go:251: [dff06af02888d] daemon is not started
15:00:05 [2021-12-21T15:00:05.960Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
15:00:05 [2021-12-21T15:00:05.960Z]     check_test.go:251: [d484898da71b4] daemon is not started
15:00:05 [2021-12-21T15:00:05.960Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
15:00:07 [2021-12-21T15:00:07.334Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
15:00:07 [2021-12-21T15:00:07.592Z]     check_test.go:251: [d064607ab0462] daemon is not started
15:00:07 [2021-12-21T15:00:07.592Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
15:00:08 [2021-12-21T15:00:08.160Z]     check_test.go:251: [dd810b5402f19] daemon is not started
15:00:08 [2021-12-21T15:00:08.160Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
15:00:09 [2021-12-21T15:00:09.095Z]     check_test.go:251: [d83e8541c22d5] daemon is not started
15:00:09 [2021-12-21T15:00:09.095Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
15:00:09 [2021-12-21T15:00:09.095Z]     check_test.go:251: [d74d9f09ef455] daemon is not started
15:00:09 [2021-12-21T15:00:09.095Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.70s)
15:00:09 [2021-12-21T15:00:09.095Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.73s)
15:00:09 [2021-12-21T15:00:09.095Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.59s)
15:00:09 [2021-12-21T15:00:09.095Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s)
15:00:09 [2021-12-21T15:00:09.095Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.21s)
15:00:09 [2021-12-21T15:00:09.095Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s)
15:00:09 [2021-12-21T15:00:09.095Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s)
15:00:09 [2021-12-21T15:00:09.095Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.84s)
15:00:09 [2021-12-21T15:00:09.095Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s)
15:00:09 [2021-12-21T15:00:09.095Z] === RUN   TestDockerRegistryAuthTokenSuite
15:00:09 [2021-12-21T15:00:09.095Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
15:00:09 [2021-12-21T15:00:09.331Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
15:00:14 [2021-12-21T15:00:14.357Z]     check_test.go:278: [d4c5e2074bc4d] daemon is not started
15:00:14 [2021-12-21T15:00:14.357Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
15:00:14 [2021-12-21T15:00:14.357Z]     check_test.go:278: [d00c2d1a809ac] daemon is not started
15:00:14 [2021-12-21T15:00:14.357Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
15:00:14 [2021-12-21T15:00:14.615Z]     check_test.go:278: [d8f15df5ba3d5] daemon is not started
15:00:14 [2021-12-21T15:00:14.615Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
15:00:14 [2021-12-21T15:00:14.615Z]     check_test.go:278: [d38f6ff720f7d] daemon is not started
15:00:14 [2021-12-21T15:00:14.615Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
15:00:14 [2021-12-21T15:00:14.873Z]     check_test.go:278: [ddb6c5f42254e] daemon is not started
15:00:14 [2021-12-21T15:00:14.873Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.81s)
15:00:14 [2021-12-21T15:00:14.873Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s)
15:00:14 [2021-12-21T15:00:14.873Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s)
15:00:14 [2021-12-21T15:00:14.873Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
15:00:14 [2021-12-21T15:00:14.873Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s)
15:00:14 [2021-12-21T15:00:14.873Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.19s)
15:00:14 [2021-12-21T15:00:14.873Z] === RUN   TestDockerNetworkSuite
15:00:14 [2021-12-21T15:00:14.873Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
15:00:15 [2021-12-21T15:00:15.810Z]     docker_cli_network_unix_test.go:46: [dda4164ade36d] daemon is not started
15:00:16 [2021-12-21T15:00:16.069Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
15:00:16 [2021-12-21T15:00:16.347Z]     docker_cli_network_unix_test.go:46: [d8fc8d4f05b0a] daemon is not started
15:00:16 [2021-12-21T15:00:16.608Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
15:00:16 [2021-12-21T15:00:16.702Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
15:00:16 [2021-12-21T15:00:16.702Z]     docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux
15:00:16 [2021-12-21T15:00:16.702Z] === RUN   TestDockerSuite/TestBuildCacheAdd
15:00:16 [2021-12-21T15:00:16.702Z]     docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux
15:00:17 [2021-12-21T15:00:17.158Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
15:00:18 [2021-12-21T15:00:18.688Z] === RUN   TestDockerSuite/TestBuildCacheFrom
15:00:18 [2021-12-21T15:00:18.688Z]     docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux
15:00:18 [2021-12-21T15:00:18.688Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
15:00:19 [2021-12-21T15:00:19.137Z]     docker_cli_network_unix_test.go:46: [d3ebbc02f20e8] daemon is not started
15:00:19 [2021-12-21T15:00:19.397Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
15:00:20 [2021-12-21T15:00:20.774Z]     docker_cli_network_unix_test.go:46: [dd7f84e3d1df6] daemon is not started
15:00:20 [2021-12-21T15:00:20.774Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
15:00:21 [2021-12-21T15:00:21.033Z]     docker_cli_network_unix_test.go:1233: [d691a692e1acc] daemon is not started
15:00:22 [2021-12-21T15:00:22.226Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
15:00:22 [2021-12-21T15:00:22.226Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
15:00:22 [2021-12-21T15:00:22.226Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
15:00:22 [2021-12-21T15:00:22.226Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
15:00:22 [2021-12-21T15:00:22.226Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
15:00:22 [2021-12-21T15:00:22.226Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
15:00:22 [2021-12-21T15:00:22.226Z] === RUN   TestDockerSuite/TestAPINetworkFilter
15:00:22 [2021-12-21T15:00:22.226Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
15:00:22 [2021-12-21T15:00:22.226Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
15:00:22 [2021-12-21T15:00:22.226Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
15:00:22 [2021-12-21T15:00:22.226Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
15:00:22 [2021-12-21T15:00:22.226Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
15:00:22 [2021-12-21T15:00:22.226Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
15:00:22 [2021-12-21T15:00:22.226Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
15:00:22 [2021-12-21T15:00:22.227Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
15:00:22 [2021-12-21T15:00:22.227Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
15:00:22 [2021-12-21T15:00:22.227Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
15:00:22 [2021-12-21T15:00:22.227Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
15:00:22 [2021-12-21T15:00:22.227Z]     docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux
15:00:22 [2021-12-21T15:00:22.227Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
15:00:22 [2021-12-21T15:00:22.227Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
15:00:22 [2021-12-21T15:00:22.227Z]     docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux
15:00:22 [2021-12-21T15:00:22.227Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
15:00:22 [2021-12-21T15:00:22.227Z]     docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux
15:00:22 [2021-12-21T15:00:22.227Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
15:00:23 [2021-12-21T15:00:23.563Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
15:00:24 [2021-12-21T15:00:24.130Z]     docker_cli_network_unix_test.go:46: [debdf080192d6] daemon is not started
15:00:24 [2021-12-21T15:00:24.466Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
15:00:24 [2021-12-21T15:00:24.697Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
15:00:25 [2021-12-21T15:00:25.143Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
15:00:25 [2021-12-21T15:00:25.995Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
15:00:25 [2021-12-21T15:00:25.995Z]     docker_api_build_test.go:401: unmatched requirement DaemonIsLinux
15:00:25 [2021-12-21T15:00:25.995Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
15:00:25 [2021-12-21T15:00:25.995Z]     docker_cli_build_test.go:3570: unmatched requirement UnixCli
15:00:25 [2021-12-21T15:00:25.995Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
15:00:27 [2021-12-21T15:00:27.338Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
15:00:27 [2021-12-21T15:00:27.338Z]     docker_cli_run_test.go:3155: unmatched requirement Apparmor
15:00:27 [2021-12-21T15:00:27.524Z] === RUN   TestDockerSuite/TestBuildClearCmd
15:00:27 [2021-12-21T15:00:27.798Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
15:00:27 [2021-12-21T15:00:27.799Z]     docker_cli_run_test.go:3133: unmatched requirement Apparmor
15:00:27 [2021-12-21T15:00:27.799Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
15:00:27 [2021-12-21T15:00:27.799Z]     docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
15:00:27 [2021-12-21T15:00:27.799Z] === RUN   TestDockerSuite/TestAttachDisconnect
15:00:27 [2021-12-21T15:00:27.799Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
15:00:27 [2021-12-21T15:00:27.799Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
15:00:28 [2021-12-21T15:00:28.885Z]     docker_cli_network_unix_test.go:46: [d714a537868f1] daemon is not started
15:00:29 [2021-12-21T15:00:29.053Z] === RUN   TestDockerSuite/TestBuildCmd
15:00:29 [2021-12-21T15:00:29.510Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
15:00:29 [2021-12-21T15:00:29.819Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
15:00:29 [2021-12-21T15:00:29.966Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
15:00:30 [2021-12-21T15:00:30.937Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
15:00:31 [2021-12-21T15:00:31.198Z]     docker_cli_network_unix_test.go:46: [d7d51b509612c] daemon is not started
15:00:31 [2021-12-21T15:00:31.550Z] === RUN   TestDockerSuite/TestAttachPausedContainer
15:00:31 [2021-12-21T15:00:31.550Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
15:00:31 [2021-12-21T15:00:31.550Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
15:00:31 [2021-12-21T15:00:31.550Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
15:00:31 [2021-12-21T15:00:31.550Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
15:00:31 [2021-12-21T15:00:31.765Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
15:00:32 [2021-12-21T15:00:32.698Z]     docker_cli_network_unix_test.go:46: [dece9afc89683] daemon is not started
15:00:32 [2021-12-21T15:00:32.698Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
15:00:33 [2021-12-21T15:00:33.265Z]     docker_cli_network_unix_test.go:46: [d22abef808279] daemon is not started
15:00:33 [2021-12-21T15:00:33.525Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
15:00:33 [2021-12-21T15:00:33.783Z]     docker_cli_network_unix_test.go:46: [d18567801035d] daemon is not started
15:00:33 [2021-12-21T15:00:33.783Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
15:00:34 [2021-12-21T15:00:34.361Z]     docker_cli_network_unix_test.go:46: [def7a587aea20] daemon is not started
15:00:34 [2021-12-21T15:00:34.451Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
15:00:34 [2021-12-21T15:00:34.451Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
15:00:34 [2021-12-21T15:00:34.626Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
15:00:34 [2021-12-21T15:00:34.925Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
15:00:35 [2021-12-21T15:00:35.194Z]     docker_cli_network_unix_test.go:46: [d4ad6067fda45] daemon is not started
15:00:35 [2021-12-21T15:00:35.759Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
15:00:35 [2021-12-21T15:00:35.759Z]     docker_cli_network_unix_test.go:46: [d3c3554b91c74] daemon is not started
15:00:35 [2021-12-21T15:00:35.759Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
15:00:36 [2021-12-21T15:00:36.326Z]     docker_cli_network_unix_test.go:46: [de48a63e6645d] daemon is not started
15:00:36 [2021-12-21T15:00:36.326Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
15:00:36 [2021-12-21T15:00:36.583Z]     docker_cli_network_unix_test.go:46: [de53f6a1318e6] daemon is not started
15:00:36 [2021-12-21T15:00:36.841Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
15:00:37 [2021-12-21T15:00:37.099Z]     docker_cli_network_unix_test.go:46: [dcaa3397ff687] daemon is not started
15:00:37 [2021-12-21T15:00:37.099Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
15:00:37 [2021-12-21T15:00:37.099Z]     docker_cli_network_unix_test.go:46: [d10fda53f46c3] daemon is not started
15:00:37 [2021-12-21T15:00:37.099Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
15:00:37 [2021-12-21T15:00:37.357Z]     docker_cli_network_unix_test.go:46: [d2f0909bcc577] daemon is not started
15:00:37 [2021-12-21T15:00:37.357Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
15:00:37 [2021-12-21T15:00:37.923Z]     docker_cli_network_unix_test.go:46: [dbdae2300d31f] daemon is not started
15:00:37 [2021-12-21T15:00:37.923Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
15:00:37 [2021-12-21T15:00:37.991Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
15:00:38 [2021-12-21T15:00:38.490Z]     docker_cli_network_unix_test.go:46: [d1345591176dd] daemon is not started
15:00:39 [2021-12-21T15:00:39.057Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
15:00:39 [2021-12-21T15:00:39.057Z]     docker_cli_network_unix_test.go:46: [d006a4694b4f1] daemon is not started
15:00:39 [2021-12-21T15:00:39.057Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
15:00:39 [2021-12-21T15:00:39.316Z]     docker_cli_network_unix_test.go:46: [d715c73318472] daemon is not started
15:00:39 [2021-12-21T15:00:39.316Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
15:00:39 [2021-12-21T15:00:39.316Z]     docker_cli_network_unix_test.go:46: [d0ca37b2a9e68] daemon is not started
15:00:39 [2021-12-21T15:00:39.316Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
15:00:40 [2021-12-21T15:00:40.133Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
15:00:40 [2021-12-21T15:00:40.691Z]     docker_cli_network_unix_test.go:968: [d6a9db09ae0e1] daemon is not started
15:00:40 [2021-12-21T15:00:40.884Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
15:00:40 [2021-12-21T15:00:40.884Z]     docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux
15:00:40 [2021-12-21T15:00:40.884Z] === RUN   TestDockerSuite/TestBuildConditionalCache
15:00:41 [2021-12-21T15:00:41.626Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
15:00:42 [2021-12-21T15:00:42.094Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
15:00:42 [2021-12-21T15:00:42.094Z]     docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux
15:00:42 [2021-12-21T15:00:42.094Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
15:00:42 [2021-12-21T15:00:42.094Z]     docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux
15:00:42 [2021-12-21T15:00:42.414Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
15:00:42 [2021-12-21T15:00:42.415Z]     docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux
15:00:42 [2021-12-21T15:00:42.415Z] === RUN   TestDockerSuite/TestBuildContextCleanup
15:00:42 [2021-12-21T15:00:42.562Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
15:00:42 [2021-12-21T15:00:42.562Z]     docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux
15:00:42 [2021-12-21T15:00:42.562Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
15:00:42 [2021-12-21T15:00:42.872Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
15:00:42 [2021-12-21T15:00:42.999Z]     docker_cli_network_unix_test.go:46: [d4720b55b0e9f] daemon is not started
15:00:43 [2021-12-21T15:00:43.000Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
15:00:43 [2021-12-21T15:00:43.030Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
15:00:43 [2021-12-21T15:00:43.030Z]     docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux
15:00:43 [2021-12-21T15:00:43.030Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
15:00:45 [2021-12-21T15:00:45.535Z]     docker_cli_network_unix_test.go:1116: [d14effc356502] daemon is not started
15:00:45 [2021-12-21T15:00:45.770Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
15:00:47 [2021-12-21T15:00:47.299Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
15:00:47 [2021-12-21T15:00:47.757Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
15:00:47 [2021-12-21T15:00:47.757Z]     docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux
15:00:47 [2021-12-21T15:00:47.757Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
15:00:48 [2021-12-21T15:00:48.068Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
15:00:48 [2021-12-21T15:00:48.327Z]     docker_cli_network_unix_test.go:46: [d64cdff83f41d] daemon is not started
15:00:48 [2021-12-21T15:00:48.327Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
15:00:48 [2021-12-21T15:00:48.718Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
15:00:49 [2021-12-21T15:00:49.261Z]     docker_cli_network_unix_test.go:46: [d025c738f7f85] daemon is not started
15:00:49 [2021-12-21T15:00:49.261Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
15:00:49 [2021-12-21T15:00:49.261Z]     docker_cli_network_unix_test.go:46: [d2fcfb3df018c] daemon is not started
15:00:49 [2021-12-21T15:00:49.261Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
15:00:49 [2021-12-21T15:00:49.519Z]     docker_cli_network_unix_test.go:46: [d33655f2f1650] daemon is not started
15:00:49 [2021-12-21T15:00:49.519Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
15:00:49 [2021-12-21T15:00:49.519Z]     docker_cli_network_unix_test.go:46: [d74ba466aba3c] daemon is not started
15:00:49 [2021-12-21T15:00:49.519Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
15:00:49 [2021-12-21T15:00:49.682Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
15:00:49 [2021-12-21T15:00:49.682Z]     docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux
15:00:49 [2021-12-21T15:00:49.682Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
15:00:49 [2021-12-21T15:00:49.682Z]     docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux
15:00:49 [2021-12-21T15:00:49.682Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
15:00:49 [2021-12-21T15:00:49.777Z]     docker_cli_network_unix_test.go:46: [db88de2588fa7] daemon is not started
15:00:49 [2021-12-21T15:00:49.777Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
15:00:50 [2021-12-21T15:00:50.036Z]     docker_cli_network_unix_test.go:46: [d763cdfae34ad] daemon is not started
15:00:50 [2021-12-21T15:00:50.036Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
15:00:51 [2021-12-21T15:00:51.420Z]     docker_cli_network_unix_test.go:46: [d80344733d377] daemon is not started
15:00:52 [2021-12-21T15:00:52.367Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
15:00:52 [2021-12-21T15:00:52.367Z]     docker_cli_network_unix_test.go:46: [dfb448787b61a] daemon is not started
15:00:52 [2021-12-21T15:00:52.367Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
15:00:52 [2021-12-21T15:00:52.367Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
15:00:52 [2021-12-21T15:00:52.367Z]     docker_cli_network_unix_test.go:46: [dd052f6ebc50e] daemon is not started
15:00:52 [2021-12-21T15:00:52.367Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
15:00:52 [2021-12-21T15:00:52.934Z]     docker_cli_network_unix_test.go:46: [d95b97a1b7870] daemon is not started
15:00:53 [2021-12-21T15:00:53.192Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
15:00:56 [2021-12-21T15:00:56.474Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
15:00:56 [2021-12-21T15:00:56.732Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
15:00:57 [2021-12-21T15:00:57.851Z]     docker_cli_network_unix_test.go:1084: [d2af55db4d212] daemon is not started
15:00:59 [2021-12-21T15:00:59.224Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
15:00:59 [2021-12-21T15:00:59.224Z]     docker_cli_network_unix_test.go:46: [ddb982ee9117c] daemon is not started
15:00:59 [2021-12-21T15:00:59.483Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
15:00:59 [2021-12-21T15:00:59.741Z]     docker_cli_network_unix_test.go:46: [d28b36fac3fb7] daemon is not started
15:01:00 [2021-12-21T15:01:00.000Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
15:01:01 [2021-12-21T15:01:01.376Z]     docker_cli_network_unix_test.go:46: [d13540c3756b8] daemon is not started
15:01:01 [2021-12-21T15:01:01.634Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
15:01:01 [2021-12-21T15:01:01.634Z]     docker_cli_network_unix_test.go:46: [d106f0be844d8] daemon is not started
15:01:01 [2021-12-21T15:01:01.634Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
15:01:02 [2021-12-21T15:01:02.201Z]     docker_cli_network_unix_test.go:46: [df2952799cad0] daemon is not started
15:01:02 [2021-12-21T15:01:02.201Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
15:01:02 [2021-12-21T15:01:02.769Z]     docker_cli_network_unix_test.go:46: [da8415e07bb40] daemon is not started
15:01:02 [2021-12-21T15:01:02.769Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
15:01:03 [2021-12-21T15:01:03.337Z]     docker_cli_network_unix_test.go:46: [db522ae464c3a] daemon is not started
15:01:03 [2021-12-21T15:01:03.903Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
15:01:10 [2021-12-21T15:01:10.466Z]     docker_cli_network_unix_test.go:46: [db1d5160d9b58] daemon is not started
15:01:10 [2021-12-21T15:01:10.466Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
15:01:10 [2021-12-21T15:01:10.466Z] --- PASS: TestDockerNetworkSuite (55.24s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.04s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.68s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.73s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.53s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.41s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.38s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.93s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.10s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.08s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.60s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.39s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.87s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.97s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.20s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.73s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.16s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.72s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.01s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.29s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.25s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.22s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.30s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.19s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.18s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.31s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.41s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.71s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.33s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.89s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.07s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.73s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.50s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.63s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.53s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.92s)
15:01:10 [2021-12-21T15:01:10.466Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.42s)
15:01:10 [2021-12-21T15:01:10.466Z] === RUN   TestDockerHubPullSuite
15:01:10 [2021-12-21T15:01:10.466Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
15:01:11 [2021-12-21T15:01:11.842Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
15:01:13 [2021-12-21T15:01:13.140Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
15:01:13 [2021-12-21T15:01:13.140Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
15:01:13 [2021-12-21T15:01:13.140Z]     docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux
15:01:13 [2021-12-21T15:01:13.140Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
15:01:13 [2021-12-21T15:01:13.753Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
15:01:14 [2021-12-21T15:01:14.319Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
15:01:15 [2021-12-21T15:01:15.254Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
15:01:16 [2021-12-21T15:01:16.631Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
15:01:16 [2021-12-21T15:01:16.889Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
15:01:16 [2021-12-21T15:01:16.889Z] --- PASS: TestDockerHubPullSuite (6.74s)
15:01:16 [2021-12-21T15:01:16.889Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.80s)
15:01:16 [2021-12-21T15:01:16.889Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.25s)
15:01:16 [2021-12-21T15:01:16.889Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.93s)
15:01:16 [2021-12-21T15:01:16.889Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.48s)
15:01:16 [2021-12-21T15:01:16.889Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s)
15:01:16 [2021-12-21T15:01:16.889Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s)
15:01:16 [2021-12-21T15:01:16.889Z] PASS
15:01:16 [2021-12-21T15:01:16.889Z] 
15:01:16 [2021-12-21T15:01:16.889Z] === Skipped
15:01:16 [2021-12-21T15:01:16.889Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
15:01:16 [2021-12-21T15:01:16.889Z]     docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.889Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
15:01:16 [2021-12-21T15:01:16.889Z] 
15:01:16 [2021-12-21T15:01:16.889Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
15:01:16 [2021-12-21T15:01:16.889Z]     docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.889Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
15:01:16 [2021-12-21T15:01:16.889Z] 
15:01:16 [2021-12-21T15:01:16.889Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
15:01:16 [2021-12-21T15:01:16.889Z]     docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.889Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
15:01:16 [2021-12-21T15:01:16.889Z] 
15:01:16 [2021-12-21T15:01:16.889Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
15:01:16 [2021-12-21T15:01:16.889Z]     docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.889Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
15:01:16 [2021-12-21T15:01:16.889Z] 
15:01:16 [2021-12-21T15:01:16.889Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s)
15:01:16 [2021-12-21T15:01:16.889Z]     docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.889Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s)
15:01:16 [2021-12-21T15:01:16.889Z] 
15:01:16 [2021-12-21T15:01:16.889Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
15:01:16 [2021-12-21T15:01:16.889Z]     docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_sni_test.go:18: Flakey test
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_create_test.go:59: unmatched requirement Devicemapper
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
15:01:16 [2021-12-21T15:01:16.890Z]     docker_cli_network_unix_test.go:46: [dd052f6ebc50e] daemon is not started
15:01:16 [2021-12-21T15:01:16.890Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] DONE 1262 tests, 51 skipped in 1427.705s
15:01:16 [2021-12-21T15:01:16.890Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
15:01:16 [2021-12-21T15:01:16.890Z] ++++ cat bundles/test-integration/docker.pid
15:01:16 [2021-12-21T15:01:16.890Z] +++ kill 8475
15:01:16 [2021-12-21T15:01:16.890Z] +++ /etc/init.d/apparmor stop
15:01:16 [2021-12-21T15:01:16.890Z] Leaving: AppArmorNo profiles have been unloaded.
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] Unloading profiles will leave already running processes permanently
15:01:16 [2021-12-21T15:01:16.890Z] unconfined, which can lead to unexpected situations.
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:16 [2021-12-21T15:01:16.890Z] To set a process to complain mode, use the command line tool
15:01:16 [2021-12-21T15:01:16.890Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
15:01:16 [2021-12-21T15:01:16.890Z] +++ true
15:01:16 [2021-12-21T15:01:16.890Z] exiting test-integration
15:01:16 [2021-12-21T15:01:16.890Z] ++ exit 0
15:01:16 [2021-12-21T15:01:16.890Z] 
15:01:17 [2021-12-21T15:01:17.458Z] + for job in $(jobs -p)
15:01:17 [2021-12-21T15:01:17.458Z] + wait 9307
15:01:20 [2021-12-21T15:01:20.746Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
15:01:27 [2021-12-21T15:01:27.305Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
15:01:28 [2021-12-21T15:01:28.679Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
15:01:32 [2021-12-21T15:01:32.863Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
15:01:37 [2021-12-21T15:01:37.078Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
15:01:38 [2021-12-21T15:01:38.430Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
15:01:38 [2021-12-21T15:01:38.430Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
15:01:38 [2021-12-21T15:01:38.430Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
15:01:40 [2021-12-21T15:01:40.364Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
15:01:40 [2021-12-21T15:01:40.364Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
15:01:40 [2021-12-21T15:01:40.364Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
15:01:43 [2021-12-21T15:01:43.191Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
15:01:45 [2021-12-21T15:01:45.628Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
15:01:46 [2021-12-21T15:01:46.197Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
15:01:46 [2021-12-21T15:01:46.763Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
15:01:46 [2021-12-21T15:01:46.981Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
15:01:47 [2021-12-21T15:01:47.376Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
15:01:47 [2021-12-21T15:01:47.376Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
15:01:47 [2021-12-21T15:01:47.376Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
15:01:49 [2021-12-21T15:01:49.292Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
15:01:50 [2021-12-21T15:01:50.268Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
15:01:50 [2021-12-21T15:01:50.268Z]     docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux
15:01:50 [2021-12-21T15:01:50.268Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
15:01:50 [2021-12-21T15:01:50.268Z]     docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux
15:01:50 [2021-12-21T15:01:50.725Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
15:01:50 [2021-12-21T15:01:50.725Z]     docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux
15:01:50 [2021-12-21T15:01:50.725Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
15:01:50 [2021-12-21T15:01:50.777Z] === RUN   TestDockerSuite/TestBuildDockerignore
15:01:51 [2021-12-21T15:01:51.688Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
15:01:51 [2021-12-21T15:01:51.688Z]     docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux
15:01:51 [2021-12-21T15:01:51.688Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
15:02:21 [2021-12-21T15:02:21.603Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
15:02:22 [2021-12-21T15:02:22.061Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
15:02:22 [2021-12-21T15:02:22.061Z]     docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux
15:02:22 [2021-12-21T15:02:22.521Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
15:02:45 [2021-12-21T15:02:45.501Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
15:02:45 [2021-12-21T15:02:45.501Z]     docker_cli_swarm_test.go:1186: [d3c3ce33786bd] joining swarm manager [dea0b17dd0f0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:02:47 [2021-12-21T15:02:47.637Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
15:02:47 [2021-12-21T15:02:47.637Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
15:02:47 [2021-12-21T15:02:47.637Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
15:02:50 [2021-12-21T15:02:50.763Z]     docker_cli_swarm_test.go:1195: [dc12f4cdedeac] joining swarm manager [dea0b17dd0f0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:02:51 [2021-12-21T15:02:51.427Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
15:02:53 [2021-12-21T15:02:53.421Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
15:02:57 [2021-12-21T15:02:57.145Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
15:02:58 [2021-12-21T15:02:58.601Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
15:02:58 [2021-12-21T15:02:58.601Z]     docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux
15:02:59 [2021-12-21T15:02:59.589Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
15:03:00 [2021-12-21T15:03:00.868Z] === RUN   TestDockerSuite/TestBuildDockerignore
15:03:07 [2021-12-21T15:03:07.067Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
15:03:07 [2021-12-21T15:03:07.067Z]     docker_api_build_test.go:176: unmatched requirement UnixCli
15:03:07 [2021-12-21T15:03:07.067Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
15:03:11 [2021-12-21T15:03:11.771Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
15:03:11 [2021-12-21T15:03:11.771Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
15:03:17 [2021-12-21T15:03:17.615Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
15:03:18 [2021-12-21T15:03:18.585Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
15:03:18 [2021-12-21T15:03:18.585Z]     docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux
15:03:18 [2021-12-21T15:03:18.585Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
15:03:18 [2021-12-21T15:03:18.586Z]     docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux
15:03:18 [2021-12-21T15:03:18.586Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
15:03:18 [2021-12-21T15:03:18.586Z]     docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux
15:03:18 [2021-12-21T15:03:18.586Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
15:03:19 [2021-12-21T15:03:19.046Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
15:03:20 [2021-12-21T15:03:20.020Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
15:03:23 [2021-12-21T15:03:23.777Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
15:03:25 [2021-12-21T15:03:25.965Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
15:03:25 [2021-12-21T15:03:25.965Z]     docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux
15:03:25 [2021-12-21T15:03:25.965Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
15:03:25 [2021-12-21T15:03:25.965Z]     docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux
15:03:25 [2021-12-21T15:03:25.965Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
15:03:26 [2021-12-21T15:03:26.426Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
15:03:30 [2021-12-21T15:03:30.176Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
15:03:37 [2021-12-21T15:03:37.419Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
15:03:45 [2021-12-21T15:03:45.015Z] === RUN   TestDockerSuite/TestBuildAddNonTar
15:03:45 [2021-12-21T15:03:45.556Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
15:03:49 [2021-12-21T15:03:49.745Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
15:03:50 [2021-12-21T15:03:50.821Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
15:03:51 [2021-12-21T15:03:51.646Z]     docker_cli_swarm_test.go:1118: [d2b2bd1096f25] joining swarm manager [d33a2f6230c50]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:03:52 [2021-12-21T15:03:52.364Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
15:03:52 [2021-12-21T15:03:52.364Z]     docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux
15:03:52 [2021-12-21T15:03:52.364Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
15:03:52 [2021-12-21T15:03:52.595Z]     docker_cli_swarm_test.go:1119: [d86c16524d38b] joining swarm manager [d33a2f6230c50]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:03:56 [2021-12-21T15:03:56.115Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
15:03:58 [2021-12-21T15:03:58.301Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
15:04:10 [2021-12-21T15:04:10.738Z] === RUN   TestDockerSuite/TestBuildAddScript
15:04:10 [2021-12-21T15:04:10.738Z]     docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux
15:04:10 [2021-12-21T15:04:10.738Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
15:04:10 [2021-12-21T15:04:10.738Z]     docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux
15:04:10 [2021-12-21T15:04:10.738Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
15:04:10 [2021-12-21T15:04:10.738Z]     docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux
15:04:10 [2021-12-21T15:04:10.738Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
15:04:10 [2021-12-21T15:04:10.738Z]     docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux
15:04:10 [2021-12-21T15:04:10.738Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
15:04:10 [2021-12-21T15:04:10.738Z] === RUN   TestDockerSuite/TestBuildAddTar
15:04:12 [2021-12-21T15:04:12.118Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
15:04:12 [2021-12-21T15:04:12.137Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
15:04:12 [2021-12-21T15:04:12.137Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
15:04:12 [2021-12-21T15:04:12.913Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
15:04:15 [2021-12-21T15:04:15.807Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
15:04:15 [2021-12-21T15:04:15.807Z]     docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux
15:04:16 [2021-12-21T15:04:16.264Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
15:04:37 [2021-12-21T15:04:37.432Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
15:04:47 [2021-12-21T15:04:47.889Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
15:05:00 [2021-12-21T15:05:00.432Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
15:05:01 [2021-12-21T15:05:01.489Z] === RUN   TestDockerSuite/TestBuildAddTarXz
15:05:01 [2021-12-21T15:05:01.490Z]     docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux
15:05:01 [2021-12-21T15:05:01.490Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
15:05:01 [2021-12-21T15:05:01.490Z]     docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux
15:05:01 [2021-12-21T15:05:01.490Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
15:05:28 [2021-12-21T15:05:28.632Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
15:05:28 [2021-12-21T15:05:28.632Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
15:05:28 [2021-12-21T15:05:28.632Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
15:05:29 [2021-12-21T15:05:29.026Z]     docker_cli_swarm_test.go:1172: [dbfb500940f8f] joining swarm manager [d33a2f6230c50]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
15:05:34 [2021-12-21T15:05:34.301Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
15:05:34 [2021-12-21T15:05:34.301Z]     docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux
15:05:34 [2021-12-21T15:05:34.301Z] === RUN   TestDockerSuite/TestBuildBlankName
15:05:34 [2021-12-21T15:05:34.301Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
15:05:39 [2021-12-21T15:05:39.290Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
15:05:42 [2021-12-21T15:05:42.918Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
15:05:42 [2021-12-21T15:05:42.918Z]     docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux
15:05:43 [2021-12-21T15:05:43.379Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
15:05:49 [2021-12-21T15:05:49.714Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
15:05:50 [2021-12-21T15:05:50.471Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
15:05:53 [2021-12-21T15:05:53.737Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
15:06:00 [2021-12-21T15:06:00.808Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
15:06:02 [2021-12-21T15:06:02.206Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
15:06:07 [2021-12-21T15:06:07.733Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
15:06:07 [2021-12-21T15:06:07.733Z]     docker_cli_swarm_test.go:1453: [d2905afebd28b] joining swarm manager [ddf6324499b74]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:06:07 [2021-12-21T15:06:07.990Z]     docker_cli_swarm_test.go:1454: [d6757bb4d6045] joining swarm manager [ddf6324499b74]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
15:06:08 [2021-12-21T15:06:08.544Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
15:06:11 [2021-12-21T15:06:11.152Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
15:06:11 [2021-12-21T15:06:11.152Z]     docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux
15:06:12 [2021-12-21T15:06:12.126Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
15:06:20 [2021-12-21T15:06:20.191Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
15:06:20 [2021-12-21T15:06:20.191Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
15:06:20 [2021-12-21T15:06:20.191Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
15:06:20 [2021-12-21T15:06:20.191Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
15:06:20 [2021-12-21T15:06:20.191Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
15:06:20 [2021-12-21T15:06:20.758Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
15:06:20 [2021-12-21T15:06:20.899Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
15:06:23 [2021-12-21T15:06:23.286Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
15:06:24 [2021-12-21T15:06:24.531Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
15:06:24 [2021-12-21T15:06:24.531Z]     docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux
15:06:24 [2021-12-21T15:06:24.531Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
15:06:24 [2021-12-21T15:06:24.531Z]     docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux
15:06:24 [2021-12-21T15:06:24.531Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
15:06:26 [2021-12-21T15:06:26.568Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
15:06:29 [2021-12-21T15:06:29.097Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
15:06:30 [2021-12-21T15:06:30.999Z]     docker_cli_swarm_unix_test.go:63: [d081ac0882329] joining swarm manager [dd1eae613fad2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:06:31 [2021-12-21T15:06:31.622Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
15:06:31 [2021-12-21T15:06:31.623Z]     docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux
15:06:31 [2021-12-21T15:06:31.623Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
15:06:32 [2021-12-21T15:06:32.084Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
15:06:32 [2021-12-21T15:06:32.084Z]     docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux
15:06:32 [2021-12-21T15:06:32.084Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
15:06:32 [2021-12-21T15:06:32.084Z]     docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux
15:06:32 [2021-12-21T15:06:32.084Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
15:06:56 [2021-12-21T15:06:56.545Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
15:07:11 [2021-12-21T15:07:11.334Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
15:07:14 [2021-12-21T15:07:14.640Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
15:07:16 [2021-12-21T15:07:16.183Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
15:07:16 [2021-12-21T15:07:16.183Z]     docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux
15:07:17 [2021-12-21T15:07:17.154Z] === RUN   TestDockerSuite/TestBuildCacheAdd
15:07:17 [2021-12-21T15:07:17.154Z]     docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux
15:07:18 [2021-12-21T15:07:18.132Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
15:07:20 [2021-12-21T15:07:20.320Z] === RUN   TestDockerSuite/TestBuildCacheFrom
15:07:20 [2021-12-21T15:07:20.320Z]     docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux
15:07:20 [2021-12-21T15:07:20.320Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
15:07:23 [2021-12-21T15:07:23.688Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
15:07:26 [2021-12-21T15:07:26.132Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
15:07:27 [2021-12-21T15:07:27.233Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
15:07:27 [2021-12-21T15:07:27.233Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
15:07:27 [2021-12-21T15:07:27.233Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
15:07:27 [2021-12-21T15:07:27.678Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
15:07:27 [2021-12-21T15:07:27.678Z]     docker_api_build_test.go:401: unmatched requirement DaemonIsLinux
15:07:27 [2021-12-21T15:07:27.678Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
15:07:27 [2021-12-21T15:07:27.678Z]     docker_cli_build_test.go:3570: unmatched requirement UnixCli
15:07:27 [2021-12-21T15:07:27.678Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
15:07:28 [2021-12-21T15:07:28.607Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
15:07:29 [2021-12-21T15:07:29.865Z] === RUN   TestDockerSuite/TestBuildClearCmd
15:07:30 [2021-12-21T15:07:30.842Z] === RUN   TestDockerSuite/TestBuildCmd
15:07:31 [2021-12-21T15:07:31.812Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
15:07:31 [2021-12-21T15:07:31.890Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
15:07:32 [2021-12-21T15:07:32.275Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
15:07:33 [2021-12-21T15:07:33.246Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
15:07:34 [2021-12-21T15:07:34.423Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
15:07:36 [2021-12-21T15:07:36.324Z]     docker_api_swarm_test.go:962: [de4a59aac2990] joining swarm manager [d3b85ab0d6164]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
15:07:40 [2021-12-21T15:07:40.407Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
15:07:42 [2021-12-21T15:07:42.642Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
15:07:42 [2021-12-21T15:07:42.642Z]     docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux
15:07:42 [2021-12-21T15:07:42.642Z] === RUN   TestDockerSuite/TestBuildConditionalCache
15:07:43 [2021-12-21T15:07:43.695Z] === RUN   TestDockerSuite/TestBuildDotDotFile
15:07:43 [2021-12-21T15:07:43.695Z] === RUN   TestDockerSuite/TestBuildEOLInLine
15:07:43 [2021-12-21T15:07:43.695Z]     docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux
15:07:43 [2021-12-21T15:07:43.695Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
15:07:43 [2021-12-21T15:07:43.695Z]     docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux
15:07:43 [2021-12-21T15:07:43.695Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
15:07:43 [2021-12-21T15:07:43.695Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
15:07:43 [2021-12-21T15:07:43.695Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
15:07:43 [2021-12-21T15:07:43.695Z]     docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux
15:07:43 [2021-12-21T15:07:43.695Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
15:07:43 [2021-12-21T15:07:43.695Z] === RUN   TestDockerSuite/TestBuildEntrypoint
15:07:43 [2021-12-21T15:07:43.695Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
15:07:44 [2021-12-21T15:07:44.222Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
15:07:44 [2021-12-21T15:07:44.223Z]     docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux
15:07:44 [2021-12-21T15:07:44.223Z] === RUN   TestDockerSuite/TestBuildContextCleanup
15:07:44 [2021-12-21T15:07:44.695Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
15:07:45 [2021-12-21T15:07:45.991Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
15:07:47 [2021-12-21T15:07:47.670Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
15:07:48 [2021-12-21T15:07:48.667Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
15:07:49 [2021-12-21T15:07:49.140Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
15:07:49 [2021-12-21T15:07:49.140Z]     docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux
15:07:49 [2021-12-21T15:07:49.140Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
15:07:49 [2021-12-21T15:07:49.779Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
15:07:50 [2021-12-21T15:07:50.725Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
15:07:51 [2021-12-21T15:07:51.199Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
15:07:51 [2021-12-21T15:07:51.199Z]     docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux
15:07:51 [2021-12-21T15:07:51.673Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
15:07:51 [2021-12-21T15:07:51.673Z]     docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux
15:07:51 [2021-12-21T15:07:51.673Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
15:07:54 [2021-12-21T15:07:54.420Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
15:07:55 [2021-12-21T15:07:55.639Z] === RUN   TestDockerSuite/TestBuildEnv
15:07:55 [2021-12-21T15:07:55.639Z]     docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux
15:07:55 [2021-12-21T15:07:55.639Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
15:07:55 [2021-12-21T15:07:55.639Z]     docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux
15:07:56 [2021-12-21T15:07:56.107Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
15:07:56 [2021-12-21T15:07:56.107Z]     docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux
15:07:56 [2021-12-21T15:07:56.107Z] === RUN   TestDockerSuite/TestBuildEnvUsage
15:07:56 [2021-12-21T15:07:56.107Z]     docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux
15:07:56 [2021-12-21T15:07:56.107Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
15:07:56 [2021-12-21T15:07:56.107Z]     docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux
15:07:56 [2021-12-21T15:07:56.107Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
15:07:58 [2021-12-21T15:07:58.870Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
15:08:01 [2021-12-21T15:08:01.965Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
15:08:01 [2021-12-21T15:08:01.965Z]     docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux
15:08:01 [2021-12-21T15:08:01.965Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
15:08:01 [2021-12-21T15:08:01.965Z]     docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux
15:08:01 [2021-12-21T15:08:01.965Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
15:08:01 [2021-12-21T15:08:01.965Z]     docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux
15:08:01 [2021-12-21T15:08:01.965Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
15:08:02 [2021-12-21T15:08:02.433Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
15:08:06 [2021-12-21T15:08:06.615Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
15:08:07 [2021-12-21T15:08:07.549Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
15:08:09 [2021-12-21T15:08:09.595Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
15:08:10 [2021-12-21T15:08:10.076Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
15:08:12 [2021-12-21T15:08:12.605Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
15:08:20 [2021-12-21T15:08:20.734Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
15:08:25 [2021-12-21T15:08:25.998Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
15:08:27 [2021-12-21T15:08:27.463Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
15:08:27 [2021-12-21T15:08:27.463Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
15:08:27 [2021-12-21T15:08:27.463Z]     docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux
15:08:27 [2021-12-21T15:08:27.463Z] === RUN   TestDockerSuite/TestBuildExpose
15:08:27 [2021-12-21T15:08:27.463Z]     docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux
15:08:27 [2021-12-21T15:08:27.463Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
15:08:27 [2021-12-21T15:08:27.463Z]     docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux
15:08:27 [2021-12-21T15:08:27.463Z] === RUN   TestDockerSuite/TestBuildExposeOrder
15:08:27 [2021-12-21T15:08:27.463Z]     docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux
15:08:27 [2021-12-21T15:08:27.463Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
15:08:27 [2021-12-21T15:08:27.463Z]     docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux
15:08:27 [2021-12-21T15:08:27.463Z] === RUN   TestDockerSuite/TestBuildFails
15:08:28 [2021-12-21T15:08:28.526Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
15:08:30 [2021-12-21T15:08:30.410Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
15:08:30 [2021-12-21T15:08:30.425Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
15:08:30 [2021-12-21T15:08:30.879Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
15:08:32 [2021-12-21T15:08:32.954Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
15:08:36 [2021-12-21T15:08:36.236Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
15:08:38 [2021-12-21T15:08:38.041Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
15:08:38 [2021-12-21T15:08:38.766Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
15:08:40 [2021-12-21T15:08:40.680Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
15:08:41 [2021-12-21T15:08:41.661Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
15:08:41 [2021-12-21T15:08:41.661Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
15:08:41 [2021-12-21T15:08:41.661Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
15:08:45 [2021-12-21T15:08:45.194Z] === RUN   TestDockerSuite/TestBuildForceRm
15:08:46 [2021-12-21T15:08:46.443Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
15:08:46 [2021-12-21T15:08:46.443Z]     docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux
15:08:46 [2021-12-21T15:08:46.916Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
15:08:46 [2021-12-21T15:08:46.916Z]     docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux
15:08:47 [2021-12-21T15:08:47.390Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
15:08:47 [2021-12-21T15:08:47.390Z]     docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux
15:08:47 [2021-12-21T15:08:47.390Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
15:08:47 [2021-12-21T15:08:47.864Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
15:08:47 [2021-12-21T15:08:47.864Z]     docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux
15:08:48 [2021-12-21T15:08:48.336Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
15:08:53 [2021-12-21T15:08:53.857Z] === RUN   TestDockerSuite/TestBuildFromGit
15:09:02 [2021-12-21T15:09:02.527Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
15:09:03 [2021-12-21T15:09:03.511Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
15:09:05 [2021-12-21T15:09:05.042Z] === RUN   TestDockerSuite/TestBuildDotDotFile
15:09:05 [2021-12-21T15:09:05.042Z] === RUN   TestDockerSuite/TestBuildEOLInLine
15:09:05 [2021-12-21T15:09:05.042Z]     docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux
15:09:05 [2021-12-21T15:09:05.042Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
15:09:05 [2021-12-21T15:09:05.042Z]     docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux
15:09:05 [2021-12-21T15:09:05.042Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
15:09:05 [2021-12-21T15:09:05.042Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
15:09:05 [2021-12-21T15:09:05.042Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
15:09:05 [2021-12-21T15:09:05.042Z]     docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux
15:09:05 [2021-12-21T15:09:05.042Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
15:09:05 [2021-12-21T15:09:05.042Z] === RUN   TestDockerSuite/TestBuildEntrypoint
15:09:05 [2021-12-21T15:09:05.042Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
15:09:10 [2021-12-21T15:09:10.664Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
15:09:10 [2021-12-21T15:09:10.664Z]     docker_cli_build_test.go:3697: unmatched requirement UnixCli
15:09:10 [2021-12-21T15:09:10.664Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
15:09:11 [2021-12-21T15:09:11.131Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
15:09:11 [2021-12-21T15:09:11.599Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
15:09:11 [2021-12-21T15:09:11.599Z]     docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux
15:09:11 [2021-12-21T15:09:11.599Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
15:09:13 [2021-12-21T15:09:13.711Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
15:09:18 [2021-12-21T15:09:18.477Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
15:09:24 [2021-12-21T15:09:24.084Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
15:09:24 [2021-12-21T15:09:24.084Z]     docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux
15:09:24 [2021-12-21T15:09:24.084Z] === RUN   TestDockerSuite/TestBuildHistory
15:09:24 [2021-12-21T15:09:24.298Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
15:09:24 [2021-12-21T15:09:24.298Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
15:09:24 [2021-12-21T15:09:24.298Z]     docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux
15:09:24 [2021-12-21T15:09:24.298Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
15:09:24 [2021-12-21T15:09:24.348Z] === RUN   TestDockerSuite/TestBuildEnv
15:09:24 [2021-12-21T15:09:24.348Z]     docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux
15:09:24 [2021-12-21T15:09:24.348Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
15:09:24 [2021-12-21T15:09:24.348Z]     docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux
15:09:24 [2021-12-21T15:09:24.817Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
15:09:24 [2021-12-21T15:09:24.817Z]     docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux
15:09:24 [2021-12-21T15:09:24.817Z] === RUN   TestDockerSuite/TestBuildEnvUsage
15:09:24 [2021-12-21T15:09:24.817Z]     docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux
15:09:24 [2021-12-21T15:09:24.817Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
15:09:24 [2021-12-21T15:09:24.817Z]     docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux
15:09:24 [2021-12-21T15:09:24.817Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
15:09:29 [2021-12-21T15:09:29.573Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
15:09:29 [2021-12-21T15:09:29.573Z]     docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux
15:09:29 [2021-12-21T15:09:29.573Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
15:09:29 [2021-12-21T15:09:29.573Z]     docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux
15:09:29 [2021-12-21T15:09:29.573Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
15:09:29 [2021-12-21T15:09:29.573Z]     docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux
15:09:29 [2021-12-21T15:09:29.573Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
15:09:31 [2021-12-21T15:09:31.135Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
15:09:36 [2021-12-21T15:09:36.889Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
15:09:38 [2021-12-21T15:09:38.342Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
15:09:39 [2021-12-21T15:09:39.011Z] === RUN   TestDockerSuite/TestBuildIidFile
15:09:39 [2021-12-21T15:09:39.478Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
15:09:41 [2021-12-21T15:09:41.699Z] === RUN   TestDockerSuite/TestBuildInheritance
15:09:41 [2021-12-21T15:09:41.699Z]     docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux
15:09:42 [2021-12-21T15:09:42.166Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
15:09:43 [2021-12-21T15:09:43.155Z] === RUN   TestDockerSuite/TestBuildInvalidTag
15:09:43 [2021-12-21T15:09:43.155Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
15:09:45 [2021-12-21T15:09:45.512Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
15:09:45 [2021-12-21T15:09:45.971Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
15:09:46 [2021-12-21T15:09:46.942Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
15:09:49 [2021-12-21T15:09:49.016Z] === RUN   TestDockerSuite/TestBuildLabel
15:09:50 [2021-12-21T15:09:50.000Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
15:09:50 [2021-12-21T15:09:50.984Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
15:09:51 [2021-12-21T15:09:51.750Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
15:09:52 [2021-12-21T15:09:52.545Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
15:09:53 [2021-12-21T15:09:53.013Z] === RUN   TestDockerSuite/TestBuildLabels
15:09:54 [2021-12-21T15:09:54.576Z] === RUN   TestDockerSuite/TestBuildLabelsCache
15:09:56 [2021-12-21T15:09:56.012Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
15:09:56 [2021-12-21T15:09:56.012Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
15:09:56 [2021-12-21T15:09:56.012Z]     docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux
15:09:56 [2021-12-21T15:09:56.012Z] === RUN   TestDockerSuite/TestBuildExpose
15:09:56 [2021-12-21T15:09:56.012Z]     docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux
15:09:56 [2021-12-21T15:09:56.012Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
15:09:56 [2021-12-21T15:09:56.012Z]     docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux
15:09:56 [2021-12-21T15:09:56.012Z] === RUN   TestDockerSuite/TestBuildExposeOrder
15:09:56 [2021-12-21T15:09:56.012Z]     docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux
15:09:56 [2021-12-21T15:09:56.012Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
15:09:56 [2021-12-21T15:09:56.012Z]     docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux
15:09:56 [2021-12-21T15:09:56.012Z] === RUN   TestDockerSuite/TestBuildFails
15:09:56 [2021-12-21T15:09:56.140Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
15:09:57 [2021-12-21T15:09:57.279Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
15:09:59 [2021-12-21T15:09:59.730Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
15:09:59 [2021-12-21T15:09:59.730Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
15:10:04 [2021-12-21T15:10:04.360Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
15:10:04 [2021-12-21T15:10:04.792Z] === RUN   TestDockerSuite/TestBuildLastModified
15:10:04 [2021-12-21T15:10:04.792Z]     docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux
15:10:04 [2021-12-21T15:10:04.792Z] === RUN   TestDockerSuite/TestBuildLineBreak
15:10:04 [2021-12-21T15:10:04.792Z]     docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux
15:10:04 [2021-12-21T15:10:04.792Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
15:10:04 [2021-12-21T15:10:04.792Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
15:10:04 [2021-12-21T15:10:04.792Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
15:10:04 [2021-12-21T15:10:04.793Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
15:10:04 [2021-12-21T15:10:04.793Z] === RUN   TestDockerSuite/TestBuildMaintainer
15:10:05 [2021-12-21T15:10:05.266Z] === RUN   TestDockerSuite/TestBuildMissingArgs
15:10:06 [2021-12-21T15:10:06.252Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
15:10:08 [2021-12-21T15:10:08.103Z] === RUN   TestDockerSuite/TestBuildDockerignore
15:10:08 [2021-12-21T15:10:08.304Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
15:10:09 [2021-12-21T15:10:09.842Z] --- PASS: TestDockerSwarmSuite (1615.92s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.92s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.92s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.02s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.07s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.01s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.35s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.02s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.56s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.80s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.37s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (35.45s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.72s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.26s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.58s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.15s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.81s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.91s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.32s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.37s)
15:10:09 [2021-12-21T15:10:09.842Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (18.98s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (54.72s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (60.95s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.33s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.58s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.41s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (15.95s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (14.98s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.25s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.39s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.59s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.82s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.97s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (25.86s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.91s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.25s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.06s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.20s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.88s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.90s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.98s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.63s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.01s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.04s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.17s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.30s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.28s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.69s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.93s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.91s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.64s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.99s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.68s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.99s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.81s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.29s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.08s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.38s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.36s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.77s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.51s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.04s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.67s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.78s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.80s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.72s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.10s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.57s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.33s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.57s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.63s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.76s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.90s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.61s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.63s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.28s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.93s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (91.65s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.44s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.00s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.11s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.12s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.23s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.88s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.64s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.90s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.71s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.14s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.49s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (53.88s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.87s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.08s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (136.07s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.33s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.21s)
15:10:09 [2021-12-21T15:10:09.843Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s)
15:10:09 [2021-12-21T15:10:09.843Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.13s)
15:10:09 [2021-12-21T15:10:09.843Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s)
15:10:09 [2021-12-21T15:10:09.843Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.22s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.51s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.27s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.38s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.18s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.08s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.26s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.08s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.39s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.97s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.23s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.23s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.17s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.83s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.16s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.81s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.46s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.44s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.49s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.66s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.93s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.20s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.88s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.17s)
15:10:09 [2021-12-21T15:10:09.843Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.13s)
15:10:09 [2021-12-21T15:10:09.843Z] === RUN   TestDockerExternalVolumeSuite
15:10:09 [2021-12-21T15:10:09.843Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
15:10:09 [2021-12-21T15:10:09.843Z]     docker_cli_external_volume_driver_test.go:52: [d8c983c9cfe20] daemon is not started
15:10:13 [2021-12-21T15:10:13.418Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
15:10:16 [2021-12-21T15:10:16.889Z] === RUN   TestDockerSuite/TestBuildForceRm
15:10:24 [2021-12-21T15:10:24.707Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
15:10:25 [2021-12-21T15:10:25.427Z] === RUN   TestDockerSuite/TestBuildFromGit
15:10:32 [2021-12-21T15:10:32.485Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
15:10:34 [2021-12-21T15:10:34.015Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
15:10:34 [2021-12-21T15:10:34.641Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
15:10:34 [2021-12-21T15:10:34.641Z]     docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux
15:10:34 [2021-12-21T15:10:34.641Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
15:10:35 [2021-12-21T15:10:35.107Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
15:10:41 [2021-12-21T15:10:41.064Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
15:10:41 [2021-12-21T15:10:41.064Z]     docker_cli_build_test.go:3697: unmatched requirement UnixCli
15:10:41 [2021-12-21T15:10:41.064Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
15:10:42 [2021-12-21T15:10:42.027Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
15:10:42 [2021-12-21T15:10:42.483Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
15:10:42 [2021-12-21T15:10:42.483Z]     docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux
15:10:42 [2021-12-21T15:10:42.483Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
15:10:54 [2021-12-21T15:10:54.833Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
15:10:54 [2021-12-21T15:10:54.833Z]     docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux
15:10:54 [2021-12-21T15:10:54.833Z] === RUN   TestDockerSuite/TestBuildHistory
15:11:09 [2021-12-21T15:11:09.613Z] === RUN   TestDockerSuite/TestBuildIidFile
15:11:09 [2021-12-21T15:11:09.613Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
15:11:12 [2021-12-21T15:11:12.506Z] === RUN   TestDockerSuite/TestBuildInheritance
15:11:12 [2021-12-21T15:11:12.506Z]     docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux
15:11:12 [2021-12-21T15:11:12.506Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
15:11:13 [2021-12-21T15:11:13.470Z] === RUN   TestDockerSuite/TestBuildInvalidTag
15:11:13 [2021-12-21T15:11:13.470Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
15:11:17 [2021-12-21T15:11:17.808Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
15:11:20 [2021-12-21T15:11:20.524Z] === RUN   TestDockerSuite/TestBuildLabel
15:11:20 [2021-12-21T15:11:20.980Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
15:11:21 [2021-12-21T15:11:21.437Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
15:11:22 [2021-12-21T15:11:22.967Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
15:11:23 [2021-12-21T15:11:23.425Z] === RUN   TestDockerSuite/TestBuildLabels
15:11:24 [2021-12-21T15:11:24.957Z] === RUN   TestDockerSuite/TestBuildLabelsCache
15:11:26 [2021-12-21T15:11:26.487Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
15:11:32 [2021-12-21T15:11:32.371Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
15:11:33 [2021-12-21T15:11:33.543Z] === RUN   TestDockerSuite/TestBuildLastModified
15:11:33 [2021-12-21T15:11:33.544Z]     docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux
15:11:34 [2021-12-21T15:11:34.000Z] === RUN   TestDockerSuite/TestBuildLineBreak
15:11:34 [2021-12-21T15:11:34.000Z]     docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux
15:11:34 [2021-12-21T15:11:34.000Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
15:11:34 [2021-12-21T15:11:34.000Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
15:11:34 [2021-12-21T15:11:34.000Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
15:11:34 [2021-12-21T15:11:34.000Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
15:11:34 [2021-12-21T15:11:34.456Z] === RUN   TestDockerSuite/TestBuildMaintainer
15:11:34 [2021-12-21T15:11:34.913Z] === RUN   TestDockerSuite/TestBuildMissingArgs
15:11:35 [2021-12-21T15:11:35.624Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
15:11:35 [2021-12-21T15:11:35.876Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
15:11:40 [2021-12-21T15:11:40.487Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
15:11:41 [2021-12-21T15:11:41.499Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
15:11:42 [2021-12-21T15:11:42.934Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
15:11:50 [2021-12-21T15:11:50.175Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
15:11:55 [2021-12-21T15:11:55.355Z]     docker_cli_external_volume_driver_test.go:52: [d28409465f89f] daemon is not started
15:11:57 [2021-12-21T15:11:57.330Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
15:12:04 [2021-12-21T15:12:04.004Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
15:12:04 [2021-12-21T15:12:04.004Z]     docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux
15:12:04 [2021-12-21T15:12:04.004Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
15:12:04 [2021-12-21T15:12:04.608Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
15:12:04 [2021-12-21T15:12:04.608Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
15:12:04 [2021-12-21T15:12:04.608Z]     docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux
15:12:04 [2021-12-21T15:12:04.608Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
15:12:06 [2021-12-21T15:12:06.170Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
15:12:10 [2021-12-21T15:12:10.220Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
15:12:18 [2021-12-21T15:12:18.558Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
15:12:18 [2021-12-21T15:12:18.558Z]     docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux
15:12:18 [2021-12-21T15:12:18.558Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
15:12:25 [2021-12-21T15:12:25.082Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
15:12:28 [2021-12-21T15:12:28.980Z] === RUN   TestDockerSuite/TestBuildMultipleTags
15:12:28 [2021-12-21T15:12:28.980Z] === RUN   TestDockerSuite/TestBuildNetContainer
15:12:28 [2021-12-21T15:12:28.980Z]     docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux
15:12:28 [2021-12-21T15:12:28.980Z] === RUN   TestDockerSuite/TestBuildNetNone
15:12:28 [2021-12-21T15:12:28.980Z]     docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux
15:12:28 [2021-12-21T15:12:28.980Z] === RUN   TestDockerSuite/TestBuildNoContext
15:12:32 [2021-12-21T15:12:32.766Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
15:12:38 [2021-12-21T15:12:38.627Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
15:12:39 [2021-12-21T15:12:39.957Z]     docker_cli_external_volume_driver_test.go:52: [d82a88b6884e1] daemon is not started
15:12:41 [2021-12-21T15:12:41.579Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
15:12:42 [2021-12-21T15:12:42.046Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
15:12:42 [2021-12-21T15:12:42.046Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
15:12:44 [2021-12-21T15:12:44.992Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
15:12:45 [2021-12-21T15:12:45.979Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
15:12:48 [2021-12-21T15:12:48.192Z] === RUN   TestDockerSuite/TestBuildOnBuild
15:12:48 [2021-12-21T15:12:48.640Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
15:12:58 [2021-12-21T15:12:58.026Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
15:12:58 [2021-12-21T15:12:58.026Z]     docker_cli_external_volume_driver_test.go:52: [d7c55d5b7a4af] daemon is not started
15:13:00 [2021-12-21T15:13:00.683Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
15:13:01 [2021-12-21T15:13:01.674Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
15:13:09 [2021-12-21T15:13:09.696Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
15:13:10 [2021-12-21T15:13:10.218Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
15:13:14 [2021-12-21T15:13:14.164Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
15:13:16 [2021-12-21T15:13:16.747Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
15:13:18 [2021-12-21T15:13:18.920Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
15:13:25 [2021-12-21T15:13:25.355Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
15:13:29 [2021-12-21T15:13:29.345Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
15:13:32 [2021-12-21T15:13:32.402Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
15:13:35 [2021-12-21T15:13:35.219Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
15:13:41 [2021-12-21T15:13:41.084Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
15:13:42 [2021-12-21T15:13:42.068Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
15:13:42 [2021-12-21T15:13:42.068Z]     docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux
15:13:42 [2021-12-21T15:13:42.068Z] === RUN   TestDockerSuite/TestBuildPATH
15:13:42 [2021-12-21T15:13:42.068Z]     docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux
15:13:42 [2021-12-21T15:13:42.068Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
15:13:42 [2021-12-21T15:13:42.293Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
15:13:45 [2021-12-21T15:13:45.861Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
15:13:45 [2021-12-21T15:13:45.861Z]     docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux
15:13:45 [2021-12-21T15:13:45.861Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
15:13:57 [2021-12-21T15:13:57.509Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
15:13:57 [2021-12-21T15:13:57.509Z]     docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux
15:13:57 [2021-12-21T15:13:57.509Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
15:14:00 [2021-12-21T15:14:00.361Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
15:14:01 [2021-12-21T15:14:01.126Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
15:14:01 [2021-12-21T15:14:01.126Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
15:14:01 [2021-12-21T15:14:01.126Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
15:14:06 [2021-12-21T15:14:06.048Z] === RUN   TestDockerSuite/TestBuildMultipleTags
15:14:06 [2021-12-21T15:14:06.048Z] === RUN   TestDockerSuite/TestBuildNetContainer
15:14:06 [2021-12-21T15:14:06.048Z]     docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux
15:14:06 [2021-12-21T15:14:06.048Z] === RUN   TestDockerSuite/TestBuildNetNone
15:14:06 [2021-12-21T15:14:06.048Z]     docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux
15:14:06 [2021-12-21T15:14:06.048Z] === RUN   TestDockerSuite/TestBuildNoContext
15:14:10 [2021-12-21T15:14:10.715Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
15:14:15 [2021-12-21T15:14:15.223Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
15:14:16 [2021-12-21T15:14:16.486Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
15:14:19 [2021-12-21T15:14:19.380Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
15:14:19 [2021-12-21T15:14:19.836Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
15:14:19 [2021-12-21T15:14:19.836Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
15:14:22 [2021-12-21T15:14:22.727Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
15:14:24 [2021-12-21T15:14:24.258Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
15:14:25 [2021-12-21T15:14:25.787Z] === RUN   TestDockerSuite/TestBuildOnBuild
15:14:36 [2021-12-21T15:14:36.731Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
15:14:36 [2021-12-21T15:14:36.844Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
15:14:38 [2021-12-21T15:14:38.145Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
15:14:39 [2021-12-21T15:14:39.672Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
15:14:51 [2021-12-21T15:14:51.665Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
15:14:52 [2021-12-21T15:14:52.027Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
15:14:56 [2021-12-21T15:14:56.697Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
15:15:01 [2021-12-21T15:15:01.892Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
15:15:02 [2021-12-21T15:15:02.018Z] === RUN   TestDockerSuite/TestBuildRm
15:15:09 [2021-12-21T15:15:09.066Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
15:15:16 [2021-12-21T15:15:16.204Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
15:15:16 [2021-12-21T15:15:16.823Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
15:15:16 [2021-12-21T15:15:16.964Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
15:15:19 [2021-12-21T15:15:19.964Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
15:15:19 [2021-12-21T15:15:19.997Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
15:15:19 [2021-12-21T15:15:19.997Z]     docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux
15:15:19 [2021-12-21T15:15:19.997Z] === RUN   TestDockerSuite/TestBuildScratchCopy
15:15:19 [2021-12-21T15:15:19.997Z]     docker_api_build_test.go:512: unmatched requirement DaemonIsLinux
15:15:19 [2021-12-21T15:15:19.997Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
15:15:22 [2021-12-21T15:15:22.233Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
15:15:23 [2021-12-21T15:15:23.427Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
15:15:23 [2021-12-21T15:15:23.882Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
15:15:23 [2021-12-21T15:15:23.882Z]     docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux
15:15:23 [2021-12-21T15:15:23.882Z] === RUN   TestDockerSuite/TestBuildPATH
15:15:23 [2021-12-21T15:15:23.882Z]     docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux
15:15:23 [2021-12-21T15:15:23.882Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
15:15:26 [2021-12-21T15:15:26.996Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
15:15:27 [2021-12-21T15:15:27.619Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
15:15:27 [2021-12-21T15:15:27.619Z]     docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux
15:15:27 [2021-12-21T15:15:27.619Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
15:15:32 [2021-12-21T15:15:32.889Z] === RUN   TestDockerSuite/TestBuildShellInherited
15:15:38 [2021-12-21T15:15:38.751Z] === RUN   TestDockerSuite/TestBuildShellMultiple
15:15:52 [2021-12-21T15:15:52.031Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
15:15:59 [2021-12-21T15:15:59.484Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
15:15:59 [2021-12-21T15:15:59.992Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
15:15:59 [2021-12-21T15:15:59.992Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
15:15:59 [2021-12-21T15:15:59.992Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
15:16:12 [2021-12-21T15:16:12.025Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
15:16:12 [2021-12-21T15:16:12.487Z] === RUN   TestDockerSuite/TestBuildSpaces
15:16:12 [2021-12-21T15:16:12.487Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
15:16:18 [2021-12-21T15:16:18.351Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
15:16:18 [2021-12-21T15:16:18.351Z] === RUN   TestDockerSuite/TestBuildStderr
15:16:23 [2021-12-21T15:16:23.100Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
15:16:24 [2021-12-21T15:16:24.087Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
15:16:24 [2021-12-21T15:16:24.573Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
15:16:28 [2021-12-21T15:16:28.056Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
15:16:38 [2021-12-21T15:16:38.953Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
15:16:45 [2021-12-21T15:16:45.890Z] === RUN   TestDockerSuite/TestBuildRm
15:16:48 [2021-12-21T15:16:48.372Z] === RUN   TestDockerSuite/TestBuildStopSignal
15:16:48 [2021-12-21T15:16:48.372Z]     docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux
15:16:48 [2021-12-21T15:16:48.372Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
15:16:52 [2021-12-21T15:16:52.254Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
15:16:53 [2021-12-21T15:16:53.815Z] === RUN   TestDockerSuite/TestBuildTagEvent
15:16:53 [2021-12-21T15:16:53.816Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
15:16:53 [2021-12-21T15:16:53.816Z]     docker_cli_external_volume_driver_test.go:484: [d2a899796c03b] daemon is not started
15:16:59 [2021-12-21T15:16:59.673Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
15:17:03 [2021-12-21T15:17:03.705Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
15:17:06 [2021-12-21T15:17:06.655Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
15:17:06 [2021-12-21T15:17:06.655Z]     docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux
15:17:06 [2021-12-21T15:17:06.655Z] === RUN   TestDockerSuite/TestBuildScratchCopy
15:17:06 [2021-12-21T15:17:06.655Z]     docker_api_build_test.go:512: unmatched requirement DaemonIsLinux
15:17:06 [2021-12-21T15:17:06.655Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
15:17:06 [2021-12-21T15:17:06.825Z] === RUN   TestDockerSuite/TestBuildUser
15:17:06 [2021-12-21T15:17:06.825Z]     docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux
15:17:06 [2021-12-21T15:17:06.825Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
15:17:06 [2021-12-21T15:17:06.825Z]     docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux
15:17:06 [2021-12-21T15:17:06.825Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
15:17:06 [2021-12-21T15:17:06.825Z]     docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux
15:17:06 [2021-12-21T15:17:06.825Z] === RUN   TestDockerSuite/TestBuildVerboseOut
15:17:08 [2021-12-21T15:17:08.869Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
15:17:11 [2021-12-21T15:17:11.572Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
15:17:11 [2021-12-21T15:17:11.914Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
15:17:11 [2021-12-21T15:17:11.914Z]     docker_cli_external_volume_driver_test.go:52: [d5782825a0d38] daemon is not started
15:17:12 [2021-12-21T15:17:12.041Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
15:17:14 [2021-12-21T15:17:14.739Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
15:17:15 [2021-12-21T15:17:15.830Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
15:17:15 [2021-12-21T15:17:15.830Z]     docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux
15:17:15 [2021-12-21T15:17:15.830Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
15:17:15 [2021-12-21T15:17:15.830Z]     docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux
15:17:15 [2021-12-21T15:17:15.830Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
15:17:19 [2021-12-21T15:17:19.493Z] === RUN   TestDockerSuite/TestBuildShellInherited
15:17:24 [2021-12-21T15:17:24.104Z] --- PASS: TestDockerExternalVolumeSuite (437.15s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.58s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.18s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.22s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.21s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.80s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.58s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.17s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.35s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.88s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.13s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.60s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.01s)
15:17:24 [2021-12-21T15:17:24.105Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
15:17:24 [2021-12-21T15:17:24.105Z] PASS
15:17:24 [2021-12-21T15:17:24.105Z] 
15:17:24 [2021-12-21T15:17:24.105Z] === Skipped
15:17:24 [2021-12-21T15:17:24.105Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
15:17:24 [2021-12-21T15:17:24.105Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
15:17:24 [2021-12-21T15:17:24.105Z]     check_test.go:308: [d37116917619b] daemon is not started
15:17:24 [2021-12-21T15:17:24.105Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
15:17:24 [2021-12-21T15:17:24.105Z] 
15:17:24 [2021-12-21T15:17:24.105Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
15:17:24 [2021-12-21T15:17:24.105Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
15:17:24 [2021-12-21T15:17:24.105Z]     check_test.go:308: [db2e4fed62623] daemon is not started
15:17:24 [2021-12-21T15:17:24.105Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
15:17:24 [2021-12-21T15:17:24.105Z] 
15:17:24 [2021-12-21T15:17:24.105Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
15:17:24 [2021-12-21T15:17:24.105Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
15:17:24 [2021-12-21T15:17:24.105Z]     check_test.go:308: [d99d4dd6a870a] daemon is not started
15:17:24 [2021-12-21T15:17:24.105Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
15:17:24 [2021-12-21T15:17:24.105Z] 
15:17:24 [2021-12-21T15:17:24.105Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.02s)
15:17:24 [2021-12-21T15:17:24.105Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
15:17:24 [2021-12-21T15:17:24.105Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.02s)
15:17:24 [2021-12-21T15:17:24.105Z] 
15:17:24 [2021-12-21T15:17:24.105Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
15:17:24 [2021-12-21T15:17:24.105Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
15:17:24 [2021-12-21T15:17:24.105Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
15:17:24 [2021-12-21T15:17:24.105Z] 
15:17:24 [2021-12-21T15:17:24.105Z] DONE 273 tests, 5 skipped in 2392.418s
15:17:24 [2021-12-21T15:17:24.105Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
15:17:24 [2021-12-21T15:17:24.363Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d118dc58df7e4/docker.pid
15:17:24 [2021-12-21T15:17:24.363Z] +++ kill 7478
15:17:24 [2021-12-21T15:17:24.363Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7478 is not a child of this shell
15:17:24 [2021-12-21T15:17:24.363Z] warning: PID 7478 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d118dc58df7e4/docker.pid had a nonzero exit code
15:17:24 [2021-12-21T15:17:24.363Z] ++++ cat bundles/test-integration/docker.pid
15:17:24 [2021-12-21T15:17:24.363Z] +++ kill 8506
15:17:24 [2021-12-21T15:17:24.363Z] +++ /etc/init.d/apparmor stop
15:17:24 [2021-12-21T15:17:24.363Z] Leaving: AppArmorNo profiles have been unloaded.
15:17:24 [2021-12-21T15:17:24.363Z] 
15:17:24 [2021-12-21T15:17:24.363Z] Unloading profiles will leave already running processes permanently
15:17:24 [2021-12-21T15:17:24.363Z] unconfined, which can lead to unexpected situations.
15:17:24 [2021-12-21T15:17:24.363Z] 
15:17:24 [2021-12-21T15:17:24.363Z] To set a process to complain mode, use the command line tool
15:17:24 [2021-12-21T15:17:24.363Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
15:17:24 [2021-12-21T15:17:24.363Z] +++ true
15:17:24 [2021-12-21T15:17:24.363Z] exiting test-integration
15:17:24 [2021-12-21T15:17:24.363Z] ++ exit 0
15:17:24 [2021-12-21T15:17:24.363Z] 
15:17:24 [2021-12-21T15:17:24.622Z] + exit 0
15:17:24 [2021-12-21T15:17:24.622Z] ++ jobs -p
15:17:24 [2021-12-21T15:17:24.622Z] + pids=
15:17:24 [2021-12-21T15:17:24.622Z] + echo 'Remaining pids to kill: []'
15:17:24 [2021-12-21T15:17:24.622Z] Remaining pids to kill: []
15:17:24 [2021-12-21T15:17:24.622Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
15:17:24 [2021-12-21T15:17:24.640Z] Recording test results
15:17:25 [2021-12-21T15:17:25.720Z] === RUN   TestDockerSuite/TestBuildShellMultiple
15:17:26 [2021-12-21T15:17:26.615Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
15:17:26 [2021-12-21T15:17:26.943Z] + echo Ensuring container killed.
15:17:26 [2021-12-21T15:17:26.943Z] Ensuring container killed.
15:17:26 [2021-12-21T15:17:26.943Z] + docker ps -aq -f name=docker-pr44-*
15:17:26 [2021-12-21T15:17:26.943Z] + cids=4b3774f967fe
15:17:26 [2021-12-21T15:17:26.943Z] 01b689a8309a
15:17:26 [2021-12-21T15:17:26.943Z] e32ff6e11751
15:17:26 [2021-12-21T15:17:26.943Z] + [ -n 4b3774f967fe
15:17:26 [2021-12-21T15:17:26.943Z] 01b689a8309a
15:17:26 [2021-12-21T15:17:26.943Z] e32ff6e11751 ]
15:17:26 [2021-12-21T15:17:26.943Z] + docker rm -vf 4b3774f967fe 01b689a8309a e32ff6e11751
15:17:27 [2021-12-21T15:17:27.888Z] 4b3774f967fe
15:17:27 [2021-12-21T15:17:27.888Z] 01b689a8309a
15:17:27 [2021-12-21T15:17:27.888Z] e32ff6e11751
[Pipeline] sh
15:17:28 [2021-12-21T15:17:28.169Z] + echo Chowning /workspace to jenkins user
15:17:28 [2021-12-21T15:17:28.169Z] Chowning /workspace to jenkins user
15:17:28 [2021-12-21T15:17:28.169Z] + id -u
15:17:28 [2021-12-21T15:17:28.169Z] + id -g
15:17:28 [2021-12-21T15:17:28.169Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43075:/workspace busybox chown -R 1000:1000 /workspace
15:17:28 [2021-12-21T15:17:28.169Z] Unable to find image 'busybox:latest' locally
15:17:28 [2021-12-21T15:17:28.427Z] latest: Pulling from library/busybox
15:17:28 [2021-12-21T15:17:28.427Z] 3cb635b06aa2: Pulling fs layer
15:17:28 [2021-12-21T15:17:28.427Z] 3cb635b06aa2: Download complete
15:17:28 [2021-12-21T15:17:28.427Z] 3cb635b06aa2: Pull complete
15:17:28 [2021-12-21T15:17:28.427Z] Digest: sha256:b5cfd4befc119a590ca1a81d6bb0fa1fb19f1fbebd0397f25fae164abe1e8a6a
15:17:28 [2021-12-21T15:17:28.427Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
15:17:32 [2021-12-21T15:17:32.041Z] + bundleName=amd64
15:17:32 [2021-12-21T15:17:32.041Z] + echo Creating amd64-bundles.tar.gz
15:17:32 [2021-12-21T15:17:32.041Z] Creating amd64-bundles.tar.gz
15:17:32 [2021-12-21T15:17:32.041Z] + xargs tar -czf amd64-bundles.tar.gz
15:17:32 [2021-12-21T15:17:32.041Z] + 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
15:17:33 [2021-12-21T15:17:33.964Z] Archiving artifacts
15:17:35 [2021-12-21T15:17:35.744Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43075/44/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
15:17:36 [2021-12-21T15:17:36.052Z] + make clean
15:17:36 [2021-12-21T15:17:36.310Z] docker volume rm -f docker-dev-cache
15:17:36 [2021-12-21T15:17:36.310Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
15:17:45 [2021-12-21T15:17:45.932Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
15:17:45 [2021-12-21T15:17:45.932Z] === RUN   TestDockerSuite/TestBuildWindowsUser
15:17:46 [2021-12-21T15:17:46.955Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
15:17:47 [2021-12-21T15:17:47.423Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
15:17:48 [2021-12-21T15:17:48.413Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
15:17:56 [2021-12-21T15:17:56.342Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
15:17:58 [2021-12-21T15:17:58.834Z] === RUN   TestDockerSuite/TestBuildSpaces
15:17:59 [2021-12-21T15:17:59.301Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
15:18:03 [2021-12-21T15:18:03.510Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
15:18:03 [2021-12-21T15:18:03.510Z]     docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux
15:18:03 [2021-12-21T15:18:03.510Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
15:18:03 [2021-12-21T15:18:03.510Z]     docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux
15:18:03 [2021-12-21T15:18:03.510Z] === RUN   TestDockerSuite/TestBuildWithFailure
15:18:06 [2021-12-21T15:18:06.455Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
15:18:06 [2021-12-21T15:18:06.455Z] === RUN   TestDockerSuite/TestBuildStderr
15:18:06 [2021-12-21T15:18:06.458Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
15:18:06 [2021-12-21T15:18:06.458Z]     docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux
15:18:06 [2021-12-21T15:18:06.925Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
15:18:12 [2021-12-21T15:18:12.319Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
15:18:21 [2021-12-21T15:18:21.872Z] === RUN   TestDockerSuite/TestBuildWithTabs
15:18:26 [2021-12-21T15:18:26.629Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
15:18:27 [2021-12-21T15:18:27.097Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
15:18:42 [2021-12-21T15:18:42.437Z] === RUN   TestDockerSuite/TestBuildStopSignal
15:18:42 [2021-12-21T15:18:42.438Z]     docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux
15:18:42 [2021-12-21T15:18:42.438Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
15:18:43 [2021-12-21T15:18:43.425Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
15:18:44 [2021-12-21T15:18:44.989Z] === RUN   TestDockerSuite/TestBuildTagEvent
15:18:45 [2021-12-21T15:18:45.044Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
15:18:45 [2021-12-21T15:18:45.044Z]     docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux
15:18:45 [2021-12-21T15:18:45.044Z] === RUN   TestDockerSuite/TestBuildWithVolumes
15:18:45 [2021-12-21T15:18:45.044Z]     docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux
15:18:45 [2021-12-21T15:18:45.517Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
15:18:45 [2021-12-21T15:18:45.517Z]     docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux
15:18:45 [2021-12-21T15:18:45.517Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
15:18:47 [2021-12-21T15:18:47.079Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
15:18:52 [2021-12-21T15:18:52.142Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
15:18:57 [2021-12-21T15:18:57.502Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
15:18:59 [2021-12-21T15:18:59.068Z] === RUN   TestDockerSuite/TestBuildXZHost
15:18:59 [2021-12-21T15:18:59.068Z]     docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux
15:18:59 [2021-12-21T15:18:59.535Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
15:18:59 [2021-12-21T15:18:59.535Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
15:18:59 [2021-12-21T15:18:59.535Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
15:18:59 [2021-12-21T15:18:59.535Z]     docker_cli_sni_test.go:18: Flakey test
15:18:59 [2021-12-21T15:18:59.535Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
15:19:00 [2021-12-21T15:19:00.807Z] === RUN   TestDockerSuite/TestBuildUser
15:19:00 [2021-12-21T15:19:00.807Z]     docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux
15:19:00 [2021-12-21T15:19:00.807Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
15:19:00 [2021-12-21T15:19:00.807Z]     docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux
15:19:00 [2021-12-21T15:19:00.807Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
15:19:00 [2021-12-21T15:19:00.807Z]     docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux
15:19:00 [2021-12-21T15:19:00.807Z] === RUN   TestDockerSuite/TestBuildVerboseOut
15:19:02 [2021-12-21T15:19:02.482Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
15:19:05 [2021-12-21T15:19:05.562Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
15:19:06 [2021-12-21T15:19:06.030Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
15:19:07 [2021-12-21T15:19:07.053Z] === RUN   TestDockerSuite/TestBuildDotDotFile
15:19:07 [2021-12-21T15:19:07.053Z] === RUN   TestDockerSuite/TestBuildEOLInLine
15:19:07 [2021-12-21T15:19:07.053Z]     docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux
15:19:07 [2021-12-21T15:19:07.053Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
15:19:07 [2021-12-21T15:19:07.053Z]     docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux
15:19:07 [2021-12-21T15:19:07.053Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
15:19:07 [2021-12-21T15:19:07.053Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
15:19:07 [2021-12-21T15:19:07.053Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
15:19:07 [2021-12-21T15:19:07.053Z]     docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux
15:19:07 [2021-12-21T15:19:07.053Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
15:19:07 [2021-12-21T15:19:07.053Z] === RUN   TestDockerSuite/TestBuildEntrypoint
15:19:07 [2021-12-21T15:19:07.053Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
15:19:08 [2021-12-21T15:19:08.351Z] === RUN   TestDockerSuite/TestCommitChange
15:19:10 [2021-12-21T15:19:10.786Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
15:19:10 [2021-12-21T15:19:10.786Z]     docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux
15:19:10 [2021-12-21T15:19:10.786Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
15:19:10 [2021-12-21T15:19:10.786Z]     docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux
15:19:10 [2021-12-21T15:19:10.786Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
15:19:10 [2021-12-21T15:19:10.868Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
15:19:15 [2021-12-21T15:19:15.514Z] === RUN   TestDockerSuite/TestCommitChangeLabels
15:19:15 [2021-12-21T15:19:15.651Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
15:19:20 [2021-12-21T15:19:20.281Z] === RUN   TestDockerSuite/TestCommitHardlink
15:19:20 [2021-12-21T15:19:20.281Z]     docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux
15:19:20 [2021-12-21T15:19:20.281Z] === RUN   TestDockerSuite/TestCommitNewFile
15:19:21 [2021-12-21T15:19:21.554Z] === RUN   TestDockerSuite/TestBuildEnv
15:19:21 [2021-12-21T15:19:21.554Z]     docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux
15:19:21 [2021-12-21T15:19:21.554Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
15:19:21 [2021-12-21T15:19:21.554Z]     docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux
15:19:21 [2021-12-21T15:19:21.554Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
15:19:21 [2021-12-21T15:19:21.554Z]     docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux
15:19:21 [2021-12-21T15:19:21.554Z] === RUN   TestDockerSuite/TestBuildEnvUsage
15:19:21 [2021-12-21T15:19:21.554Z]     docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux
15:19:21 [2021-12-21T15:19:21.554Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
15:19:21 [2021-12-21T15:19:21.554Z]     docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux
15:19:21 [2021-12-21T15:19:21.554Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
15:19:27 [2021-12-21T15:19:27.453Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
15:19:27 [2021-12-21T15:19:27.453Z]     docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux
15:19:27 [2021-12-21T15:19:27.453Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
15:19:27 [2021-12-21T15:19:27.453Z]     docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux
15:19:27 [2021-12-21T15:19:27.453Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
15:19:27 [2021-12-21T15:19:27.453Z]     docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux
15:19:27 [2021-12-21T15:19:27.453Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
15:19:27 [2021-12-21T15:19:27.925Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
15:19:30 [2021-12-21T15:19:30.709Z] === RUN   TestDockerSuite/TestCommitPausedContainer
15:19:30 [2021-12-21T15:19:30.709Z]     docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux
15:19:30 [2021-12-21T15:19:30.709Z] === RUN   TestDockerSuite/TestCommitTTY
15:19:35 [2021-12-21T15:19:35.114Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
15:19:39 [2021-12-21T15:19:39.393Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
15:19:40 [2021-12-21T15:19:40.942Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
15:19:40 [2021-12-21T15:19:40.942Z] === RUN   TestDockerSuite/TestBuildWindowsUser
15:19:45 [2021-12-21T15:19:45.261Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
15:19:45 [2021-12-21T15:19:45.261Z]     docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux
15:19:45 [2021-12-21T15:19:45.261Z] === RUN   TestDockerSuite/TestCommitWithoutPause
15:19:45 [2021-12-21T15:19:45.261Z]     docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux
15:19:45 [2021-12-21T15:19:45.261Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
15:19:45 [2021-12-21T15:19:45.261Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
15:19:45 [2021-12-21T15:19:45.261Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
15:19:45 [2021-12-21T15:19:45.261Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
15:19:45 [2021-12-21T15:19:45.261Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
15:19:45 [2021-12-21T15:19:45.261Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
15:19:45 [2021-12-21T15:19:45.261Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
15:19:45 [2021-12-21T15:19:45.261Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
15:19:45 [2021-12-21T15:19:45.261Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
15:19:45 [2021-12-21T15:19:45.261Z]     docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux
15:19:45 [2021-12-21T15:19:45.261Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
15:19:45 [2021-12-21T15:19:45.261Z] === RUN   TestDockerSuite/TestContainerAPICommit
15:19:51 [2021-12-21T15:19:51.320Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
15:19:53 [2021-12-21T15:19:53.915Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
15:19:56 [2021-12-21T15:19:56.361Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
15:19:56 [2021-12-21T15:19:56.362Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
15:19:56 [2021-12-21T15:19:56.362Z]     docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux
15:19:56 [2021-12-21T15:19:56.362Z] === RUN   TestDockerSuite/TestBuildExpose
15:19:56 [2021-12-21T15:19:56.362Z]     docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux
15:19:56 [2021-12-21T15:19:56.362Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
15:19:56 [2021-12-21T15:19:56.362Z]     docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux
15:19:56 [2021-12-21T15:19:56.362Z] === RUN   TestDockerSuite/TestBuildExposeOrder
15:19:56 [2021-12-21T15:19:56.362Z]     docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux
15:19:56 [2021-12-21T15:19:56.362Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
15:19:56 [2021-12-21T15:19:56.362Z]     docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux
15:19:56 [2021-12-21T15:19:56.362Z] === RUN   TestDockerSuite/TestBuildFails
15:19:58 [2021-12-21T15:19:58.366Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
15:19:58 [2021-12-21T15:19:58.366Z]     docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux
15:19:58 [2021-12-21T15:19:58.366Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
15:19:58 [2021-12-21T15:19:58.366Z]     docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux
15:19:58 [2021-12-21T15:19:58.366Z] === RUN   TestDockerSuite/TestBuildWithFailure
15:20:02 [2021-12-21T15:20:02.084Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
15:20:02 [2021-12-21T15:20:02.084Z]     docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux
15:20:02 [2021-12-21T15:20:02.162Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
15:20:02 [2021-12-21T15:20:02.540Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
15:20:02 [2021-12-21T15:20:02.622Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
15:20:04 [2021-12-21T15:20:04.332Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
15:20:04 [2021-12-21T15:20:04.332Z]     docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux
15:20:04 [2021-12-21T15:20:04.332Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
15:20:05 [2021-12-21T15:20:05.895Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
15:20:05 [2021-12-21T15:20:05.895Z]     docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux
15:20:05 [2021-12-21T15:20:05.896Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
15:20:05 [2021-12-21T15:20:05.896Z]     docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux
15:20:05 [2021-12-21T15:20:05.896Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
15:20:05 [2021-12-21T15:20:05.896Z]     docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux
15:20:06 [2021-12-21T15:20:06.363Z] === RUN   TestDockerSuite/TestContainerAPICreate
15:20:09 [2021-12-21T15:20:09.311Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
15:20:09 [2021-12-21T15:20:09.311Z]     docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux
15:20:09 [2021-12-21T15:20:09.311Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
15:20:09 [2021-12-21T15:20:09.311Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
15:20:12 [2021-12-21T15:20:12.258Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
15:20:12 [2021-12-21T15:20:12.258Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
15:20:12 [2021-12-21T15:20:12.258Z]     docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux
15:20:12 [2021-12-21T15:20:12.727Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
15:20:12 [2021-12-21T15:20:12.727Z]     docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux
15:20:12 [2021-12-21T15:20:12.727Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
15:20:12 [2021-12-21T15:20:12.727Z]     docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux
15:20:12 [2021-12-21T15:20:12.727Z] === RUN   TestDockerSuite/TestContainerAPIDelete
15:20:15 [2021-12-21T15:20:15.028Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
15:20:16 [2021-12-21T15:20:16.567Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
15:20:19 [2021-12-21T15:20:19.516Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
15:20:21 [2021-12-21T15:20:21.725Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
15:20:21 [2021-12-21T15:20:21.725Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
15:20:21 [2021-12-21T15:20:21.725Z]     docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux
15:20:21 [2021-12-21T15:20:21.725Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
15:20:23 [2021-12-21T15:20:23.590Z] === RUN   TestDockerSuite/TestBuildWithTabs
15:20:24 [2021-12-21T15:20:24.677Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
15:20:24 [2021-12-21T15:20:24.677Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
15:20:27 [2021-12-21T15:20:27.428Z] === RUN   TestDockerSuite/TestBuildForceRm
15:20:27 [2021-12-21T15:20:27.627Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
15:20:27 [2021-12-21T15:20:27.627Z]     docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux
15:20:27 [2021-12-21T15:20:27.627Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
15:20:27 [2021-12-21T15:20:27.627Z]     docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux
15:20:27 [2021-12-21T15:20:27.627Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
15:20:29 [2021-12-21T15:20:29.368Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
15:20:29 [2021-12-21T15:20:29.368Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
15:20:31 [2021-12-21T15:20:31.424Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
15:20:31 [2021-12-21T15:20:31.424Z] === RUN   TestDockerSuite/TestContainerAPIKill
15:20:33 [2021-12-21T15:20:33.644Z] === RUN   TestDockerSuite/TestContainerAPIPause
15:20:33 [2021-12-21T15:20:33.644Z]     docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux
15:20:33 [2021-12-21T15:20:33.644Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
15:20:37 [2021-12-21T15:20:37.436Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
15:20:37 [2021-12-21T15:20:37.436Z] === RUN   TestDockerSuite/TestContainerAPIRename
15:20:39 [2021-12-21T15:20:39.991Z] === RUN   TestDockerSuite/TestBuildFromGit
15:20:40 [2021-12-21T15:20:40.435Z] === RUN   TestDockerSuite/TestContainerAPIRestart
15:20:45 [2021-12-21T15:20:45.191Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
15:20:47 [2021-12-21T15:20:47.016Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
15:20:47 [2021-12-21T15:20:47.016Z]     docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux
15:20:47 [2021-12-21T15:20:47.016Z] === RUN   TestDockerSuite/TestBuildWithVolumes
15:20:47 [2021-12-21T15:20:47.016Z]     docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux
15:20:47 [2021-12-21T15:20:47.473Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
15:20:47 [2021-12-21T15:20:47.473Z]     docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux
15:20:47 [2021-12-21T15:20:47.473Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
15:20:48 [2021-12-21T15:20:48.999Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
15:20:51 [2021-12-21T15:20:51.302Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
15:20:51 [2021-12-21T15:20:51.302Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
15:20:51 [2021-12-21T15:20:51.302Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
15:20:51 [2021-12-21T15:20:51.302Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
15:20:51 [2021-12-21T15:20:51.302Z] === RUN   TestDockerSuite/TestContainerAPIStart
15:20:52 [2021-12-21T15:20:52.384Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
15:20:53 [2021-12-21T15:20:53.516Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
15:20:53 [2021-12-21T15:20:53.516Z]     docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux
15:20:53 [2021-12-21T15:20:53.516Z] === RUN   TestDockerSuite/TestContainerAPIStop
15:20:53 [2021-12-21T15:20:53.923Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
15:20:56 [2021-12-21T15:20:56.464Z] === RUN   TestDockerSuite/TestContainerAPITop
15:20:56 [2021-12-21T15:20:56.464Z]     docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux
15:20:56 [2021-12-21T15:20:56.464Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
15:20:59 [2021-12-21T15:20:59.290Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
15:20:59 [2021-12-21T15:20:59.424Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
15:20:59 [2021-12-21T15:20:59.424Z] === RUN   TestDockerSuite/TestContainerAPIWait
15:21:01 [2021-12-21T15:21:01.008Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
15:21:01 [2021-12-21T15:21:01.008Z]     docker_cli_build_test.go:3697: unmatched requirement UnixCli
15:21:01 [2021-12-21T15:21:01.008Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
15:21:01 [2021-12-21T15:21:01.468Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
15:21:02 [2021-12-21T15:21:02.228Z] === RUN   TestDockerSuite/TestBuildXZHost
15:21:02 [2021-12-21T15:21:02.228Z]     docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux
15:21:02 [2021-12-21T15:21:02.228Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
15:21:02 [2021-12-21T15:21:02.228Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
15:21:02 [2021-12-21T15:21:02.228Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
15:21:02 [2021-12-21T15:21:02.228Z]     docker_cli_sni_test.go:18: Flakey test
15:21:02 [2021-12-21T15:21:02.228Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
15:21:02 [2021-12-21T15:21:02.541Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
15:21:02 [2021-12-21T15:21:02.541Z]     docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux
15:21:02 [2021-12-21T15:21:02.541Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
15:21:05 [2021-12-21T15:21:05.115Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
15:21:05 [2021-12-21T15:21:05.115Z]     docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination
15:21:05 [2021-12-21T15:21:05.115Z] === RUN   TestDockerSuite/TestCommitChange
15:21:05 [2021-12-21T15:21:05.301Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
15:21:06 [2021-12-21T15:21:06.862Z] === RUN   TestDockerSuite/TestContainerNetworkMode
15:21:07 [2021-12-21T15:21:07.330Z]     docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
15:21:07 [2021-12-21T15:21:07.330Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
15:21:07 [2021-12-21T15:21:07.330Z]     docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
15:21:07 [2021-12-21T15:21:07.330Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
15:21:07 [2021-12-21T15:21:07.330Z]     docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
15:21:07 [2021-12-21T15:21:07.330Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
15:21:07 [2021-12-21T15:21:07.330Z]     docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
15:21:07 [2021-12-21T15:21:07.330Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
15:21:07 [2021-12-21T15:21:07.330Z]     docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
15:21:07 [2021-12-21T15:21:07.330Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
15:21:09 [2021-12-21T15:21:09.545Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
15:21:09 [2021-12-21T15:21:09.545Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
15:21:12 [2021-12-21T15:21:12.161Z] === RUN   TestDockerSuite/TestCommitChangeLabels
15:21:12 [2021-12-21T15:21:12.497Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
15:21:15 [2021-12-21T15:21:15.442Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
15:21:17 [2021-12-21T15:21:17.928Z] === RUN   TestDockerSuite/TestCommitHardlink
15:21:17 [2021-12-21T15:21:17.928Z]     docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux
15:21:17 [2021-12-21T15:21:17.928Z] === RUN   TestDockerSuite/TestCommitNewFile
15:21:19 [2021-12-21T15:21:19.236Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
15:21:20 [2021-12-21T15:21:20.244Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
15:21:20 [2021-12-21T15:21:20.244Z]     docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux
15:21:20 [2021-12-21T15:21:20.244Z] === RUN   TestDockerSuite/TestBuildHistory
15:21:21 [2021-12-21T15:21:21.450Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc00052a870_<nil>}
15:21:25 [2021-12-21T15:21:25.239Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12747529082_c:\foo_false__<nil>_<nil>_<nil>}
15:21:28 [2021-12-21T15:21:28.187Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12747529082_c:\foo_true__<nil>_<nil>_<nil>}
15:21:28 [2021-12-21T15:21:28.216Z] === RUN   TestDockerSuite/TestCommitPausedContainer
15:21:28 [2021-12-21T15:21:28.216Z]     docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux
15:21:28 [2021-12-21T15:21:28.216Z] === RUN   TestDockerSuite/TestCommitTTY
15:21:31 [2021-12-21T15:21:31.138Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
15:21:31 [2021-12-21T15:21:31.138Z]     docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux
15:21:31 [2021-12-21T15:21:31.138Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
15:21:31 [2021-12-21T15:21:31.138Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
15:21:31 [2021-12-21T15:21:31.138Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
15:21:31 [2021-12-21T15:21:31.138Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
15:21:31 [2021-12-21T15:21:31.138Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
15:21:31 [2021-12-21T15:21:31.138Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
15:21:31 [2021-12-21T15:21:31.138Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
15:21:31 [2021-12-21T15:21:31.138Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
15:21:31 [2021-12-21T15:21:31.138Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
15:21:31 [2021-12-21T15:21:31.138Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
15:21:31 [2021-12-21T15:21:31.138Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
15:21:31 [2021-12-21T15:21:31.607Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
15:21:31 [2021-12-21T15:21:31.607Z]     docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
15:21:31 [2021-12-21T15:21:31.607Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
15:21:31 [2021-12-21T15:21:31.607Z]     docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
15:21:31 [2021-12-21T15:21:31.607Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
15:21:31 [2021-12-21T15:21:31.607Z]     docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
15:21:31 [2021-12-21T15:21:31.607Z] === RUN   TestDockerSuite/TestCopyAndRestart
15:21:31 [2021-12-21T15:21:31.607Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
15:21:31 [2021-12-21T15:21:31.607Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
15:21:31 [2021-12-21T15:21:31.607Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
15:21:31 [2021-12-21T15:21:31.607Z] === RUN   TestDockerSuite/TestCpAbsolutePath
15:21:34 [2021-12-21T15:21:34.559Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
15:21:34 [2021-12-21T15:21:34.559Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
15:21:35 [2021-12-21T15:21:35.026Z] === RUN   TestDockerSuite/TestCpFromCaseA
15:21:35 [2021-12-21T15:21:35.026Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
15:21:35 [2021-12-21T15:21:35.026Z] === RUN   TestDockerSuite/TestCpFromCaseB
15:21:35 [2021-12-21T15:21:35.026Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
15:21:35 [2021-12-21T15:21:35.026Z] === RUN   TestDockerSuite/TestCpFromCaseC
15:21:35 [2021-12-21T15:21:35.026Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
15:21:35 [2021-12-21T15:21:35.026Z] === RUN   TestDockerSuite/TestCpFromCaseD
15:21:35 [2021-12-21T15:21:35.026Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
15:21:35 [2021-12-21T15:21:35.026Z] === RUN   TestDockerSuite/TestCpFromCaseE
15:21:35 [2021-12-21T15:21:35.026Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
15:21:35 [2021-12-21T15:21:35.026Z] === RUN   TestDockerSuite/TestCpFromCaseF
15:21:35 [2021-12-21T15:21:35.026Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
15:21:35 [2021-12-21T15:21:35.026Z] === RUN   TestDockerSuite/TestCpFromCaseG
15:21:35 [2021-12-21T15:21:35.026Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
15:21:35 [2021-12-21T15:21:35.026Z] === RUN   TestDockerSuite/TestCpFromCaseH
15:21:35 [2021-12-21T15:21:35.026Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
15:21:35 [2021-12-21T15:21:35.026Z] === RUN   TestDockerSuite/TestCpFromCaseI
15:21:35 [2021-12-21T15:21:35.026Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
15:21:35 [2021-12-21T15:21:35.026Z] === RUN   TestDockerSuite/TestCpFromCaseJ
15:21:35 [2021-12-21T15:21:35.026Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
15:21:35 [2021-12-21T15:21:35.026Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
15:21:35 [2021-12-21T15:21:35.026Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
15:21:35 [2021-12-21T15:21:35.026Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
15:21:35 [2021-12-21T15:21:35.026Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
15:21:35 [2021-12-21T15:21:35.026Z] === RUN   TestDockerSuite/TestCpGarbagePath
15:21:35 [2021-12-21T15:21:35.067Z] === RUN   TestDockerSuite/TestBuildIidFile
15:21:35 [2021-12-21T15:21:35.067Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
15:21:36 [2021-12-21T15:21:36.757Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
15:21:37 [2021-12-21T15:21:37.247Z] === RUN   TestDockerSuite/TestBuildInheritance
15:21:37 [2021-12-21T15:21:37.247Z]     docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux
15:21:37 [2021-12-21T15:21:37.247Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
15:21:38 [2021-12-21T15:21:38.216Z] === RUN   TestDockerSuite/TestBuildInvalidTag
15:21:38 [2021-12-21T15:21:38.680Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
15:21:38 [2021-12-21T15:21:38.817Z] === RUN   TestDockerSuite/TestCpLocalOnly
15:21:38 [2021-12-21T15:21:38.817Z] === RUN   TestDockerSuite/TestCpNameHasColon
15:21:38 [2021-12-21T15:21:38.817Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
15:21:38 [2021-12-21T15:21:38.817Z] === RUN   TestDockerSuite/TestCpRelativePath
15:21:41 [2021-12-21T15:21:41.768Z] === RUN   TestDockerSuite/TestCpSpecialFiles
15:21:41 [2021-12-21T15:21:41.768Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
15:21:41 [2021-12-21T15:21:41.768Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
15:21:41 [2021-12-21T15:21:41.768Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
15:21:41 [2021-12-21T15:21:41.768Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
15:21:41 [2021-12-21T15:21:41.768Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
15:21:41 [2021-12-21T15:21:41.768Z] === RUN   TestDockerSuite/TestCpToCaseA
15:21:42 [2021-12-21T15:21:42.529Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
15:21:42 [2021-12-21T15:21:42.529Z]     docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux
15:21:42 [2021-12-21T15:21:42.529Z] === RUN   TestDockerSuite/TestCommitWithoutPause
15:21:42 [2021-12-21T15:21:42.529Z]     docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux
15:21:42 [2021-12-21T15:21:42.529Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
15:21:42 [2021-12-21T15:21:42.529Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
15:21:42 [2021-12-21T15:21:42.529Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
15:21:42 [2021-12-21T15:21:42.529Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
15:21:42 [2021-12-21T15:21:42.529Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
15:21:42 [2021-12-21T15:21:42.529Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
15:21:42 [2021-12-21T15:21:42.529Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
15:21:42 [2021-12-21T15:21:42.529Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
15:21:42 [2021-12-21T15:21:42.529Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
15:21:42 [2021-12-21T15:21:42.529Z]     docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux
15:21:42 [2021-12-21T15:21:42.529Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
15:21:42 [2021-12-21T15:21:42.529Z] === RUN   TestDockerSuite/TestContainerAPICommit
15:21:47 [2021-12-21T15:21:47.651Z] === RUN   TestDockerSuite/TestCpToCaseB
15:21:49 [2021-12-21T15:21:49.017Z] === RUN   TestDockerSuite/TestBuildLabel
15:21:50 [2021-12-21T15:21:50.561Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
15:21:51 [2021-12-21T15:21:51.024Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
15:21:51 [2021-12-21T15:21:51.439Z] === RUN   TestDockerSuite/TestCpToCaseC
15:21:51 [2021-12-21T15:21:51.439Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
15:21:51 [2021-12-21T15:21:51.439Z] === RUN   TestDockerSuite/TestCpToCaseD
15:21:51 [2021-12-21T15:21:51.439Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
15:21:51 [2021-12-21T15:21:51.439Z] === RUN   TestDockerSuite/TestCpToCaseE
15:21:52 [2021-12-21T15:21:52.565Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
15:21:52 [2021-12-21T15:21:52.824Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
15:21:53 [2021-12-21T15:21:53.545Z] === RUN   TestDockerSuite/TestBuildLabels
15:21:54 [2021-12-21T15:21:54.525Z] === RUN   TestDockerSuite/TestBuildLabelsCache
15:21:56 [2021-12-21T15:21:56.708Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
15:22:01 [2021-12-21T15:22:01.373Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
15:22:01 [2021-12-21T15:22:01.374Z]     docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux
15:22:01 [2021-12-21T15:22:01.374Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
15:22:03 [2021-12-21T15:22:03.938Z] === RUN   TestDockerSuite/TestCpToCaseF
15:22:03 [2021-12-21T15:22:03.938Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
15:22:03 [2021-12-21T15:22:03.938Z] === RUN   TestDockerSuite/TestCpToCaseG
15:22:03 [2021-12-21T15:22:03.938Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
15:22:03 [2021-12-21T15:22:03.938Z] === RUN   TestDockerSuite/TestCpToCaseH
15:22:04 [2021-12-21T15:22:04.264Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
15:22:04 [2021-12-21T15:22:04.264Z]     docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux
15:22:04 [2021-12-21T15:22:04.264Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
15:22:04 [2021-12-21T15:22:04.264Z]     docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux
15:22:04 [2021-12-21T15:22:04.264Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
15:22:04 [2021-12-21T15:22:04.264Z]     docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux
15:22:04 [2021-12-21T15:22:04.264Z] === RUN   TestDockerSuite/TestContainerAPICreate
15:22:05 [2021-12-21T15:22:05.287Z] === RUN   TestDockerSuite/TestBuildLastModified
15:22:05 [2021-12-21T15:22:05.287Z]     docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux
15:22:05 [2021-12-21T15:22:05.287Z] === RUN   TestDockerSuite/TestBuildLineBreak
15:22:05 [2021-12-21T15:22:05.287Z]     docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux
15:22:05 [2021-12-21T15:22:05.287Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
15:22:05 [2021-12-21T15:22:05.288Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
15:22:05 [2021-12-21T15:22:05.288Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
15:22:05 [2021-12-21T15:22:05.288Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
15:22:05 [2021-12-21T15:22:05.288Z] === RUN   TestDockerSuite/TestBuildMaintainer
15:22:05 [2021-12-21T15:22:05.748Z] === RUN   TestDockerSuite/TestBuildMissingArgs
15:22:06 [2021-12-21T15:22:06.718Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
15:22:07 [2021-12-21T15:22:07.991Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
15:22:07 [2021-12-21T15:22:07.991Z]     docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux
15:22:07 [2021-12-21T15:22:07.991Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
15:22:07 [2021-12-21T15:22:07.991Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
15:22:11 [2021-12-21T15:22:11.707Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
15:22:11 [2021-12-21T15:22:11.707Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
15:22:11 [2021-12-21T15:22:11.707Z]     docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux
15:22:11 [2021-12-21T15:22:11.707Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
15:22:11 [2021-12-21T15:22:11.707Z]     docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux
15:22:11 [2021-12-21T15:22:11.707Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
15:22:11 [2021-12-21T15:22:11.707Z]     docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux
15:22:11 [2021-12-21T15:22:11.707Z] === RUN   TestDockerSuite/TestContainerAPIDelete
15:22:14 [2021-12-21T15:22:14.374Z] === RUN   TestDockerSuite/TestCpToCaseI
15:22:14 [2021-12-21T15:22:14.374Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
15:22:14 [2021-12-21T15:22:14.374Z] === RUN   TestDockerSuite/TestCpToCaseJ
15:22:14 [2021-12-21T15:22:14.374Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
15:22:14 [2021-12-21T15:22:14.374Z] === RUN   TestDockerSuite/TestCpToDot
15:22:15 [2021-12-21T15:22:15.433Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
15:22:18 [2021-12-21T15:22:18.163Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
15:22:18 [2021-12-21T15:22:18.163Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
15:22:18 [2021-12-21T15:22:18.163Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
15:22:18 [2021-12-21T15:22:18.163Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
15:22:18 [2021-12-21T15:22:18.163Z] === RUN   TestDockerSuite/TestCpToStdout
15:22:19 [2021-12-21T15:22:19.114Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
15:22:20 [2021-12-21T15:22:20.108Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
15:22:21 [2021-12-21T15:22:21.109Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
15:22:21 [2021-12-21T15:22:21.109Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
15:22:21 [2021-12-21T15:22:21.109Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
15:22:21 [2021-12-21T15:22:21.109Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
15:22:21 [2021-12-21T15:22:21.109Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
15:22:21 [2021-12-21T15:22:21.109Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
15:22:21 [2021-12-21T15:22:21.109Z] === RUN   TestDockerSuite/TestCpVolumePath
15:22:21 [2021-12-21T15:22:21.109Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
15:22:21 [2021-12-21T15:22:21.109Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
15:22:21 [2021-12-21T15:22:21.109Z] === RUN   TestDockerSuite/TestCreateArgs
15:22:21 [2021-12-21T15:22:21.578Z] === RUN   TestDockerSuite/TestCreateByImageID
15:22:23 [2021-12-21T15:22:23.795Z] === RUN   TestDockerSuite/TestCreateEchoStdout
15:22:23 [2021-12-21T15:22:23.835Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
15:22:23 [2021-12-21T15:22:23.835Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
15:22:23 [2021-12-21T15:22:23.835Z]     docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux
15:22:23 [2021-12-21T15:22:23.835Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
15:22:27 [2021-12-21T15:22:27.586Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
15:22:27 [2021-12-21T15:22:27.586Z] === RUN   TestDockerSuite/TestCreateHostConfig
15:22:27 [2021-12-21T15:22:27.586Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
15:22:28 [2021-12-21T15:22:28.508Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
15:22:28 [2021-12-21T15:22:28.508Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
15:22:30 [2021-12-21T15:22:30.537Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
15:22:31 [2021-12-21T15:22:31.004Z] === RUN   TestDockerSuite/TestCreateLabels
15:22:31 [2021-12-21T15:22:31.401Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
15:22:31 [2021-12-21T15:22:31.401Z]     docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux
15:22:31 [2021-12-21T15:22:31.401Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
15:22:31 [2021-12-21T15:22:31.401Z]     docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux
15:22:31 [2021-12-21T15:22:31.401Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
15:22:31 [2021-12-21T15:22:31.471Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
15:22:31 [2021-12-21T15:22:31.471Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
15:22:31 [2021-12-21T15:22:31.471Z] === RUN   TestDockerSuite/TestCreateRM
15:22:31 [2021-12-21T15:22:31.938Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
15:22:31 [2021-12-21T15:22:31.938Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
15:22:31 [2021-12-21T15:22:31.938Z] === RUN   TestDockerSuite/TestCreateStopSignal
15:22:31 [2021-12-21T15:22:31.938Z] === RUN   TestDockerSuite/TestCreateStopTimeout
15:22:32 [2021-12-21T15:22:32.409Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
15:22:35 [2021-12-21T15:22:35.115Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
15:22:35 [2021-12-21T15:22:35.115Z] === RUN   TestDockerSuite/TestContainerAPIKill
15:22:38 [2021-12-21T15:22:38.832Z] === RUN   TestDockerSuite/TestContainerAPIPause
15:22:38 [2021-12-21T15:22:38.832Z]     docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux
15:22:38 [2021-12-21T15:22:38.832Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
15:22:41 [2021-12-21T15:22:41.724Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
15:22:42 [2021-12-21T15:22:42.179Z] === RUN   TestDockerSuite/TestContainerAPIRename
15:22:42 [2021-12-21T15:22:42.837Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
15:22:43 [2021-12-21T15:22:43.304Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
15:22:43 [2021-12-21T15:22:43.774Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
15:22:45 [2021-12-21T15:22:45.899Z] === RUN   TestDockerSuite/TestContainerAPIRestart
15:22:48 [2021-12-21T15:22:48.531Z] === RUN   TestDockerSuite/TestCreateWithPortRange
15:22:48 [2021-12-21T15:22:48.531Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
15:22:48 [2021-12-21T15:22:48.531Z]     docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux
15:22:48 [2021-12-21T15:22:48.531Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
15:22:52 [2021-12-21T15:22:52.338Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
15:22:52 [2021-12-21T15:22:52.338Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
15:22:52 [2021-12-21T15:22:52.338Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
15:22:52 [2021-12-21T15:22:52.338Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
15:22:52 [2021-12-21T15:22:52.338Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
15:22:52 [2021-12-21T15:22:52.338Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
15:22:52 [2021-12-21T15:22:52.338Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
15:22:52 [2021-12-21T15:22:52.338Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
15:22:52 [2021-12-21T15:22:52.338Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestDevicePermissions
15:22:52 [2021-12-21T15:22:52.338Z]     docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestDockerFails
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
15:22:52 [2021-12-21T15:22:52.338Z]     docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
15:22:52 [2021-12-21T15:22:52.338Z]     docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
15:22:52 [2021-12-21T15:22:52.338Z]     docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestEventsAttach
15:22:52 [2021-12-21T15:22:52.338Z]     docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestEventsCommit
15:22:52 [2021-12-21T15:22:52.338Z]     docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux
15:22:52 [2021-12-21T15:22:52.338Z] === RUN   TestDockerSuite/TestEventsContainerEvents
15:22:52 [2021-12-21T15:22:52.950Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
15:22:54 [2021-12-21T15:22:54.815Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
15:22:54 [2021-12-21T15:22:54.815Z]     docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux
15:22:54 [2021-12-21T15:22:54.815Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
15:22:54 [2021-12-21T15:22:54.815Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
15:22:56 [2021-12-21T15:22:56.247Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
15:22:59 [2021-12-21T15:22:59.196Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
15:23:00 [2021-12-21T15:23:00.112Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
15:23:00 [2021-12-21T15:23:00.114Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
15:23:00 [2021-12-21T15:23:00.114Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
15:23:00 [2021-12-21T15:23:00.114Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
15:23:00 [2021-12-21T15:23:00.114Z] === RUN   TestDockerSuite/TestContainerAPIStart
15:23:03 [2021-12-21T15:23:03.003Z] === RUN   TestDockerSuite/TestEventsContainerRestart
15:23:03 [2021-12-21T15:23:03.839Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
15:23:03 [2021-12-21T15:23:03.839Z]     docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux
15:23:03 [2021-12-21T15:23:03.839Z] === RUN   TestDockerSuite/TestContainerAPIStop
15:23:07 [2021-12-21T15:23:07.556Z] === RUN   TestDockerSuite/TestContainerAPITop
15:23:07 [2021-12-21T15:23:07.556Z]     docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux
15:23:07 [2021-12-21T15:23:07.556Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
15:23:12 [2021-12-21T15:23:12.226Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
15:23:12 [2021-12-21T15:23:12.226Z] === RUN   TestDockerSuite/TestContainerAPIWait
15:23:15 [2021-12-21T15:23:15.513Z] === RUN   TestDockerSuite/TestEventsCopy
15:23:17 [2021-12-21T15:23:17.996Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
15:23:20 [2021-12-21T15:23:20.269Z] === RUN   TestDockerSuite/TestEventsFilterContainer
15:23:20 [2021-12-21T15:23:20.885Z] === RUN   TestDockerSuite/TestContainerNetworkMode
15:23:20 [2021-12-21T15:23:20.885Z]     docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
15:23:20 [2021-12-21T15:23:20.885Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
15:23:20 [2021-12-21T15:23:20.885Z]     docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
15:23:20 [2021-12-21T15:23:20.885Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
15:23:20 [2021-12-21T15:23:20.885Z]     docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
15:23:20 [2021-12-21T15:23:20.885Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
15:23:20 [2021-12-21T15:23:20.885Z]     docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
15:23:20 [2021-12-21T15:23:20.885Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
15:23:20 [2021-12-21T15:23:20.885Z]     docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
15:23:20 [2021-12-21T15:23:20.885Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
15:23:24 [2021-12-21T15:23:24.601Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
15:23:24 [2021-12-21T15:23:24.601Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
15:23:27 [2021-12-21T15:23:27.415Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
15:23:27 [2021-12-21T15:23:27.494Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
15:23:29 [2021-12-21T15:23:29.635Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
15:23:30 [2021-12-21T15:23:30.618Z] === RUN   TestDockerSuite/TestEventsFilterImageName
15:23:31 [2021-12-21T15:23:31.220Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
15:23:34 [2021-12-21T15:23:34.116Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
15:23:36 [2021-12-21T15:23:36.477Z] === RUN   TestDockerSuite/TestEventsFilterLabels
15:23:37 [2021-12-21T15:23:37.459Z] === RUN   TestDockerSuite/TestEventsFilterType
15:23:37 [2021-12-21T15:23:37.835Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0003b7608_<nil>}
15:23:38 [2021-12-21T15:23:38.443Z] === RUN   TestDockerSuite/TestEventsFilters
15:23:40 [2021-12-21T15:23:40.748Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1812235191_c:\foo_false__<nil>_<nil>_<nil>}
15:23:44 [2021-12-21T15:23:44.536Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1812235191_c:\foo_true__<nil>_<nil>_<nil>}
15:23:45 [2021-12-21T15:23:45.559Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
15:23:45 [2021-12-21T15:23:45.598Z] === RUN   TestDockerSuite/TestEventsFormat
15:23:47 [2021-12-21T15:23:47.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
15:23:47 [2021-12-21T15:23:47.490Z]     docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux
15:23:47 [2021-12-21T15:23:47.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
15:23:47 [2021-12-21T15:23:47.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
15:23:47 [2021-12-21T15:23:47.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
15:23:47 [2021-12-21T15:23:47.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
15:23:47 [2021-12-21T15:23:47.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
15:23:47 [2021-12-21T15:23:47.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
15:23:47 [2021-12-21T15:23:47.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
15:23:47 [2021-12-21T15:23:47.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
15:23:47 [2021-12-21T15:23:47.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
15:23:47 [2021-12-21T15:23:47.958Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
15:23:47 [2021-12-21T15:23:47.958Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
15:23:47 [2021-12-21T15:23:47.958Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
15:23:47 [2021-12-21T15:23:47.958Z]     docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
15:23:47 [2021-12-21T15:23:47.958Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
15:23:47 [2021-12-21T15:23:47.958Z]     docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
15:23:47 [2021-12-21T15:23:47.958Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
15:23:47 [2021-12-21T15:23:47.958Z]     docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
15:23:47 [2021-12-21T15:23:47.958Z] === RUN   TestDockerSuite/TestCopyAndRestart
15:23:47 [2021-12-21T15:23:47.958Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
15:23:47 [2021-12-21T15:23:47.958Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
15:23:47 [2021-12-21T15:23:47.958Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
15:23:47 [2021-12-21T15:23:47.958Z] === RUN   TestDockerSuite/TestCpAbsolutePath
15:23:51 [2021-12-21T15:23:51.468Z] === RUN   TestDockerSuite/TestEventsFormatBadField
15:23:51 [2021-12-21T15:23:51.468Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
15:23:51 [2021-12-21T15:23:51.468Z] === RUN   TestDockerSuite/TestEventsImageImport
15:23:51 [2021-12-21T15:23:51.468Z]     docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux
15:23:51 [2021-12-21T15:23:51.468Z] === RUN   TestDockerSuite/TestEventsImageLoad
15:23:51 [2021-12-21T15:23:51.468Z]     docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux
15:23:51 [2021-12-21T15:23:51.468Z] === RUN   TestDockerSuite/TestEventsImagePull
15:23:51 [2021-12-21T15:23:51.468Z]     docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux
15:23:51 [2021-12-21T15:23:51.468Z] === RUN   TestDockerSuite/TestEventsImageTag
15:23:51 [2021-12-21T15:23:51.746Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
15:23:51 [2021-12-21T15:23:51.746Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
15:23:51 [2021-12-21T15:23:51.746Z] === RUN   TestDockerSuite/TestCpFromCaseA
15:23:51 [2021-12-21T15:23:51.746Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
15:23:51 [2021-12-21T15:23:51.746Z] === RUN   TestDockerSuite/TestCpFromCaseB
15:23:51 [2021-12-21T15:23:51.746Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
15:23:51 [2021-12-21T15:23:51.746Z] === RUN   TestDockerSuite/TestCpFromCaseC
15:23:51 [2021-12-21T15:23:51.746Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
15:23:51 [2021-12-21T15:23:51.746Z] === RUN   TestDockerSuite/TestCpFromCaseD
15:23:51 [2021-12-21T15:23:51.746Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
15:23:51 [2021-12-21T15:23:51.746Z] === RUN   TestDockerSuite/TestCpFromCaseE
15:23:51 [2021-12-21T15:23:51.746Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
15:23:51 [2021-12-21T15:23:51.746Z] === RUN   TestDockerSuite/TestCpFromCaseF
15:23:51 [2021-12-21T15:23:51.746Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
15:23:51 [2021-12-21T15:23:51.746Z] === RUN   TestDockerSuite/TestCpFromCaseG
15:23:51 [2021-12-21T15:23:51.746Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
15:23:51 [2021-12-21T15:23:51.746Z] === RUN   TestDockerSuite/TestCpFromCaseH
15:23:51 [2021-12-21T15:23:51.746Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
15:23:51 [2021-12-21T15:23:51.746Z] === RUN   TestDockerSuite/TestCpFromCaseI
15:23:51 [2021-12-21T15:23:51.746Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
15:23:51 [2021-12-21T15:23:51.746Z] === RUN   TestDockerSuite/TestCpFromCaseJ
15:23:51 [2021-12-21T15:23:51.746Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
15:23:51 [2021-12-21T15:23:51.746Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
15:23:51 [2021-12-21T15:23:51.746Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
15:23:51 [2021-12-21T15:23:51.746Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
15:23:51 [2021-12-21T15:23:51.746Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
15:23:52 [2021-12-21T15:23:52.214Z] === RUN   TestDockerSuite/TestCpGarbagePath
15:23:52 [2021-12-21T15:23:52.455Z] === RUN   TestDockerSuite/TestEventsPluginOps
15:23:52 [2021-12-21T15:23:52.457Z]     docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux
15:23:52 [2021-12-21T15:23:52.457Z] === RUN   TestDockerSuite/TestEventsRename
15:23:56 [2021-12-21T15:23:56.025Z] === RUN   TestDockerSuite/TestCpLocalOnly
15:23:56 [2021-12-21T15:23:56.025Z] === RUN   TestDockerSuite/TestCpNameHasColon
15:23:56 [2021-12-21T15:23:56.025Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
15:23:56 [2021-12-21T15:23:56.025Z] === RUN   TestDockerSuite/TestCpRelativePath
15:23:56 [2021-12-21T15:23:56.255Z] === RUN   TestDockerSuite/TestEventsResize
15:23:58 [2021-12-21T15:23:58.986Z] === RUN   TestDockerSuite/TestCpSpecialFiles
15:23:58 [2021-12-21T15:23:58.987Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
15:23:58 [2021-12-21T15:23:58.987Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
15:23:58 [2021-12-21T15:23:58.987Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
15:23:58 [2021-12-21T15:23:58.987Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
15:23:58 [2021-12-21T15:23:58.987Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
15:23:58 [2021-12-21T15:23:58.987Z] === RUN   TestDockerSuite/TestCpToCaseA
15:24:04 [2021-12-21T15:24:04.909Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
15:24:06 [2021-12-21T15:24:06.146Z] === RUN   TestDockerSuite/TestCpToCaseB
15:24:07 [2021-12-21T15:24:07.856Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
15:24:09 [2021-12-21T15:24:09.097Z] === RUN   TestDockerSuite/TestCpToCaseC
15:24:09 [2021-12-21T15:24:09.097Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
15:24:09 [2021-12-21T15:24:09.097Z] === RUN   TestDockerSuite/TestCpToCaseD
15:24:09 [2021-12-21T15:24:09.097Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
15:24:09 [2021-12-21T15:24:09.097Z] === RUN   TestDockerSuite/TestCpToCaseE
15:24:10 [2021-12-21T15:24:10.802Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
15:24:10 [2021-12-21T15:24:10.916Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
15:24:13 [2021-12-21T15:24:13.885Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
15:24:16 [2021-12-21T15:24:16.672Z] === RUN   TestDockerSuite/TestEventsTop
15:24:16 [2021-12-21T15:24:16.672Z]     docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux
15:24:16 [2021-12-21T15:24:16.672Z] === RUN   TestDockerSuite/TestEventsUntag
15:24:18 [2021-12-21T15:24:18.893Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
15:24:21 [2021-12-21T15:24:21.591Z] === RUN   TestDockerSuite/TestCpToCaseF
15:24:21 [2021-12-21T15:24:21.591Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
15:24:21 [2021-12-21T15:24:21.591Z] === RUN   TestDockerSuite/TestCpToCaseG
15:24:21 [2021-12-21T15:24:21.591Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
15:24:21 [2021-12-21T15:24:21.591Z] === RUN   TestDockerSuite/TestCpToCaseH
15:24:22 [2021-12-21T15:24:22.584Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
15:24:24 [2021-12-21T15:24:24.759Z] === RUN   TestDockerSuite/TestExec
15:24:24 [2021-12-21T15:24:24.759Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
15:24:24 [2021-12-21T15:24:24.760Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
15:24:24 [2021-12-21T15:24:24.760Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
15:24:24 [2021-12-21T15:24:24.760Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
15:24:26 [2021-12-21T15:24:26.972Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
15:24:28 [2021-12-21T15:24:28.483Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
15:24:29 [2021-12-21T15:24:29.182Z] === RUN   TestDockerSuite/TestExecAPIStart
15:24:29 [2021-12-21T15:24:29.182Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
15:24:29 [2021-12-21T15:24:29.182Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
15:24:29 [2021-12-21T15:24:29.182Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
15:24:29 [2021-12-21T15:24:29.182Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
15:24:29 [2021-12-21T15:24:29.182Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
15:24:29 [2021-12-21T15:24:29.182Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
15:24:32 [2021-12-21T15:24:32.132Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
15:24:34 [2021-12-21T15:24:34.082Z] === RUN   TestDockerSuite/TestCpToCaseI
15:24:34 [2021-12-21T15:24:34.082Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
15:24:34 [2021-12-21T15:24:34.082Z] === RUN   TestDockerSuite/TestCpToCaseJ
15:24:34 [2021-12-21T15:24:34.082Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
15:24:34 [2021-12-21T15:24:34.082Z] === RUN   TestDockerSuite/TestCpToDot
15:24:35 [2021-12-21T15:24:35.079Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
15:24:37 [2021-12-21T15:24:37.294Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
15:24:37 [2021-12-21T15:24:37.873Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
15:24:37 [2021-12-21T15:24:37.873Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
15:24:37 [2021-12-21T15:24:37.873Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
15:24:37 [2021-12-21T15:24:37.873Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
15:24:37 [2021-12-21T15:24:37.873Z] === RUN   TestDockerSuite/TestCpToStdout
15:24:40 [2021-12-21T15:24:40.263Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
15:24:41 [2021-12-21T15:24:41.663Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
15:24:41 [2021-12-21T15:24:41.663Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
15:24:41 [2021-12-21T15:24:41.663Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
15:24:41 [2021-12-21T15:24:41.663Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
15:24:41 [2021-12-21T15:24:41.663Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
15:24:41 [2021-12-21T15:24:41.663Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
15:24:41 [2021-12-21T15:24:41.663Z] === RUN   TestDockerSuite/TestCpVolumePath
15:24:41 [2021-12-21T15:24:41.663Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
15:24:41 [2021-12-21T15:24:41.663Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
15:24:41 [2021-12-21T15:24:41.663Z] === RUN   TestDockerSuite/TestCreateArgs
15:24:42 [2021-12-21T15:24:42.131Z] === RUN   TestDockerSuite/TestCreateByImageID
15:24:44 [2021-12-21T15:24:44.349Z] === RUN   TestDockerSuite/TestCreateEchoStdout
15:24:46 [2021-12-21T15:24:46.129Z] === RUN   TestDockerSuite/TestExecCgroup
15:24:46 [2021-12-21T15:24:46.129Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
15:24:46 [2021-12-21T15:24:46.129Z] === RUN   TestDockerSuite/TestExecEnv
15:24:46 [2021-12-21T15:24:46.129Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
15:24:46 [2021-12-21T15:24:46.129Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
15:24:46 [2021-12-21T15:24:46.129Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
15:24:46 [2021-12-21T15:24:46.129Z] === RUN   TestDockerSuite/TestExecExitStatus
15:24:48 [2021-12-21T15:24:48.141Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
15:24:48 [2021-12-21T15:24:48.141Z] === RUN   TestDockerSuite/TestCreateHostConfig
15:24:48 [2021-12-21T15:24:48.339Z] === RUN   TestDockerSuite/TestExecInspectID
15:24:48 [2021-12-21T15:24:48.609Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
15:24:51 [2021-12-21T15:24:51.559Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
15:24:52 [2021-12-21T15:24:52.545Z] === RUN   TestDockerSuite/TestCreateLabels
15:24:52 [2021-12-21T15:24:52.545Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
15:24:52 [2021-12-21T15:24:52.545Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
15:24:52 [2021-12-21T15:24:52.545Z] === RUN   TestDockerSuite/TestCreateRM
15:24:53 [2021-12-21T15:24:53.014Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
15:24:53 [2021-12-21T15:24:53.014Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
15:24:53 [2021-12-21T15:24:53.090Z] === RUN   TestDockerSuite/TestExecInteractive
15:24:53 [2021-12-21T15:24:53.090Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
15:24:53 [2021-12-21T15:24:53.090Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
15:24:53 [2021-12-21T15:24:53.090Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
15:24:53 [2021-12-21T15:24:53.090Z] === RUN   TestDockerSuite/TestExecParseError
15:24:53 [2021-12-21T15:24:53.090Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
15:24:53 [2021-12-21T15:24:53.090Z] === RUN   TestDockerSuite/TestExecPausedContainer
15:24:53 [2021-12-21T15:24:53.090Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
15:24:53 [2021-12-21T15:24:53.090Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
15:24:53 [2021-12-21T15:24:53.090Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
15:24:53 [2021-12-21T15:24:53.090Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
15:24:53 [2021-12-21T15:24:53.484Z] === RUN   TestDockerSuite/TestCreateStopSignal
15:24:53 [2021-12-21T15:24:53.484Z] === RUN   TestDockerSuite/TestCreateStopTimeout
15:24:53 [2021-12-21T15:24:53.835Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
15:24:53 [2021-12-21T15:24:53.836Z]     docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux
15:24:53 [2021-12-21T15:24:53.836Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
15:24:53 [2021-12-21T15:24:53.954Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
15:24:55 [2021-12-21T15:24:55.304Z] === RUN   TestDockerSuite/TestExecSetEnv
15:24:55 [2021-12-21T15:24:55.304Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
15:24:55 [2021-12-21T15:24:55.304Z] === RUN   TestDockerSuite/TestExecStartFails
15:24:55 [2021-12-21T15:24:55.304Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
15:24:55 [2021-12-21T15:24:55.304Z] === RUN   TestDockerSuite/TestExecStateCleanup
15:24:55 [2021-12-21T15:24:55.304Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
15:24:55 [2021-12-21T15:24:55.304Z] === RUN   TestDockerSuite/TestExecStopNotHanging
15:24:55 [2021-12-21T15:24:55.304Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
15:24:55 [2021-12-21T15:24:55.304Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
15:24:55 [2021-12-21T15:24:55.304Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
15:24:55 [2021-12-21T15:24:55.771Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
15:24:58 [2021-12-21T15:24:58.719Z] === RUN   TestDockerSuite/TestExecUlimits
15:24:58 [2021-12-21T15:24:58.719Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
15:24:58 [2021-12-21T15:24:58.719Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
15:25:04 [2021-12-21T15:25:04.309Z] === RUN   TestDockerSuite/TestBuildMultipleTags
15:25:04 [2021-12-21T15:25:04.781Z] === RUN   TestDockerSuite/TestBuildNetContainer
15:25:04 [2021-12-21T15:25:04.781Z]     docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux
15:25:04 [2021-12-21T15:25:04.781Z] === RUN   TestDockerSuite/TestBuildNetNone
15:25:04 [2021-12-21T15:25:04.781Z]     docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux
15:25:04 [2021-12-21T15:25:04.781Z] === RUN   TestDockerSuite/TestBuildNoContext
15:25:05 [2021-12-21T15:25:05.869Z] === RUN   TestDockerSuite/TestExecWithImageUser
15:25:05 [2021-12-21T15:25:05.869Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
15:25:05 [2021-12-21T15:25:05.869Z] === RUN   TestDockerSuite/TestExecWithPrivileged
15:25:05 [2021-12-21T15:25:05.869Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
15:25:05 [2021-12-21T15:25:05.869Z] === RUN   TestDockerSuite/TestExecWithUser
15:25:05 [2021-12-21T15:25:05.869Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
15:25:05 [2021-12-21T15:25:05.869Z] === RUN   TestDockerSuite/TestGetContainerStats
15:25:06 [2021-12-21T15:25:06.442Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
15:25:06 [2021-12-21T15:25:06.442Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
15:25:06 [2021-12-21T15:25:06.442Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
15:25:08 [2021-12-21T15:25:08.613Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
15:25:09 [2021-12-21T15:25:09.390Z] === RUN   TestDockerSuite/TestCreateWithPortRange
15:25:09 [2021-12-21T15:25:09.390Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
15:25:09 [2021-12-21T15:25:09.390Z]     docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux
15:25:09 [2021-12-21T15:25:09.390Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
15:25:11 [2021-12-21T15:25:11.744Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
15:25:13 [2021-12-21T15:25:13.178Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
15:25:13 [2021-12-21T15:25:13.178Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
15:25:13 [2021-12-21T15:25:13.178Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
15:25:13 [2021-12-21T15:25:13.178Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
15:25:13 [2021-12-21T15:25:13.178Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
15:25:13 [2021-12-21T15:25:13.178Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
15:25:13 [2021-12-21T15:25:13.178Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
15:25:13 [2021-12-21T15:25:13.178Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
15:25:13 [2021-12-21T15:25:13.178Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestDevicePermissions
15:25:13 [2021-12-21T15:25:13.178Z]     docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestDockerFails
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
15:25:13 [2021-12-21T15:25:13.178Z]     docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
15:25:13 [2021-12-21T15:25:13.178Z]     docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
15:25:13 [2021-12-21T15:25:13.178Z]     docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestEventsAttach
15:25:13 [2021-12-21T15:25:13.178Z]     docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux
15:25:13 [2021-12-21T15:25:13.178Z] === RUN   TestDockerSuite/TestEventsCommit
15:25:13 [2021-12-21T15:25:13.178Z]     docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux
15:25:13 [2021-12-21T15:25:13.394Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
15:25:13 [2021-12-21T15:25:13.646Z] === RUN   TestDockerSuite/TestEventsContainerEvents
15:25:16 [2021-12-21T15:25:16.365Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
15:25:16 [2021-12-21T15:25:16.839Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
15:25:16 [2021-12-21T15:25:16.839Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
15:25:17 [2021-12-21T15:25:17.439Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
15:25:18 [2021-12-21T15:25:18.901Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
15:25:19 [2021-12-21T15:25:19.809Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
15:25:20 [2021-12-21T15:25:20.393Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
15:25:21 [2021-12-21T15:25:21.387Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
15:25:22 [2021-12-21T15:25:22.048Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
15:25:22 [2021-12-21T15:25:22.965Z] === RUN   TestDockerSuite/TestBuildOnBuild
15:25:24 [2021-12-21T15:25:24.185Z] === RUN   TestDockerSuite/TestEventsContainerRestart
15:25:29 [2021-12-21T15:25:29.203Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
15:25:29 [2021-12-21T15:25:29.203Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
15:25:29 [2021-12-21T15:25:29.203Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
15:25:29 [2021-12-21T15:25:29.203Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
15:25:29 [2021-12-21T15:25:29.203Z] === RUN   TestDockerSuite/TestHealth
15:25:29 [2021-12-21T15:25:29.203Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
15:25:29 [2021-12-21T15:25:29.203Z] === RUN   TestDockerSuite/TestHistoryExistentImage
15:25:29 [2021-12-21T15:25:29.203Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
15:25:29 [2021-12-21T15:25:29.203Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
15:25:29 [2021-12-21T15:25:29.203Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
15:25:35 [2021-12-21T15:25:35.077Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
15:25:35 [2021-12-21T15:25:35.077Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
15:25:35 [2021-12-21T15:25:35.077Z]     docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux
15:25:35 [2021-12-21T15:25:35.077Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
15:25:35 [2021-12-21T15:25:35.077Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
15:25:35 [2021-12-21T15:25:35.077Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
15:25:35 [2021-12-21T15:25:35.077Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
15:25:36 [2021-12-21T15:25:36.061Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
15:25:36 [2021-12-21T15:25:36.061Z]     docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux
15:25:36 [2021-12-21T15:25:36.061Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
15:25:36 [2021-12-21T15:25:36.673Z] === RUN   TestDockerSuite/TestEventsCopy
15:25:37 [2021-12-21T15:25:37.630Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
15:25:37 [2021-12-21T15:25:37.630Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
15:25:39 [2021-12-21T15:25:39.845Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
15:25:39 [2021-12-21T15:25:39.845Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
15:25:42 [2021-12-21T15:25:42.443Z] === RUN   TestDockerSuite/TestEventsFilterContainer
15:25:42 [2021-12-21T15:25:42.795Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
15:25:44 [2021-12-21T15:25:44.212Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
15:25:46 [2021-12-21T15:25:46.398Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
15:25:46 [2021-12-21T15:25:46.582Z] === RUN   TestDockerSuite/TestImagesFormat
15:25:46 [2021-12-21T15:25:46.582Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
15:25:46 [2021-12-21T15:25:46.582Z]     docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux
15:25:46 [2021-12-21T15:25:46.582Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
15:25:50 [2021-12-21T15:25:50.984Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
15:25:51 [2021-12-21T15:25:51.327Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
15:25:51 [2021-12-21T15:25:51.328Z] === RUN   TestDockerSuite/TestImportBadURL
15:25:53 [2021-12-21T15:25:53.151Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
15:25:53 [2021-12-21T15:25:53.540Z] === RUN   TestDockerSuite/TestImportDisplay
15:25:53 [2021-12-21T15:25:53.540Z]     docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux
15:25:53 [2021-12-21T15:25:53.540Z] === RUN   TestDockerSuite/TestImportFile
15:25:53 [2021-12-21T15:25:53.540Z]     docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux
15:25:53 [2021-12-21T15:25:53.540Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
15:25:53 [2021-12-21T15:25:53.540Z] === RUN   TestDockerSuite/TestImportFileWithMessage
15:25:53 [2021-12-21T15:25:53.540Z]     docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux
15:25:53 [2021-12-21T15:25:53.540Z] === RUN   TestDockerSuite/TestImportGzipped
15:25:53 [2021-12-21T15:25:53.540Z]     docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux
15:25:53 [2021-12-21T15:25:53.540Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
15:25:53 [2021-12-21T15:25:53.540Z]     docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux
15:25:53 [2021-12-21T15:25:53.540Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
15:25:53 [2021-12-21T15:25:53.540Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
15:25:53 [2021-12-21T15:25:53.540Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
15:25:53 [2021-12-21T15:25:53.540Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
15:25:53 [2021-12-21T15:25:53.540Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
15:25:53 [2021-12-21T15:25:53.540Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
15:25:53 [2021-12-21T15:25:53.540Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
15:25:53 [2021-12-21T15:25:53.540Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
15:25:53 [2021-12-21T15:25:53.540Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
15:25:53 [2021-12-21T15:25:53.540Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
15:25:53 [2021-12-21T15:25:53.540Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:25:53 [2021-12-21T15:25:53.540Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
15:25:54 [2021-12-21T15:25:54.113Z] === RUN   TestDockerSuite/TestEventsFilterImageName
15:25:56 [2021-12-21T15:25:56.494Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
15:25:58 [2021-12-21T15:25:58.798Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
15:25:59 [2021-12-21T15:25:59.884Z] === RUN   TestDockerSuite/TestEventsFilterLabels
15:26:00 [2021-12-21T15:26:00.286Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
15:26:00 [2021-12-21T15:26:00.286Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
15:26:00 [2021-12-21T15:26:00.286Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
15:26:00 [2021-12-21T15:26:00.286Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
15:26:00 [2021-12-21T15:26:00.286Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
15:26:00 [2021-12-21T15:26:00.286Z] === RUN   TestDockerSuite/TestInspectAmpersand
15:26:00 [2021-12-21T15:26:00.286Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
15:26:00 [2021-12-21T15:26:00.286Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
15:26:01 [2021-12-21T15:26:01.412Z] === RUN   TestDockerSuite/TestEventsFilterType
15:26:02 [2021-12-21T15:26:02.378Z] === RUN   TestDockerSuite/TestEventsFilters
15:26:02 [2021-12-21T15:26:02.550Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
15:26:03 [2021-12-21T15:26:03.237Z] === RUN   TestDockerSuite/TestInspectByPrefix
15:26:03 [2021-12-21T15:26:03.237Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
15:26:06 [2021-12-21T15:26:06.188Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
15:26:06 [2021-12-21T15:26:06.188Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
15:26:06 [2021-12-21T15:26:06.188Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
15:26:06 [2021-12-21T15:26:06.188Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
15:26:06 [2021-12-21T15:26:06.188Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
15:26:06 [2021-12-21T15:26:06.188Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
15:26:06 [2021-12-21T15:26:06.188Z] === RUN   TestDockerSuite/TestInspectDefault
15:26:09 [2021-12-21T15:26:09.975Z] === RUN   TestDockerSuite/TestInspectHistory
15:26:10 [2021-12-21T15:26:10.919Z] === RUN   TestDockerSuite/TestEventsFormat
15:26:14 [2021-12-21T15:26:14.956Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
15:26:15 [2021-12-21T15:26:15.851Z] === RUN   TestDockerSuite/TestInspectImage
15:26:15 [2021-12-21T15:26:15.851Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
15:26:15 [2021-12-21T15:26:15.851Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
15:26:15 [2021-12-21T15:26:15.851Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
15:26:15 [2021-12-21T15:26:15.851Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
15:26:15 [2021-12-21T15:26:15.851Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:26:15 [2021-12-21T15:26:15.851Z] === RUN   TestDockerSuite/TestInspectInt64
15:26:16 [2021-12-21T15:26:16.688Z] === RUN   TestDockerSuite/TestEventsFormatBadField
15:26:16 [2021-12-21T15:26:16.688Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
15:26:16 [2021-12-21T15:26:16.688Z] === RUN   TestDockerSuite/TestEventsImageImport
15:26:16 [2021-12-21T15:26:16.688Z]     docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux
15:26:16 [2021-12-21T15:26:16.688Z] === RUN   TestDockerSuite/TestEventsImageLoad
15:26:16 [2021-12-21T15:26:16.688Z]     docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux
15:26:16 [2021-12-21T15:26:16.688Z] === RUN   TestDockerSuite/TestEventsImagePull
15:26:16 [2021-12-21T15:26:16.688Z]     docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux
15:26:16 [2021-12-21T15:26:16.688Z] === RUN   TestDockerSuite/TestEventsImageTag
15:26:18 [2021-12-21T15:26:18.216Z] === RUN   TestDockerSuite/TestEventsPluginOps
15:26:18 [2021-12-21T15:26:18.216Z]     docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux
15:26:18 [2021-12-21T15:26:18.216Z] === RUN   TestDockerSuite/TestEventsRename
15:26:18 [2021-12-21T15:26:18.802Z] === RUN   TestDockerSuite/TestInspectJSONFields
15:26:19 [2021-12-21T15:26:19.653Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
15:26:21 [2021-12-21T15:26:21.015Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
15:26:21 [2021-12-21T15:26:21.484Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
15:26:21 [2021-12-21T15:26:21.935Z] === RUN   TestDockerSuite/TestEventsResize
15:26:24 [2021-12-21T15:26:24.435Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
15:26:25 [2021-12-21T15:26:25.466Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
15:26:27 [2021-12-21T15:26:27.386Z] === RUN   TestDockerSuite/TestInspectPlugin
15:26:27 [2021-12-21T15:26:27.386Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
15:26:27 [2021-12-21T15:26:27.386Z] === RUN   TestDockerSuite/TestInspectRootFS
15:26:27 [2021-12-21T15:26:27.386Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
15:26:27 [2021-12-21T15:26:27.648Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
15:26:27 [2021-12-21T15:26:27.648Z]     docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux
15:26:27 [2021-12-21T15:26:27.648Z] === RUN   TestDockerSuite/TestBuildPATH
15:26:27 [2021-12-21T15:26:27.648Z]     docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux
15:26:27 [2021-12-21T15:26:27.648Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
15:26:29 [2021-12-21T15:26:29.668Z] === RUN   TestDockerSuite/TestInspectStatus
15:26:30 [2021-12-21T15:26:30.563Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
15:26:30 [2021-12-21T15:26:30.563Z]     docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux
15:26:30 [2021-12-21T15:26:30.563Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
15:26:34 [2021-12-21T15:26:34.419Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
15:26:39 [2021-12-21T15:26:39.179Z] === RUN   TestDockerSuite/TestInspectTemplateError
15:26:42 [2021-12-21T15:26:42.130Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
15:26:45 [2021-12-21T15:26:45.078Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
15:26:47 [2021-12-21T15:26:47.294Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
15:26:51 [2021-12-21T15:26:51.081Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
15:26:54 [2021-12-21T15:26:54.028Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestInspectUnknownObject
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLinkShortDefinition
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLinksEnvs
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
15:26:56 [2021-12-21T15:26:56.974Z]     docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
15:26:56 [2021-12-21T15:26:56.974Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
15:26:57 [2021-12-21T15:26:57.570Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
15:26:59 [2021-12-21T15:26:59.098Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
15:26:59 [2021-12-21T15:26:59.924Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
15:27:02 [2021-12-21T15:27:02.137Z] === RUN   TestDockerSuite/TestLogsAPIUntil
15:27:03 [2021-12-21T15:27:03.767Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
15:27:09 [2021-12-21T15:27:09.289Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
15:27:09 [2021-12-21T15:27:09.534Z] === RUN   TestDockerSuite/TestEventsTop
15:27:09 [2021-12-21T15:27:09.534Z]     docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux
15:27:09 [2021-12-21T15:27:09.534Z] === RUN   TestDockerSuite/TestEventsUntag
15:27:11 [2021-12-21T15:27:11.516Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
15:27:11 [2021-12-21T15:27:11.516Z]     docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux
15:27:11 [2021-12-21T15:27:11.516Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
15:27:12 [2021-12-21T15:27:12.421Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
15:27:14 [2021-12-21T15:27:14.464Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
15:27:14 [2021-12-21T15:27:14.464Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
15:27:18 [2021-12-21T15:27:18.184Z] === RUN   TestDockerSuite/TestExec
15:27:18 [2021-12-21T15:27:18.185Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
15:27:18 [2021-12-21T15:27:18.185Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
15:27:18 [2021-12-21T15:27:18.185Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
15:27:18 [2021-12-21T15:27:18.185Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
15:27:21 [2021-12-21T15:27:21.925Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
15:27:23 [2021-12-21T15:27:23.128Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
15:27:25 [2021-12-21T15:27:25.641Z] === RUN   TestDockerSuite/TestExecAPIStart
15:27:25 [2021-12-21T15:27:25.641Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
15:27:25 [2021-12-21T15:27:25.641Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
15:27:25 [2021-12-21T15:27:25.641Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
15:27:25 [2021-12-21T15:27:25.641Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
15:27:25 [2021-12-21T15:27:25.641Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
15:27:25 [2021-12-21T15:27:25.641Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
15:27:28 [2021-12-21T15:27:28.663Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
15:27:30 [2021-12-21T15:27:30.412Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
15:27:31 [2021-12-21T15:27:31.038Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
15:27:33 [2021-12-21T15:27:33.332Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
15:27:37 [2021-12-21T15:27:37.124Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
15:27:37 [2021-12-21T15:27:37.570Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
15:27:40 [2021-12-21T15:27:40.521Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
15:27:40 [2021-12-21T15:27:40.840Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
15:27:43 [2021-12-21T15:27:43.476Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
15:27:43 [2021-12-21T15:27:43.476Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
15:27:43 [2021-12-21T15:27:43.476Z] === RUN   TestDockerSuite/TestLogsFollowStopped
15:27:47 [2021-12-21T15:27:47.266Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
15:27:47 [2021-12-21T15:27:47.888Z] === RUN   TestDockerSuite/TestExecCgroup
15:27:47 [2021-12-21T15:27:47.888Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
15:27:47 [2021-12-21T15:27:47.888Z] === RUN   TestDockerSuite/TestExecEnv
15:27:47 [2021-12-21T15:27:47.888Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
15:27:47 [2021-12-21T15:27:47.888Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
15:27:47 [2021-12-21T15:27:47.888Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
15:27:47 [2021-12-21T15:27:47.888Z] === RUN   TestDockerSuite/TestExecExitStatus
15:27:50 [2021-12-21T15:27:50.220Z] === RUN   TestDockerSuite/TestLogsSince
15:27:52 [2021-12-21T15:27:52.553Z] === RUN   TestDockerSuite/TestExecInspectID
15:27:58 [2021-12-21T15:27:58.323Z] === RUN   TestDockerSuite/TestExecInteractive
15:27:58 [2021-12-21T15:27:58.323Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
15:27:58 [2021-12-21T15:27:58.323Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
15:27:58 [2021-12-21T15:27:58.323Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
15:27:58 [2021-12-21T15:27:58.323Z] === RUN   TestDockerSuite/TestExecParseError
15:27:58 [2021-12-21T15:27:58.323Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
15:27:58 [2021-12-21T15:27:58.323Z] === RUN   TestDockerSuite/TestExecPausedContainer
15:27:58 [2021-12-21T15:27:58.323Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
15:27:58 [2021-12-21T15:27:58.323Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
15:27:58 [2021-12-21T15:27:58.323Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
15:27:58 [2021-12-21T15:27:58.323Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
15:28:00 [2021-12-21T15:28:00.649Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
15:28:00 [2021-12-21T15:28:00.649Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
15:28:00 [2021-12-21T15:28:00.649Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
15:28:00 [2021-12-21T15:28:00.649Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
15:28:00 [2021-12-21T15:28:00.649Z] === RUN   TestDockerSuite/TestLogsTail
15:28:03 [2021-12-21T15:28:03.001Z] === RUN   TestDockerSuite/TestExecSetEnv
15:28:03 [2021-12-21T15:28:03.001Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
15:28:03 [2021-12-21T15:28:03.001Z] === RUN   TestDockerSuite/TestExecStartFails
15:28:03 [2021-12-21T15:28:03.001Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
15:28:03 [2021-12-21T15:28:03.001Z] === RUN   TestDockerSuite/TestExecStateCleanup
15:28:03 [2021-12-21T15:28:03.001Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
15:28:03 [2021-12-21T15:28:03.001Z] === RUN   TestDockerSuite/TestExecStopNotHanging
15:28:03 [2021-12-21T15:28:03.001Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
15:28:03 [2021-12-21T15:28:03.001Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
15:28:03 [2021-12-21T15:28:03.001Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
15:28:03 [2021-12-21T15:28:03.001Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
15:28:03 [2021-12-21T15:28:03.605Z] === RUN   TestDockerSuite/TestLogsTimestamps
15:28:06 [2021-12-21T15:28:06.561Z] === RUN   TestDockerSuite/TestLogsWithDetails
15:28:06 [2021-12-21T15:28:06.717Z] === RUN   TestDockerSuite/TestExecUlimits
15:28:06 [2021-12-21T15:28:06.717Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
15:28:06 [2021-12-21T15:28:06.717Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
15:28:06 [2021-12-21T15:28:06.746Z] === RUN   TestDockerSuite/TestBuildRm
15:28:10 [2021-12-21T15:28:10.351Z] === RUN   TestDockerSuite/TestMountIntoProc
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestMountIntoSys
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestNetHostname
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestPluginActive
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestPluginLogDriver
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestPluginUpgrade
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestPortHostBinding
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestPortList
15:28:10 [2021-12-21T15:28:10.352Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
15:28:10 [2021-12-21T15:28:10.352Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
15:28:15 [2021-12-21T15:28:15.265Z] === RUN   TestDockerSuite/TestExecWithImageUser
15:28:15 [2021-12-21T15:28:15.265Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
15:28:15 [2021-12-21T15:28:15.265Z] === RUN   TestDockerSuite/TestExecWithPrivileged
15:28:15 [2021-12-21T15:28:15.265Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
15:28:15 [2021-12-21T15:28:15.265Z] === RUN   TestDockerSuite/TestExecWithUser
15:28:15 [2021-12-21T15:28:15.265Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
15:28:15 [2021-12-21T15:28:15.265Z] === RUN   TestDockerSuite/TestGetContainerStats
15:28:16 [2021-12-21T15:28:16.602Z] === RUN   TestDockerSuite/TestPostContainersAttach
15:28:16 [2021-12-21T15:28:16.602Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
15:28:16 [2021-12-21T15:28:16.602Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
15:28:16 [2021-12-21T15:28:16.602Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
15:28:16 [2021-12-21T15:28:16.602Z]     docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux
15:28:16 [2021-12-21T15:28:16.602Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
15:28:16 [2021-12-21T15:28:16.602Z]     docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux
15:28:16 [2021-12-21T15:28:16.602Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
15:28:16 [2021-12-21T15:28:16.602Z]     docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux
15:28:16 [2021-12-21T15:28:16.602Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
15:28:16 [2021-12-21T15:28:16.602Z]     docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux
15:28:16 [2021-12-21T15:28:16.602Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
15:28:16 [2021-12-21T15:28:16.602Z]     docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux
15:28:16 [2021-12-21T15:28:16.602Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
15:28:16 [2021-12-21T15:28:16.602Z]     docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux
15:28:16 [2021-12-21T15:28:16.602Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
15:28:16 [2021-12-21T15:28:16.602Z]     docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux
15:28:17 [2021-12-21T15:28:17.077Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
15:28:21 [2021-12-21T15:28:21.571Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
15:28:22 [2021-12-21T15:28:22.311Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
15:28:24 [2021-12-21T15:28:24.256Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
15:28:24 [2021-12-21T15:28:24.256Z]     docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux
15:28:24 [2021-12-21T15:28:24.256Z] === RUN   TestDockerSuite/TestPsByOrder
15:28:25 [2021-12-21T15:28:25.321Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
15:28:25 [2021-12-21T15:28:25.321Z]     docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux
15:28:25 [2021-12-21T15:28:25.321Z] === RUN   TestDockerSuite/TestBuildScratchCopy
15:28:25 [2021-12-21T15:28:25.321Z]     docker_api_build_test.go:512: unmatched requirement DaemonIsLinux
15:28:25 [2021-12-21T15:28:25.321Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
15:28:27 [2021-12-21T15:28:27.512Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
15:28:29 [2021-12-21T15:28:29.355Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
15:28:32 [2021-12-21T15:28:32.209Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
15:28:34 [2021-12-21T15:28:34.022Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
15:28:34 [2021-12-21T15:28:34.683Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
15:28:34 [2021-12-21T15:28:34.683Z]     docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux
15:28:34 [2021-12-21T15:28:34.683Z] === RUN   TestDockerSuite/TestPsListContainersBase
15:28:36 [2021-12-21T15:28:36.903Z] === RUN   TestDockerSuite/TestBuildShellInherited
15:28:41 [2021-12-21T15:28:41.064Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
15:28:41 [2021-12-21T15:28:41.064Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
15:28:41 [2021-12-21T15:28:41.064Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
15:28:41 [2021-12-21T15:28:41.064Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
15:28:41 [2021-12-21T15:28:41.523Z] === RUN   TestDockerSuite/TestHealth
15:28:41 [2021-12-21T15:28:41.523Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
15:28:41 [2021-12-21T15:28:41.523Z] === RUN   TestDockerSuite/TestHistoryExistentImage
15:28:41 [2021-12-21T15:28:41.523Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
15:28:41 [2021-12-21T15:28:41.523Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
15:28:41 [2021-12-21T15:28:41.523Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
15:28:41 [2021-12-21T15:28:41.600Z] === RUN   TestDockerSuite/TestBuildShellMultiple
15:28:45 [2021-12-21T15:28:45.106Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
15:28:48 [2021-12-21T15:28:48.567Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
15:28:48 [2021-12-21T15:28:48.568Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
15:28:48 [2021-12-21T15:28:48.568Z]     docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux
15:28:48 [2021-12-21T15:28:48.568Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
15:28:48 [2021-12-21T15:28:48.568Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
15:28:48 [2021-12-21T15:28:48.568Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
15:28:48 [2021-12-21T15:28:48.568Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
15:28:49 [2021-12-21T15:28:49.024Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
15:28:49 [2021-12-21T15:28:49.024Z]     docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux
15:28:49 [2021-12-21T15:28:49.024Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
15:28:50 [2021-12-21T15:28:50.553Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
15:28:50 [2021-12-21T15:28:50.553Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
15:28:52 [2021-12-21T15:28:52.718Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
15:28:52 [2021-12-21T15:28:52.718Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
15:28:55 [2021-12-21T15:28:55.615Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
15:28:59 [2021-12-21T15:28:59.329Z] === RUN   TestDockerSuite/TestImagesFormat
15:28:59 [2021-12-21T15:28:59.329Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
15:28:59 [2021-12-21T15:28:59.329Z]     docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux
15:28:59 [2021-12-21T15:28:59.329Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
15:29:02 [2021-12-21T15:29:02.706Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
15:29:02 [2021-12-21T15:29:02.706Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
15:29:03 [2021-12-21T15:29:03.050Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
15:29:03 [2021-12-21T15:29:03.166Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
15:29:03 [2021-12-21T15:29:03.506Z] === RUN   TestDockerSuite/TestImportBadURL
15:29:05 [2021-12-21T15:29:05.672Z] === RUN   TestDockerSuite/TestImportDisplay
15:29:05 [2021-12-21T15:29:05.672Z]     docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux
15:29:05 [2021-12-21T15:29:05.672Z] === RUN   TestDockerSuite/TestImportFile
15:29:05 [2021-12-21T15:29:05.672Z]     docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux
15:29:05 [2021-12-21T15:29:05.672Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
15:29:05 [2021-12-21T15:29:05.672Z] === RUN   TestDockerSuite/TestImportFileWithMessage
15:29:05 [2021-12-21T15:29:05.672Z]     docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux
15:29:05 [2021-12-21T15:29:05.672Z] === RUN   TestDockerSuite/TestImportGzipped
15:29:05 [2021-12-21T15:29:05.672Z]     docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux
15:29:05 [2021-12-21T15:29:05.672Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
15:29:05 [2021-12-21T15:29:05.672Z]     docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux
15:29:05 [2021-12-21T15:29:05.672Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
15:29:05 [2021-12-21T15:29:05.672Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
15:29:05 [2021-12-21T15:29:05.672Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
15:29:05 [2021-12-21T15:29:05.672Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
15:29:05 [2021-12-21T15:29:05.672Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
15:29:05 [2021-12-21T15:29:05.672Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
15:29:05 [2021-12-21T15:29:05.672Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
15:29:06 [2021-12-21T15:29:06.130Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
15:29:06 [2021-12-21T15:29:06.130Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
15:29:06 [2021-12-21T15:29:06.130Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
15:29:06 [2021-12-21T15:29:06.130Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:29:06 [2021-12-21T15:29:06.130Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
15:29:06 [2021-12-21T15:29:06.338Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
15:29:06 [2021-12-21T15:29:06.338Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
15:29:06 [2021-12-21T15:29:06.338Z]     docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819
15:29:06 [2021-12-21T15:29:06.338Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
15:29:09 [2021-12-21T15:29:09.847Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
15:29:13 [2021-12-21T15:29:13.562Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
15:29:13 [2021-12-21T15:29:13.562Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
15:29:13 [2021-12-21T15:29:13.562Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
15:29:13 [2021-12-21T15:29:13.562Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
15:29:13 [2021-12-21T15:29:13.562Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
15:29:13 [2021-12-21T15:29:13.562Z] === RUN   TestDockerSuite/TestInspectAmpersand
15:29:13 [2021-12-21T15:29:13.562Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
15:29:13 [2021-12-21T15:29:13.562Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
15:29:17 [2021-12-21T15:29:17.276Z] === RUN   TestDockerSuite/TestInspectByPrefix
15:29:17 [2021-12-21T15:29:17.276Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
15:29:17 [2021-12-21T15:29:17.996Z] === RUN   TestDockerSuite/TestBuildSpaces
15:29:17 [2021-12-21T15:29:17.996Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
15:29:18 [2021-12-21T15:29:18.846Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
15:29:20 [2021-12-21T15:29:20.185Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
15:29:20 [2021-12-21T15:29:20.185Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
15:29:20 [2021-12-21T15:29:20.185Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
15:29:20 [2021-12-21T15:29:20.185Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
15:29:20 [2021-12-21T15:29:20.185Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
15:29:20 [2021-12-21T15:29:20.185Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
15:29:20 [2021-12-21T15:29:20.640Z] === RUN   TestDockerSuite/TestInspectDefault
15:29:22 [2021-12-21T15:29:22.651Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
15:29:22 [2021-12-21T15:29:22.697Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
15:29:22 [2021-12-21T15:29:22.697Z] === RUN   TestDockerSuite/TestBuildStderr
15:29:23 [2021-12-21T15:29:23.532Z] === RUN   TestDockerSuite/TestInspectHistory
15:29:28 [2021-12-21T15:29:28.500Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
15:29:29 [2021-12-21T15:29:29.307Z] === RUN   TestDockerSuite/TestInspectImage
15:29:29 [2021-12-21T15:29:29.307Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
15:29:29 [2021-12-21T15:29:29.307Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
15:29:29 [2021-12-21T15:29:29.307Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
15:29:29 [2021-12-21T15:29:29.763Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
15:29:29 [2021-12-21T15:29:29.763Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:29:29 [2021-12-21T15:29:29.763Z] === RUN   TestDockerSuite/TestInspectInt64
15:29:32 [2021-12-21T15:29:32.698Z] === RUN   TestDockerSuite/TestInspectJSONFields
15:29:33 [2021-12-21T15:29:33.069Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
15:29:36 [2021-12-21T15:29:36.416Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
15:29:36 [2021-12-21T15:29:36.416Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
15:29:38 [2021-12-21T15:29:38.937Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
15:29:38 [2021-12-21T15:29:38.937Z]     docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux
15:29:38 [2021-12-21T15:29:38.937Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
15:29:38 [2021-12-21T15:29:38.937Z]     docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux
15:29:38 [2021-12-21T15:29:38.937Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
15:29:40 [2021-12-21T15:29:40.140Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
15:29:43 [2021-12-21T15:29:43.872Z] === RUN   TestDockerSuite/TestInspectPlugin
15:29:43 [2021-12-21T15:29:43.872Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
15:29:43 [2021-12-21T15:29:43.872Z] === RUN   TestDockerSuite/TestInspectRootFS
15:29:43 [2021-12-21T15:29:43.872Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
15:29:44 [2021-12-21T15:29:44.889Z] === RUN   TestDockerSuite/TestPsListContainersSize
15:29:44 [2021-12-21T15:29:44.889Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
15:29:44 [2021-12-21T15:29:44.889Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
15:29:44 [2021-12-21T15:29:44.889Z]     docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux
15:29:44 [2021-12-21T15:29:44.889Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
15:29:44 [2021-12-21T15:29:44.889Z]     docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux
15:29:44 [2021-12-21T15:29:44.889Z] === RUN   TestDockerSuite/TestPsRightTagName
15:29:44 [2021-12-21T15:29:44.889Z]     docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux
15:29:44 [2021-12-21T15:29:44.889Z] === RUN   TestDockerSuite/TestPsShowMounts
15:29:47 [2021-12-21T15:29:47.589Z] === RUN   TestDockerSuite/TestInspectStatus
15:29:53 [2021-12-21T15:29:53.554Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
15:29:53 [2021-12-21T15:29:53.554Z]     docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
15:29:53 [2021-12-21T15:29:53.554Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
15:29:53 [2021-12-21T15:29:53.655Z] === RUN   TestDockerSuite/TestBuildStopSignal
15:29:53 [2021-12-21T15:29:53.655Z]     docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux
15:29:53 [2021-12-21T15:29:53.655Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
15:29:54 [2021-12-21T15:29:54.539Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
15:29:54 [2021-12-21T15:29:54.539Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
15:29:54 [2021-12-21T15:29:54.539Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
15:29:56 [2021-12-21T15:29:56.100Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
15:29:56 [2021-12-21T15:29:56.129Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
15:29:57 [2021-12-21T15:29:57.085Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
15:29:57 [2021-12-21T15:29:57.085Z]     docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux
15:29:57 [2021-12-21T15:29:57.085Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
15:29:57 [2021-12-21T15:29:57.408Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
15:29:58 [2021-12-21T15:29:58.947Z] === RUN   TestDockerSuite/TestBuildTagEvent
15:30:01 [2021-12-21T15:30:01.841Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
15:30:04 [2021-12-21T15:30:04.668Z] === RUN   TestDockerSuite/TestInspectTemplateError
15:30:04 [2021-12-21T15:30:04.747Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
15:30:07 [2021-12-21T15:30:07.561Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
15:30:07 [2021-12-21T15:30:07.702Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
15:30:11 [2021-12-21T15:30:11.282Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
15:30:11 [2021-12-21T15:30:11.490Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
15:30:11 [2021-12-21T15:30:11.833Z] === RUN   TestDockerSuite/TestBuildUser
15:30:11 [2021-12-21T15:30:11.833Z]     docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux
15:30:11 [2021-12-21T15:30:11.833Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
15:30:11 [2021-12-21T15:30:11.833Z]     docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux
15:30:11 [2021-12-21T15:30:11.833Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
15:30:11 [2021-12-21T15:30:11.833Z]     docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux
15:30:11 [2021-12-21T15:30:11.833Z] === RUN   TestDockerSuite/TestBuildVerboseOut
15:30:15 [2021-12-21T15:30:15.001Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
15:30:17 [2021-12-21T15:30:17.633Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
15:30:17 [2021-12-21T15:30:17.633Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
15:30:18 [2021-12-21T15:30:18.719Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
15:30:21 [2021-12-21T15:30:21.376Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
15:30:21 [2021-12-21T15:30:21.376Z]     docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux
15:30:21 [2021-12-21T15:30:21.376Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
15:30:21 [2021-12-21T15:30:21.376Z]     docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux
15:30:21 [2021-12-21T15:30:21.376Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
15:30:21 [2021-12-21T15:30:21.610Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestInspectUnknownObject
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLinkShortDefinition
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLinksEnvs
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
15:30:25 [2021-12-21T15:30:25.328Z]     docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
15:30:25 [2021-12-21T15:30:25.328Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
15:30:29 [2021-12-21T15:30:29.050Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
15:30:32 [2021-12-21T15:30:32.962Z] === RUN   TestDockerSuite/TestLogsAPIUntil
15:30:36 [2021-12-21T15:30:36.784Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
15:30:36 [2021-12-21T15:30:36.784Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
15:30:36 [2021-12-21T15:30:36.784Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
15:30:40 [2021-12-21T15:30:40.010Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
15:30:42 [2021-12-21T15:30:42.906Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
15:30:42 [2021-12-21T15:30:42.906Z]     docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux
15:30:42 [2021-12-21T15:30:42.906Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
15:30:43 [2021-12-21T15:30:43.945Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
15:30:43 [2021-12-21T15:30:43.947Z] === RUN   TestDockerSuite/TestRestartPolicyNO
15:30:44 [2021-12-21T15:30:44.414Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
15:30:45 [2021-12-21T15:30:45.398Z] === RUN   TestDockerSuite/TestRestartRunningContainer
15:30:46 [2021-12-21T15:30:46.627Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
15:30:46 [2021-12-21T15:30:46.627Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
15:30:51 [2021-12-21T15:30:51.261Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
15:30:51 [2021-12-21T15:30:51.340Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
15:30:51 [2021-12-21T15:30:51.340Z] === RUN   TestDockerSuite/TestBuildWindowsUser
15:30:55 [2021-12-21T15:30:55.163Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
15:30:57 [2021-12-21T15:30:57.143Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
15:30:57 [2021-12-21T15:30:57.143Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
15:30:57 [2021-12-21T15:30:57.143Z] === RUN   TestDockerSuite/TestRestartWithVolumes
15:31:01 [2021-12-21T15:31:01.673Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
15:31:02 [2021-12-21T15:31:02.221Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
15:31:03 [2021-12-21T15:31:03.016Z] === RUN   TestDockerSuite/TestRmiBlank
15:31:03 [2021-12-21T15:31:03.016Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
15:31:03 [2021-12-21T15:31:03.016Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
15:31:10 [2021-12-21T15:31:10.763Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
15:31:14 [2021-12-21T15:31:14.070Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
15:31:14 [2021-12-21T15:31:14.070Z]     docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux
15:31:14 [2021-12-21T15:31:14.070Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
15:31:14 [2021-12-21T15:31:14.070Z]     docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux
15:31:14 [2021-12-21T15:31:14.070Z] === RUN   TestDockerSuite/TestBuildWithFailure
15:31:14 [2021-12-21T15:31:14.489Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
15:31:16 [2021-12-21T15:31:16.980Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
15:31:16 [2021-12-21T15:31:16.980Z]     docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux
15:31:17 [2021-12-21T15:31:17.439Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
15:31:20 [2021-12-21T15:31:20.271Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
15:31:20 [2021-12-21T15:31:20.271Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
15:31:20 [2021-12-21T15:31:20.271Z] === RUN   TestDockerSuite/TestLogsFollowStopped
15:31:20 [2021-12-21T15:31:20.826Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
15:31:23 [2021-12-21T15:31:23.168Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
15:31:23 [2021-12-21T15:31:23.771Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
15:31:24 [2021-12-21T15:31:24.755Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
15:31:26 [2021-12-21T15:31:26.890Z] === RUN   TestDockerSuite/TestLogsSince
15:31:32 [2021-12-21T15:31:32.264Z] === RUN   TestDockerSuite/TestBuildWithTabs
15:31:33 [2021-12-21T15:31:33.416Z] === RUN   TestDockerSuite/TestRmiImgIDForce
15:31:36 [2021-12-21T15:31:36.963Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
15:31:36 [2021-12-21T15:31:36.963Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
15:31:37 [2021-12-21T15:31:37.172Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
15:31:37 [2021-12-21T15:31:37.172Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
15:31:37 [2021-12-21T15:31:37.172Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
15:31:37 [2021-12-21T15:31:37.172Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
15:31:37 [2021-12-21T15:31:37.172Z] === RUN   TestDockerSuite/TestLogsTail
15:31:39 [2021-12-21T15:31:39.279Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
15:31:40 [2021-12-21T15:31:40.064Z] === RUN   TestDockerSuite/TestLogsTimestamps
15:31:43 [2021-12-21T15:31:43.780Z] === RUN   TestDockerSuite/TestLogsWithDetails
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestMountIntoProc
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestMountIntoSys
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestNetHostname
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestPluginActive
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestPluginLogDriver
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestPluginUpgrade
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestPortHostBinding
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestPortList
15:31:47 [2021-12-21T15:31:47.500Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
15:31:47 [2021-12-21T15:31:47.500Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
15:31:49 [2021-12-21T15:31:49.721Z] === RUN   TestDockerSuite/TestRmiParentImageFail
15:31:54 [2021-12-21T15:31:54.549Z] === RUN   TestDockerSuite/TestPostContainersAttach
15:31:54 [2021-12-21T15:31:54.549Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
15:31:54 [2021-12-21T15:31:54.549Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
15:31:54 [2021-12-21T15:31:54.549Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
15:31:54 [2021-12-21T15:31:54.549Z]     docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux
15:31:54 [2021-12-21T15:31:54.549Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
15:31:54 [2021-12-21T15:31:54.549Z]     docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux
15:31:54 [2021-12-21T15:31:54.549Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
15:31:54 [2021-12-21T15:31:54.549Z]     docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux
15:31:54 [2021-12-21T15:31:54.549Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
15:31:54 [2021-12-21T15:31:54.549Z]     docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux
15:31:54 [2021-12-21T15:31:54.549Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
15:31:54 [2021-12-21T15:31:54.549Z]     docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux
15:31:54 [2021-12-21T15:31:54.549Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
15:31:54 [2021-12-21T15:31:54.549Z]     docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux
15:31:54 [2021-12-21T15:31:54.549Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
15:31:54 [2021-12-21T15:31:54.549Z]     docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux
15:31:54 [2021-12-21T15:31:54.549Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
15:31:55 [2021-12-21T15:31:55.613Z] === RUN   TestDockerSuite/TestRmiTag
15:31:55 [2021-12-21T15:31:55.613Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
15:31:58 [2021-12-21T15:31:58.067Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
15:31:58 [2021-12-21T15:31:58.067Z]     docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux
15:31:58 [2021-12-21T15:31:58.527Z] === RUN   TestDockerSuite/TestBuildWithVolumes
15:31:58 [2021-12-21T15:31:58.527Z]     docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux
15:31:58 [2021-12-21T15:31:58.989Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
15:31:58 [2021-12-21T15:31:58.989Z]     docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux
15:31:58 [2021-12-21T15:31:58.989Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
15:31:59 [2021-12-21T15:31:59.406Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
15:32:00 [2021-12-21T15:32:00.533Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
15:32:01 [2021-12-21T15:32:01.595Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
15:32:01 [2021-12-21T15:32:01.595Z]     docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux
15:32:01 [2021-12-21T15:32:01.595Z] === RUN   TestDockerSuite/TestPsByOrder
15:32:10 [2021-12-21T15:32:10.868Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
15:32:13 [2021-12-21T15:32:13.785Z] === RUN   TestDockerSuite/TestBuildXZHost
15:32:13 [2021-12-21T15:32:13.785Z]     docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux
15:32:13 [2021-12-21T15:32:13.785Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
15:32:13 [2021-12-21T15:32:13.785Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
15:32:13 [2021-12-21T15:32:13.785Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
15:32:13 [2021-12-21T15:32:13.785Z]     docker_cli_sni_test.go:18: Flakey test
15:32:13 [2021-12-21T15:32:13.785Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
15:32:16 [2021-12-21T15:32:16.366Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
15:32:16 [2021-12-21T15:32:16.366Z]     docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux
15:32:16 [2021-12-21T15:32:16.366Z] === RUN   TestDockerSuite/TestPsListContainersBase
15:32:16 [2021-12-21T15:32:16.696Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
15:32:20 [2021-12-21T15:32:20.852Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
15:32:22 [2021-12-21T15:32:22.498Z] === RUN   TestDockerSuite/TestCommitChange
15:32:23 [2021-12-21T15:32:23.805Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
15:32:28 [2021-12-21T15:32:28.297Z] === RUN   TestDockerSuite/TestCommitChangeLabels
15:32:29 [2021-12-21T15:32:29.663Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
15:32:31 [2021-12-21T15:32:31.144Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
15:32:31 [2021-12-21T15:32:31.225Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
15:32:31 [2021-12-21T15:32:31.225Z]     docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
15:32:31 [2021-12-21T15:32:31.225Z] === RUN   TestDockerSuite/TestRunAddHost
15:32:31 [2021-12-21T15:32:31.225Z]     docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux
15:32:31 [2021-12-21T15:32:31.225Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
15:32:31 [2021-12-21T15:32:31.225Z]     docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
15:32:31 [2021-12-21T15:32:31.225Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
15:32:31 [2021-12-21T15:32:31.225Z]     docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux
15:32:31 [2021-12-21T15:32:31.225Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
15:32:31 [2021-12-21T15:32:31.225Z]     docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux
15:32:31 [2021-12-21T15:32:31.225Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
15:32:31 [2021-12-21T15:32:31.225Z]     docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux
15:32:31 [2021-12-21T15:32:31.225Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
15:32:31 [2021-12-21T15:32:31.225Z]     docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
15:32:31 [2021-12-21T15:32:31.225Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
15:32:34 [2021-12-21T15:32:34.100Z] === RUN   TestDockerSuite/TestCommitHardlink
15:32:34 [2021-12-21T15:32:34.100Z]     docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux
15:32:34 [2021-12-21T15:32:34.100Z] === RUN   TestDockerSuite/TestCommitNewFile
15:32:34 [2021-12-21T15:32:34.175Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
15:32:34 [2021-12-21T15:32:34.175Z]     docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
15:32:34 [2021-12-21T15:32:34.175Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
15:32:34 [2021-12-21T15:32:34.175Z]     docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
15:32:34 [2021-12-21T15:32:34.175Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
15:32:40 [2021-12-21T15:32:40.044Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
15:32:42 [2021-12-21T15:32:42.678Z] === RUN   TestDockerSuite/TestCommitPausedContainer
15:32:42 [2021-12-21T15:32:42.678Z]     docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux
15:32:42 [2021-12-21T15:32:42.678Z] === RUN   TestDockerSuite/TestCommitTTY
15:32:43 [2021-12-21T15:32:43.831Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
15:32:46 [2021-12-21T15:32:46.782Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
15:32:49 [2021-12-21T15:32:49.746Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
15:32:52 [2021-12-21T15:32:52.200Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
15:32:52 [2021-12-21T15:32:52.200Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
15:32:52 [2021-12-21T15:32:52.200Z]     docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819
15:32:52 [2021-12-21T15:32:52.200Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
15:32:52 [2021-12-21T15:32:52.200Z]     docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination
15:32:52 [2021-12-21T15:32:52.200Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
15:32:52 [2021-12-21T15:32:52.694Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
15:32:52 [2021-12-21T15:32:52.694Z] === RUN   TestDockerSuite/TestRunBindMounts
15:32:55 [2021-12-21T15:32:55.916Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
15:32:58 [2021-12-21T15:32:58.573Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
15:32:58 [2021-12-21T15:32:58.573Z]     docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux
15:32:58 [2021-12-21T15:32:58.573Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
15:32:58 [2021-12-21T15:32:58.573Z]     docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux
15:32:58 [2021-12-21T15:32:58.573Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
15:32:58 [2021-12-21T15:32:58.573Z]     docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
15:32:58 [2021-12-21T15:32:58.573Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
15:32:58 [2021-12-21T15:32:58.573Z]     docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux
15:32:58 [2021-12-21T15:32:58.573Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
15:32:58 [2021-12-21T15:32:58.573Z]     docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux
15:32:58 [2021-12-21T15:32:58.573Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
15:32:58 [2021-12-21T15:32:58.573Z]     docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
15:32:58 [2021-12-21T15:32:58.573Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
15:32:58 [2021-12-21T15:32:58.573Z]     docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux
15:32:58 [2021-12-21T15:32:58.573Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
15:32:58 [2021-12-21T15:32:58.573Z]     docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux
15:32:58 [2021-12-21T15:32:58.573Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
15:32:58 [2021-12-21T15:32:58.573Z]     docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux
15:32:59 [2021-12-21T15:32:59.040Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
15:32:59 [2021-12-21T15:32:59.040Z]     docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux
15:32:59 [2021-12-21T15:32:59.040Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
15:32:59 [2021-12-21T15:32:59.040Z]     docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux
15:32:59 [2021-12-21T15:32:59.040Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
15:33:01 [2021-12-21T15:33:01.996Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
15:33:01 [2021-12-21T15:33:01.996Z]     docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux
15:33:01 [2021-12-21T15:33:01.996Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
15:33:03 [2021-12-21T15:33:03.821Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
15:33:05 [2021-12-21T15:33:05.792Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
15:33:05 [2021-12-21T15:33:05.792Z]     docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
15:33:05 [2021-12-21T15:33:05.792Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
15:33:05 [2021-12-21T15:33:05.792Z]     docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
15:33:05 [2021-12-21T15:33:05.792Z] === RUN   TestDockerSuite/TestRunContainerNetwork
15:33:06 [2021-12-21T15:33:06.201Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
15:33:06 [2021-12-21T15:33:06.728Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
15:33:06 [2021-12-21T15:33:06.728Z]     docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux
15:33:06 [2021-12-21T15:33:06.728Z] === RUN   TestDockerSuite/TestCommitWithoutPause
15:33:06 [2021-12-21T15:33:06.728Z]     docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux
15:33:06 [2021-12-21T15:33:06.728Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
15:33:06 [2021-12-21T15:33:06.728Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
15:33:06 [2021-12-21T15:33:06.728Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
15:33:06 [2021-12-21T15:33:06.728Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
15:33:06 [2021-12-21T15:33:06.728Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
15:33:06 [2021-12-21T15:33:06.728Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
15:33:06 [2021-12-21T15:33:06.728Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
15:33:06 [2021-12-21T15:33:06.728Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
15:33:06 [2021-12-21T15:33:06.728Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
15:33:06 [2021-12-21T15:33:06.728Z]     docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux
15:33:06 [2021-12-21T15:33:06.728Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
15:33:06 [2021-12-21T15:33:06.728Z] === RUN   TestDockerSuite/TestContainerAPICommit
15:33:08 [2021-12-21T15:33:08.741Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
15:33:08 [2021-12-21T15:33:08.741Z]     docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
15:33:08 [2021-12-21T15:33:08.741Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
15:33:08 [2021-12-21T15:33:08.741Z]     docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
15:33:08 [2021-12-21T15:33:08.741Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
15:33:08 [2021-12-21T15:33:08.741Z]     docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
15:33:08 [2021-12-21T15:33:08.741Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
15:33:08 [2021-12-21T15:33:08.741Z]     docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
15:33:08 [2021-12-21T15:33:08.741Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
15:33:08 [2021-12-21T15:33:08.741Z]     docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
15:33:08 [2021-12-21T15:33:08.741Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
15:33:08 [2021-12-21T15:33:08.741Z]     docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
15:33:08 [2021-12-21T15:33:08.741Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
15:33:08 [2021-12-21T15:33:08.741Z]     docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
15:33:08 [2021-12-21T15:33:08.741Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
15:33:11 [2021-12-21T15:33:11.688Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
15:33:14 [2021-12-21T15:33:14.639Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
15:33:14 [2021-12-21T15:33:14.741Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
15:33:14 [2021-12-21T15:33:14.741Z]     docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux
15:33:14 [2021-12-21T15:33:14.741Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
15:33:14 [2021-12-21T15:33:14.741Z]     docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux
15:33:14 [2021-12-21T15:33:14.741Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
15:33:17 [2021-12-21T15:33:17.588Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
15:33:17 [2021-12-21T15:33:17.588Z]     docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux
15:33:17 [2021-12-21T15:33:17.588Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
15:33:17 [2021-12-21T15:33:17.588Z]     docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux
15:33:17 [2021-12-21T15:33:17.588Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
15:33:17 [2021-12-21T15:33:17.588Z]     docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
15:33:18 [2021-12-21T15:33:18.058Z] === RUN   TestDockerSuite/TestRunCreateVolume
15:33:21 [2021-12-21T15:33:21.009Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
15:33:21 [2021-12-21T15:33:21.009Z]     docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
15:33:21 [2021-12-21T15:33:21.009Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
15:33:21 [2021-12-21T15:33:21.009Z]     docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux
15:33:21 [2021-12-21T15:33:21.009Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
15:33:21 [2021-12-21T15:33:21.009Z]     docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux
15:33:21 [2021-12-21T15:33:21.009Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
15:33:21 [2021-12-21T15:33:21.009Z]     docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux
15:33:21 [2021-12-21T15:33:21.009Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
15:33:21 [2021-12-21T15:33:21.564Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
15:33:21 [2021-12-21T15:33:21.790Z] === RUN   TestDockerSuite/TestPsListContainersSize
15:33:21 [2021-12-21T15:33:21.790Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
15:33:21 [2021-12-21T15:33:21.790Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
15:33:21 [2021-12-21T15:33:21.790Z]     docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux
15:33:21 [2021-12-21T15:33:21.790Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
15:33:21 [2021-12-21T15:33:21.790Z]     docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux
15:33:21 [2021-12-21T15:33:21.790Z] === RUN   TestDockerSuite/TestPsRightTagName
15:33:21 [2021-12-21T15:33:21.790Z]     docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux
15:33:21 [2021-12-21T15:33:21.790Z] === RUN   TestDockerSuite/TestPsShowMounts
15:33:23 [2021-12-21T15:33:23.222Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
15:33:30 [2021-12-21T15:33:30.373Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
15:33:30 [2021-12-21T15:33:30.373Z]     docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux
15:33:30 [2021-12-21T15:33:30.373Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
15:33:30 [2021-12-21T15:33:30.373Z]     docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
15:33:30 [2021-12-21T15:33:30.373Z] === RUN   TestDockerSuite/TestRunDNSOptions
15:33:30 [2021-12-21T15:33:30.373Z]     docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux
15:33:30 [2021-12-21T15:33:30.373Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
15:33:30 [2021-12-21T15:33:30.373Z]     docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux
15:33:30 [2021-12-21T15:33:30.373Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
15:33:30 [2021-12-21T15:33:30.373Z]     docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux
15:33:30 [2021-12-21T15:33:30.373Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
15:33:30 [2021-12-21T15:33:30.373Z]     docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
15:33:30 [2021-12-21T15:33:30.373Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
15:33:32 [2021-12-21T15:33:32.594Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
15:33:32 [2021-12-21T15:33:32.594Z]     docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux
15:33:32 [2021-12-21T15:33:32.594Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
15:33:33 [2021-12-21T15:33:33.061Z] === RUN   TestDockerSuite/TestRunDuplicateMount
15:33:33 [2021-12-21T15:33:33.061Z]     docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
15:33:33 [2021-12-21T15:33:33.061Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
15:33:33 [2021-12-21T15:33:33.953Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
15:33:33 [2021-12-21T15:33:33.954Z]     docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux
15:33:33 [2021-12-21T15:33:33.954Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
15:33:34 [2021-12-21T15:33:34.144Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
15:33:34 [2021-12-21T15:33:34.144Z]     docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
15:33:34 [2021-12-21T15:33:34.144Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
15:33:34 [2021-12-21T15:33:34.600Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
15:33:34 [2021-12-21T15:33:34.600Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
15:33:34 [2021-12-21T15:33:34.600Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
15:33:36 [2021-12-21T15:33:36.016Z] === RUN   TestDockerSuite/TestRunEchoStdout
15:33:36 [2021-12-21T15:33:36.127Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
15:33:36 [2021-12-21T15:33:36.141Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
15:33:36 [2021-12-21T15:33:36.141Z]     docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux
15:33:36 [2021-12-21T15:33:36.141Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
15:33:36 [2021-12-21T15:33:36.141Z]     docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux
15:33:36 [2021-12-21T15:33:36.141Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
15:33:36 [2021-12-21T15:33:36.141Z]     docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux
15:33:36 [2021-12-21T15:33:36.141Z] === RUN   TestDockerSuite/TestContainerAPICreate
15:33:36 [2021-12-21T15:33:36.582Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
15:33:36 [2021-12-21T15:33:36.582Z]     docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux
15:33:37 [2021-12-21T15:33:37.038Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
15:33:38 [2021-12-21T15:33:38.968Z] === RUN   TestDockerSuite/TestRunEmptyEnv
15:33:38 [2021-12-21T15:33:38.968Z]     docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
15:33:38 [2021-12-21T15:33:38.968Z] === RUN   TestDockerSuite/TestRunEntrypoint
15:33:41 [2021-12-21T15:33:41.915Z] === RUN   TestDockerSuite/TestRunEnvironment
15:33:41 [2021-12-21T15:33:41.915Z]     docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux
15:33:41 [2021-12-21T15:33:41.915Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
15:33:41 [2021-12-21T15:33:41.915Z]     docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux
15:33:41 [2021-12-21T15:33:41.915Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
15:33:41 [2021-12-21T15:33:41.915Z]     docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux
15:33:41 [2021-12-21T15:33:41.915Z] === RUN   TestDockerSuite/TestRunExitCode
15:33:44 [2021-12-21T15:33:44.085Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
15:33:44 [2021-12-21T15:33:44.717Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
15:33:44 [2021-12-21T15:33:44.717Z]     docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux
15:33:44 [2021-12-21T15:33:44.717Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
15:33:44 [2021-12-21T15:33:44.717Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
15:33:45 [2021-12-21T15:33:45.701Z] === RUN   TestDockerSuite/TestRunExitCodeOne
15:33:46 [2021-12-21T15:33:46.897Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
15:33:46 [2021-12-21T15:33:46.897Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
15:33:46 [2021-12-21T15:33:46.897Z]     docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux
15:33:46 [2021-12-21T15:33:46.897Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
15:33:46 [2021-12-21T15:33:46.897Z]     docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux
15:33:46 [2021-12-21T15:33:46.897Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
15:33:46 [2021-12-21T15:33:46.897Z]     docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux
15:33:46 [2021-12-21T15:33:46.897Z] === RUN   TestDockerSuite/TestContainerAPIDelete
15:33:48 [2021-12-21T15:33:48.649Z] === RUN   TestDockerSuite/TestRunExitCodeZero
15:33:49 [2021-12-21T15:33:49.805Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
15:33:51 [2021-12-21T15:33:51.127Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
15:33:51 [2021-12-21T15:33:51.596Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
15:33:52 [2021-12-21T15:33:52.712Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
15:33:54 [2021-12-21T15:33:54.022Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
15:33:54 [2021-12-21T15:33:54.567Z] === RUN   TestDockerSuite/TestRunExposePort
15:33:54 [2021-12-21T15:33:54.567Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
15:33:54 [2021-12-21T15:33:54.567Z]     docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux
15:33:54 [2021-12-21T15:33:54.567Z] === RUN   TestDockerSuite/TestRunGroupAdd
15:33:54 [2021-12-21T15:33:54.567Z]     docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux
15:33:54 [2021-12-21T15:33:54.567Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
15:33:54 [2021-12-21T15:33:54.567Z]     docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
15:33:54 [2021-12-21T15:33:54.567Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
15:33:54 [2021-12-21T15:33:54.567Z]     docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
15:33:54 [2021-12-21T15:33:54.567Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
15:33:54 [2021-12-21T15:33:54.567Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
15:33:54 [2021-12-21T15:33:54.567Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
15:33:54 [2021-12-21T15:33:54.567Z]     docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
15:33:54 [2021-12-21T15:33:54.567Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
15:33:54 [2021-12-21T15:33:54.567Z]     docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
15:33:54 [2021-12-21T15:33:54.567Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
15:33:55 [2021-12-21T15:33:55.626Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
15:33:55 [2021-12-21T15:33:55.626Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
15:33:55 [2021-12-21T15:33:55.626Z]     docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux
15:33:55 [2021-12-21T15:33:55.626Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
15:33:58 [2021-12-21T15:33:58.534Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
15:33:58 [2021-12-21T15:33:58.534Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
15:34:00 [2021-12-21T15:34:00.431Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
15:34:00 [2021-12-21T15:34:00.431Z]     docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
15:34:00 [2021-12-21T15:34:00.431Z] === RUN   TestDockerSuite/TestRunInvalidReference
15:34:00 [2021-12-21T15:34:00.431Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
15:34:00 [2021-12-21T15:34:00.431Z]     docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux
15:34:00 [2021-12-21T15:34:00.431Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
15:34:00 [2021-12-21T15:34:00.431Z]     docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
15:34:00 [2021-12-21T15:34:00.431Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
15:34:00 [2021-12-21T15:34:00.431Z]     docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux
15:34:00 [2021-12-21T15:34:00.431Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
15:34:00 [2021-12-21T15:34:00.431Z]     docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux
15:34:00 [2021-12-21T15:34:00.431Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
15:34:07 [2021-12-21T15:34:07.107Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
15:34:07 [2021-12-21T15:34:07.107Z]     docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux
15:34:07 [2021-12-21T15:34:07.107Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
15:34:07 [2021-12-21T15:34:07.107Z]     docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux
15:34:07 [2021-12-21T15:34:07.107Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
15:34:08 [2021-12-21T15:34:08.645Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
15:34:09 [2021-12-21T15:34:09.096Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
15:34:09 [2021-12-21T15:34:09.096Z]     docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
15:34:09 [2021-12-21T15:34:09.096Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
15:34:09 [2021-12-21T15:34:09.105Z] === RUN   TestDockerSuite/TestContainerAPIKill
15:34:11 [2021-12-21T15:34:11.287Z] === RUN   TestDockerSuite/TestContainerAPIPause
15:34:11 [2021-12-21T15:34:11.287Z]     docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux
15:34:11 [2021-12-21T15:34:11.287Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
15:34:11 [2021-12-21T15:34:11.316Z] === RUN   TestDockerSuite/TestRunModeHostname
15:34:11 [2021-12-21T15:34:11.316Z]     docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux
15:34:11 [2021-12-21T15:34:11.316Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
15:34:11 [2021-12-21T15:34:11.316Z]     docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
15:34:11 [2021-12-21T15:34:11.316Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
15:34:11 [2021-12-21T15:34:11.316Z]     docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
15:34:11 [2021-12-21T15:34:11.316Z] === RUN   TestDockerSuite/TestRunModeIpcHost
15:34:11 [2021-12-21T15:34:11.316Z]     docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
15:34:11 [2021-12-21T15:34:11.316Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
15:34:11 [2021-12-21T15:34:11.316Z]     docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
15:34:11 [2021-12-21T15:34:11.316Z] === RUN   TestDockerSuite/TestRunModePIDContainer
15:34:11 [2021-12-21T15:34:11.316Z]     docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
15:34:11 [2021-12-21T15:34:11.316Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
15:34:11 [2021-12-21T15:34:11.316Z]     docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
15:34:11 [2021-12-21T15:34:11.316Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
15:34:11 [2021-12-21T15:34:11.316Z]     docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
15:34:11 [2021-12-21T15:34:11.316Z] === RUN   TestDockerSuite/TestRunModeUTSHost
15:34:11 [2021-12-21T15:34:11.316Z]     docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
15:34:11 [2021-12-21T15:34:11.316Z] === RUN   TestDockerSuite/TestRunMount
15:34:11 [2021-12-21T15:34:11.316Z]     docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
15:34:11 [2021-12-21T15:34:11.316Z] === RUN   TestDockerSuite/TestRunMountOrdering
15:34:11 [2021-12-21T15:34:11.316Z]     docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
15:34:11 [2021-12-21T15:34:11.316Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
15:34:11 [2021-12-21T15:34:11.316Z]     docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
15:34:11 [2021-12-21T15:34:11.316Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
15:34:11 [2021-12-21T15:34:11.316Z]     docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
15:34:11 [2021-12-21T15:34:11.316Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
15:34:14 [2021-12-21T15:34:14.194Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
15:34:14 [2021-12-21T15:34:14.653Z] === RUN   TestDockerSuite/TestContainerAPIRename
15:34:17 [2021-12-21T15:34:17.564Z] === RUN   TestDockerSuite/TestContainerAPIRestart
15:34:21 [2021-12-21T15:34:21.738Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
15:34:21 [2021-12-21T15:34:21.738Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
15:34:21 [2021-12-21T15:34:21.738Z] === RUN   TestDockerSuite/TestRunNamedVolume
15:34:21 [2021-12-21T15:34:21.738Z]     docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
15:34:21 [2021-12-21T15:34:21.738Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
15:34:21 [2021-12-21T15:34:21.738Z]     docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
15:34:21 [2021-12-21T15:34:21.738Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
15:34:27 [2021-12-21T15:34:27.889Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
15:34:28 [2021-12-21T15:34:28.893Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
15:34:29 [2021-12-21T15:34:29.650Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
15:34:29 [2021-12-21T15:34:29.650Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
15:34:29 [2021-12-21T15:34:29.650Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
15:34:31 [2021-12-21T15:34:31.629Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
15:34:31 [2021-12-21T15:34:31.629Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
15:34:31 [2021-12-21T15:34:31.629Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
15:34:31 [2021-12-21T15:34:31.629Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
15:34:31 [2021-12-21T15:34:31.629Z] === RUN   TestDockerSuite/TestContainerAPIStart
15:34:33 [2021-12-21T15:34:33.645Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
15:34:33 [2021-12-21T15:34:33.645Z]     docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
15:34:33 [2021-12-21T15:34:33.645Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
15:34:33 [2021-12-21T15:34:33.645Z]     docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
15:34:33 [2021-12-21T15:34:33.645Z] === RUN   TestDockerSuite/TestRunNetHost
15:34:33 [2021-12-21T15:34:33.645Z]     docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
15:34:33 [2021-12-21T15:34:33.645Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
15:34:33 [2021-12-21T15:34:33.645Z]     docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux
15:34:33 [2021-12-21T15:34:33.645Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
15:34:33 [2021-12-21T15:34:33.645Z]     docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
15:34:33 [2021-12-21T15:34:33.645Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
15:34:33 [2021-12-21T15:34:33.645Z]     docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
15:34:33 [2021-12-21T15:34:33.645Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
15:34:33 [2021-12-21T15:34:33.645Z]     docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
15:34:33 [2021-12-21T15:34:33.645Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
15:34:33 [2021-12-21T15:34:33.645Z]     docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
15:34:33 [2021-12-21T15:34:33.645Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
15:34:33 [2021-12-21T15:34:33.645Z]     docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
15:34:33 [2021-12-21T15:34:33.645Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
15:34:33 [2021-12-21T15:34:33.809Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
15:34:33 [2021-12-21T15:34:33.809Z]     docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux
15:34:34 [2021-12-21T15:34:34.112Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
15:34:34 [2021-12-21T15:34:34.271Z] === RUN   TestDockerSuite/TestContainerAPIStop
15:34:35 [2021-12-21T15:34:35.417Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
15:34:35 [2021-12-21T15:34:35.672Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
15:34:35 [2021-12-21T15:34:35.873Z] === RUN   TestDockerSuite/TestRestartPolicyNO
15:34:35 [2021-12-21T15:34:35.873Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
15:34:36 [2021-12-21T15:34:36.843Z] === RUN   TestDockerSuite/TestRestartRunningContainer
15:34:37 [2021-12-21T15:34:37.179Z] === RUN   TestDockerSuite/TestContainerAPITop
15:34:37 [2021-12-21T15:34:37.179Z]     docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux
15:34:37 [2021-12-21T15:34:37.179Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
15:34:37 [2021-12-21T15:34:37.883Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
15:34:40 [2021-12-21T15:34:40.091Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
15:34:40 [2021-12-21T15:34:40.091Z] === RUN   TestDockerSuite/TestContainerAPIWait
15:34:40 [2021-12-21T15:34:40.104Z] === RUN   TestDockerSuite/TestRunNonExistingImage
15:34:41 [2021-12-21T15:34:41.088Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
15:34:44 [2021-12-21T15:34:44.035Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
15:34:44 [2021-12-21T15:34:44.035Z]     docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux
15:34:44 [2021-12-21T15:34:44.035Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
15:34:44 [2021-12-21T15:34:44.035Z]     docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
15:34:44 [2021-12-21T15:34:44.035Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
15:34:44 [2021-12-21T15:34:44.035Z]     docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
15:34:44 [2021-12-21T15:34:44.035Z] === RUN   TestDockerSuite/TestRunPortInUse
15:34:44 [2021-12-21T15:34:44.035Z]     docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
15:34:44 [2021-12-21T15:34:44.035Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
15:34:44 [2021-12-21T15:34:44.035Z]     docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux
15:34:44 [2021-12-21T15:34:44.035Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
15:34:44 [2021-12-21T15:34:44.035Z]     docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux
15:34:44 [2021-12-21T15:34:44.035Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
15:34:44 [2021-12-21T15:34:44.035Z]     docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux
15:34:44 [2021-12-21T15:34:44.035Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
15:34:44 [2021-12-21T15:34:44.035Z]     docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux
15:34:44 [2021-12-21T15:34:44.035Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
15:34:44 [2021-12-21T15:34:44.784Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
15:34:45 [2021-12-21T15:34:45.383Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
15:34:46 [2021-12-21T15:34:46.965Z] === RUN   TestDockerSuite/TestContainerNetworkMode
15:34:46 [2021-12-21T15:34:46.965Z]     docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
15:34:46 [2021-12-21T15:34:46.965Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
15:34:46 [2021-12-21T15:34:46.965Z]     docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
15:34:46 [2021-12-21T15:34:46.965Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
15:34:46 [2021-12-21T15:34:46.965Z]     docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
15:34:46 [2021-12-21T15:34:46.965Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
15:34:46 [2021-12-21T15:34:46.965Z]     docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
15:34:46 [2021-12-21T15:34:46.965Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
15:34:46 [2021-12-21T15:34:46.965Z]     docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
15:34:47 [2021-12-21T15:34:47.425Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
15:34:48 [2021-12-21T15:34:48.787Z] === RUN   TestDockerSuite/TestRunPublishPort
15:34:48 [2021-12-21T15:34:48.787Z]     docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
15:34:48 [2021-12-21T15:34:48.787Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
15:34:48 [2021-12-21T15:34:48.787Z]     docker_cli_run_test.go:2860: unmatched requirement Apparmor
15:34:48 [2021-12-21T15:34:48.787Z] === RUN   TestDockerSuite/TestRunReadProcLatency
15:34:48 [2021-12-21T15:34:48.787Z]     docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
15:34:48 [2021-12-21T15:34:48.787Z] === RUN   TestDockerSuite/TestRunReadProcTimer
15:34:48 [2021-12-21T15:34:48.787Z]     docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
15:34:48 [2021-12-21T15:34:48.787Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
15:34:48 [2021-12-21T15:34:48.787Z]     docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux
15:34:48 [2021-12-21T15:34:48.787Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
15:34:49 [2021-12-21T15:34:49.606Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
15:34:49 [2021-12-21T15:34:49.606Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
15:34:52 [2021-12-21T15:34:52.431Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
15:34:52 [2021-12-21T15:34:52.431Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
15:34:52 [2021-12-21T15:34:52.431Z] === RUN   TestDockerSuite/TestRestartWithVolumes
15:34:52 [2021-12-21T15:34:52.517Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
15:34:59 [2021-12-21T15:34:59.205Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
15:34:59 [2021-12-21T15:34:59.205Z]     docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
15:34:59 [2021-12-21T15:34:59.205Z] === RUN   TestDockerSuite/TestRunRm
15:34:59 [2021-12-21T15:34:59.676Z] === RUN   TestDockerSuite/TestRmiBlank
15:34:59 [2021-12-21T15:34:59.676Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
15:34:59 [2021-12-21T15:34:59.676Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
15:35:01 [2021-12-21T15:35:01.243Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
15:35:03 [2021-12-21T15:35:03.078Z] === RUN   TestDockerSuite/TestRunRmAndWait
15:35:03 [2021-12-21T15:35:03.425Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
15:35:06 [2021-12-21T15:35:06.347Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000388f00_<nil>}
15:35:08 [2021-12-21T15:35:08.949Z] === RUN   TestDockerSuite/TestRunRmPre125Api
15:35:11 [2021-12-21T15:35:11.908Z] === RUN   TestDockerSuite/TestRunRootWorkdir
15:35:14 [2021-12-21T15:35:14.860Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
15:35:14 [2021-12-21T15:35:14.922Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12974970955_c:\foo_false__<nil>_<nil>_<nil>}
15:35:17 [2021-12-21T15:35:17.812Z] === RUN   TestDockerSuite/TestRunSetMacAddress
15:35:20 [2021-12-21T15:35:20.722Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
15:35:20 [2021-12-21T15:35:20.760Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
15:35:20 [2021-12-21T15:35:20.760Z]     docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
15:35:20 [2021-12-21T15:35:20.760Z] === RUN   TestDockerSuite/TestRunState
15:35:20 [2021-12-21T15:35:20.760Z]     docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux
15:35:20 [2021-12-21T15:35:20.760Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
15:35:22 [2021-12-21T15:35:22.253Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
15:35:23 [2021-12-21T15:35:23.216Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
15:35:23 [2021-12-21T15:35:23.505Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12974970955_c:\foo_true__<nil>_<nil>_<nil>}
15:35:23 [2021-12-21T15:35:23.715Z] === RUN   TestDockerSuite/TestRunStdinPipe
15:35:23 [2021-12-21T15:35:23.715Z]     docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux
15:35:23 [2021-12-21T15:35:23.715Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
15:35:25 [2021-12-21T15:35:25.688Z]     docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
15:35:25 [2021-12-21T15:35:25.688Z]     docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
15:35:25 [2021-12-21T15:35:25.688Z]     docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
15:35:25 [2021-12-21T15:35:25.688Z]     docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestCopyAndRestart
15:35:25 [2021-12-21T15:35:25.688Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
15:35:25 [2021-12-21T15:35:25.688Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
15:35:25 [2021-12-21T15:35:25.688Z] === RUN   TestDockerSuite/TestCpAbsolutePath
15:35:26 [2021-12-21T15:35:26.665Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
15:35:26 [2021-12-21T15:35:26.665Z]     docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux
15:35:26 [2021-12-21T15:35:26.665Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
15:35:26 [2021-12-21T15:35:26.665Z]     docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux
15:35:26 [2021-12-21T15:35:26.665Z] === RUN   TestDockerSuite/TestRunTLSVerify
15:35:27 [2021-12-21T15:35:27.133Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
15:35:27 [2021-12-21T15:35:27.133Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
15:35:27 [2021-12-21T15:35:27.133Z]     docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux
15:35:27 [2021-12-21T15:35:27.133Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
15:35:29 [2021-12-21T15:35:29.428Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
15:35:29 [2021-12-21T15:35:29.428Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
15:35:29 [2021-12-21T15:35:29.428Z] === RUN   TestDockerSuite/TestCpFromCaseA
15:35:29 [2021-12-21T15:35:29.428Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
15:35:29 [2021-12-21T15:35:29.428Z] === RUN   TestDockerSuite/TestCpFromCaseB
15:35:29 [2021-12-21T15:35:29.428Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
15:35:29 [2021-12-21T15:35:29.428Z] === RUN   TestDockerSuite/TestCpFromCaseC
15:35:29 [2021-12-21T15:35:29.428Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
15:35:29 [2021-12-21T15:35:29.428Z] === RUN   TestDockerSuite/TestCpFromCaseD
15:35:29 [2021-12-21T15:35:29.428Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
15:35:29 [2021-12-21T15:35:29.428Z] === RUN   TestDockerSuite/TestCpFromCaseE
15:35:29 [2021-12-21T15:35:29.428Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
15:35:29 [2021-12-21T15:35:29.428Z] === RUN   TestDockerSuite/TestCpFromCaseF
15:35:29 [2021-12-21T15:35:29.428Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
15:35:29 [2021-12-21T15:35:29.428Z] === RUN   TestDockerSuite/TestCpFromCaseG
15:35:29 [2021-12-21T15:35:29.428Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
15:35:29 [2021-12-21T15:35:29.428Z] === RUN   TestDockerSuite/TestCpFromCaseH
15:35:29 [2021-12-21T15:35:29.428Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
15:35:29 [2021-12-21T15:35:29.429Z] === RUN   TestDockerSuite/TestCpFromCaseI
15:35:29 [2021-12-21T15:35:29.429Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
15:35:29 [2021-12-21T15:35:29.429Z] === RUN   TestDockerSuite/TestCpFromCaseJ
15:35:29 [2021-12-21T15:35:29.429Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
15:35:29 [2021-12-21T15:35:29.429Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
15:35:29 [2021-12-21T15:35:29.429Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
15:35:29 [2021-12-21T15:35:29.429Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
15:35:29 [2021-12-21T15:35:29.429Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
15:35:29 [2021-12-21T15:35:29.429Z] === RUN   TestDockerSuite/TestCpGarbagePath
15:35:32 [2021-12-21T15:35:32.335Z] === RUN   TestDockerSuite/TestCpLocalOnly
15:35:32 [2021-12-21T15:35:32.335Z] === RUN   TestDockerSuite/TestCpNameHasColon
15:35:32 [2021-12-21T15:35:32.335Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
15:35:32 [2021-12-21T15:35:32.335Z] === RUN   TestDockerSuite/TestCpRelativePath
15:35:33 [2021-12-21T15:35:33.012Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
15:35:33 [2021-12-21T15:35:33.012Z]     docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux
15:35:33 [2021-12-21T15:35:33.012Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
15:35:33 [2021-12-21T15:35:33.012Z]     docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux
15:35:33 [2021-12-21T15:35:33.012Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
15:35:33 [2021-12-21T15:35:33.012Z]     docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux
15:35:33 [2021-12-21T15:35:33.012Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
15:35:33 [2021-12-21T15:35:33.012Z]     docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
15:35:33 [2021-12-21T15:35:33.012Z] === RUN   TestDockerSuite/TestRunUnshareProc
15:35:33 [2021-12-21T15:35:33.012Z]     docker_cli_run_test.go:2899: unmatched requirement Apparmor
15:35:33 [2021-12-21T15:35:33.012Z] === RUN   TestDockerSuite/TestRunUserByID
15:35:33 [2021-12-21T15:35:33.012Z]     docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux
15:35:33 [2021-12-21T15:35:33.012Z] === RUN   TestDockerSuite/TestRunUserByIDBig
15:35:33 [2021-12-21T15:35:33.012Z]     docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux
15:35:33 [2021-12-21T15:35:33.012Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
15:35:33 [2021-12-21T15:35:33.012Z]     docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux
15:35:33 [2021-12-21T15:35:33.012Z] === RUN   TestDockerSuite/TestRunUserByIDZero
15:35:33 [2021-12-21T15:35:33.012Z]     docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux
15:35:33 [2021-12-21T15:35:33.012Z] === RUN   TestDockerSuite/TestRunUserByName
15:35:33 [2021-12-21T15:35:33.012Z]     docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux
15:35:33 [2021-12-21T15:35:33.012Z] === RUN   TestDockerSuite/TestRunUserDefaults
15:35:33 [2021-12-21T15:35:33.504Z] === RUN   TestDockerSuite/TestRmiImgIDForce
15:35:35 [2021-12-21T15:35:35.243Z] === RUN   TestDockerSuite/TestCpSpecialFiles
15:35:35 [2021-12-21T15:35:35.243Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
15:35:35 [2021-12-21T15:35:35.243Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
15:35:35 [2021-12-21T15:35:35.243Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
15:35:35 [2021-12-21T15:35:35.243Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
15:35:35 [2021-12-21T15:35:35.243Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
15:35:35 [2021-12-21T15:35:35.243Z] === RUN   TestDockerSuite/TestCpToCaseA
15:35:35 [2021-12-21T15:35:35.972Z] === RUN   TestDockerSuite/TestRunUserNotFound
15:35:35 [2021-12-21T15:35:35.972Z]     docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux
15:35:35 [2021-12-21T15:35:35.972Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
15:35:38 [2021-12-21T15:35:38.923Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
15:35:38 [2021-12-21T15:35:38.923Z]     docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
15:35:38 [2021-12-21T15:35:38.923Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
15:35:38 [2021-12-21T15:35:38.923Z]     docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
15:35:38 [2021-12-21T15:35:38.923Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
15:35:39 [2021-12-21T15:35:39.273Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
15:35:42 [2021-12-21T15:35:42.720Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
15:35:45 [2021-12-21T15:35:45.573Z] === RUN   TestDockerSuite/TestCpToCaseB
15:35:48 [2021-12-21T15:35:48.482Z] === RUN   TestDockerSuite/TestCpToCaseC
15:35:48 [2021-12-21T15:35:48.482Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
15:35:48 [2021-12-21T15:35:48.482Z] === RUN   TestDockerSuite/TestCpToCaseD
15:35:48 [2021-12-21T15:35:48.482Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
15:35:48 [2021-12-21T15:35:48.482Z] === RUN   TestDockerSuite/TestCpToCaseE
15:35:53 [2021-12-21T15:35:53.134Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
15:35:54 [2021-12-21T15:35:54.050Z] === RUN   TestDockerSuite/TestRmiParentImageFail
15:35:59 [2021-12-21T15:35:59.019Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
15:35:59 [2021-12-21T15:35:59.815Z] === RUN   TestDockerSuite/TestRmiTag
15:36:00 [2021-12-21T15:36:00.271Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
15:36:03 [2021-12-21T15:36:03.993Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
15:36:06 [2021-12-21T15:36:06.168Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
15:36:06 [2021-12-21T15:36:06.168Z]     docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux
15:36:06 [2021-12-21T15:36:06.168Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
15:36:06 [2021-12-21T15:36:06.168Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
15:36:06 [2021-12-21T15:36:06.184Z] === RUN   TestDockerSuite/TestCpToCaseF
15:36:06 [2021-12-21T15:36:06.184Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
15:36:06 [2021-12-21T15:36:06.184Z] === RUN   TestDockerSuite/TestCpToCaseG
15:36:06 [2021-12-21T15:36:06.184Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
15:36:06 [2021-12-21T15:36:06.184Z] === RUN   TestDockerSuite/TestCpToCaseH
15:36:09 [2021-12-21T15:36:09.953Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
15:36:13 [2021-12-21T15:36:13.739Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
15:36:16 [2021-12-21T15:36:16.684Z] === RUN   TestDockerSuite/TestRunWithBadDevice
15:36:16 [2021-12-21T15:36:16.684Z]     docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux
15:36:16 [2021-12-21T15:36:16.684Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
15:36:16 [2021-12-21T15:36:16.684Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
15:36:16 [2021-12-21T15:36:16.684Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
15:36:16 [2021-12-21T15:36:16.684Z]     docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux
15:36:16 [2021-12-21T15:36:16.684Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
15:36:16 [2021-12-21T15:36:16.685Z]     docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
15:36:16 [2021-12-21T15:36:16.685Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
15:36:16 [2021-12-21T15:36:16.685Z]     docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
15:36:16 [2021-12-21T15:36:16.685Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
15:36:16 [2021-12-21T15:36:16.685Z]     docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
15:36:16 [2021-12-21T15:36:16.685Z] === RUN   TestDockerSuite/TestRunWithUlimits
15:36:16 [2021-12-21T15:36:16.685Z]     docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
15:36:16 [2021-12-21T15:36:16.685Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
15:36:21 [2021-12-21T15:36:21.011Z] === RUN   TestDockerSuite/TestCpToCaseI
15:36:21 [2021-12-21T15:36:21.011Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
15:36:21 [2021-12-21T15:36:21.011Z] === RUN   TestDockerSuite/TestCpToCaseJ
15:36:21 [2021-12-21T15:36:21.011Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
15:36:21 [2021-12-21T15:36:21.011Z] === RUN   TestDockerSuite/TestCpToDot
15:36:21 [2021-12-21T15:36:21.434Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
15:36:23 [2021-12-21T15:36:23.194Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
15:36:23 [2021-12-21T15:36:23.194Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
15:36:23 [2021-12-21T15:36:23.194Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
15:36:23 [2021-12-21T15:36:23.194Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
15:36:23 [2021-12-21T15:36:23.194Z] === RUN   TestDockerSuite/TestCpToStdout
15:36:23 [2021-12-21T15:36:23.645Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
15:36:26 [2021-12-21T15:36:26.100Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
15:36:26 [2021-12-21T15:36:26.100Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
15:36:26 [2021-12-21T15:36:26.100Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
15:36:26 [2021-12-21T15:36:26.100Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
15:36:26 [2021-12-21T15:36:26.100Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
15:36:26 [2021-12-21T15:36:26.100Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
15:36:26 [2021-12-21T15:36:26.100Z] === RUN   TestDockerSuite/TestCpVolumePath
15:36:26 [2021-12-21T15:36:26.100Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
15:36:26 [2021-12-21T15:36:26.100Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
15:36:26 [2021-12-21T15:36:26.100Z] === RUN   TestDockerSuite/TestCreateArgs
15:36:26 [2021-12-21T15:36:26.560Z] === RUN   TestDockerSuite/TestCreateByImageID
15:36:26 [2021-12-21T15:36:26.595Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
15:36:28 [2021-12-21T15:36:28.747Z] === RUN   TestDockerSuite/TestCreateEchoStdout
15:36:29 [2021-12-21T15:36:29.088Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
15:36:30 [2021-12-21T15:36:30.618Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
15:36:31 [2021-12-21T15:36:31.659Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
15:36:31 [2021-12-21T15:36:31.659Z] === RUN   TestDockerSuite/TestCreateHostConfig
15:36:32 [2021-12-21T15:36:32.123Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_run_test.go:3016: unmatched requirement Apparmor
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestSaveCheckTimes
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestSaveImageId
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestSaveLoadParents
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestSaveMultipleNames
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestSaveSingleTag
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.466Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
15:36:32 [2021-12-21T15:36:32.466Z]     docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.933Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
15:36:32 [2021-12-21T15:36:32.933Z]     docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux
15:36:32 [2021-12-21T15:36:32.933Z] === RUN   TestDockerSuite/TestSearchCmdOptions
15:36:34 [2021-12-21T15:36:34.306Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
15:36:35 [2021-12-21T15:36:35.145Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
15:36:35 [2021-12-21T15:36:35.275Z] === RUN   TestDockerSuite/TestCreateLabels
15:36:35 [2021-12-21T15:36:35.612Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
15:36:35 [2021-12-21T15:36:35.734Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
15:36:35 [2021-12-21T15:36:35.734Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
15:36:35 [2021-12-21T15:36:35.734Z] === RUN   TestDockerSuite/TestCreateRM
15:36:36 [2021-12-21T15:36:36.079Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
15:36:36 [2021-12-21T15:36:36.079Z] === RUN   TestDockerSuite/TestSearchWithLimit
15:36:36 [2021-12-21T15:36:36.197Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
15:36:36 [2021-12-21T15:36:36.197Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
15:36:36 [2021-12-21T15:36:36.197Z] === RUN   TestDockerSuite/TestCreateStopSignal
15:36:36 [2021-12-21T15:36:36.659Z] === RUN   TestDockerSuite/TestCreateStopTimeout
15:36:37 [2021-12-21T15:36:37.118Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
15:36:37 [2021-12-21T15:36:37.667Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
15:36:38 [2021-12-21T15:36:38.290Z] === RUN   TestDockerSuite/TestSlowStdinClosing
15:36:38 [2021-12-21T15:36:38.628Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
15:36:38 [2021-12-21T15:36:38.628Z]     docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
15:36:38 [2021-12-21T15:36:38.628Z] === RUN   TestDockerSuite/TestRunAddHost
15:36:38 [2021-12-21T15:36:38.628Z]     docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux
15:36:38 [2021-12-21T15:36:38.628Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
15:36:38 [2021-12-21T15:36:38.628Z]     docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
15:36:38 [2021-12-21T15:36:38.628Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
15:36:38 [2021-12-21T15:36:38.628Z]     docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux
15:36:38 [2021-12-21T15:36:38.628Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
15:36:38 [2021-12-21T15:36:38.628Z]     docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux
15:36:38 [2021-12-21T15:36:38.628Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
15:36:38 [2021-12-21T15:36:38.628Z]     docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux
15:36:38 [2021-12-21T15:36:38.628Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
15:36:38 [2021-12-21T15:36:38.628Z]     docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
15:36:38 [2021-12-21T15:36:38.628Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
15:36:42 [2021-12-21T15:36:42.343Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
15:36:42 [2021-12-21T15:36:42.343Z]     docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
15:36:42 [2021-12-21T15:36:42.343Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
15:36:42 [2021-12-21T15:36:42.343Z]     docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
15:36:42 [2021-12-21T15:36:42.343Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
15:36:46 [2021-12-21T15:36:46.949Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
15:36:46 [2021-12-21T15:36:46.949Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
15:36:46 [2021-12-21T15:36:46.949Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
15:36:49 [2021-12-21T15:36:49.390Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
15:36:51 [2021-12-21T15:36:51.950Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
15:36:51 [2021-12-21T15:36:51.950Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
15:36:52 [2021-12-21T15:36:52.411Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
15:36:53 [2021-12-21T15:36:53.106Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
15:36:56 [2021-12-21T15:36:56.154Z] === RUN   TestDockerSuite/TestCreateWithPortRange
15:36:56 [2021-12-21T15:36:56.615Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
15:36:56 [2021-12-21T15:36:56.615Z]     docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux
15:36:56 [2021-12-21T15:36:56.615Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
15:36:56 [2021-12-21T15:36:56.826Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
15:36:57 [2021-12-21T15:36:57.384Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
15:36:57 [2021-12-21T15:36:57.384Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
15:36:57 [2021-12-21T15:36:57.384Z] === RUN   TestDockerSuite/TestStartAttachSilent
15:36:59 [2021-12-21T15:36:59.527Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
15:36:59 [2021-12-21T15:36:59.527Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
15:36:59 [2021-12-21T15:36:59.527Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
15:36:59 [2021-12-21T15:36:59.527Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
15:36:59 [2021-12-21T15:36:59.527Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
15:36:59 [2021-12-21T15:36:59.714Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
15:36:59 [2021-12-21T15:36:59.987Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
15:36:59 [2021-12-21T15:36:59.987Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
15:36:59 [2021-12-21T15:36:59.987Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
15:36:59 [2021-12-21T15:36:59.987Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
15:36:59 [2021-12-21T15:36:59.987Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
15:36:59 [2021-12-21T15:36:59.987Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
15:36:59 [2021-12-21T15:36:59.987Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
15:36:59 [2021-12-21T15:36:59.987Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
15:36:59 [2021-12-21T15:36:59.987Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
15:36:59 [2021-12-21T15:36:59.987Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
15:36:59 [2021-12-21T15:36:59.987Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
15:36:59 [2021-12-21T15:36:59.987Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
15:36:59 [2021-12-21T15:36:59.987Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
15:36:59 [2021-12-21T15:36:59.987Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
15:36:59 [2021-12-21T15:36:59.987Z] === RUN   TestDockerSuite/TestDevicePermissions
15:36:59 [2021-12-21T15:36:59.987Z]     docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
15:36:59 [2021-12-21T15:36:59.987Z] === RUN   TestDockerSuite/TestDockerFails
15:36:59 [2021-12-21T15:36:59.987Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
15:36:59 [2021-12-21T15:36:59.987Z]     docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux
15:36:59 [2021-12-21T15:36:59.987Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
15:36:59 [2021-12-21T15:36:59.987Z]     docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux
15:36:59 [2021-12-21T15:36:59.987Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
15:36:59 [2021-12-21T15:36:59.987Z]     docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux
15:36:59 [2021-12-21T15:36:59.987Z] === RUN   TestDockerSuite/TestEventsAttach
15:36:59 [2021-12-21T15:36:59.987Z]     docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux
15:36:59 [2021-12-21T15:36:59.987Z] === RUN   TestDockerSuite/TestEventsCommit
15:36:59 [2021-12-21T15:36:59.987Z]     docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux
15:36:59 [2021-12-21T15:36:59.987Z] === RUN   TestDockerSuite/TestEventsContainerEvents
15:37:02 [2021-12-21T15:37:02.897Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
15:37:03 [2021-12-21T15:37:03.248Z] === RUN   TestDockerSuite/TestStartAttachWithRename
15:37:03 [2021-12-21T15:37:03.248Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
15:37:03 [2021-12-21T15:37:03.248Z] === RUN   TestDockerSuite/TestStartMultipleContainers
15:37:03 [2021-12-21T15:37:03.248Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
15:37:03 [2021-12-21T15:37:03.248Z] === RUN   TestDockerSuite/TestStartPausedContainer
15:37:03 [2021-12-21T15:37:03.248Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
15:37:03 [2021-12-21T15:37:03.248Z] === RUN   TestDockerSuite/TestStartRecordError
15:37:03 [2021-12-21T15:37:03.248Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
15:37:03 [2021-12-21T15:37:03.248Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
15:37:03 [2021-12-21T15:37:03.441Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
15:37:03 [2021-12-21T15:37:03.441Z] === RUN   TestDockerSuite/TestRunBindMounts
15:37:05 [2021-12-21T15:37:05.808Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
15:37:08 [2021-12-21T15:37:08.884Z] === RUN   TestDockerSuite/TestEventsContainerRestart
15:37:10 [2021-12-21T15:37:10.404Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
15:37:10 [2021-12-21T15:37:10.404Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.404Z] === RUN   TestDockerSuite/TestStatsAllNoStream
15:37:10 [2021-12-21T15:37:10.404Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.404Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
15:37:10 [2021-12-21T15:37:10.404Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.404Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
15:37:10 [2021-12-21T15:37:10.404Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.404Z] === RUN   TestDockerSuite/TestStatsFormatAll
15:37:10 [2021-12-21T15:37:10.404Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.404Z] === RUN   TestDockerSuite/TestStatsNoStream
15:37:10 [2021-12-21T15:37:10.404Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.404Z] === RUN   TestDockerSuite/TestTopMultipleArgs
15:37:10 [2021-12-21T15:37:10.491Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
15:37:10 [2021-12-21T15:37:10.491Z]     docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.491Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
15:37:10 [2021-12-21T15:37:10.491Z]     docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.491Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
15:37:10 [2021-12-21T15:37:10.491Z]     docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.491Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
15:37:10 [2021-12-21T15:37:10.491Z]     docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.491Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
15:37:10 [2021-12-21T15:37:10.491Z]     docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.946Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
15:37:10 [2021-12-21T15:37:10.946Z]     docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.946Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
15:37:10 [2021-12-21T15:37:10.946Z]     docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.946Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
15:37:10 [2021-12-21T15:37:10.946Z]     docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.946Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
15:37:10 [2021-12-21T15:37:10.946Z]     docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.946Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
15:37:10 [2021-12-21T15:37:10.946Z]     docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.946Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
15:37:10 [2021-12-21T15:37:10.946Z]     docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux
15:37:10 [2021-12-21T15:37:10.946Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
15:37:13 [2021-12-21T15:37:13.350Z] === RUN   TestDockerSuite/TestTopNonPrivileged
15:37:14 [2021-12-21T15:37:14.667Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
15:37:14 [2021-12-21T15:37:14.667Z]     docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux
15:37:14 [2021-12-21T15:37:14.667Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
15:37:15 [2021-12-21T15:37:15.562Z] === RUN   TestDockerSuite/TestTopPrivileged
15:37:15 [2021-12-21T15:37:15.562Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
15:37:15 [2021-12-21T15:37:15.562Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
15:37:18 [2021-12-21T15:37:18.510Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
15:37:18 [2021-12-21T15:37:18.510Z]     docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
15:37:18 [2021-12-21T15:37:18.510Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
15:37:18 [2021-12-21T15:37:18.510Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
15:37:18 [2021-12-21T15:37:18.510Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
15:37:18 [2021-12-21T15:37:18.510Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
15:37:18 [2021-12-21T15:37:18.510Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
15:37:18 [2021-12-21T15:37:18.510Z]     docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux
15:37:18 [2021-12-21T15:37:18.510Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
15:37:18 [2021-12-21T15:37:18.510Z]     docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux
15:37:18 [2021-12-21T15:37:18.510Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
15:37:18 [2021-12-21T15:37:18.510Z]     docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux
15:37:18 [2021-12-21T15:37:18.510Z] === RUN   TestDockerSuite/TestVolumeCLICreate
15:37:19 [2021-12-21T15:37:19.212Z] === RUN   TestDockerSuite/TestEventsCopy
15:37:19 [2021-12-21T15:37:19.338Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
15:37:19 [2021-12-21T15:37:19.338Z]     docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
15:37:19 [2021-12-21T15:37:19.338Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
15:37:19 [2021-12-21T15:37:19.338Z]     docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
15:37:19 [2021-12-21T15:37:19.338Z] === RUN   TestDockerSuite/TestRunContainerNetwork
15:37:21 [2021-12-21T15:37:21.503Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
15:37:21 [2021-12-21T15:37:21.503Z]     docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
15:37:21 [2021-12-21T15:37:21.503Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
15:37:21 [2021-12-21T15:37:21.503Z]     docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
15:37:21 [2021-12-21T15:37:21.503Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
15:37:21 [2021-12-21T15:37:21.503Z]     docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
15:37:21 [2021-12-21T15:37:21.503Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
15:37:21 [2021-12-21T15:37:21.503Z]     docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
15:37:21 [2021-12-21T15:37:21.503Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
15:37:21 [2021-12-21T15:37:21.503Z]     docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
15:37:21 [2021-12-21T15:37:21.503Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
15:37:21 [2021-12-21T15:37:21.503Z]     docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
15:37:21 [2021-12-21T15:37:21.958Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
15:37:21 [2021-12-21T15:37:21.958Z]     docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
15:37:21 [2021-12-21T15:37:21.958Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
15:37:24 [2021-12-21T15:37:24.124Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
15:37:25 [2021-12-21T15:37:25.020Z] === RUN   TestDockerSuite/TestEventsFilterContainer
15:37:27 [2021-12-21T15:37:27.840Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
15:37:30 [2021-12-21T15:37:30.821Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
15:37:31 [2021-12-21T15:37:31.556Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
15:37:31 [2021-12-21T15:37:31.556Z]     docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux
15:37:31 [2021-12-21T15:37:31.556Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
15:37:31 [2021-12-21T15:37:31.556Z]     docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux
15:37:31 [2021-12-21T15:37:31.556Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
15:37:31 [2021-12-21T15:37:31.556Z]     docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
15:37:31 [2021-12-21T15:37:31.556Z] === RUN   TestDockerSuite/TestRunCreateVolume
15:37:33 [2021-12-21T15:37:33.731Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
15:37:34 [2021-12-21T15:37:34.446Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
15:37:34 [2021-12-21T15:37:34.446Z]     docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
15:37:34 [2021-12-21T15:37:34.446Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
15:37:34 [2021-12-21T15:37:34.446Z]     docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux
15:37:34 [2021-12-21T15:37:34.446Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
15:37:34 [2021-12-21T15:37:34.446Z]     docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux
15:37:34 [2021-12-21T15:37:34.446Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
15:37:34 [2021-12-21T15:37:34.446Z]     docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux
15:37:34 [2021-12-21T15:37:34.446Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
15:37:34 [2021-12-21T15:37:34.703Z] === RUN   TestDockerSuite/TestEventsFilterImageName
15:37:36 [2021-12-21T15:37:36.303Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
15:37:36 [2021-12-21T15:37:36.303Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
15:37:36 [2021-12-21T15:37:36.303Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
15:37:36 [2021-12-21T15:37:36.303Z]     docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux
15:37:36 [2021-12-21T15:37:36.303Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
15:37:36 [2021-12-21T15:37:36.303Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
15:37:36 [2021-12-21T15:37:36.303Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
15:37:36 [2021-12-21T15:37:36.303Z] === RUN   TestDockerSuite/TestVolumeCLILs
15:37:36 [2021-12-21T15:37:36.610Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
15:37:38 [2021-12-21T15:37:38.525Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
15:37:38 [2021-12-21T15:37:38.997Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
15:37:39 [2021-12-21T15:37:39.404Z] === RUN   TestDockerSuite/TestEventsFilterLabels
15:37:40 [2021-12-21T15:37:40.374Z] === RUN   TestDockerSuite/TestEventsFilterType
15:37:41 [2021-12-21T15:37:41.914Z] === RUN   TestDockerSuite/TestEventsFilters
15:37:42 [2021-12-21T15:37:42.799Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
15:37:43 [2021-12-21T15:37:43.270Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
15:37:43 [2021-12-21T15:37:43.656Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
15:37:43 [2021-12-21T15:37:43.656Z]     docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux
15:37:43 [2021-12-21T15:37:43.656Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
15:37:43 [2021-12-21T15:37:43.656Z]     docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
15:37:43 [2021-12-21T15:37:43.656Z] === RUN   TestDockerSuite/TestRunDNSOptions
15:37:43 [2021-12-21T15:37:43.656Z]     docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux
15:37:43 [2021-12-21T15:37:43.656Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
15:37:43 [2021-12-21T15:37:43.656Z]     docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux
15:37:43 [2021-12-21T15:37:43.656Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
15:37:43 [2021-12-21T15:37:43.656Z]     docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux
15:37:43 [2021-12-21T15:37:43.656Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
15:37:43 [2021-12-21T15:37:43.656Z]     docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
15:37:43 [2021-12-21T15:37:43.656Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
15:37:43 [2021-12-21T15:37:43.737Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
15:37:43 [2021-12-21T15:37:43.737Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
15:37:43 [2021-12-21T15:37:43.737Z] === RUN   TestDockerSuite/TestVolumeCLIRm
15:37:47 [2021-12-21T15:37:47.374Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
15:37:47 [2021-12-21T15:37:47.374Z]     docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux
15:37:47 [2021-12-21T15:37:47.374Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
15:37:47 [2021-12-21T15:37:47.374Z] === RUN   TestDockerSuite/TestRunDuplicateMount
15:37:47 [2021-12-21T15:37:47.374Z]     docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
15:37:47 [2021-12-21T15:37:47.374Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
15:37:47 [2021-12-21T15:37:47.722Z] === RUN   TestDockerSuite/TestEventsFormat
15:37:50 [2021-12-21T15:37:50.267Z] === RUN   TestDockerSuite/TestRunEchoStdout
15:37:53 [2021-12-21T15:37:53.530Z] === RUN   TestDockerSuite/TestEventsFormatBadField
15:37:53 [2021-12-21T15:37:53.530Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
15:37:53 [2021-12-21T15:37:53.530Z] === RUN   TestDockerSuite/TestEventsImageImport
15:37:53 [2021-12-21T15:37:53.531Z]     docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux
15:37:53 [2021-12-21T15:37:53.531Z] === RUN   TestDockerSuite/TestEventsImageLoad
15:37:53 [2021-12-21T15:37:53.531Z]     docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux
15:37:53 [2021-12-21T15:37:53.531Z] === RUN   TestDockerSuite/TestEventsImagePull
15:37:53 [2021-12-21T15:37:53.531Z]     docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux
15:37:53 [2021-12-21T15:37:53.531Z] === RUN   TestDockerSuite/TestEventsImageTag
15:37:53 [2021-12-21T15:37:53.983Z] === RUN   TestDockerSuite/TestRunEmptyEnv
15:37:53 [2021-12-21T15:37:53.983Z]     docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
15:37:53 [2021-12-21T15:37:53.983Z] === RUN   TestDockerSuite/TestRunEntrypoint
15:37:54 [2021-12-21T15:37:54.152Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
15:37:54 [2021-12-21T15:37:54.152Z]     docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux
15:37:54 [2021-12-21T15:37:54.152Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
15:37:54 [2021-12-21T15:37:54.622Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
15:37:55 [2021-12-21T15:37:55.069Z] === RUN   TestDockerSuite/TestEventsPluginOps
15:37:55 [2021-12-21T15:37:55.069Z]     docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux
15:37:55 [2021-12-21T15:37:55.069Z] === RUN   TestDockerSuite/TestEventsRename
15:37:55 [2021-12-21T15:37:55.089Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
15:37:55 [2021-12-21T15:37:55.089Z]     docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux
15:37:55 [2021-12-21T15:37:55.089Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
15:37:56 [2021-12-21T15:37:56.874Z] === RUN   TestDockerSuite/TestRunEnvironment
15:37:56 [2021-12-21T15:37:56.874Z]     docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux
15:37:57 [2021-12-21T15:37:57.331Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
15:37:57 [2021-12-21T15:37:57.331Z]     docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux
15:37:57 [2021-12-21T15:37:57.331Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
15:37:57 [2021-12-21T15:37:57.331Z]     docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux
15:37:57 [2021-12-21T15:37:57.331Z] === RUN   TestDockerSuite/TestRunExitCode
15:37:57 [2021-12-21T15:37:57.978Z] === RUN   TestDockerSuite/TestEventsResize
15:38:01 [2021-12-21T15:38:01.049Z] === RUN   TestDockerSuite/TestRunExitCodeOne
15:38:03 [2021-12-21T15:38:03.940Z] === RUN   TestDockerSuite/TestRunExitCodeZero
15:38:05 [2021-12-21T15:38:05.509Z] === RUN   TestDockerSuite/TestVolumeLsFormat
15:38:05 [2021-12-21T15:38:05.509Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
15:38:05 [2021-12-21T15:38:05.509Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
15:38:06 [2021-12-21T15:38:06.564Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
15:38:07 [2021-12-21T15:38:07.655Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
15:38:09 [2021-12-21T15:38:09.475Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
15:38:11 [2021-12-21T15:38:11.371Z] === RUN   TestDockerSuite/TestRunExposePort
15:38:11 [2021-12-21T15:38:11.371Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
15:38:11 [2021-12-21T15:38:11.371Z]     docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux
15:38:11 [2021-12-21T15:38:11.371Z] === RUN   TestDockerSuite/TestRunGroupAdd
15:38:11 [2021-12-21T15:38:11.371Z]     docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux
15:38:11 [2021-12-21T15:38:11.371Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
15:38:11 [2021-12-21T15:38:11.371Z]     docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
15:38:11 [2021-12-21T15:38:11.371Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
15:38:11 [2021-12-21T15:38:11.371Z]     docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
15:38:11 [2021-12-21T15:38:11.371Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
15:38:11 [2021-12-21T15:38:11.371Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
15:38:11 [2021-12-21T15:38:11.371Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
15:38:11 [2021-12-21T15:38:11.371Z]     docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
15:38:11 [2021-12-21T15:38:11.371Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
15:38:11 [2021-12-21T15:38:11.371Z]     docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
15:38:11 [2021-12-21T15:38:11.371Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
15:38:12 [2021-12-21T15:38:12.825Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
15:38:15 [2021-12-21T15:38:15.934Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
15:38:15 [2021-12-21T15:38:15.934Z]     docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
15:38:15 [2021-12-21T15:38:15.934Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
15:38:17 [2021-12-21T15:38:17.496Z] --- PASS: TestDockerSuite (2783.09s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.93s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.30s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.77s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (93.40s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.91s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.23s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.84s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.30s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.88s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.03s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.54s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (100.03s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.91s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.87s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.14s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.31s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.13s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.78s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.91s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.59s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.46s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (6.24s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.34s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.52s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.99s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.31s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.62s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAddTar (41.28s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.54s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (21.87s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.73s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.63s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.49s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.89s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.09s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.68s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.52s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.18s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.19s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.76s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (29.06s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.46s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.55s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.75s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s)
15:38:17 [2021-12-21T15:38:17.496Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.81s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.79s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.81s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (1.21s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.73s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.69s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.70s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.92s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.79s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.51s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.62s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.31s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.19s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.65s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.09s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.84s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.74s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (42.14s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.85s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.73s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.49s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.52s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.66s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (28.59s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.89s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.51s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.77s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.33s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.05s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.68s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.76s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.74s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (60.69s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.62s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.53s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (67.72s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.16s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.08s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.96s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.36s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (12.99s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (34.65s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.45s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.01s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (93.61s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.60s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.47s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.72s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.45s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.64s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.71s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.20s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.85s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.62s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.04s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.47s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.91s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.30s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.44s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.41s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.86s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.08s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildFails (3.16s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.38s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.32s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildForceRm (8.42s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildFromGit (7.74s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.69s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.81s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.86s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.69s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.05s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildHistory (15.28s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildIidFile (1.31s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.53s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.97s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.78s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildLabel (1.27s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.84s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.27s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.78s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildLabels (1.31s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.97s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.66s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.70s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.79s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.49s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.04s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.63s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (40.03s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.80s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.07s)
15:38:17 [2021-12-21T15:38:17.497Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.18s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.17s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (21.21s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.06s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.80s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildNoContext (3.77s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.86s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.28s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.17s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.81s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.24s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.76s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (11.55s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.19s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.74s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.97s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.47s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.04s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.78s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.59s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.04s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (51.08s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (23.63s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildRm (15.35s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.13s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.54s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.92s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.99s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.17s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (5.91s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (20.10s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.04s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.82s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.25s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.35s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.97s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildStderr (5.38s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (24.40s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.53s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.23s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.71s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (5.65s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.57s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.04s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (5.07s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.71s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.76s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (27.27s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.22s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (11.28s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.15s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (3.15s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (14.31s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (5.30s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.57s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.03s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.53s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.52s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.49s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.71s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.52s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.51s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.46s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.83s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestCommitChange (6.53s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (5.96s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestCommitNewFile (9.01s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestCommitTTY (9.08s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.96s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.14s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (8.91s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.19s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
15:38:17 [2021-12-21T15:38:17.965Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.10s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (3.09s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.20s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (3.97s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.64s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.65s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.79s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.15s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.17s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (2.64s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.41s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.36s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (3.05s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (4.76s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.52s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.15s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (2.42s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (3.21s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.64s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.15s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (5.00s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.64s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.30s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.37s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (3.02s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (3.03s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (3.10s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (3.04s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc00052a870_<nil>} (3.05s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12747529082_c:\foo_false__<nil>_<nil>_<nil>} (3.06s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12747529082_c:\foo_true__<nil>_<nil>_<nil>} (3.04s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.59s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.12s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.12s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.14s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
15:38:17 [2021-12-21T15:38:17.966Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.14s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (3.22s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (3.36s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCpRelativePath (3.28s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCpToCaseA (5.89s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCpToCaseB (3.38s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCpToCaseE (11.64s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCpToCaseH (11.46s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCpToDot (3.28s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCpToStdout (3.34s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.29s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.26s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateByImageID (2.39s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (3.31s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.27s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.31s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.89s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.28s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateRM (0.53s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.26s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.49s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.28s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.30s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.71s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.14s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.35s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.53s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.20s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.04s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.05s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.05s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestDockerFails (0.08s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (3.38s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.39s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.47s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (10.99s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsCopy (6.00s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (6.84s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.10s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.96s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (5.37s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (1.26s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsFilterType (1.26s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsFilters (6.46s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsFormat (6.04s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.20s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsRename (3.31s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsResize (8.57s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.06s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.10s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.65s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.81s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.24s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.43s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.48s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.61s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.71s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.66s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.62s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.67s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.78s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestExecInspectID (4.07s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.93s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.78s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.75s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestGetContainerStats (6.59s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.55s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.51s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.52s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.20s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.10s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.58s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.38s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.83s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.36s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.11s)
15:38:17 [2021-12-21T15:38:17.966Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.26s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.31s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.61s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.50s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.24s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.29s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.44s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.13s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.26s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.05s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.05s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectDefault (3.08s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectHistory (5.78s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectInt64 (3.13s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (2.61s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.26s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.10s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.70s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.09s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.65s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectStatus (3.90s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.15s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (2.75s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.05s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.66s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.11s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.07s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.03s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.10s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.03s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.63s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.54s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (6.35s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.15s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.68s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.64s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.55s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.64s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.21s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.03s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (3.18s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.30s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsSince (9.85s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsTail (3.59s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (3.24s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (3.20s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.03s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.30s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.48s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPsByOrder (10.10s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (11.29s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (18.59s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.43s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.16s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.79s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (9.68s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.86s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (6.00s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPsShowMounts (8.39s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.70s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.32s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.98s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.10s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.74s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.27s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (24.04s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (8.65s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.36s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.29s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.01s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (5.73s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.74s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (5.76s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.08s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.41s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (16.93s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.80s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.87s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (6.50s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.29s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (5.27s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRmiTag (0.80s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.17s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (21.06s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.57s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.28s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.42s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.81s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.10s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.34s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.11s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.10s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.07s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunBindMounts (5.72s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.18s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.75s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (2.89s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.51s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.30s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.11s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (3.06s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.30s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.18s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.17s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.21s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.06s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (3.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (3.01s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunExitCode (3.01s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (3.10s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (3.11s)
15:38:17 [2021-12-21T15:38:17.967Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.13s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.08s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.31s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.10s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.43s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.49s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.03s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunMount (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.85s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.64s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.60s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.03s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.52s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.28s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.30s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.57s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.57s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (10.50s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunRm (3.16s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (6.16s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (3.14s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (2.98s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.61s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (3.31s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunState (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.64s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (3.22s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.41s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (3.07s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.06s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.06s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (9.19s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.13s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.58s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.20s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.14s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.18s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.15s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.63s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.52s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.34s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.23s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.35s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.30s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.81s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (9.11s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.03s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (5.48s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.50s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (2.63s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (2.78s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.63s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.32s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.39s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.34s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (3.56s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.99s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.44s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.44s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (10.03s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.78s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.23s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (9.03s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.34s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.33s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (11.31s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
15:38:17 [2021-12-21T15:38:17.968Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.59s)
15:38:17 [2021-12-21T15:38:17.968Z] === RUN   TestDockerRegistrySuite
15:38:17 [2021-12-21T15:38:17.968Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
15:38:17 [2021-12-21T15:38:17.968Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.968Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
15:38:17 [2021-12-21T15:38:17.968Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.968Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
15:38:17 [2021-12-21T15:38:17.968Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.968Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
15:38:17 [2021-12-21T15:38:17.968Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.968Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
15:38:17 [2021-12-21T15:38:17.968Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.968Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
15:38:17 [2021-12-21T15:38:17.968Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.968Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
15:38:17 [2021-12-21T15:38:17.968Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.968Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
15:38:17 [2021-12-21T15:38:17.968Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.968Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
15:38:17 [2021-12-21T15:38:17.968Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.968Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
15:38:17 [2021-12-21T15:38:17.968Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.968Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
15:38:17 [2021-12-21T15:38:17.968Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.968Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
15:38:17 [2021-12-21T15:38:17.968Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistrySuite/TestV2Only
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] --- PASS: TestDockerRegistrySuite (0.17s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerSchema1RegistrySuite
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistryAuthTokenSuite
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerDaemonSuite
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] --- PASS: TestDockerDaemonSuite (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerSwarmSuite
15:38:17 [2021-12-21T15:38:17.969Z] --- PASS: TestDockerSwarmSuite (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerPluginSuite
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerPluginSuite/TestPluginCreate
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerPluginSuite/TestPluginInspect
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerPluginSuite/TestPluginSet
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] --- PASS: TestDockerPluginSuite (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerExternalVolumeSuite
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:127: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerNetworkSuite
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:133: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] --- SKIP: TestDockerNetworkSuite (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z] === RUN   TestDockerHubPullSuite
15:38:17 [2021-12-21T15:38:17.969Z]     check_test.go:141: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z] --- SKIP: TestDockerHubPullSuite (0.00s)
15:38:17 [2021-12-21T15:38:17.969Z] PASS
15:38:17 [2021-12-21T15:38:17.969Z] ok  	github.com/docker/docker/integration-cli	2783.541s
15:38:17 [2021-12-21T15:38:17.969Z] 
15:38:17 [2021-12-21T15:38:17.969Z] === Skipped
15:38:17 [2021-12-21T15:38:17.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z] 
15:38:17 [2021-12-21T15:38:17.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z] 
15:38:17 [2021-12-21T15:38:17.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z] 
15:38:17 [2021-12-21T15:38:17.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z] 
15:38:17 [2021-12-21T15:38:17.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z] 
15:38:17 [2021-12-21T15:38:17.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z] 
15:38:17 [2021-12-21T15:38:17.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z] 
15:38:17 [2021-12-21T15:38:17.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.969Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
15:38:17 [2021-12-21T15:38:17.969Z] 
15:38:17 [2021-12-21T15:38:17.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_run_test.go:3155: unmatched requirement Apparmor
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_run_test.go:3133: unmatched requirement Apparmor
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.03s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.03s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_api_build_test.go:176: unmatched requirement UnixCli
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.54s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.54s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.99s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.49s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.49s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.52s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.52s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.97s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.55s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.55s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_api_build_test.go:401: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:3570: unmatched requirement UnixCli
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s)
15:38:17 [2021-12-21T15:38:17.970Z]     docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux
15:38:17 [2021-12-21T15:38:17.970Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s)
15:38:17 [2021-12-21T15:38:17.970Z] 
15:38:17 [2021-12-21T15:38:17.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
15:38:18 [2021-12-21T15:38:18.422Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
15:38:18 [2021-12-21T15:38:18.422Z]     docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.422Z] === RUN   TestDockerSuite/TestRunInvalidReference
15:38:18 [2021-12-21T15:38:18.422Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
15:38:18 [2021-12-21T15:38:18.422Z]     docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.422Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
15:38:18 [2021-12-21T15:38:18.422Z]     docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.422Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
15:38:18 [2021-12-21T15:38:18.422Z]     docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.422Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
15:38:18 [2021-12-21T15:38:18.422Z]     docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.422Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.52s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.52s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.49s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.51s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.51s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.53s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.53s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.47s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.47s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.47s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.47s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.08s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.08s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:3697: unmatched requirement UnixCli
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.03s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.03s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.54s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_api_build_test.go:512: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.54s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.53s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.53s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.53s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.53s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.53s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.52s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.52s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.51s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.51s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.439Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
15:38:18 [2021-12-21T15:38:18.439Z] 
15:38:18 [2021-12-21T15:38:18.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_sni_test.go:18: Flakey test
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.03s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.03s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.440Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z] 
15:38:18 [2021-12-21T15:38:18.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
15:38:18 [2021-12-21T15:38:18.440Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.04s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.04s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.05s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.05s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.05s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.05s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.03s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.441Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
15:38:18 [2021-12-21T15:38:18.441Z] 
15:38:18 [2021-12-21T15:38:18.441Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.03s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.03s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.03s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.03s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.442Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z]     docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.442Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
15:38:18 [2021-12-21T15:38:18.442Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.03s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.03s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z] 
15:38:18 [2021-12-21T15:38:18.443Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
15:38:18 [2021-12-21T15:38:18.443Z]     docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.443Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.03s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.03s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunMount (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.03s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.03s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2860: unmatched requirement Apparmor
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunState (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:2899: unmatched requirement Apparmor
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.444Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z]     docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.444Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
15:38:18 [2021-12-21T15:38:18.444Z] 
15:38:18 [2021-12-21T15:38:18.627Z] === RUN   TestDockerSuite/TestEventsTop
15:38:18 [2021-12-21T15:38:18.627Z]     docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.627Z] === RUN   TestDockerSuite/TestEventsUntag
15:38:18 [2021-12-21T15:38:18.912Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z]     docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.912Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z] 
15:38:18 [2021-12-21T15:38:18.912Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z]     docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.912Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z] 
15:38:18 [2021-12-21T15:38:18.912Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z]     docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.912Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z] 
15:38:18 [2021-12-21T15:38:18.912Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z]     docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.912Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z] 
15:38:18 [2021-12-21T15:38:18.912Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z]     docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.912Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z] 
15:38:18 [2021-12-21T15:38:18.912Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z]     docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.912Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z] 
15:38:18 [2021-12-21T15:38:18.912Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z]     docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.912Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z] 
15:38:18 [2021-12-21T15:38:18.912Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z]     docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.912Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z] 
15:38:18 [2021-12-21T15:38:18.912Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z]     docker_cli_run_test.go:3016: unmatched requirement Apparmor
15:38:18 [2021-12-21T15:38:18.912Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z] 
15:38:18 [2021-12-21T15:38:18.912Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z]     docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.912Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z] 
15:38:18 [2021-12-21T15:38:18.912Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z]     docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.912Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z] 
15:38:18 [2021-12-21T15:38:18.912Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z]     docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.912Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z] 
15:38:18 [2021-12-21T15:38:18.912Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z]     docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.912Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
15:38:18 [2021-12-21T15:38:18.912Z] 
15:38:18 [2021-12-21T15:38:18.912Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z]     docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z] 
15:38:18 [2021-12-21T15:38:18.913Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
15:38:18 [2021-12-21T15:38:18.913Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.913Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:127: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:133: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
15:38:18 [2021-12-21T15:38:18.914Z]     check_test.go:141: unmatched requirement DaemonIsLinux
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] DONE 1085 tests, 539 skipped in 2795.724s
15:38:18 [2021-12-21T15:38:18.914Z] INFO: Integration tests ended at 12/21/2021 15:38:18. Duration:00:46:35.9074165
15:38:18 [2021-12-21T15:38:18.914Z] INFO: Docker info of the daemon under test at end of run
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] Containers: 2
15:38:18 [2021-12-21T15:38:18.914Z]  Running: 0
15:38:18 [2021-12-21T15:38:18.914Z]  Paused: 0
15:38:18 [2021-12-21T15:38:18.914Z]  Stopped: 2
15:38:18 [2021-12-21T15:38:18.914Z] Images: 18
15:38:18 [2021-12-21T15:38:18.914Z] Server Version: 0.0.0-dev
15:38:18 [2021-12-21T15:38:18.914Z] Storage Driver: windowsfilter
15:38:18 [2021-12-21T15:38:18.914Z]  Windows: 
15:38:18 [2021-12-21T15:38:18.914Z] Logging Driver: json-file
15:38:18 [2021-12-21T15:38:18.914Z] Plugins: 
15:38:18 [2021-12-21T15:38:18.914Z]  Volume: local
15:38:18 [2021-12-21T15:38:18.914Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
15:38:18 [2021-12-21T15:38:18.914Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
15:38:18 [2021-12-21T15:38:18.914Z] Swarm: inactive
15:38:18 [2021-12-21T15:38:18.914Z] Default Isolation: process
15:38:18 [2021-12-21T15:38:18.914Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
15:38:18 [2021-12-21T15:38:18.914Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230)
15:38:18 [2021-12-21T15:38:18.914Z] OSType: windows
15:38:18 [2021-12-21T15:38:18.914Z] Architecture: x86_64
15:38:18 [2021-12-21T15:38:18.914Z] CPUs: 4
15:38:18 [2021-12-21T15:38:18.914Z] Total Memory: 32GiB
15:38:18 [2021-12-21T15:38:18.914Z] Name: azwin-2-cdd2a1
15:38:18 [2021-12-21T15:38:18.914Z] ID: GINT:PZQO:IDI3:YY7H:N33E:HXCA:ALJF:7KHN:DTZK:N5ZZ:MWKZ:ZTUS
15:38:18 [2021-12-21T15:38:18.914Z] Docker Root Dir: D:\CI\PR-43075\44\daemon
15:38:18 [2021-12-21T15:38:18.914Z] Debug Mode (client): false
15:38:18 [2021-12-21T15:38:18.914Z] Debug Mode (server): true
15:38:18 [2021-12-21T15:38:18.914Z]  File Descriptors: -1
15:38:18 [2021-12-21T15:38:18.914Z]  Goroutines: 17
15:38:18 [2021-12-21T15:38:18.914Z]  System Time: 2021-12-21T15:38:18.6863567Z
15:38:18 [2021-12-21T15:38:18.914Z]  EventsListeners: 0
15:38:18 [2021-12-21T15:38:18.914Z] Registry: https://index.docker.io/v1/
15:38:18 [2021-12-21T15:38:18.914Z] Labels:
15:38:18 [2021-12-21T15:38:18.914Z] Experimental: false
15:38:18 [2021-12-21T15:38:18.914Z] Insecure Registries:
15:38:18 [2021-12-21T15:38:18.914Z]  127.0.0.0/8
15:38:18 [2021-12-21T15:38:18.914Z] Live Restore Enabled: false
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] 
15:38:18 [2021-12-21T15:38:18.914Z] INFO: Stopping daemon under test
15:38:19 [2021-12-21T15:38:19.382Z] SUCCESS: The process with PID 4644 (child process of PID 3112) has been terminated.
15:38:19 [2021-12-21T15:38:19.382Z] SUCCESS: The process with PID 3112 (child process of PID 860) has been terminated.
15:38:19 [2021-12-21T15:38:19.382Z] INFO: Stop tailing logs of the daemon under tests
15:38:19 [2021-12-21T15:38:19.382Z] INFO: executeCI.ps1 Completed successfully at 12/21/2021 15:38:18.
15:38:19 [2021-12-21T15:38:19.382Z] INFO: Tidying up at end of run
15:38:19 [2021-12-21T15:38:19.382Z] INFO: Saving daemon under test log (d:\CI\PR-43075\44\dut.out) to bundles\CIDUT.out
15:38:19 [2021-12-21T15:38:19.382Z] INFO: Saving daemon under test log (d:\CI\PR-43075\44\dut.err) to bundles\CIDUT.err
15:38:19 [2021-12-21T15:38:19.382Z] INFO: Saving containerd logs to bundles
15:38:19 [2021-12-21T15:38:19.382Z] INFO: Nuke-Everything...
15:38:19 [2021-12-21T15:38:19.382Z] INFO: Container count on control daemon to delete is 2
15:38:19 [2021-12-21T15:38:19.382Z] fc10673139d0
15:38:19 [2021-12-21T15:38:19.382Z] a8f3438182c4
15:38:19 [2021-12-21T15:38:19.850Z] INFO: Tidying pidfile d:\CI\PR-43075\44\docker.pid
15:38:19 [2021-12-21T15:38:19.850Z] INFO: Nuking d:\CI
15:38:20 [2021-12-21T15:38:20.813Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
15:38:26 [2021-12-21T15:38:26.975Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
15:38:26 [2021-12-21T15:38:26.975Z]     docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
15:38:26 [2021-12-21T15:38:26.975Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
15:38:29 [2021-12-21T15:38:29.140Z] === RUN   TestDockerSuite/TestRunModeHostname
15:38:29 [2021-12-21T15:38:29.140Z]     docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux
15:38:29 [2021-12-21T15:38:29.140Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
15:38:29 [2021-12-21T15:38:29.140Z]     docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
15:38:29 [2021-12-21T15:38:29.140Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
15:38:29 [2021-12-21T15:38:29.140Z]     docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
15:38:29 [2021-12-21T15:38:29.140Z] === RUN   TestDockerSuite/TestRunModeIpcHost
15:38:29 [2021-12-21T15:38:29.140Z]     docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
15:38:29 [2021-12-21T15:38:29.140Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
15:38:29 [2021-12-21T15:38:29.140Z]     docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
15:38:29 [2021-12-21T15:38:29.140Z] === RUN   TestDockerSuite/TestRunModePIDContainer
15:38:29 [2021-12-21T15:38:29.140Z]     docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
15:38:29 [2021-12-21T15:38:29.140Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
15:38:29 [2021-12-21T15:38:29.140Z]     docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
15:38:29 [2021-12-21T15:38:29.140Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
15:38:29 [2021-12-21T15:38:29.140Z]     docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
15:38:29 [2021-12-21T15:38:29.140Z] === RUN   TestDockerSuite/TestRunModeUTSHost
15:38:29 [2021-12-21T15:38:29.140Z]     docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
15:38:29 [2021-12-21T15:38:29.140Z] === RUN   TestDockerSuite/TestRunMount
15:38:29 [2021-12-21T15:38:29.140Z]     docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
15:38:29 [2021-12-21T15:38:29.140Z] === RUN   TestDockerSuite/TestRunMountOrdering
15:38:29 [2021-12-21T15:38:29.140Z]     docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
15:38:29 [2021-12-21T15:38:29.140Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
15:38:29 [2021-12-21T15:38:29.140Z]     docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
15:38:29 [2021-12-21T15:38:29.140Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
15:38:29 [2021-12-21T15:38:29.140Z]     docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
15:38:29 [2021-12-21T15:38:29.140Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
15:38:31 [2021-12-21T15:38:31.148Z] === RUN   TestDockerSuite/TestExec
15:38:31 [2021-12-21T15:38:31.148Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
15:38:31 [2021-12-21T15:38:31.148Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
15:38:31 [2021-12-21T15:38:31.148Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
15:38:31 [2021-12-21T15:38:31.148Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
15:38:34 [2021-12-21T15:38:34.058Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
15:38:36 [2021-12-21T15:38:36.240Z] === RUN   TestDockerSuite/TestExecAPIStart
15:38:36 [2021-12-21T15:38:36.240Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
15:38:36 [2021-12-21T15:38:36.240Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
15:38:36 [2021-12-21T15:38:36.240Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
15:38:36 [2021-12-21T15:38:36.240Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
15:38:36 [2021-12-21T15:38:36.240Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
15:38:36 [2021-12-21T15:38:36.240Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
15:38:39 [2021-12-21T15:38:39.150Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
15:38:39 [2021-12-21T15:38:39.428Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
15:38:39 [2021-12-21T15:38:39.428Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
15:38:39 [2021-12-21T15:38:39.428Z] === RUN   TestDockerSuite/TestRunNamedVolume
15:38:39 [2021-12-21T15:38:39.428Z]     docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
15:38:39 [2021-12-21T15:38:39.428Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
15:38:39 [2021-12-21T15:38:39.428Z]     docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
15:38:39 [2021-12-21T15:38:39.428Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
15:38:42 [2021-12-21T15:38:42.060Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
15:38:44 [2021-12-21T15:38:44.968Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
15:38:46 [2021-12-21T15:38:46.476Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
15:38:47 [2021-12-21T15:38:47.155Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
15:38:49 [2021-12-21T15:38:49.958Z] INFO: Zapped successfully
15:38:49 [2021-12-21T15:38:49.958Z] 
15:38:49 [2021-12-21T15:38:49.958Z] INFO: executeCI.ps1 exiting at Tue Dec 21 15:38:47 CUT 2021. Duration 01:14:20.8596088
15:38:49 [2021-12-21T15:38:49.958Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
15:38:50 [2021-12-21T15:38:50.213Z] Recording test results
15:38:52 [2021-12-21T15:38:52.246Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
15:38:52 [2021-12-21T15:38:52.246Z]     docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
15:38:52 [2021-12-21T15:38:52.246Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
15:38:52 [2021-12-21T15:38:52.246Z]     docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
15:38:52 [2021-12-21T15:38:52.246Z] === RUN   TestDockerSuite/TestRunNetHost
15:38:52 [2021-12-21T15:38:52.246Z]     docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
15:38:52 [2021-12-21T15:38:52.246Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
15:38:52 [2021-12-21T15:38:52.246Z]     docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux
15:38:52 [2021-12-21T15:38:52.246Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
15:38:52 [2021-12-21T15:38:52.246Z]     docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
15:38:52 [2021-12-21T15:38:52.246Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
15:38:52 [2021-12-21T15:38:52.246Z]     docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
15:38:52 [2021-12-21T15:38:52.246Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
15:38:52 [2021-12-21T15:38:52.246Z]     docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
15:38:52 [2021-12-21T15:38:52.246Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
15:38:52 [2021-12-21T15:38:52.246Z]     docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
15:38:52 [2021-12-21T15:38:52.246Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
15:38:52 [2021-12-21T15:38:52.246Z]     docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
15:38:52 [2021-12-21T15:38:52.246Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
15:38:52 [2021-12-21T15:38:52.701Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
15:38:52 [2021-12-21T15:38:52.951Z] === RUN   TestDockerSuite/TestExecCgroup
15:38:52 [2021-12-21T15:38:52.951Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
15:38:52 [2021-12-21T15:38:52.951Z] === RUN   TestDockerSuite/TestExecEnv
15:38:52 [2021-12-21T15:38:52.951Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
15:38:52 [2021-12-21T15:38:52.951Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
15:38:52 [2021-12-21T15:38:52.951Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
15:38:52 [2021-12-21T15:38:52.951Z] === RUN   TestDockerSuite/TestExecExitStatus
15:38:54 [2021-12-21T15:38:54.229Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
15:38:55 [2021-12-21T15:38:55.135Z] === RUN   TestDockerSuite/TestExecInspectID
15:38:56 [2021-12-21T15:38:56.393Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
15:38:57 [2021-12-21T15:38:57.150Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
15:38:58 [2021-12-21T15:38:58.560Z] === RUN   TestDockerSuite/TestRunNonExistingImage
15:38:59 [2021-12-21T15:38:59.260Z] Creating win-2022-integration-bundles.zip
15:38:59 [2021-12-21T15:38:59.523Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
15:39:00 [2021-12-21T15:39:00.943Z] === RUN   TestDockerSuite/TestExecInteractive
15:39:00 [2021-12-21T15:39:00.943Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
15:39:00 [2021-12-21T15:39:00.943Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
15:39:00 [2021-12-21T15:39:00.943Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
15:39:00 [2021-12-21T15:39:00.943Z] === RUN   TestDockerSuite/TestExecParseError
15:39:00 [2021-12-21T15:39:00.943Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
15:39:00 [2021-12-21T15:39:00.943Z] === RUN   TestDockerSuite/TestExecPausedContainer
15:39:00 [2021-12-21T15:39:00.943Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
15:39:00 [2021-12-21T15:39:00.943Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
15:39:00 [2021-12-21T15:39:00.944Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
15:39:00 [2021-12-21T15:39:00.944Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
[Pipeline] archiveArtifacts
15:39:01 [2021-12-21T15:39:01.053Z] Archiving artifacts
15:39:02 [2021-12-21T15:39:02.414Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
15:39:02 [2021-12-21T15:39:02.870Z]     docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux
15:39:02 [2021-12-21T15:39:02.870Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
15:39:02 [2021-12-21T15:39:02.870Z]     docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
15:39:02 [2021-12-21T15:39:02.870Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
15:39:02 [2021-12-21T15:39:02.870Z]     docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
15:39:02 [2021-12-21T15:39:02.870Z] === RUN   TestDockerSuite/TestRunPortInUse
15:39:02 [2021-12-21T15:39:02.870Z]     docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
15:39:02 [2021-12-21T15:39:02.870Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
15:39:02 [2021-12-21T15:39:02.870Z]     docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux
15:39:02 [2021-12-21T15:39:02.870Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
15:39:02 [2021-12-21T15:39:02.870Z]     docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux
15:39:02 [2021-12-21T15:39:02.870Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
15:39:02 [2021-12-21T15:39:02.870Z]     docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux
15:39:02 [2021-12-21T15:39:02.870Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
15:39:02 [2021-12-21T15:39:02.870Z]     docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux
15:39:02 [2021-12-21T15:39:02.870Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
15:39:04 [2021-12-21T15:39:04.041Z] === RUN   TestDockerSuite/TestExecSetEnv
15:39:04 [2021-12-21T15:39:04.041Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
15:39:04 [2021-12-21T15:39:04.041Z] === RUN   TestDockerSuite/TestExecStartFails
15:39:04 [2021-12-21T15:39:04.041Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
15:39:04 [2021-12-21T15:39:04.041Z] === RUN   TestDockerSuite/TestExecStateCleanup
15:39:04 [2021-12-21T15:39:04.041Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
15:39:04 [2021-12-21T15:39:04.501Z] === RUN   TestDockerSuite/TestExecStopNotHanging
15:39:04 [2021-12-21T15:39:04.501Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
15:39:04 [2021-12-21T15:39:04.501Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
15:39:04 [2021-12-21T15:39:04.501Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
15:39:04 [2021-12-21T15:39:04.501Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
15:39:07 [2021-12-21T15:39:07.412Z] === RUN   TestDockerSuite/TestExecUlimits
15:39:07 [2021-12-21T15:39:07.412Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
15:39:07 [2021-12-21T15:39:07.412Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
15:39:07 [2021-12-21T15:39:07.730Z] === RUN   TestDockerSuite/TestRunPublishPort
15:39:07 [2021-12-21T15:39:07.730Z]     docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
15:39:07 [2021-12-21T15:39:07.730Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
15:39:07 [2021-12-21T15:39:07.730Z]     docker_cli_run_test.go:2860: unmatched requirement Apparmor
15:39:07 [2021-12-21T15:39:07.730Z] === RUN   TestDockerSuite/TestRunReadProcLatency
15:39:07 [2021-12-21T15:39:07.730Z]     docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
15:39:07 [2021-12-21T15:39:07.730Z] === RUN   TestDockerSuite/TestRunReadProcTimer
15:39:07 [2021-12-21T15:39:07.730Z]     docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
15:39:07 [2021-12-21T15:39:07.730Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
15:39:07 [2021-12-21T15:39:07.730Z]     docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux
15:39:07 [2021-12-21T15:39:07.730Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
15:39:15 [2021-12-21T15:39:15.693Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43075/44/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
15:39:16 [2021-12-21T15:39:16.641Z] + make clean
15:39:17 [2021-12-21T15:39:17.749Z] === RUN   TestDockerSuite/TestExecWithImageUser
15:39:17 [2021-12-21T15:39:17.749Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
15:39:17 [2021-12-21T15:39:17.749Z] === RUN   TestDockerSuite/TestExecWithPrivileged
15:39:17 [2021-12-21T15:39:17.749Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
15:39:17 [2021-12-21T15:39:17.749Z] === RUN   TestDockerSuite/TestExecWithUser
15:39:17 [2021-12-21T15:39:17.749Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
15:39:17 [2021-12-21T15:39:17.749Z] === RUN   TestDockerSuite/TestGetContainerStats
15:39:18 [2021-12-21T15:39:18.215Z] docker volume rm -f docker-dev-cache
15:39:18 [2021-12-21T15:39:18.215Z] docker-dev-cache
[Pipeline] deleteDir
15:39:20 [2021-12-21T15:39:20.077Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
15:39:20 [2021-12-21T15:39:20.077Z]     docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
15:39:20 [2021-12-21T15:39:20.077Z] === RUN   TestDockerSuite/TestRunRm
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
15:39:23 [2021-12-21T15:39:23.553Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
15:39:23 [2021-12-21T15:39:23.795Z] === RUN   TestDockerSuite/TestRunRmAndWait
15:39:29 [2021-12-21T15:39:29.564Z] === RUN   TestDockerSuite/TestRunRmPre125Api
15:39:30 [2021-12-21T15:39:30.634Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
15:39:33 [2021-12-21T15:39:33.300Z] === RUN   TestDockerSuite/TestRunRootWorkdir
15:39:33 [2021-12-21T15:39:33.557Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
15:39:37 [2021-12-21T15:39:37.017Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
15:39:40 [2021-12-21T15:39:40.635Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
15:39:40 [2021-12-21T15:39:40.635Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
15:39:40 [2021-12-21T15:39:40.635Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
15:39:40 [2021-12-21T15:39:40.635Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
15:39:40 [2021-12-21T15:39:40.635Z] === RUN   TestDockerSuite/TestHealth
15:39:40 [2021-12-21T15:39:40.635Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
15:39:40 [2021-12-21T15:39:40.635Z] === RUN   TestDockerSuite/TestHistoryExistentImage
15:39:40 [2021-12-21T15:39:40.635Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
15:39:40 [2021-12-21T15:39:40.635Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
15:39:40 [2021-12-21T15:39:40.635Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
15:39:40 [2021-12-21T15:39:40.735Z] === RUN   TestDockerSuite/TestRunSetMacAddress
15:39:40 [2021-12-21T15:39:40.735Z]     docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination
15:39:40 [2021-12-21T15:39:40.735Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
15:39:40 [2021-12-21T15:39:40.735Z]     docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
15:39:40 [2021-12-21T15:39:40.735Z] === RUN   TestDockerSuite/TestRunState
15:39:40 [2021-12-21T15:39:40.735Z]     docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux
15:39:40 [2021-12-21T15:39:40.735Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
15:39:44 [2021-12-21T15:39:44.457Z] === RUN   TestDockerSuite/TestRunStdinPipe
15:39:44 [2021-12-21T15:39:44.457Z]     docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux
15:39:44 [2021-12-21T15:39:44.457Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
15:39:44 [2021-12-21T15:39:44.457Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
15:39:44 [2021-12-21T15:39:44.457Z]     docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux
15:39:44 [2021-12-21T15:39:44.457Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
15:39:44 [2021-12-21T15:39:44.457Z]     docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux
15:39:44 [2021-12-21T15:39:44.457Z] === RUN   TestDockerSuite/TestRunTLSVerify
15:39:44 [2021-12-21T15:39:44.913Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
15:39:44 [2021-12-21T15:39:44.913Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
15:39:44 [2021-12-21T15:39:44.913Z]     docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux
15:39:44 [2021-12-21T15:39:44.913Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
15:39:46 [2021-12-21T15:39:46.435Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
15:39:46 [2021-12-21T15:39:46.435Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
15:39:46 [2021-12-21T15:39:46.435Z]     docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux
15:39:46 [2021-12-21T15:39:46.435Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
15:39:46 [2021-12-21T15:39:46.435Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
15:39:46 [2021-12-21T15:39:46.435Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
15:39:46 [2021-12-21T15:39:46.898Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
15:39:47 [2021-12-21T15:39:47.870Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
15:39:47 [2021-12-21T15:39:47.870Z]     docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux
15:39:47 [2021-12-21T15:39:47.870Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
15:39:49 [2021-12-21T15:39:49.410Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
15:39:49 [2021-12-21T15:39:49.410Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
15:39:50 [2021-12-21T15:39:50.680Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
15:39:50 [2021-12-21T15:39:50.680Z]     docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux
15:39:50 [2021-12-21T15:39:50.680Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
15:39:50 [2021-12-21T15:39:50.680Z]     docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux
15:39:50 [2021-12-21T15:39:50.680Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
15:39:50 [2021-12-21T15:39:50.680Z]     docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux
15:39:50 [2021-12-21T15:39:50.680Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
15:39:50 [2021-12-21T15:39:50.680Z]     docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
15:39:50 [2021-12-21T15:39:50.680Z] === RUN   TestDockerSuite/TestRunUnshareProc
15:39:50 [2021-12-21T15:39:50.680Z]     docker_cli_run_test.go:2899: unmatched requirement Apparmor
15:39:50 [2021-12-21T15:39:50.680Z] === RUN   TestDockerSuite/TestRunUserByID
15:39:50 [2021-12-21T15:39:50.680Z]     docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux
15:39:50 [2021-12-21T15:39:50.680Z] === RUN   TestDockerSuite/TestRunUserByIDBig
15:39:50 [2021-12-21T15:39:50.680Z]     docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux
15:39:50 [2021-12-21T15:39:50.680Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
15:39:50 [2021-12-21T15:39:50.680Z]     docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux
15:39:50 [2021-12-21T15:39:50.680Z] === RUN   TestDockerSuite/TestRunUserByIDZero
15:39:50 [2021-12-21T15:39:50.680Z]     docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux
15:39:50 [2021-12-21T15:39:50.680Z] === RUN   TestDockerSuite/TestRunUserByName
15:39:50 [2021-12-21T15:39:50.680Z]     docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux
15:39:50 [2021-12-21T15:39:50.680Z] === RUN   TestDockerSuite/TestRunUserDefaults
15:39:52 [2021-12-21T15:39:52.321Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
15:39:52 [2021-12-21T15:39:52.321Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
15:39:54 [2021-12-21T15:39:54.400Z] === RUN   TestDockerSuite/TestRunUserNotFound
15:39:54 [2021-12-21T15:39:54.400Z]     docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux
15:39:54 [2021-12-21T15:39:54.400Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
15:39:56 [2021-12-21T15:39:56.065Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
15:39:57 [2021-12-21T15:39:57.289Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
15:39:57 [2021-12-21T15:39:57.289Z]     docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
15:39:57 [2021-12-21T15:39:57.289Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
15:39:57 [2021-12-21T15:39:57.289Z]     docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
15:39:57 [2021-12-21T15:39:57.289Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
15:39:58 [2021-12-21T15:39:58.982Z] === RUN   TestDockerSuite/TestImagesFormat
15:39:59 [2021-12-21T15:39:59.443Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
15:39:59 [2021-12-21T15:39:59.443Z]     docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux
15:39:59 [2021-12-21T15:39:59.443Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
15:40:01 [2021-12-21T15:40:01.954Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
15:40:04 [2021-12-21T15:40:04.136Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
15:40:04 [2021-12-21T15:40:04.136Z] === RUN   TestDockerSuite/TestImportBadURL
15:40:06 [2021-12-21T15:40:06.317Z] === RUN   TestDockerSuite/TestImportDisplay
15:40:06 [2021-12-21T15:40:06.317Z]     docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux
15:40:06 [2021-12-21T15:40:06.317Z] === RUN   TestDockerSuite/TestImportFile
15:40:06 [2021-12-21T15:40:06.317Z]     docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux
15:40:06 [2021-12-21T15:40:06.317Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
15:40:06 [2021-12-21T15:40:06.317Z] === RUN   TestDockerSuite/TestImportFileWithMessage
15:40:06 [2021-12-21T15:40:06.317Z]     docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux
15:40:06 [2021-12-21T15:40:06.777Z] === RUN   TestDockerSuite/TestImportGzipped
15:40:06 [2021-12-21T15:40:06.777Z]     docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux
15:40:06 [2021-12-21T15:40:06.777Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
15:40:06 [2021-12-21T15:40:06.777Z]     docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux
15:40:06 [2021-12-21T15:40:06.777Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
15:40:06 [2021-12-21T15:40:06.777Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
15:40:06 [2021-12-21T15:40:06.777Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
15:40:06 [2021-12-21T15:40:06.777Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
15:40:06 [2021-12-21T15:40:06.777Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
15:40:06 [2021-12-21T15:40:06.777Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
15:40:06 [2021-12-21T15:40:06.777Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
15:40:06 [2021-12-21T15:40:06.777Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
15:40:06 [2021-12-21T15:40:06.777Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
15:40:06 [2021-12-21T15:40:06.777Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
15:40:06 [2021-12-21T15:40:06.777Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:40:06 [2021-12-21T15:40:06.777Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
15:40:10 [2021-12-21T15:40:10.517Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
15:40:12 [2021-12-21T15:40:12.245Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
15:40:19 [2021-12-21T15:40:19.090Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
15:40:19 [2021-12-21T15:40:19.091Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
15:40:19 [2021-12-21T15:40:19.091Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
15:40:19 [2021-12-21T15:40:19.091Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
15:40:19 [2021-12-21T15:40:19.091Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
15:40:19 [2021-12-21T15:40:19.091Z] === RUN   TestDockerSuite/TestInspectAmpersand
15:40:19 [2021-12-21T15:40:19.091Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
15:40:19 [2021-12-21T15:40:19.091Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
15:40:19 [2021-12-21T15:40:19.289Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
15:40:21 [2021-12-21T15:40:21.278Z] === RUN   TestDockerSuite/TestInspectByPrefix
15:40:21 [2021-12-21T15:40:21.278Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
15:40:24 [2021-12-21T15:40:24.185Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
15:40:24 [2021-12-21T15:40:24.185Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
15:40:24 [2021-12-21T15:40:24.185Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
15:40:24 [2021-12-21T15:40:24.185Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
15:40:24 [2021-12-21T15:40:24.185Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
15:40:24 [2021-12-21T15:40:24.185Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
15:40:24 [2021-12-21T15:40:24.185Z] === RUN   TestDockerSuite/TestInspectDefault
15:40:27 [2021-12-21T15:40:27.107Z] === RUN   TestDockerSuite/TestInspectHistory
15:40:29 [2021-12-21T15:40:29.579Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
15:40:29 [2021-12-21T15:40:29.579Z]     docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux
15:40:29 [2021-12-21T15:40:29.579Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
15:40:29 [2021-12-21T15:40:29.579Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
15:40:34 [2021-12-21T15:40:34.187Z] === RUN   TestDockerSuite/TestInspectImage
15:40:34 [2021-12-21T15:40:34.187Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
15:40:34 [2021-12-21T15:40:34.187Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
15:40:34 [2021-12-21T15:40:34.187Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
15:40:34 [2021-12-21T15:40:34.187Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
15:40:34 [2021-12-21T15:40:34.187Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:40:34 [2021-12-21T15:40:34.187Z] === RUN   TestDockerSuite/TestInspectInt64
15:40:34 [2021-12-21T15:40:34.259Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
15:40:36 [2021-12-21T15:40:36.368Z] === RUN   TestDockerSuite/TestInspectJSONFields
15:40:37 [2021-12-21T15:40:37.146Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
15:40:39 [2021-12-21T15:40:39.547Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
15:40:39 [2021-12-21T15:40:39.547Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
15:40:40 [2021-12-21T15:40:40.862Z] === RUN   TestDockerSuite/TestRunWithBadDevice
15:40:40 [2021-12-21T15:40:40.862Z]     docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux
15:40:40 [2021-12-21T15:40:40.862Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
15:40:40 [2021-12-21T15:40:40.862Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
15:40:40 [2021-12-21T15:40:40.862Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
15:40:40 [2021-12-21T15:40:40.862Z]     docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux
15:40:40 [2021-12-21T15:40:40.862Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
15:40:40 [2021-12-21T15:40:40.862Z]     docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
15:40:40 [2021-12-21T15:40:40.862Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
15:40:40 [2021-12-21T15:40:40.862Z]     docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
15:40:40 [2021-12-21T15:40:40.862Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
15:40:40 [2021-12-21T15:40:40.862Z]     docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
15:40:40 [2021-12-21T15:40:40.862Z] === RUN   TestDockerSuite/TestRunWithUlimits
15:40:40 [2021-12-21T15:40:40.862Z]     docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
15:40:40 [2021-12-21T15:40:40.862Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
15:40:46 [2021-12-21T15:40:46.631Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
15:40:48 [2021-12-21T15:40:48.128Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
15:40:49 [2021-12-21T15:40:49.524Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
15:40:49 [2021-12-21T15:40:49.670Z] === RUN   TestDockerSuite/TestInspectPlugin
15:40:49 [2021-12-21T15:40:49.670Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
15:40:49 [2021-12-21T15:40:49.670Z] === RUN   TestDockerSuite/TestInspectRootFS
15:40:50 [2021-12-21T15:40:50.132Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
15:40:51 [2021-12-21T15:40:51.690Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
15:40:53 [2021-12-21T15:40:53.049Z] === RUN   TestDockerSuite/TestInspectStatus
15:40:55 [2021-12-21T15:40:55.960Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_run_test.go:3016: unmatched requirement Apparmor
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestSaveCheckTimes
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestSaveImageId
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestSaveLoadParents
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestSaveMultipleNames
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestSaveSingleTag
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
15:40:58 [2021-12-21T15:40:58.738Z]     docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux
15:40:58 [2021-12-21T15:40:58.738Z] === RUN   TestDockerSuite/TestSearchCmdOptions
15:41:00 [2021-12-21T15:41:00.904Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
15:41:01 [2021-12-21T15:41:01.360Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
15:41:01 [2021-12-21T15:41:01.763Z] === RUN   TestDockerSuite/TestInspectTemplateError
15:41:01 [2021-12-21T15:41:01.816Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
15:41:02 [2021-12-21T15:41:02.272Z] === RUN   TestDockerSuite/TestSearchWithLimit
15:41:03 [2021-12-21T15:41:03.798Z] === RUN   TestDockerSuite/TestSlowStdinClosing
15:41:04 [2021-12-21T15:41:04.674Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
15:41:07 [2021-12-21T15:41:07.589Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
15:41:10 [2021-12-21T15:41:10.497Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
15:41:13 [2021-12-21T15:41:13.406Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
15:41:14 [2021-12-21T15:41:14.085Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
15:41:14 [2021-12-21T15:41:14.085Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
15:41:14 [2021-12-21T15:41:14.085Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
15:41:15 [2021-12-21T15:41:15.590Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestInspectUnknownObject
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestLinkShortDefinition
15:41:18 [2021-12-21T15:41:18.501Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestLinksEnvs
15:41:18 [2021-12-21T15:41:18.501Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
15:41:18 [2021-12-21T15:41:18.501Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
15:41:18 [2021-12-21T15:41:18.501Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
15:41:18 [2021-12-21T15:41:18.501Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
15:41:18 [2021-12-21T15:41:18.501Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
15:41:18 [2021-12-21T15:41:18.501Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
15:41:18 [2021-12-21T15:41:18.501Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
15:41:18 [2021-12-21T15:41:18.501Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
15:41:18 [2021-12-21T15:41:18.501Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
15:41:18 [2021-12-21T15:41:18.501Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
15:41:18 [2021-12-21T15:41:18.501Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
15:41:18 [2021-12-21T15:41:18.501Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
15:41:18 [2021-12-21T15:41:18.501Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.501Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
15:41:18 [2021-12-21T15:41:18.501Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.960Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
15:41:18 [2021-12-21T15:41:18.960Z]     docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux
15:41:18 [2021-12-21T15:41:18.960Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
15:41:18 [2021-12-21T15:41:18.960Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
15:41:18 [2021-12-21T15:41:18.960Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
15:41:21 [2021-12-21T15:41:21.140Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
15:41:24 [2021-12-21T15:41:24.049Z] === RUN   TestDockerSuite/TestLogsAPIUntil
15:41:26 [2021-12-21T15:41:26.423Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
15:41:26 [2021-12-21T15:41:26.423Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
15:41:26 [2021-12-21T15:41:26.423Z] === RUN   TestDockerSuite/TestStartAttachSilent
15:41:31 [2021-12-21T15:41:31.090Z] === RUN   TestDockerSuite/TestStartAttachWithRename
15:41:31 [2021-12-21T15:41:31.090Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
15:41:31 [2021-12-21T15:41:31.090Z] === RUN   TestDockerSuite/TestStartMultipleContainers
15:41:31 [2021-12-21T15:41:31.090Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
15:41:31 [2021-12-21T15:41:31.090Z] === RUN   TestDockerSuite/TestStartPausedContainer
15:41:31 [2021-12-21T15:41:31.090Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
15:41:31 [2021-12-21T15:41:31.090Z] === RUN   TestDockerSuite/TestStartRecordError
15:41:31 [2021-12-21T15:41:31.090Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
15:41:31 [2021-12-21T15:41:31.090Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
15:41:31 [2021-12-21T15:41:31.130Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
15:41:33 [2021-12-21T15:41:33.311Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
15:41:33 [2021-12-21T15:41:33.311Z]     docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux
15:41:33 [2021-12-21T15:41:33.311Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
15:41:36 [2021-12-21T15:41:36.222Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
15:41:36 [2021-12-21T15:41:36.222Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
15:41:41 [2021-12-21T15:41:41.376Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
15:41:41 [2021-12-21T15:41:41.376Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
15:41:41 [2021-12-21T15:41:41.376Z] === RUN   TestDockerSuite/TestStatsAllNoStream
15:41:41 [2021-12-21T15:41:41.376Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
15:41:41 [2021-12-21T15:41:41.376Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
15:41:41 [2021-12-21T15:41:41.376Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
15:41:41 [2021-12-21T15:41:41.376Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
15:41:41 [2021-12-21T15:41:41.376Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
15:41:41 [2021-12-21T15:41:41.376Z] === RUN   TestDockerSuite/TestStatsFormatAll
15:41:41 [2021-12-21T15:41:41.376Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
15:41:41 [2021-12-21T15:41:41.376Z] === RUN   TestDockerSuite/TestStatsNoStream
15:41:41 [2021-12-21T15:41:41.376Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
15:41:41 [2021-12-21T15:41:41.376Z] === RUN   TestDockerSuite/TestTopMultipleArgs
15:41:44 [2021-12-21T15:41:44.796Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
15:41:45 [2021-12-21T15:41:45.093Z] === RUN   TestDockerSuite/TestTopNonPrivileged
15:41:48 [2021-12-21T15:41:48.809Z] === RUN   TestDockerSuite/TestTopPrivileged
15:41:48 [2021-12-21T15:41:48.809Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
15:41:48 [2021-12-21T15:41:48.809Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
15:41:53 [2021-12-21T15:41:53.475Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
15:41:53 [2021-12-21T15:41:53.475Z]     docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
15:41:53 [2021-12-21T15:41:53.475Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
15:41:53 [2021-12-21T15:41:53.475Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
15:41:53 [2021-12-21T15:41:53.475Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
15:41:53 [2021-12-21T15:41:53.475Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
15:41:53 [2021-12-21T15:41:53.475Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
15:41:53 [2021-12-21T15:41:53.475Z]     docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux
15:41:53 [2021-12-21T15:41:53.475Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
15:41:53 [2021-12-21T15:41:53.475Z]     docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux
15:41:53 [2021-12-21T15:41:53.475Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
15:41:53 [2021-12-21T15:41:53.475Z]     docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux
15:41:53 [2021-12-21T15:41:53.475Z] === RUN   TestDockerSuite/TestVolumeCLICreate
15:41:55 [2021-12-21T15:41:55.124Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
15:42:03 [2021-12-21T15:42:03.699Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
15:42:06 [2021-12-21T15:42:06.055Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
15:42:08 [2021-12-21T15:42:08.239Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
15:42:08 [2021-12-21T15:42:08.694Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
15:42:08 [2021-12-21T15:42:08.694Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
15:42:08 [2021-12-21T15:42:08.694Z]     docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux
15:42:08 [2021-12-21T15:42:08.695Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
15:42:08 [2021-12-21T15:42:08.965Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
15:42:08 [2021-12-21T15:42:08.965Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
15:42:08 [2021-12-21T15:42:08.965Z] === RUN   TestDockerSuite/TestLogsFollowStopped
15:42:09 [2021-12-21T15:42:09.154Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
15:42:09 [2021-12-21T15:42:09.610Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
15:42:09 [2021-12-21T15:42:09.610Z] === RUN   TestDockerSuite/TestVolumeCLILs
15:42:12 [2021-12-21T15:42:12.706Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
15:42:13 [2021-12-21T15:42:13.354Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
15:42:13 [2021-12-21T15:42:13.354Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
15:42:14 [2021-12-21T15:42:14.888Z] === RUN   TestDockerSuite/TestLogsSince
15:42:18 [2021-12-21T15:42:18.021Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
15:42:18 [2021-12-21T15:42:18.021Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
15:42:18 [2021-12-21T15:42:18.477Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
15:42:18 [2021-12-21T15:42:18.477Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
15:42:18 [2021-12-21T15:42:18.932Z] === RUN   TestDockerSuite/TestVolumeCLIRm
15:42:25 [2021-12-21T15:42:25.227Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
15:42:25 [2021-12-21T15:42:25.227Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
15:42:25 [2021-12-21T15:42:25.227Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
15:42:25 [2021-12-21T15:42:25.227Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
15:42:25 [2021-12-21T15:42:25.227Z] === RUN   TestDockerSuite/TestLogsTail
15:42:28 [2021-12-21T15:42:28.973Z] === RUN   TestDockerSuite/TestLogsTimestamps
15:42:31 [2021-12-21T15:42:31.280Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
15:42:31 [2021-12-21T15:42:31.280Z]     docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux
15:42:31 [2021-12-21T15:42:31.280Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
15:42:31 [2021-12-21T15:42:31.280Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
15:42:31 [2021-12-21T15:42:31.280Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
15:42:31 [2021-12-21T15:42:31.280Z]     docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux
15:42:31 [2021-12-21T15:42:31.280Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
15:42:31 [2021-12-21T15:42:31.883Z] === RUN   TestDockerSuite/TestLogsWithDetails
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestMountIntoProc
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestMountIntoSys
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestNetHostname
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestPluginActive
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestPluginLogDriver
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestPluginUpgrade
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestPortHostBinding
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
15:42:34 [2021-12-21T15:42:34.793Z] === RUN   TestDockerSuite/TestPortList
15:42:34 [2021-12-21T15:42:34.793Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
15:42:35 [2021-12-21T15:42:35.253Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
15:42:41 [2021-12-21T15:42:41.056Z] === RUN   TestDockerSuite/TestPostContainersAttach
15:42:41 [2021-12-21T15:42:41.056Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
15:42:41 [2021-12-21T15:42:41.056Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
15:42:41 [2021-12-21T15:42:41.056Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
15:42:41 [2021-12-21T15:42:41.056Z]     docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux
15:42:41 [2021-12-21T15:42:41.056Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
15:42:41 [2021-12-21T15:42:41.056Z]     docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux
15:42:41 [2021-12-21T15:42:41.056Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
15:42:41 [2021-12-21T15:42:41.056Z]     docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux
15:42:41 [2021-12-21T15:42:41.056Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
15:42:41 [2021-12-21T15:42:41.056Z]     docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux
15:42:41 [2021-12-21T15:42:41.056Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
15:42:41 [2021-12-21T15:42:41.056Z]     docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux
15:42:41 [2021-12-21T15:42:41.056Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
15:42:41 [2021-12-21T15:42:41.056Z]     docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux
15:42:41 [2021-12-21T15:42:41.056Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
15:42:41 [2021-12-21T15:42:41.056Z]     docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux
15:42:41 [2021-12-21T15:42:41.056Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
15:42:41 [2021-12-21T15:42:41.572Z] === RUN   TestDockerSuite/TestVolumeLsFormat
15:42:41 [2021-12-21T15:42:41.572Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
15:42:41 [2021-12-21T15:42:41.572Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
15:42:46 [2021-12-21T15:42:46.857Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
15:42:46 [2021-12-21T15:42:46.858Z]     docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux
15:42:46 [2021-12-21T15:42:46.858Z] === RUN   TestDockerSuite/TestPsByOrder
15:42:56 [2021-12-21T15:42:56.347Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
15:42:56 [2021-12-21T15:42:56.348Z]     docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.348Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
15:42:56 [2021-12-21T15:42:56.348Z] --- PASS: TestDockerSuite (2984.10s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.95s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.29s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.79s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.38s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (87.61s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.78s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.03s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.54s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.57s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.47s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (94.44s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.57s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.16s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.14s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.08s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.61s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.88s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.46s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.80s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (6.58s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.30s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.52s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.03s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.31s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.64s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAddTar (42.57s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.51s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.77s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.00s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.67s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (9.87s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.42s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.51s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.42s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.51s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.25s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.68s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.73s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (29.77s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.42s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.70s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.14s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.70s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.82s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (1.17s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.71s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.67s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.68s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.23s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.62s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.42s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.59s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (3.12s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.20s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.64s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.10s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.90s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.96s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (44.41s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.84s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.72s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.13s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.46s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.64s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (29.64s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.85s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.54s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.97s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.31s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.01s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (5.12s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (4.00s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (4.00s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (62.40s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (12.30s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.53s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (69.44s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.11s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.00s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (24.45s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.81s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.34s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.95s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.83s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.68s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (96.94s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.58s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.69s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.36s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.62s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.67s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (8.00s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.77s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.42s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.04s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.48s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.57s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.21s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.58s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.73s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.76s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildFails (3.46s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (8.03s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.95s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildForceRm (9.11s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildFromGit (7.37s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.72s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (7.12s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.83s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.65s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.75s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildHistory (13.91s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildIidFile (1.21s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (3.24s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.92s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.91s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildLabel (1.16s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.75s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.21s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.73s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildLabels (1.22s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.87s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.13s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.72s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.74s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.69s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.67s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.75s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (42.42s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.71s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.79s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.56s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.47s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (22.75s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.41s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.85s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildNoContext (4.06s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.95s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.53s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.33s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.20s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.84s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.19s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.66s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (11.79s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.99s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (12.05s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.26s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.99s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (7.20s)
15:42:56 [2021-12-21T15:42:56.348Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.42s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.47s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.36s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (52.20s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (24.19s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildRm (17.65s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.88s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.53s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.87s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (5.24s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.10s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (6.07s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (21.27s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.00s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.83s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.74s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.35s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.61s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildStderr (6.27s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (26.30s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.49s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.42s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.56s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (6.05s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (8.39s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (5.74s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.67s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (4.15s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (27.57s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.18s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (11.46s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.09s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (3.94s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (19.87s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (6.23s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.57s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.14s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.54s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.49s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.42s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.50s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.38s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.50s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.37s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCommitChange (6.62s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (6.12s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCommitNewFile (9.33s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCommitTTY (9.20s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.97s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (9.30s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.45s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.41s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (3.44s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.42s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (4.18s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (4.14s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (4.07s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.11s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.38s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.45s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (3.37s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.61s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.32s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (3.45s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (6.87s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (7.23s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.14s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (3.61s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (3.85s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (4.31s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.16s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (5.35s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.61s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (3.08s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.30s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (3.28s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (3.34s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (3.45s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (3.36s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0003b7608_<nil>} (3.28s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1812235191_c:\foo_false__<nil>_<nil>_<nil>} (3.23s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1812235191_c:\foo_true__<nil>_<nil>_<nil>} (3.31s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.59s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.07s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.12s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.11s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
15:42:56 [2021-12-21T15:42:56.349Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.12s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (3.71s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.03s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (3.50s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCpRelativePath (3.52s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCpToCaseA (5.97s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCpToCaseB (3.64s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCpToCaseE (12.71s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCpToCaseH (12.57s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCpToDot (3.57s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCpToStdout (3.66s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.28s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.27s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateByImageID (2.42s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (3.38s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.27s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.30s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (3.14s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.88s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.26s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateRM (0.53s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.29s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.54s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.53s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.29s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.61s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.60s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.29s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.48s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.20s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestDockerFails (0.08s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (3.56s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.51s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.49s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (11.95s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsCopy (6.39s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (7.44s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.44s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.01s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (5.80s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (1.29s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsFilterType (1.24s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsFilters (7.13s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsFormat (6.88s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.10s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.23s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsRename (3.65s)
15:42:56 [2021-12-21T15:42:56.349Z]     --- PASS: TestDockerSuite/TestEventsResize (33.84s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.46s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.19s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (6.05s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.82s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.06s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.47s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.42s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.61s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (4.11s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (4.14s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (3.54s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.27s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestExecExitStatus (4.08s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestExecInspectID (6.13s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.41s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.11s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.41s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestGetContainerStats (7.50s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.57s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.45s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.48s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.19s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.90s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.79s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.27s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.09s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.28s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.47s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.61s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.24s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.12s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.39s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.53s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.69s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.48s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.31s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectDefault (3.24s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectHistory (5.83s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.03s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectInt64 (3.25s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (3.44s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.25s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.29s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.67s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.08s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.97s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectStatus (8.55s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.46s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (4.13s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.44s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (4.03s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.07s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.28s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.31s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.44s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (4.00s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (6.63s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.33s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (4.05s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.56s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.58s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.68s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (5.03s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.91s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (3.38s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.40s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsSince (10.00s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsTail (3.84s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (3.48s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (3.40s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.65s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.66s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPsByOrder (14.37s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (14.15s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (19.93s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.38s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (5.98s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.57s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (7.45s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.67s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPsShowMounts (11.11s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.70s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.30s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.97s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (6.67s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (6.95s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.49s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (32.07s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (9.38s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.30s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.25s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.96s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (8.52s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (6.25s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (7.15s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.07s)
15:42:56 [2021-12-21T15:42:56.350Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.39s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (19.15s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.99s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.83s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (9.24s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (6.67s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (15.01s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (5.44s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRmiTag (0.75s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.48s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (22.93s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.86s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.56s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.41s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.15s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.79s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.19s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.45s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.41s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.63s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunBindMounts (7.17s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.40s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.58s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (2.74s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.38s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.45s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.39s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (3.39s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.20s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.67s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.36s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.19s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.38s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (3.35s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (3.29s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunExitCode (3.46s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (3.50s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (3.38s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.49s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.08s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.03s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (6.27s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.49s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.73s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.89s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (7.04s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (6.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.48s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.27s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.15s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.14s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.25s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.03s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.71s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.03s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunRm (3.40s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (6.40s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (3.52s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (3.47s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (4.09s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunState (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.36s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.44s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.65s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (3.35s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.36s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.29s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.33s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.70s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (10.06s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.61s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.43s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.39s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (6.10s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.72s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.18s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.62s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.35s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.80s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (10.21s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.75s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (5.97s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.86s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
15:42:56 [2021-12-21T15:42:56.351Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (4.01s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (4.11s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.93s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.30s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.38s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.33s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (3.70s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.27s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.45s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.43s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.22s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (10.77s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.69s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.22s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.12s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.30s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.30s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.10s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
15:42:56 [2021-12-21T15:42:56.352Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.84s)
15:42:56 [2021-12-21T15:42:56.352Z] === RUN   TestDockerRegistrySuite
15:42:56 [2021-12-21T15:42:56.352Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
15:42:56 [2021-12-21T15:42:56.352Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.352Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
15:42:56 [2021-12-21T15:42:56.352Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.352Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
15:42:56 [2021-12-21T15:42:56.352Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.352Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
15:42:56 [2021-12-21T15:42:56.352Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.352Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
15:42:56 [2021-12-21T15:42:56.352Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.352Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] === RUN   TestDockerRegistrySuite/TestV2Only
15:42:56 [2021-12-21T15:42:56.808Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.808Z] --- PASS: TestDockerRegistrySuite (0.16s)
15:42:56 [2021-12-21T15:42:56.808Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
15:42:56 [2021-12-21T15:42:56.808Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
15:42:56 [2021-12-21T15:42:56.808Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
15:42:56 [2021-12-21T15:42:56.808Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
15:42:56 [2021-12-21T15:42:56.808Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:42:56 [2021-12-21T15:42:56.808Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:42:56 [2021-12-21T15:42:56.808Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
15:42:56 [2021-12-21T15:42:56.808Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
15:42:56 [2021-12-21T15:42:56.808Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
15:42:56 [2021-12-21T15:42:56.808Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
15:42:56 [2021-12-21T15:42:56.808Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerSchema1RegistrySuite
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerRegistryAuthTokenSuite
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerDaemonSuite
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] --- PASS: TestDockerDaemonSuite (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerSwarmSuite
15:42:56 [2021-12-21T15:42:56.809Z] --- PASS: TestDockerSwarmSuite (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerPluginSuite
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerPluginSuite/TestPluginCreate
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerPluginSuite/TestPluginInspect
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerPluginSuite/TestPluginSet
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] --- PASS: TestDockerPluginSuite (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerExternalVolumeSuite
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:127: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerNetworkSuite
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:133: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] --- SKIP: TestDockerNetworkSuite (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z] === RUN   TestDockerHubPullSuite
15:42:56 [2021-12-21T15:42:56.809Z]     check_test.go:141: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z] --- SKIP: TestDockerHubPullSuite (0.00s)
15:42:56 [2021-12-21T15:42:56.809Z] PASS
15:42:56 [2021-12-21T15:42:56.809Z] ok  	github.com/docker/docker/integration-cli	2984.493s
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === Skipped
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.03s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.03s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_cli_run_test.go:3155: unmatched requirement Apparmor
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_cli_run_test.go:3133: unmatched requirement Apparmor
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_api_build_test.go:176: unmatched requirement UnixCli
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.809Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
15:42:56 [2021-12-21T15:42:56.809Z] 
15:42:56 [2021-12-21T15:42:56.809Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s)
15:42:56 [2021-12-21T15:42:56.809Z]     docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.51s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.51s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.00s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.00s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.42s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.42s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.49s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.49s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_api_build_test.go:401: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:3570: unmatched requirement UnixCli
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.46s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.46s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.54s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.54s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.53s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.53s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.48s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.48s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.48s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:3697: unmatched requirement UnixCli
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.12s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.53s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_api_build_test.go:512: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.53s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.49s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.49s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.810Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z]     docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.810Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
15:42:56 [2021-12-21T15:42:56.810Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.50s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.51s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.54s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.54s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.49s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.49s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.50s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.50s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_sni_test.go:18: Flakey test
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.03s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.03s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.811Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z] 
15:42:56 [2021-12-21T15:42:56.811Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s)
15:42:56 [2021-12-21T15:42:56.811Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.812Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z]     docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.812Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
15:42:56 [2021-12-21T15:42:56.812Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.03s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.03s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.813Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s)
15:42:56 [2021-12-21T15:42:56.813Z] 
15:42:56 [2021-12-21T15:42:56.813Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
15:42:56 [2021-12-21T15:42:56.813Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.814Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
15:42:56 [2021-12-21T15:42:56.814Z] 
15:42:56 [2021-12-21T15:42:56.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s)
15:42:56 [2021-12-21T15:42:56.814Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.814Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
15:42:56 [2021-12-21T15:42:56.814Z] 
15:42:56 [2021-12-21T15:42:56.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s)
15:42:56 [2021-12-21T15:42:56.814Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.814Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
15:42:56 [2021-12-21T15:42:56.814Z] 
15:42:56 [2021-12-21T15:42:56.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s)
15:42:56 [2021-12-21T15:42:56.814Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.814Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
15:42:56 [2021-12-21T15:42:56.814Z] 
15:42:56 [2021-12-21T15:42:56.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s)
15:42:56 [2021-12-21T15:42:56.814Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.814Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
15:42:56 [2021-12-21T15:42:56.814Z] 
15:42:56 [2021-12-21T15:42:56.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s)
15:42:56 [2021-12-21T15:42:56.814Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.814Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
15:42:56 [2021-12-21T15:42:56.814Z] 
15:42:56 [2021-12-21T15:42:56.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
15:42:56 [2021-12-21T15:42:56.814Z]     docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.814Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
15:42:56 [2021-12-21T15:42:56.814Z] 
15:42:56 [2021-12-21T15:42:56.814Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
15:42:56 [2021-12-21T15:42:56.814Z]     docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux
15:42:56 [2021-12-21T15:42:56.814Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
15:42:56 [2021-12-21T15:42:56.814Z] 
15:42:57 [2021-12-21T15:42:57.197Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
15:42:57 [2021-12-21T15:42:57.197Z]     docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.197Z] === RUN   TestDockerSuite/TestPsListContainersBase
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.270Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z] 
15:42:57 [2021-12-21T15:42:57.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
15:42:57 [2021-12-21T15:42:57.270Z]     docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.03s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.03s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2860: unmatched requirement Apparmor
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunState (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.271Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z]     docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.271Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
15:42:57 [2021-12-21T15:42:57.271Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:2899: unmatched requirement Apparmor
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:3016: unmatched requirement Apparmor
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.03s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z]     docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.272Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
15:42:57 [2021-12-21T15:42:57.272Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
15:42:57 [2021-12-21T15:42:57.272Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
15:42:57 [2021-12-21T15:42:57.272Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.272Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
15:42:57 [2021-12-21T15:42:57.272Z] 
15:42:57 [2021-12-21T15:42:57.272Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:42:57 [2021-12-21T15:42:57.272Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.273Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
15:42:57 [2021-12-21T15:42:57.273Z] 
15:42:57 [2021-12-21T15:42:57.273Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.274Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z] 
15:42:57 [2021-12-21T15:42:57.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.274Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z] 
15:42:57 [2021-12-21T15:42:57.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.274Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z] 
15:42:57 [2021-12-21T15:42:57.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.274Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z] 
15:42:57 [2021-12-21T15:42:57.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.274Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z] 
15:42:57 [2021-12-21T15:42:57.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.274Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z] 
15:42:57 [2021-12-21T15:42:57.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.274Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z] 
15:42:57 [2021-12-21T15:42:57.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z]     check_test.go:127: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.274Z] 
15:42:57 [2021-12-21T15:42:57.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z]     check_test.go:133: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.274Z] 
15:42:57 [2021-12-21T15:42:57.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
15:42:57 [2021-12-21T15:42:57.274Z]     check_test.go:141: unmatched requirement DaemonIsLinux
15:42:57 [2021-12-21T15:42:57.274Z] 
15:42:57 [2021-12-21T15:42:57.274Z] DONE 1085 tests, 544 skipped in 2996.330s
15:42:57 [2021-12-21T15:42:57.274Z] INFO: Integration tests ended at 12/21/2021 15:42:57. Duration:00:49:56.5022542
15:42:57 [2021-12-21T15:42:57.274Z] INFO: Docker info of the daemon under test at end of run
15:42:57 [2021-12-21T15:42:57.274Z] 
15:42:57 [2021-12-21T15:42:57.274Z] Containers: 2
15:42:57 [2021-12-21T15:42:57.274Z]  Running: 0
15:42:57 [2021-12-21T15:42:57.274Z]  Paused: 0
15:42:57 [2021-12-21T15:42:57.274Z]  Stopped: 2
15:42:57 [2021-12-21T15:42:57.274Z] Images: 18
15:42:57 [2021-12-21T15:42:57.274Z] Server Version: 0.0.0-dev
15:42:57 [2021-12-21T15:42:57.274Z] Storage Driver: windowsfilter
15:42:57 [2021-12-21T15:42:57.274Z]  Windows: 
15:42:57 [2021-12-21T15:42:57.274Z] Logging Driver: json-file
15:42:57 [2021-12-21T15:42:57.274Z] Plugins: 
15:42:57 [2021-12-21T15:42:57.274Z]  Volume: local
15:42:57 [2021-12-21T15:42:57.274Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
15:42:57 [2021-12-21T15:42:57.274Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
15:42:57 [2021-12-21T15:42:57.274Z] Swarm: inactive
15:42:57 [2021-12-21T15:42:57.274Z] Default Isolation: process
15:42:57 [2021-12-21T15:42:57.274Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
15:42:57 [2021-12-21T15:42:57.274Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230)
15:42:57 [2021-12-21T15:42:57.274Z] OSType: windows
15:42:57 [2021-12-21T15:42:57.274Z] Architecture: x86_64
15:42:57 [2021-12-21T15:42:57.274Z] CPUs: 4
15:42:57 [2021-12-21T15:42:57.274Z] Total Memory: 32GiB
15:42:57 [2021-12-21T15:42:57.274Z] Name: azwin-2-cdd2a0
15:42:57 [2021-12-21T15:42:57.274Z] ID: G74L:EI7C:WPR3:VFDD:3GO2:2CQE:AUZN:4PFK:FGLL:6FNS:IJHR:E62A
15:42:57 [2021-12-21T15:42:57.274Z] Docker Root Dir: D:\CI\PR-43075\44\daemon
15:42:57 [2021-12-21T15:42:57.274Z] Debug Mode (client): false
15:42:57 [2021-12-21T15:42:57.274Z] Debug Mode (server): true
15:42:57 [2021-12-21T15:42:57.274Z]  File Descriptors: -1
15:42:57 [2021-12-21T15:42:57.274Z]  Goroutines: 46
15:42:57 [2021-12-21T15:42:57.274Z]  System Time: 2021-12-21T15:42:57.203998Z
15:42:57 [2021-12-21T15:42:57.274Z]  EventsListeners: 0
15:42:57 [2021-12-21T15:42:57.274Z] Registry: https://index.docker.io/v1/
15:42:57 [2021-12-21T15:42:57.274Z] Labels:
15:42:57 [2021-12-21T15:42:57.274Z] Experimental: false
15:42:57 [2021-12-21T15:42:57.274Z] Insecure Registries:
15:42:57 [2021-12-21T15:42:57.274Z]  127.0.0.0/8
15:42:57 [2021-12-21T15:42:57.274Z] Live Restore Enabled: false
15:42:57 [2021-12-21T15:42:57.274Z] 
15:42:57 [2021-12-21T15:42:57.274Z] 
15:42:57 [2021-12-21T15:42:57.729Z] INFO: Stopping daemon under test
15:42:57 [2021-12-21T15:42:57.729Z] SUCCESS: The process with PID 1456 (child process of PID 3196) has been terminated.
15:42:57 [2021-12-21T15:42:57.729Z] SUCCESS: The process with PID 3196 (child process of PID 4944) has been terminated.
15:42:57 [2021-12-21T15:42:57.729Z] INFO: Stop tailing logs of the daemon under tests
15:42:57 [2021-12-21T15:42:57.729Z] INFO: executeCI.ps1 Completed successfully at 12/21/2021 15:42:57.
15:42:57 [2021-12-21T15:42:57.729Z] INFO: Tidying up at end of run
15:42:57 [2021-12-21T15:42:57.729Z] INFO: Saving daemon under test log (d:\CI\PR-43075\44\dut.out) to bundles\CIDUT.out
15:42:57 [2021-12-21T15:42:57.729Z] INFO: Saving daemon under test log (d:\CI\PR-43075\44\dut.err) to bundles\CIDUT.err
15:42:57 [2021-12-21T15:42:57.729Z] INFO: Saving containerd logs to bundles
15:42:57 [2021-12-21T15:42:57.729Z] INFO: Nuke-Everything...
15:42:57 [2021-12-21T15:42:57.729Z] INFO: Container count on control daemon to delete is 2
15:42:58 [2021-12-21T15:42:58.185Z] 21aa218883a0
15:42:58 [2021-12-21T15:42:58.185Z] 45331865ca38
15:42:58 [2021-12-21T15:42:58.185Z] INFO: Tidying pidfile d:\CI\PR-43075\44\docker.pid
15:42:58 [2021-12-21T15:42:58.185Z] INFO: Killing containerd with PID 3384
15:42:58 [2021-12-21T15:42:58.185Z] INFO: Nuking d:\CI
15:43:09 [2021-12-21T15:43:09.588Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
15:43:27 [2021-12-21T15:43:27.290Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
15:43:27 [2021-12-21T15:43:27.290Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
15:43:27 [2021-12-21T15:43:27.290Z]     docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819
15:43:27 [2021-12-21T15:43:27.290Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
15:43:28 [2021-12-21T15:43:28.090Z] INFO: Zapped successfully
15:43:28 [2021-12-21T15:43:28.091Z] 
15:43:28 [2021-12-21T15:43:28.091Z] INFO: executeCI.ps1 exiting at Tue Dec 21 15:43:24 CUT 2021. Duration 01:18:56.0375544
15:43:28 [2021-12-21T15:43:28.091Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
15:43:28 [2021-12-21T15:43:28.545Z] Recording test results
15:43:35 [2021-12-21T15:43:35.235Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
15:43:37 [2021-12-21T15:43:37.267Z] Creating win-2022-c8d-integration-bundles.zip
[Pipeline] archiveArtifacts
15:43:39 [2021-12-21T15:43:39.698Z] Archiving artifacts
15:43:42 [2021-12-21T15:43:42.308Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
15:43:46 [2021-12-21T15:43:46.121Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
15:43:54 [2021-12-21T15:43:54.193Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43075/44/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
15:43:55 [2021-12-21T15:43:55.145Z] + make clean
15:43:56 [2021-12-21T15:43:56.708Z] docker volume rm -f docker-dev-cache
15:43:56 [2021-12-21T15:43:56.708Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
15:44:01 [2021-12-21T15:44:01.106Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
15:44:04 [2021-12-21T15:44:04.921Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
15:44:05 [2021-12-21T15:44:05.393Z]     docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux
15:44:05 [2021-12-21T15:44:05.393Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
15:44:05 [2021-12-21T15:44:05.393Z]     docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux
15:44:05 [2021-12-21T15:44:05.393Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
15:44:11 [2021-12-21T15:44:11.422Z] === RUN   TestDockerSuite/TestPsListContainersSize
15:44:11 [2021-12-21T15:44:11.422Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
15:44:11 [2021-12-21T15:44:11.422Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
15:44:11 [2021-12-21T15:44:11.422Z]     docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux
15:44:11 [2021-12-21T15:44:11.422Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
15:44:11 [2021-12-21T15:44:11.422Z]     docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux
15:44:11 [2021-12-21T15:44:11.422Z] === RUN   TestDockerSuite/TestPsRightTagName
15:44:11 [2021-12-21T15:44:11.422Z]     docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux
15:44:11 [2021-12-21T15:44:11.422Z] === RUN   TestDockerSuite/TestPsShowMounts
15:44:20 [2021-12-21T15:44:20.124Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
15:44:20 [2021-12-21T15:44:20.124Z]     docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
15:44:20 [2021-12-21T15:44:20.124Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
15:44:21 [2021-12-21T15:44:21.705Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
15:44:21 [2021-12-21T15:44:21.705Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
15:44:21 [2021-12-21T15:44:21.705Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
15:44:23 [2021-12-21T15:44:23.283Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
15:44:24 [2021-12-21T15:44:24.283Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
15:44:24 [2021-12-21T15:44:24.283Z]     docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux
15:44:24 [2021-12-21T15:44:24.283Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
15:44:30 [2021-12-21T15:44:30.189Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
15:44:34 [2021-12-21T15:44:34.976Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
15:44:37 [2021-12-21T15:44:37.950Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
15:45:13 [2021-12-21T15:45:13.872Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
15:45:13 [2021-12-21T15:45:13.873Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
15:45:13 [2021-12-21T15:45:13.873Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
15:45:18 [2021-12-21T15:45:18.658Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
15:45:19 [2021-12-21T15:45:19.130Z] === RUN   TestDockerSuite/TestRestartPolicyNO
15:45:19 [2021-12-21T15:45:19.130Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
15:45:20 [2021-12-21T15:45:20.131Z] === RUN   TestDockerSuite/TestRestartRunningContainer
15:45:26 [2021-12-21T15:45:26.029Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
15:45:36 [2021-12-21T15:45:36.494Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
15:45:36 [2021-12-21T15:45:36.494Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
15:45:36 [2021-12-21T15:45:36.494Z] === RUN   TestDockerSuite/TestRestartWithVolumes
15:45:41 [2021-12-21T15:45:41.282Z] === RUN   TestDockerSuite/TestRmiBlank
15:45:41 [2021-12-21T15:45:41.282Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
15:45:41 [2021-12-21T15:45:41.282Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
15:46:02 [2021-12-21T15:46:02.566Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
15:46:03 [2021-12-21T15:46:03.043Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
15:46:04 [2021-12-21T15:46:04.037Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
15:46:12 [2021-12-21T15:46:12.750Z] === RUN   TestDockerSuite/TestRmiImgIDForce
15:46:18 [2021-12-21T15:46:18.646Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
15:46:29 [2021-12-21T15:46:29.123Z] === RUN   TestDockerSuite/TestRmiParentImageFail
15:46:33 [2021-12-21T15:46:33.910Z] === RUN   TestDockerSuite/TestRmiTag
15:46:34 [2021-12-21T15:46:34.903Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
15:46:37 [2021-12-21T15:46:37.879Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
15:47:03 [2021-12-21T15:47:03.223Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
15:47:03 [2021-12-21T15:47:03.695Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
15:47:10 [2021-12-21T15:47:10.900Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
15:47:11 [2021-12-21T15:47:11.372Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
15:47:11 [2021-12-21T15:47:11.372Z]     docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
15:47:11 [2021-12-21T15:47:11.372Z] === RUN   TestDockerSuite/TestRunAddHost
15:47:11 [2021-12-21T15:47:11.372Z]     docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux
15:47:11 [2021-12-21T15:47:11.372Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
15:47:11 [2021-12-21T15:47:11.372Z]     docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
15:47:11 [2021-12-21T15:47:11.372Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
15:47:11 [2021-12-21T15:47:11.372Z]     docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux
15:47:11 [2021-12-21T15:47:11.846Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
15:47:11 [2021-12-21T15:47:11.846Z]     docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux
15:47:11 [2021-12-21T15:47:11.846Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
15:47:11 [2021-12-21T15:47:11.846Z]     docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux
15:47:11 [2021-12-21T15:47:11.846Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
15:47:11 [2021-12-21T15:47:11.846Z]     docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
15:47:11 [2021-12-21T15:47:11.846Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
15:47:14 [2021-12-21T15:47:14.077Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
15:47:14 [2021-12-21T15:47:14.077Z]     docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
15:47:14 [2021-12-21T15:47:14.077Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
15:47:14 [2021-12-21T15:47:14.077Z]     docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
15:47:14 [2021-12-21T15:47:14.077Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
15:47:24 [2021-12-21T15:47:24.541Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
15:47:28 [2021-12-21T15:47:28.367Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
15:47:31 [2021-12-21T15:47:31.337Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
15:47:34 [2021-12-21T15:47:34.308Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
15:47:41 [2021-12-21T15:47:41.645Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
15:47:41 [2021-12-21T15:47:41.645Z] === RUN   TestDockerSuite/TestRunBindMounts
15:47:52 [2021-12-21T15:47:52.112Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
15:47:52 [2021-12-21T15:47:52.112Z]     docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux
15:47:52 [2021-12-21T15:47:52.112Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
15:47:52 [2021-12-21T15:47:52.112Z]     docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux
15:47:52 [2021-12-21T15:47:52.112Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
15:47:52 [2021-12-21T15:47:52.112Z]     docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
15:47:52 [2021-12-21T15:47:52.112Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
15:47:52 [2021-12-21T15:47:52.112Z]     docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux
15:47:52 [2021-12-21T15:47:52.112Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
15:47:52 [2021-12-21T15:47:52.112Z]     docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux
15:47:52 [2021-12-21T15:47:52.112Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
15:47:52 [2021-12-21T15:47:52.112Z]     docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
15:47:52 [2021-12-21T15:47:52.112Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
15:47:52 [2021-12-21T15:47:52.112Z]     docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux
15:47:52 [2021-12-21T15:47:52.112Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
15:47:52 [2021-12-21T15:47:52.112Z]     docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux
15:47:52 [2021-12-21T15:47:52.112Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
15:47:52 [2021-12-21T15:47:52.112Z]     docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux
15:47:52 [2021-12-21T15:47:52.112Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
15:47:52 [2021-12-21T15:47:52.112Z]     docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux
15:47:52 [2021-12-21T15:47:52.112Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
15:47:52 [2021-12-21T15:47:52.112Z]     docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux
15:47:52 [2021-12-21T15:47:52.112Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
15:47:55 [2021-12-21T15:47:55.089Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
15:47:55 [2021-12-21T15:47:55.089Z]     docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux
15:47:55 [2021-12-21T15:47:55.089Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
15:47:58 [2021-12-21T15:47:58.909Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
15:47:58 [2021-12-21T15:47:58.909Z]     docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
15:47:58 [2021-12-21T15:47:58.909Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
15:47:58 [2021-12-21T15:47:58.909Z]     docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
15:47:58 [2021-12-21T15:47:58.909Z] === RUN   TestDockerSuite/TestRunContainerNetwork
15:48:01 [2021-12-21T15:48:01.881Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
15:48:01 [2021-12-21T15:48:01.881Z]     docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
15:48:01 [2021-12-21T15:48:01.881Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
15:48:01 [2021-12-21T15:48:01.882Z]     docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
15:48:01 [2021-12-21T15:48:01.882Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
15:48:01 [2021-12-21T15:48:01.882Z]     docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
15:48:01 [2021-12-21T15:48:01.882Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
15:48:01 [2021-12-21T15:48:01.882Z]     docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
15:48:01 [2021-12-21T15:48:01.882Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
15:48:01 [2021-12-21T15:48:01.882Z]     docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
15:48:01 [2021-12-21T15:48:01.882Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
15:48:01 [2021-12-21T15:48:01.882Z]     docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
15:48:01 [2021-12-21T15:48:01.882Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
15:48:01 [2021-12-21T15:48:01.882Z]     docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
15:48:01 [2021-12-21T15:48:01.882Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
15:48:04 [2021-12-21T15:48:04.859Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
15:48:07 [2021-12-21T15:48:07.089Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
15:48:10 [2021-12-21T15:48:10.067Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
15:48:10 [2021-12-21T15:48:10.067Z]     docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux
15:48:10 [2021-12-21T15:48:10.067Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
15:48:10 [2021-12-21T15:48:10.067Z]     docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux
15:48:10 [2021-12-21T15:48:10.067Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
15:48:10 [2021-12-21T15:48:10.067Z]     docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
15:48:10 [2021-12-21T15:48:10.067Z] === RUN   TestDockerSuite/TestRunCreateVolume
15:48:13 [2021-12-21T15:48:13.038Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
15:48:13 [2021-12-21T15:48:13.038Z]     docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
15:48:13 [2021-12-21T15:48:13.038Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
15:48:13 [2021-12-21T15:48:13.038Z]     docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux
15:48:13 [2021-12-21T15:48:13.038Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
15:48:13 [2021-12-21T15:48:13.038Z]     docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux
15:48:13 [2021-12-21T15:48:13.038Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
15:48:13 [2021-12-21T15:48:13.038Z]     docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux
15:48:13 [2021-12-21T15:48:13.038Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
15:48:15 [2021-12-21T15:48:15.276Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
15:48:22 [2021-12-21T15:48:22.478Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
15:48:22 [2021-12-21T15:48:22.478Z]     docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux
15:48:22 [2021-12-21T15:48:22.478Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
15:48:22 [2021-12-21T15:48:22.478Z]     docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
15:48:22 [2021-12-21T15:48:22.478Z] === RUN   TestDockerSuite/TestRunDNSOptions
15:48:22 [2021-12-21T15:48:22.478Z]     docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux
15:48:22 [2021-12-21T15:48:22.478Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
15:48:22 [2021-12-21T15:48:22.478Z]     docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux
15:48:22 [2021-12-21T15:48:22.478Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
15:48:22 [2021-12-21T15:48:22.478Z]     docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux
15:48:22 [2021-12-21T15:48:22.478Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
15:48:22 [2021-12-21T15:48:22.478Z]     docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
15:48:22 [2021-12-21T15:48:22.478Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
15:48:24 [2021-12-21T15:48:24.726Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
15:48:24 [2021-12-21T15:48:24.726Z]     docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux
15:48:24 [2021-12-21T15:48:24.726Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
15:48:25 [2021-12-21T15:48:25.199Z] === RUN   TestDockerSuite/TestRunDuplicateMount
15:48:25 [2021-12-21T15:48:25.199Z]     docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
15:48:25 [2021-12-21T15:48:25.199Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
15:48:28 [2021-12-21T15:48:28.174Z] === RUN   TestDockerSuite/TestRunEchoStdout
15:48:30 [2021-12-21T15:48:30.411Z] === RUN   TestDockerSuite/TestRunEmptyEnv
15:48:30 [2021-12-21T15:48:30.411Z]     docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
15:48:30 [2021-12-21T15:48:30.411Z] === RUN   TestDockerSuite/TestRunEntrypoint
15:48:33 [2021-12-21T15:48:33.382Z] === RUN   TestDockerSuite/TestRunEnvironment
15:48:33 [2021-12-21T15:48:33.382Z]     docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux
15:48:33 [2021-12-21T15:48:33.382Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
15:48:33 [2021-12-21T15:48:33.382Z]     docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux
15:48:33 [2021-12-21T15:48:33.382Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
15:48:33 [2021-12-21T15:48:33.382Z]     docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux
15:48:33 [2021-12-21T15:48:33.382Z] === RUN   TestDockerSuite/TestRunExitCode
15:48:36 [2021-12-21T15:48:36.352Z] === RUN   TestDockerSuite/TestRunExitCodeOne
15:48:39 [2021-12-21T15:48:39.320Z] === RUN   TestDockerSuite/TestRunExitCodeZero
15:48:41 [2021-12-21T15:48:41.556Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
15:48:44 [2021-12-21T15:48:44.530Z] === RUN   TestDockerSuite/TestRunExposePort
15:48:44 [2021-12-21T15:48:44.530Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
15:48:44 [2021-12-21T15:48:44.530Z]     docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux
15:48:44 [2021-12-21T15:48:44.530Z] === RUN   TestDockerSuite/TestRunGroupAdd
15:48:44 [2021-12-21T15:48:44.530Z]     docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux
15:48:44 [2021-12-21T15:48:44.530Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
15:48:44 [2021-12-21T15:48:44.530Z]     docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
15:48:44 [2021-12-21T15:48:44.530Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
15:48:44 [2021-12-21T15:48:44.530Z]     docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
15:48:44 [2021-12-21T15:48:44.530Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
15:48:44 [2021-12-21T15:48:44.530Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
15:48:44 [2021-12-21T15:48:44.530Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
15:48:44 [2021-12-21T15:48:44.530Z]     docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
15:48:44 [2021-12-21T15:48:44.530Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
15:48:44 [2021-12-21T15:48:44.530Z]     docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
15:48:44 [2021-12-21T15:48:44.530Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
15:48:59 [2021-12-21T15:48:59.527Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
15:48:59 [2021-12-21T15:48:59.527Z]     docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
15:48:59 [2021-12-21T15:48:59.527Z] === RUN   TestDockerSuite/TestRunInvalidReference
15:48:59 [2021-12-21T15:48:59.527Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
15:48:59 [2021-12-21T15:48:59.527Z]     docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux
15:48:59 [2021-12-21T15:48:59.527Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
15:48:59 [2021-12-21T15:48:59.527Z]     docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
15:48:59 [2021-12-21T15:48:59.527Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
15:48:59 [2021-12-21T15:48:59.527Z]     docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux
15:48:59 [2021-12-21T15:48:59.527Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
15:48:59 [2021-12-21T15:48:59.527Z]     docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux
15:49:00 [2021-12-21T15:49:00.003Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
15:49:12 [2021-12-21T15:49:12.545Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
15:49:12 [2021-12-21T15:49:12.545Z]     docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
15:49:12 [2021-12-21T15:49:12.545Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
15:49:13 [2021-12-21T15:49:13.544Z] === RUN   TestDockerSuite/TestRunModeHostname
15:49:13 [2021-12-21T15:49:13.544Z]     docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux
15:49:13 [2021-12-21T15:49:13.544Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
15:49:13 [2021-12-21T15:49:13.544Z]     docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
15:49:13 [2021-12-21T15:49:13.544Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
15:49:13 [2021-12-21T15:49:13.544Z]     docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
15:49:13 [2021-12-21T15:49:13.544Z] === RUN   TestDockerSuite/TestRunModeIpcHost
15:49:13 [2021-12-21T15:49:13.544Z]     docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
15:49:13 [2021-12-21T15:49:13.544Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
15:49:13 [2021-12-21T15:49:13.544Z]     docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
15:49:13 [2021-12-21T15:49:13.544Z] === RUN   TestDockerSuite/TestRunModePIDContainer
15:49:13 [2021-12-21T15:49:13.544Z]     docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
15:49:13 [2021-12-21T15:49:13.544Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
15:49:13 [2021-12-21T15:49:13.544Z]     docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
15:49:13 [2021-12-21T15:49:13.544Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
15:49:13 [2021-12-21T15:49:13.544Z]     docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
15:49:13 [2021-12-21T15:49:13.544Z] === RUN   TestDockerSuite/TestRunModeUTSHost
15:49:13 [2021-12-21T15:49:13.544Z]     docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
15:49:14 [2021-12-21T15:49:14.019Z] === RUN   TestDockerSuite/TestRunMount
15:49:14 [2021-12-21T15:49:14.019Z]     docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
15:49:14 [2021-12-21T15:49:14.019Z] === RUN   TestDockerSuite/TestRunMountOrdering
15:49:14 [2021-12-21T15:49:14.019Z]     docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
15:49:14 [2021-12-21T15:49:14.019Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
15:49:14 [2021-12-21T15:49:14.019Z]     docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
15:49:14 [2021-12-21T15:49:14.019Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
15:49:14 [2021-12-21T15:49:14.019Z]     docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
15:49:14 [2021-12-21T15:49:14.019Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
15:49:22 [2021-12-21T15:49:22.733Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
15:49:22 [2021-12-21T15:49:22.733Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
15:49:22 [2021-12-21T15:49:22.733Z] === RUN   TestDockerSuite/TestRunNamedVolume
15:49:22 [2021-12-21T15:49:22.733Z]     docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
15:49:22 [2021-12-21T15:49:22.733Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
15:49:22 [2021-12-21T15:49:22.733Z]     docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
15:49:22 [2021-12-21T15:49:22.733Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
15:49:35 [2021-12-21T15:49:35.281Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
15:49:39 [2021-12-21T15:49:39.098Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
15:49:39 [2021-12-21T15:49:39.098Z]     docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
15:49:39 [2021-12-21T15:49:39.098Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
15:49:39 [2021-12-21T15:49:39.098Z]     docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
15:49:39 [2021-12-21T15:49:39.098Z] === RUN   TestDockerSuite/TestRunNetHost
15:49:39 [2021-12-21T15:49:39.098Z]     docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
15:49:39 [2021-12-21T15:49:39.098Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
15:49:39 [2021-12-21T15:49:39.098Z]     docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux
15:49:39 [2021-12-21T15:49:39.098Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
15:49:39 [2021-12-21T15:49:39.098Z]     docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
15:49:39 [2021-12-21T15:49:39.098Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
15:49:39 [2021-12-21T15:49:39.098Z]     docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
15:49:39 [2021-12-21T15:49:39.098Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
15:49:39 [2021-12-21T15:49:39.098Z]     docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
15:49:39 [2021-12-21T15:49:39.098Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
15:49:39 [2021-12-21T15:49:39.098Z]     docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
15:49:39 [2021-12-21T15:49:39.098Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
15:49:39 [2021-12-21T15:49:39.098Z]     docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
15:49:39 [2021-12-21T15:49:39.098Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
15:49:39 [2021-12-21T15:49:39.572Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
15:49:40 [2021-12-21T15:49:40.569Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
15:49:43 [2021-12-21T15:49:43.549Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
15:49:46 [2021-12-21T15:49:46.527Z] === RUN   TestDockerSuite/TestRunNonExistingImage
15:49:47 [2021-12-21T15:49:47.521Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
15:49:49 [2021-12-21T15:49:49.753Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
15:49:50 [2021-12-21T15:49:50.226Z]     docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux
15:49:50 [2021-12-21T15:49:50.226Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
15:49:50 [2021-12-21T15:49:50.226Z]     docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
15:49:50 [2021-12-21T15:49:50.226Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
15:49:50 [2021-12-21T15:49:50.226Z]     docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
15:49:50 [2021-12-21T15:49:50.226Z] === RUN   TestDockerSuite/TestRunPortInUse
15:49:50 [2021-12-21T15:49:50.226Z]     docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
15:49:50 [2021-12-21T15:49:50.226Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
15:49:50 [2021-12-21T15:49:50.226Z]     docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux
15:49:50 [2021-12-21T15:49:50.226Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
15:49:50 [2021-12-21T15:49:50.226Z]     docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux
15:49:50 [2021-12-21T15:49:50.226Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
15:49:50 [2021-12-21T15:49:50.226Z]     docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux
15:49:50 [2021-12-21T15:49:50.226Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
15:49:50 [2021-12-21T15:49:50.226Z]     docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux
15:49:50 [2021-12-21T15:49:50.226Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
15:49:54 [2021-12-21T15:49:54.039Z] === RUN   TestDockerSuite/TestRunPublishPort
15:49:54 [2021-12-21T15:49:54.039Z]     docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
15:49:54 [2021-12-21T15:49:54.039Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
15:49:54 [2021-12-21T15:49:54.039Z]     docker_cli_run_test.go:2860: unmatched requirement Apparmor
15:49:54 [2021-12-21T15:49:54.039Z] === RUN   TestDockerSuite/TestRunReadProcLatency
15:49:54 [2021-12-21T15:49:54.039Z]     docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
15:49:54 [2021-12-21T15:49:54.039Z] === RUN   TestDockerSuite/TestRunReadProcTimer
15:49:54 [2021-12-21T15:49:54.039Z]     docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
15:49:54 [2021-12-21T15:49:54.040Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
15:49:54 [2021-12-21T15:49:54.040Z]     docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux
15:49:54 [2021-12-21T15:49:54.040Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
15:50:09 [2021-12-21T15:50:09.034Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
15:50:09 [2021-12-21T15:50:09.034Z]     docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
15:50:09 [2021-12-21T15:50:09.034Z] === RUN   TestDockerSuite/TestRunRm
15:50:16 [2021-12-21T15:50:16.228Z] === RUN   TestDockerSuite/TestRunRmAndWait
15:50:22 [2021-12-21T15:50:22.133Z] === RUN   TestDockerSuite/TestRunRmPre125Api
15:50:30 [2021-12-21T15:50:30.846Z] === RUN   TestDockerSuite/TestRunRootWorkdir
15:50:32 [2021-12-21T15:50:32.423Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
15:50:35 [2021-12-21T15:50:35.401Z] === RUN   TestDockerSuite/TestRunSetMacAddress
15:50:39 [2021-12-21T15:50:39.223Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
15:50:39 [2021-12-21T15:50:39.223Z]     docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
15:50:39 [2021-12-21T15:50:39.223Z] === RUN   TestDockerSuite/TestRunState
15:50:39 [2021-12-21T15:50:39.223Z]     docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux
15:50:39 [2021-12-21T15:50:39.223Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
15:50:41 [2021-12-21T15:50:41.456Z] === RUN   TestDockerSuite/TestRunStdinPipe
15:50:41 [2021-12-21T15:50:41.456Z]     docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux
15:50:41 [2021-12-21T15:50:41.456Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
15:50:44 [2021-12-21T15:50:44.428Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
15:50:44 [2021-12-21T15:50:44.428Z]     docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux
15:50:44 [2021-12-21T15:50:44.428Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
15:50:44 [2021-12-21T15:50:44.428Z]     docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux
15:50:44 [2021-12-21T15:50:44.428Z] === RUN   TestDockerSuite/TestRunTLSVerify
15:50:44 [2021-12-21T15:50:44.428Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
15:50:44 [2021-12-21T15:50:44.428Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
15:50:44 [2021-12-21T15:50:44.428Z]     docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux
15:50:44 [2021-12-21T15:50:44.428Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
15:50:50 [2021-12-21T15:50:50.337Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
15:50:50 [2021-12-21T15:50:50.337Z]     docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux
15:50:50 [2021-12-21T15:50:50.337Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
15:50:50 [2021-12-21T15:50:50.337Z]     docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux
15:50:50 [2021-12-21T15:50:50.337Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
15:50:50 [2021-12-21T15:50:50.337Z]     docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux
15:50:50 [2021-12-21T15:50:50.337Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
15:50:50 [2021-12-21T15:50:50.337Z]     docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
15:50:50 [2021-12-21T15:50:50.337Z] === RUN   TestDockerSuite/TestRunUnshareProc
15:50:50 [2021-12-21T15:50:50.337Z]     docker_cli_run_test.go:2899: unmatched requirement Apparmor
15:50:50 [2021-12-21T15:50:50.337Z] === RUN   TestDockerSuite/TestRunUserByID
15:50:50 [2021-12-21T15:50:50.337Z]     docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux
15:50:50 [2021-12-21T15:50:50.337Z] === RUN   TestDockerSuite/TestRunUserByIDBig
15:50:50 [2021-12-21T15:50:50.337Z]     docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux
15:50:50 [2021-12-21T15:50:50.337Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
15:50:50 [2021-12-21T15:50:50.337Z]     docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux
15:50:50 [2021-12-21T15:50:50.337Z] === RUN   TestDockerSuite/TestRunUserByIDZero
15:50:50 [2021-12-21T15:50:50.337Z]     docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux
15:50:50 [2021-12-21T15:50:50.337Z] === RUN   TestDockerSuite/TestRunUserByName
15:50:50 [2021-12-21T15:50:50.337Z]     docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux
15:50:50 [2021-12-21T15:50:50.337Z] === RUN   TestDockerSuite/TestRunUserDefaults
15:50:53 [2021-12-21T15:50:53.314Z] === RUN   TestDockerSuite/TestRunUserNotFound
15:50:53 [2021-12-21T15:50:53.314Z]     docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux
15:50:53 [2021-12-21T15:50:53.314Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
15:51:00 [2021-12-21T15:51:00.502Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
15:51:00 [2021-12-21T15:51:00.502Z]     docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
15:51:00 [2021-12-21T15:51:00.503Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
15:51:00 [2021-12-21T15:51:00.503Z]     docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
15:51:00 [2021-12-21T15:51:00.503Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
15:51:04 [2021-12-21T15:51:04.321Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
15:51:19 [2021-12-21T15:51:19.371Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
15:51:23 [2021-12-21T15:51:23.145Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
15:51:31 [2021-12-21T15:51:31.719Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
15:51:31 [2021-12-21T15:51:31.719Z]     docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux
15:51:31 [2021-12-21T15:51:31.719Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
15:51:31 [2021-12-21T15:51:31.719Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
15:51:34 [2021-12-21T15:51:34.627Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
15:51:43 [2021-12-21T15:51:43.204Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
15:51:45 [2021-12-21T15:51:45.388Z] === RUN   TestDockerSuite/TestRunWithBadDevice
15:51:45 [2021-12-21T15:51:45.388Z]     docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux
15:51:45 [2021-12-21T15:51:45.388Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
15:51:45 [2021-12-21T15:51:45.388Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
15:51:45 [2021-12-21T15:51:45.388Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
15:51:45 [2021-12-21T15:51:45.388Z]     docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux
15:51:45 [2021-12-21T15:51:45.388Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
15:51:45 [2021-12-21T15:51:45.388Z]     docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
15:51:45 [2021-12-21T15:51:45.388Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
15:51:45 [2021-12-21T15:51:45.388Z]     docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
15:51:45 [2021-12-21T15:51:45.388Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
15:51:45 [2021-12-21T15:51:45.388Z]     docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
15:51:45 [2021-12-21T15:51:45.388Z] === RUN   TestDockerSuite/TestRunWithUlimits
15:51:45 [2021-12-21T15:51:45.388Z]     docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
15:51:45 [2021-12-21T15:51:45.388Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
15:51:50 [2021-12-21T15:51:50.084Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
15:51:52 [2021-12-21T15:51:52.268Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
15:51:55 [2021-12-21T15:51:55.181Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_run_test.go:3016: unmatched requirement Apparmor
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestSaveCheckTimes
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestSaveImageId
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestSaveLoadParents
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestSaveMultipleNames
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestSaveSingleTag
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
15:52:00 [2021-12-21T15:52:00.988Z]     docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux
15:52:00 [2021-12-21T15:52:00.988Z] === RUN   TestDockerSuite/TestSearchCmdOptions
15:52:03 [2021-12-21T15:52:03.899Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
15:52:03 [2021-12-21T15:52:03.899Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
15:52:04 [2021-12-21T15:52:04.359Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
15:52:04 [2021-12-21T15:52:04.819Z] === RUN   TestDockerSuite/TestSearchWithLimit
15:52:07 [2021-12-21T15:52:07.002Z] === RUN   TestDockerSuite/TestSlowStdinClosing
15:52:15 [2021-12-21T15:52:15.580Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
15:52:15 [2021-12-21T15:52:15.580Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
15:52:15 [2021-12-21T15:52:15.580Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
15:52:24 [2021-12-21T15:52:24.158Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
15:52:24 [2021-12-21T15:52:24.158Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
15:52:24 [2021-12-21T15:52:24.158Z] === RUN   TestDockerSuite/TestStartAttachSilent
15:52:28 [2021-12-21T15:52:28.859Z] === RUN   TestDockerSuite/TestStartAttachWithRename
15:52:28 [2021-12-21T15:52:28.859Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
15:52:28 [2021-12-21T15:52:28.859Z] === RUN   TestDockerSuite/TestStartMultipleContainers
15:52:28 [2021-12-21T15:52:28.859Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
15:52:28 [2021-12-21T15:52:28.859Z] === RUN   TestDockerSuite/TestStartPausedContainer
15:52:28 [2021-12-21T15:52:28.859Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
15:52:28 [2021-12-21T15:52:28.859Z] === RUN   TestDockerSuite/TestStartRecordError
15:52:28 [2021-12-21T15:52:28.859Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
15:52:29 [2021-12-21T15:52:29.318Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
15:52:36 [2021-12-21T15:52:36.397Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
15:52:36 [2021-12-21T15:52:36.397Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
15:52:36 [2021-12-21T15:52:36.397Z] === RUN   TestDockerSuite/TestStatsAllNoStream
15:52:36 [2021-12-21T15:52:36.397Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
15:52:36 [2021-12-21T15:52:36.397Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
15:52:36 [2021-12-21T15:52:36.397Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
15:52:36 [2021-12-21T15:52:36.397Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
15:52:36 [2021-12-21T15:52:36.397Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
15:52:36 [2021-12-21T15:52:36.397Z] === RUN   TestDockerSuite/TestStatsFormatAll
15:52:36 [2021-12-21T15:52:36.397Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
15:52:36 [2021-12-21T15:52:36.397Z] === RUN   TestDockerSuite/TestStatsNoStream
15:52:36 [2021-12-21T15:52:36.397Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
15:52:36 [2021-12-21T15:52:36.397Z] === RUN   TestDockerSuite/TestTopMultipleArgs
15:52:39 [2021-12-21T15:52:39.307Z] === RUN   TestDockerSuite/TestTopNonPrivileged
15:52:42 [2021-12-21T15:52:42.217Z] === RUN   TestDockerSuite/TestTopPrivileged
15:52:42 [2021-12-21T15:52:42.217Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
15:52:42 [2021-12-21T15:52:42.217Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
15:52:45 [2021-12-21T15:52:45.133Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
15:52:45 [2021-12-21T15:52:45.133Z]     docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
15:52:45 [2021-12-21T15:52:45.133Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
15:52:45 [2021-12-21T15:52:45.133Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
15:52:45 [2021-12-21T15:52:45.133Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
15:52:45 [2021-12-21T15:52:45.133Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
15:52:45 [2021-12-21T15:52:45.133Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
15:52:45 [2021-12-21T15:52:45.133Z]     docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux
15:52:45 [2021-12-21T15:52:45.133Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
15:52:45 [2021-12-21T15:52:45.133Z]     docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux
15:52:45 [2021-12-21T15:52:45.133Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
15:52:45 [2021-12-21T15:52:45.133Z]     docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux
15:52:45 [2021-12-21T15:52:45.133Z] === RUN   TestDockerSuite/TestVolumeCLICreate
15:53:02 [2021-12-21T15:53:02.831Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
15:53:02 [2021-12-21T15:53:02.831Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
15:53:02 [2021-12-21T15:53:02.831Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
15:53:02 [2021-12-21T15:53:02.831Z]     docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux
15:53:02 [2021-12-21T15:53:02.831Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
15:53:02 [2021-12-21T15:53:02.831Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
15:53:02 [2021-12-21T15:53:02.831Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
15:53:02 [2021-12-21T15:53:02.831Z] === RUN   TestDockerSuite/TestVolumeCLILs
15:53:05 [2021-12-21T15:53:05.014Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
15:53:05 [2021-12-21T15:53:05.014Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
15:53:15 [2021-12-21T15:53:15.346Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
15:53:15 [2021-12-21T15:53:15.346Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
15:53:15 [2021-12-21T15:53:15.346Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
15:53:15 [2021-12-21T15:53:15.346Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
15:53:15 [2021-12-21T15:53:15.346Z] === RUN   TestDockerSuite/TestVolumeCLIRm
15:53:30 [2021-12-21T15:53:30.283Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
15:53:30 [2021-12-21T15:53:30.283Z]     docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux
15:53:30 [2021-12-21T15:53:30.283Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
15:53:30 [2021-12-21T15:53:30.755Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
15:53:31 [2021-12-21T15:53:31.229Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
15:53:31 [2021-12-21T15:53:31.229Z]     docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux
15:53:31 [2021-12-21T15:53:31.229Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
15:53:39 [2021-12-21T15:53:39.935Z] === RUN   TestDockerSuite/TestVolumeLsFormat
15:53:39 [2021-12-21T15:53:39.935Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
15:53:40 [2021-12-21T15:53:40.408Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
15:53:50 [2021-12-21T15:53:50.874Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
15:53:50 [2021-12-21T15:53:50.874Z]     docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
15:53:51 [2021-12-21T15:53:51.348Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
15:53:52 [2021-12-21T15:53:52.927Z] --- PASS: TestDockerSuite (3344.76s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.87s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.31s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.80s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (121.73s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.15s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.07s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.04s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.99s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.85s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.79s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.03s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.82s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.48s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (143.92s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.60s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.29s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.04s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.48s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.14s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.21s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.91s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (2.06s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.78s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.67s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (6.30s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.34s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.67s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.15s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.89s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.69s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAddTar (49.94s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.50s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (31.04s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.95s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.76s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.97s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.38s)
15:53:52 [2021-12-21T15:53:52.927Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.08s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.34s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.47s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.53s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (10.93s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.15s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.79s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (38.45s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.82s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.58s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (2.05s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.72s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.80s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.95s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (1.27s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.75s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.71s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.76s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.68s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.91s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.61s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.63s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.42s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.28s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.68s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.05s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.16s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.92s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.57s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (40.22s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.90s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.74s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.50s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.46s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.68s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.06s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (32.65s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.98s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.48s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.58s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.24s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.03s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (9.20s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (8.25s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.42s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (107.53s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.87s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.52s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (114.33s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.23s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.97s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (32.93s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (17.72s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (22.29s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (44.10s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.11s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.84s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (156.05s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.61s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.78s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.58s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.70s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.72s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.62s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.05s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.07s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.04s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.44s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.98s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.28s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.05s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (19.61s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.83s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.04s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildFails (7.60s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.14s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (11.92s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (11.83s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildForceRm (13.08s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildFromGit (12.41s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.91s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (7.01s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.97s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.80s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (16.01s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildHistory (14.99s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildIidFile (1.35s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.45s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.12s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (10.40s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildLabel (1.38s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.87s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.33s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.84s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildLabels (1.40s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (2.11s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.60s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.77s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.87s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (11.30s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (33.64s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.10s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.85s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (45.01s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (27.55s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.46s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.75s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.07s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (25.36s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (9.84s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.90s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.03s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildNoContext (3.37s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.43s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.90s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.34s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.18s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.90s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.45s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.81s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (21.13s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.30s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.32s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.72s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.69s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.39s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.98s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.66s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.80s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (55.95s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (38.09s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildRm (16.35s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.32s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.52s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.94s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.37s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.49s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (5.48s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (19.30s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.09s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.87s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.92s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.40s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.13s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildStderr (5.76s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (24.66s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.52s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.81s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.69s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (5.84s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.64s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.04s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (5.42s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.73s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.42s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (27.83s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.23s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (10.87s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (11.79s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.49s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (3.22s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.43s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (5.75s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.58s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (21.10s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.47s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.55s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.65s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.68s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.55s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestCommitChange (6.17s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (5.53s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestCommitNewFile (8.55s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestCommitTTY (18.26s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.55s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
15:53:52 [2021-12-21T15:53:52.928Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.11s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (13.22s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (13.54s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.73s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (7.64s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.92s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (3.14s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.70s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.81s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.03s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.86s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (7.70s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.74s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (2.41s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.94s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.32s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (2.89s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (9.27s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.75s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.10s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (2.34s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (2.88s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.75s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.80s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.49s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.33s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (35.85s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.92s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (7.95s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.92s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (3.03s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000388f00_<nil>} (8.00s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12974970955_c:\foo_false__<nil>_<nil>_<nil>} (8.02s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12974970955_c:\foo_true__<nil>_<nil>_<nil>} (2.96s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.39s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.08s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
15:53:52 [2021-12-21T15:53:52.929Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.08s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.95s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
15:53:52 [2021-12-21T15:53:52.929Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (2.88s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCpRelativePath (2.91s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCpToCaseA (10.27s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.97s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.03s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCpToCaseE (15.57s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCpToCaseH (15.60s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCpToDot (3.21s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.90s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.25s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.26s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateByImageID (2.39s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (2.79s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.27s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.46s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.94s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.25s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateRM (0.46s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.24s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.47s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (14.45s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.28s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.70s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.98s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.89s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestDockerFails (0.10s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.92s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.88s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.96s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (9.21s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsCopy (6.44s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (6.22s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.72s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.09s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (4.78s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.97s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsFilterType (1.34s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsFilters (6.09s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsFormat (5.71s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.10s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.10s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.28s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsRename (3.03s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsResize (8.51s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.83s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.29s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.39s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.88s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.12s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestExec (0.03s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.52s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.53s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.70s)
15:53:53 [2021-12-21T15:53:53.404Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.75s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.79s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.71s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.10s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.91s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestExecInspectID (5.57s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.21s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.85s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.16s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestGetContainerStats (6.61s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.66s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.59s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.63s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.20s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.11s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.11s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.11s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.69s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.10s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.12s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.12s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.50s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.90s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.47s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.12s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.45s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.42s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (3.13s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.41s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.31s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.52s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.11s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.43s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.11s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.10s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.53s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (7.59s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.13s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.82s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.28s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.75s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectDefault (2.67s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectHistory (6.53s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.76s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (2.84s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.37s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (7.73s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.82s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.12s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.78s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectStatus (3.33s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.40s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (2.99s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.75s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.92s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.75s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.64s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.71s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.11s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.10s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.48s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.46s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (6.30s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.07s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.84s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.11s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.84s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (9.00s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.71s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.29s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.13s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.95s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.91s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsSince (9.84s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsTail (3.62s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (3.25s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (2.75s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.12s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.46s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.35s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestPsByOrder (10.45s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (11.87s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.79s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.45s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.57s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.56s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (13.58s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.72s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.11s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
15:53:53 [2021-12-21T15:53:53.405Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.82s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestPsShowMounts (8.91s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.77s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.41s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.01s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.20s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.04s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (33.55s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.44s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.37s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.28s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.08s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (5.32s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (9.99s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (5.15s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.10s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.46s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (18.08s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.52s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (1.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.26s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (6.53s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.59s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (5.38s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRmiTag (1.00s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.86s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (22.91s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.17s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.18s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.65s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.04s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.50s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (10.21s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.52s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.05s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.77s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.68s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.10s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunBindMounts (10.36s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.77s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.90s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (2.49s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.81s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.88s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.70s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (2.76s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.49s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.46s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.91s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.04s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.15s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.78s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (2.75s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (2.69s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.81s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (2.68s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (2.67s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.91s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.10s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (14.86s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.10s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (11.51s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.28s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.04s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunMount (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.75s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (10.89s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.21s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.46s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.30s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.66s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.66s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.32s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.49s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.61s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (13.97s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunRm (7.77s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (6.06s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (7.80s)
15:53:53 [2021-12-21T15:53:53.406Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (2.77s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.83s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (3.49s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunState (0.03s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.77s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.57s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.23s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.09s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.33s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (2.71s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (7.59s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.03s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.79s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (13.31s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.35s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.78s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.68s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (7.67s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.80s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.04s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.09s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.09s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.86s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.13s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.68s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.66s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.03s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.54s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.44s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.31s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.82s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (7.95s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.63s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (4.79s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.03s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.15s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (2.71s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (2.94s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.70s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.42s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.22s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.29s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.49s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.43s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.22s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (3.09s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.11s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (8.67s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.59s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.59s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.12s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.27s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (14.42s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.94s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.30s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.20s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.41s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.43s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.93s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
15:53:53 [2021-12-21T15:53:53.407Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.83s)
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
15:53:53 [2021-12-21T15:53:53.407Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.407Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistrySuite/TestV2Only
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] --- PASS: TestDockerRegistrySuite (0.23s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerSchema1RegistrySuite
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistryAuthTokenSuite
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerDaemonSuite
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] --- PASS: TestDockerDaemonSuite (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerSwarmSuite
15:53:53 [2021-12-21T15:53:53.408Z] --- PASS: TestDockerSwarmSuite (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerPluginSuite
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerPluginSuite/TestPluginCreate
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerPluginSuite/TestPluginInspect
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerPluginSuite/TestPluginSet
15:53:53 [2021-12-21T15:53:53.408Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.408Z] --- PASS: TestDockerPluginSuite (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
15:53:53 [2021-12-21T15:53:53.408Z] === RUN   TestDockerExternalVolumeSuite
15:53:53 [2021-12-21T15:53:53.409Z]     check_test.go:127: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
15:53:53 [2021-12-21T15:53:53.409Z] === RUN   TestDockerNetworkSuite
15:53:53 [2021-12-21T15:53:53.409Z]     check_test.go:133: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z] --- SKIP: TestDockerNetworkSuite (0.00s)
15:53:53 [2021-12-21T15:53:53.409Z] === RUN   TestDockerHubPullSuite
15:53:53 [2021-12-21T15:53:53.409Z]     check_test.go:141: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z] --- SKIP: TestDockerHubPullSuite (0.00s)
15:53:53 [2021-12-21T15:53:53.409Z] PASS
15:53:53 [2021-12-21T15:53:53.409Z] ok  	github.com/docker/docker/integration-cli	3345.326s
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === Skipped
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.04s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.04s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_cli_run_test.go:3155: unmatched requirement Apparmor
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_cli_run_test.go:3133: unmatched requirement Apparmor
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.03s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.03s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.409Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.60s)
15:53:53 [2021-12-21T15:53:53.409Z]     docker_api_build_test.go:176: unmatched requirement UnixCli
15:53:53 [2021-12-21T15:53:53.409Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.60s)
15:53:53 [2021-12-21T15:53:53.409Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.05s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.06s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.50s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.50s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.95s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.95s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.38s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.38s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.53s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.53s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.58s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.58s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.07s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.07s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_api_build_test.go:401: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:3570: unmatched requirement UnixCli
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.05s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.05s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.51s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.46s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.46s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.06s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.06s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.48s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.48s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.52s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.52s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.49s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s)
15:53:53 [2021-12-21T15:53:53.883Z]     docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.883Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.04s)
15:53:53 [2021-12-21T15:53:53.883Z] 
15:53:53 [2021-12-21T15:53:53.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.44s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.44s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.07s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.07s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:3697: unmatched requirement UnixCli
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.06s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.06s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.12s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.10s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.10s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.05s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.03s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.03s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.07s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.52s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_build_test.go:512: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.52s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.52s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.52s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.03s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.03s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.49s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.49s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.48s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.47s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.47s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.45s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_sni_test.go:18: Flakey test
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.884Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z] 
15:53:53 [2021-12-21T15:53:53.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
15:53:53 [2021-12-21T15:53:53.884Z]     docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestExec (0.03s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.885Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.885Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
15:53:53 [2021-12-21T15:53:53.885Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.886Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s)
15:53:53 [2021-12-21T15:53:53.886Z] 
15:53:53 [2021-12-21T15:53:53.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.11s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.11s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.04s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.04s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z]     docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.887Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
15:53:53 [2021-12-21T15:53:53.887Z] 
15:53:53 [2021-12-21T15:53:53.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
15:53:53 [2021-12-21T15:53:53.888Z]     docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.888Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
15:53:53 [2021-12-21T15:53:53.888Z] 
15:53:53 [2021-12-21T15:53:53.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s)
15:53:53 [2021-12-21T15:53:53.888Z]     docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.888Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s)
15:53:53 [2021-12-21T15:53:53.888Z] 
15:53:53 [2021-12-21T15:53:53.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
15:53:53 [2021-12-21T15:53:53.888Z]     docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.888Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
15:53:53 [2021-12-21T15:53:53.888Z] 
15:53:53 [2021-12-21T15:53:53.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
15:53:53 [2021-12-21T15:53:53.888Z]     docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.888Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
15:53:53 [2021-12-21T15:53:53.888Z] 
15:53:53 [2021-12-21T15:53:53.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
15:53:53 [2021-12-21T15:53:53.888Z]     docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.888Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
15:53:53 [2021-12-21T15:53:53.888Z] 
15:53:53 [2021-12-21T15:53:53.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s)
15:53:53 [2021-12-21T15:53:53.888Z]     docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.888Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
15:53:53 [2021-12-21T15:53:53.888Z] 
15:53:53 [2021-12-21T15:53:53.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
15:53:53 [2021-12-21T15:53:53.888Z]     docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux
15:53:53 [2021-12-21T15:53:53.888Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
15:53:53 [2021-12-21T15:53:53.888Z] 
15:53:53 [2021-12-21T15:53:53.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.04s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.04s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.03s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.03s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.03s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.03s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.03s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.360Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z]     docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.360Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
15:53:54 [2021-12-21T15:53:54.360Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.04s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.04s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunMount (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.33s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2860: unmatched requirement Apparmor
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunState (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2899: unmatched requirement Apparmor
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.03s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.04s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.04s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.361Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z]     docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.361Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s)
15:53:54 [2021-12-21T15:53:54.361Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_run_test.go:3016: unmatched requirement Apparmor
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.03s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.03s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.03s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.03s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.03s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.03s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z]     docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.362Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.362Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
15:53:54 [2021-12-21T15:53:54.362Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:184: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:211: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:238: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:267: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:301: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:406: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:127: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:133: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
15:53:54 [2021-12-21T15:53:54.363Z]     check_test.go:141: unmatched requirement DaemonIsLinux
15:53:54 [2021-12-21T15:53:54.363Z] 
15:53:54 [2021-12-21T15:53:54.363Z] DONE 1085 tests, 539 skipped in 3356.562s
15:53:54 [2021-12-21T15:53:54.363Z] INFO: Integration tests ended at 12/21/2021 15:53:54. Duration:00:55:56.7904704
15:53:54 [2021-12-21T15:53:54.364Z] INFO: Docker info of the daemon under test at end of run
15:53:54 [2021-12-21T15:53:54.364Z] 
15:53:54 [2021-12-21T15:53:54.835Z] Containers: 2
15:53:54 [2021-12-21T15:53:54.835Z]  Running: 0
15:53:54 [2021-12-21T15:53:54.835Z]  Paused: 0
15:53:54 [2021-12-21T15:53:54.835Z]  Stopped: 2
15:53:54 [2021-12-21T15:53:54.835Z] Images: 18
15:53:54 [2021-12-21T15:53:54.835Z] Server Version: 0.0.0-dev
15:53:54 [2021-12-21T15:53:54.835Z] Storage Driver: windowsfilter
15:53:54 [2021-12-21T15:53:54.835Z]  Windows: 
15:53:54 [2021-12-21T15:53:54.835Z] Logging Driver: json-file
15:53:54 [2021-12-21T15:53:54.835Z] Plugins: 
15:53:54 [2021-12-21T15:53:54.835Z]  Volume: local
15:53:54 [2021-12-21T15:53:54.835Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
15:53:54 [2021-12-21T15:53:54.835Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
15:53:54 [2021-12-21T15:53:54.835Z] Swarm: inactive
15:53:54 [2021-12-21T15:53:54.835Z] Default Isolation: process
15:53:54 [2021-12-21T15:53:54.835Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
15:53:54 [2021-12-21T15:53:54.835Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183)
15:53:54 [2021-12-21T15:53:54.835Z] OSType: windows
15:53:54 [2021-12-21T15:53:54.835Z] Architecture: x86_64
15:53:54 [2021-12-21T15:53:54.835Z] CPUs: 4
15:53:54 [2021-12-21T15:53:54.835Z] Total Memory: 32GiB
15:53:54 [2021-12-21T15:53:54.835Z] Name: azwin-2-ad82d0
15:53:54 [2021-12-21T15:53:54.835Z] ID: NYNT:66ZC:GHFA:QK6M:O27E:VSUF:PRVB:VB66:6SY3:J7ZJ:J7HQ:CSPC
15:53:54 [2021-12-21T15:53:54.835Z] Docker Root Dir: D:\CI\PR-43075\44\daemon
15:53:54 [2021-12-21T15:53:54.835Z] Debug Mode (client): false
15:53:54 [2021-12-21T15:53:54.835Z] Debug Mode (server): true
15:53:54 [2021-12-21T15:53:54.835Z]  File Descriptors: -1
15:53:54 [2021-12-21T15:53:54.835Z]  Goroutines: 17
15:53:54 [2021-12-21T15:53:54.835Z]  System Time: 2021-12-21T15:53:54.3371345Z
15:53:54 [2021-12-21T15:53:54.835Z]  EventsListeners: 0
15:53:54 [2021-12-21T15:53:54.835Z] Registry: https://index.docker.io/v1/
15:53:54 [2021-12-21T15:53:54.835Z] Labels:
15:53:54 [2021-12-21T15:53:54.835Z] Experimental: false
15:53:54 [2021-12-21T15:53:54.835Z] Insecure Registries:
15:53:54 [2021-12-21T15:53:54.835Z]  127.0.0.0/8
15:53:54 [2021-12-21T15:53:54.835Z] Live Restore Enabled: false
15:53:54 [2021-12-21T15:53:54.835Z] 
15:53:54 [2021-12-21T15:53:54.835Z] 
15:53:54 [2021-12-21T15:53:54.835Z] INFO: Stopping daemon under test
15:53:54 [2021-12-21T15:53:54.835Z] SUCCESS: The process with PID 3468 (child process of PID 1764) has been terminated.
15:53:54 [2021-12-21T15:53:54.835Z] SUCCESS: The process with PID 1764 (child process of PID 5508) has been terminated.
15:53:54 [2021-12-21T15:53:54.835Z] INFO: Stop tailing logs of the daemon under tests
15:53:54 [2021-12-21T15:53:54.835Z] INFO: executeCI.ps1 Completed successfully at 12/21/2021 15:53:54.
15:53:54 [2021-12-21T15:53:54.835Z] INFO: Tidying up at end of run
15:53:54 [2021-12-21T15:53:54.836Z] INFO: Saving daemon under test log (d:\CI\PR-43075\44\dut.out) to bundles\CIDUT.out
15:53:54 [2021-12-21T15:53:54.836Z] INFO: Saving daemon under test log (d:\CI\PR-43075\44\dut.err) to bundles\CIDUT.err
15:53:54 [2021-12-21T15:53:54.836Z] INFO: Saving containerd logs to bundles
15:53:54 [2021-12-21T15:53:54.836Z] INFO: Nuke-Everything...
15:53:55 [2021-12-21T15:53:55.308Z] INFO: Container count on control daemon to delete is 2
15:53:55 [2021-12-21T15:53:55.781Z] 97d4fb743fc3
15:53:55 [2021-12-21T15:53:55.781Z] 3625f273cee2
15:53:55 [2021-12-21T15:53:55.781Z] INFO: Tidying pidfile d:\CI\PR-43075\44\docker.pid
15:53:55 [2021-12-21T15:53:55.781Z] INFO: Nuking d:\CI
15:54:38 [2021-12-21T15:54:38.567Z] INFO: Zapped successfully
15:54:38 [2021-12-21T15:54:38.567Z] 
15:54:38 [2021-12-21T15:54:38.567Z] INFO: executeCI.ps1 exiting at Tue Dec 21 15:54:34 CUT 2021. Duration 01:29:41.0555245
15:54:38 [2021-12-21T15:54:38.567Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
15:54:38 [2021-12-21T15:54:38.832Z] Recording test results
15:54:46 [2021-12-21T15:54:46.309Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
15:54:48 [2021-12-21T15:54:48.439Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] archiveArtifacts
15:54:50 [2021-12-21T15:54:50.894Z] Archiving artifacts
15:55:05 [2021-12-21T15:55:05.809Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43075/44/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
15:55:06 [2021-12-21T15:55:06.773Z] + make clean
15:55:08 [2021-12-21T15:55:08.350Z] docker volume rm -f docker-dev-cache
15:55:08 [2021-12-21T15:55:08.350Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS